- 更多网络例句与程序堆栈相关的网络例句 [注:此内容来源于网络,仅供参考]
-
Once the idea of web services became au courant, large companies jumped into the fray with a complex web services stack designed to create highly reliable programming environments for distributed applications.
编程模型,当 web 服务的理念成为煎 courant、大型公司的轻型跳进战斗,用来创建高度可靠的编程环境,用于分布式应用程序设计的复杂的 web 服务堆栈。
-
In cinematograph kind the matrix stack that offers through OpenGL in implementation, obtain commutation matrix directly, avoided code of many matrix operation write, be in simplify calculative at the same time, improved the moving efficiency of the program.
在摄影机类的实现中通过OpenGL提供的矩阵堆栈,直接获得变换矩阵,避免了大量矩阵运算代码的编写,并在简化计算的同时,提高了程序的运行效率。
-
In concept of safe development lifecycle, no matter be Windows processing stack or blame Windows, installing all can be application in program development impartible a cut component.
在安全开发生命周期概念中,无论是Windows处理堆栈还是非Windows,安全都可以是应用程序开发中不可分割的一个组成部分。
-
Many traditional compiler optimizations fall into this category: copy and constant propagation, redundant expression elimination, dead code elimination, peephole optimizations, function inlining, tail recursion elimination and so forth.
许多种传统的编译器优化方式都可以归结于这两种方法,比如说:copy and constant propagation(用常数取代程序中不变化的变量),冗余表达式消去,死代码消去,Peephole优化,Inline函数,尾部递归消去(展开在程序尾部的递归,减少堆栈消耗
-
Also, beware, some sources of interrupts are not cleared by servicing the interrupt handler, so you need to clear them BEFORE enabling interrupts or you will endlessly re-enter your code and blow your stack.
此外要小心,有些中断源没有被中断服务程序清除,所以你要在允许中断前清除它们,否则你将无止境地重入你的中断代码并耗尽你的堆栈。
-
When a nesting level is provided, the instruction stores the pointer to the beginning of every currently active stack frame in the procedure's stack frame.
当层数未达到极限允许嵌套时,指令存储指针到程序堆栈结构中每个活动的堆栈的起始位置。
-
Some program language have pestilent bug, for example, C program language doesn't check the border of the array of number is apt to cause the buffer overflow, and therefore possibly cause the failure of program processing and paralysis of computer.
缓冲区溢出指的是一种常见且危害很大的系统攻击手段,通过向程序的缓冲区写入超出其长度的内容,造成缓冲区的溢出,从而破坏程序的堆栈,使程序转而执行其他的指令,以达到攻击的目的。
-
A classic application of a stack involves the execution of a program involving procedures as found in our pseudocode.
堆栈的一个典型应用发生在一个程序单元调用一个过程的操作中。
-
Program involving procedures as found in our pseudocode,Whenthe execution of a procedure is requested,the machine must
回溯堆栈的一个典型应用发生在一个程序单元调用一个过程的操作中。
-
Every program has its own stack and no other program shares it, and it allocates on program execution.
每一个程序都各自拥有自己的堆栈,而其他程序是不能共享的。
- 更多网络解释与程序堆栈相关的网络解释 [注:此内容来源于网络,仅供参考]
-
nondeterministic stack automaton:不确定的堆栈自动机
nondeterministic programming 非确定性程序设计 | nondeterministic stack automaton 不确定的堆栈自动机 | nondeterministic Turing machine 非确定性图灵机
-
profiling:程序概要分析
它作为一个本地Java代理或一个远程JMX客户端分析运行线程的堆栈轨迹(stacktrace),无需与管理程序一同运行,以二进制文件形式转存信息,并且允许防火墙后的(behind-firewall)程序概要分析(profiling)和后期分析(lat
-
SP:堆栈指针寄存器
寄存器R0-R7,同样可以这样操作程序计数器(PC),堆栈指针寄存器(SP),链接(link)ARM920T 包含一个当前程序状态寄存器(CPSR)和五个备份的程序状态寄存器器(SPSRs)用于异常中断处理.
-
STACKS:(堆 栈 )
我倒希望可以把那些程序图标都整齐地放在侧边,但"堆栈"(Stacks)却不是这样,像个风扇叶那样歪歪斜斜地侧在一边. 堆栈(Stacks)只能限量使用. 长文件名和大量的文件则会使得预览窗格变得臃肿,但图标的预览图还是非常好看的,
-
Show stacks:监控和中断程序对堆栈的使用,并显示上次重启原因
Show running-config 显示RAM中当前的配置信息 | Show stacks 监控和中断程序对堆栈的使用,并显示上次重启原因 | Show startup-config 显示NVRAM中备份的启动配置文件
-
Show stacks:监控和中断程序对堆栈的使用,并显示系统上一次重启的原因
Show spantree 显示关于虚拟局域网(VLAN)的生成树信息 | Show stacks 监控和中断程序对堆栈的使用,并显示系统上一次重启的原因 | Show startup-config 显示NVRAM中的启动配置文件
-
Show stacks:显示监控和中断程序对堆栈的使用,并显示系统上一次重启的原因
"show sessions","显示通过Telnet到远程设备的连接" | "show stacks","显示监控和中断程序对堆栈的使用,并显示系统上一次重启的原因" | "show startup-config","显示保存在NVRAM中的备份配置"
-
stack unwind:堆栈展开
异常处理的堆栈展开(Stack unwind) 4.3.4 异常处理程序设计中的几个注意事项: 4.4 SEH的简单应用 4.4.1 Win9x下利用SEH进ring0 4.4.2 利用SEH实现对自身的单步自跟踪 4.4.3 其它应用 4.5 系统背后的秘密 4.6 VC是如何封装系统提供的SEH机制的 4.6.1 扩展的EXCEPTION_REGISTRATION级相关结构 4.6.2 数据结构组织 4.7 Windows
-
SPEX StackPacketExchange:堆栈式数据分组交换
SPERT SchedulePerformanceEvaluationandReviewTechnique 程序表表现的评估和复审技术 | SPEX StackPacketExchange 堆栈式数据分组交换 | SPG SortProgramGenerator 分类程序发生器
-
PSP:process stack pointer:进程堆栈指针
MSP: main stack pointer 主堆栈指针 | PSP:process stack pointer 进程堆栈指针 | PC: program counter 程序计数器