EBP
美
英 
- 网络循证实践(evidence-based practice);课程(English Bridge Program);基址指针寄存器
例句
This graph shows the memory capacity of the new EBP as compared to that of the old model.
这个图表是表示旧型和新型电子书的记忆容量的比较。
I would like to ask Mr. Yang to go over the details of the EBP.
我想请杨先生就电子书(EBP)为我们做详细的说明。
We have received quite a few requests from customers and dealers to make a wider-screen, lighter EBP.
我们收到相当多的消费者和经销商的意见,希望制造一种画面更大、重最更轻的电子书。
I "m going to talk about the marketing strategy for the new EBP, and I think you have an excellent grasp of the subject. "
我要讲的是有关新型EBP的市场战略,而我以为你对这个主题十分理解。
These figures show that this EBP can store much more information than the old model.
这些数字显示出这个电子书比起旧型的可以储存更多的资料。
EBP system will not be a good toll if we (especially our requesters ) do not pay much attention to the right using of it.
如果我们大家(特别是我们计划员)不能对EBP系统予以足够的重视,它将不是一个好工具。
From the EBP for a routine, you could recover the entire call stack for a function.
从EBP的一个例程,你可以恢复一个函数的整个调用栈。
This works GREAT - all of a sudden, EBP can be repurposed and used as another general purpose register!
这工作的很好-所有的突然,EBP可被重用和用作另一个通用寄存器!
Barker: Excuse me, but what are the EBPs mainly used for ?
对不起,请问EBP非常主要是做什么用呢?
As interest in EBP has grown, so has the need for educational programs designed to develop the scholarly skills of the nursing workforce.
兴趣EBP增加了,所以需要的教育项目,旨在发展学术技能的护理队伍。
The facilitation of evidence-based practice (EBP) in the clinical setting is important to ensure patients receive the best care possible.
促进以证据为基础的做法(EBP)在临床上重要的是要确保病人得到最好的照顾可能。
Ravelli: Before you go on, Mr. Yang could you tell us if the original EBP sold well in the U. S. ?
在这之前,杨先生,您能否告诉我们,最初的EBP在美国是否卖得很好?
Because we are just jumping into the same function, the return address and old %ebp will be the same and the stack size won't change.
由于我们只是跳转到同一个函数,所以返回地址和旧的%ebp是相同的,栈的大小也不会改变。
Arguments to gain maximum optimization with EBP-based addressing.
以获得对基于EBP的寻址的最佳优化。
Daniels: Mr. Yang, can you tell us in what ways the new EBP is better than the old model?
杨先生,您能不能为我们说明一下新型的EBP在哪些方面比旧型的好?
Ivans: Yes. I wanted to add that one of the main causes of the poor U. S. sales of the original EBP was our advertising strategy.
是的,我想要加一句,旧型的EBP在美国销路很差的主要原因之一是我们的广告策略。
In GAS, the addressing is a bit more terse: 4(%ebp) and -4(%ebp), respectively.
在GAS中,寻址方法更简单一些:4(%ebp)和-4(%ebp)。
Since y is specified in the output operand section, the updated value in %edx is stored in -8(%ebp), the location of y on stack.
因为y是在输出操作数部分中指定的,所以%edx中更新的值存储在-8(%ebp),堆栈上y的位置中。
After the meeting, please try out the EBP we've placed in the back of the room.
演说之后,请大家试试放在房间后面的电子书。
Once inside a function, a local stack frame is created by copying esp to ebp (line 62).
在函数内部,通过将esp复制到ebp(第62行)创建一个局部堆栈框架。
With the EBP, you can view information on a screen.
在电子书里,你可以在画面上看到资料。
For example, on an i386 machine, the %ebp register can be used to traceback the entire stack.
例如,在i386机器上,%ebp寄存器可以用来回溯整个堆栈。
The leftmost parameter of the function, since it was pushed last, is accessible at this offset from EBP;
因为最左边的参数最后一个被压栈,在[EBP]的这个偏移地址就可以被取得;
Back-analysis of Stiffness of Base Course in the Cement Concrete Pavement by EBP Method
水泥砼路面基层刚度反演分析的EBP方法
to access the 1st parameter on the stack (EBP+0 is the old value of EBP, EBP+4 is the return address), you can instead do
若要访问栈上的第一个参数(EBP0是旧的EBP值,EBP4是返回地址),你可以改为执行