Space Stack的意思|示意

美 / / 英 / /

栈空间


Space Stack的网络常见释义

空间堆栈 ...空间堆栈(Space Stack)是一款充满挑战的休闲类游戏,玩家在这里将处于一个梦幻般的空间之中,通过将不同形状与大小的柱体堆积在一起获得分数,随着堆积...

Space Stack相关短语

1、 user space stack 户空间库

2、 Environment stack space 环境栈空间

3、 task stack space 任务堆栈空间 ;

Space Stack相关例句

However, one concern people have with the use of recursive functions is the growth of stack space.

不过,对于递归函数的使用,人们所关心的一个问题是栈空间的增长。

On 32-bit systems, the default address-space model is that it USES a single segment for user and stack data with a maximum aggregate size close to 256 MB.

在32位系统上,默认的地址空间模型是对于用户和堆栈数据使用单一数据段,最大总大小接近256 MB。

The topmost segment in the process address space is the stack, which stores local variables and function parameters in most programming languages.

进程地址空间的首段地址便是栈,它储存了局部变量以及大多数编程语言的函数参数。

The stack limit is irrelevant because DB2 creates its own stack space (AGENT_STACK_SZ dbm cfg)

栈限制不重要,因为 DB2 创建它自己的栈空间(AGENT_STACK_SZ dbm cfg)

Therefore, it makes most sense to save it before reserving the stack space.

所以十分有必要在保留堆栈空间之前先保存它。

Each stack frame holds a pointer to the previous stack frame (called the back chain pointer), as well as a space for return addresses for when it calls other functions.

每个堆栈框架都有一个指向前一个堆栈框架的指针(称为回链指针),还有一个当它调用其他函数时用于存放返回地址的空间。