计算机外文翻译--深入理解计算机系统
《计算机外文翻译--深入理解计算机系统》由会员分享,可在线阅读,更多相关《计算机外文翻译--深入理解计算机系统(29页珍藏版)》请在毕设资料网上搜索。
1、- 1 - 外文原文 From:J2EE in the Real World Author:Jack Joney Computer Systems A programmers Perspective 深入理解计算机系统 原文: Stack Frame for calling procedure +8 +8 +4 +4 %ebp 0 %ebp 0 Stack Frame for fib_rec -20 -20 %esp -24 -24 %esp -40 After set up Before first recursive call Figure 3.21: Stack Frame for Re
2、cursive Fibonacci Function. State of frame is shown after initial set up (left), and just before the first recursive call (right). For the nonterminal condition, instructions 10 to 12 set up the first recursive call. This involves allocating12 bytes on the stack that are never used, and then pushing
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中设计图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 计算机 外文 翻译 深入 理解 计算机系统
