Wobbrock教授表示,这种指针使用比较大的圆形光标来代替传统的箭头形状指针。
Professor Wobbrock says it USES a large circular cursor instead of the traditional arrow pointer.
AIM研究小组研发了两种光标。一种叫做指针放大镜。沃布罗克教授说,这种指针使用一个比较大的圆形光标来代替传统的箭头状指针。
The AIM Research Group has developed two cursors. One is called the Pointing Magnifier. Professor Wobbrock says it USES a large circular cursor instead of the traditional arrow pointer.
所以,在这个函数中,我们使用了回链指针、链接寄存器保存区和一个本地变量。
So, in this function, we are using the back chain pointer, the link register save area, and one local variable.
然后,您可以将库装入到您的地址空间中并使用函数指针调用方法。
You could then load the library into your address space and call the methods using function Pointers.
环境指针在大多数语言中并未使用。
因此,使用基指针寻址模式,我们可以指定寄存器x作为基指针,8作为偏移量。
So, using base-pointer addressing, you would specify register X as the base pointer and 8 as the offset.
可能是泄漏、空指针或者错误的内存使用。
There might be leaks, dangling Pointers, or incorrect memory usage.
清单2提供了一个使用指针参数的稍微复杂的函数。
Listing 2 provides a slightly more complicated function that USES pointer arguments.
下面图表中的示例由于使用了指针所以看起来不那么明了。
The data example in the diagram is trickier because it uses a pointer.
第二个域是这个函数使用的toc指针。
这对函数了解自己的活动记录在什么地方提供了方便——它们可以使用堆栈指针的形式简单地进行定义。
This makes it easy for functions to know where their activation record is — they are simply defined in terms of the stack pointer.
通过使用引用,可以告诉函数指向信息的指针。
By using a reference, you tell the function to point to the information.
IP地址到主机名的映射是使用PTR(指针)记录来定义的。
IP address to hostname mappings are defined use the PTR (pointer) record.
经典的C语言方式进行面向对象编程的一种方式就是使用晦涩的指针,比如句柄。
The classic C language approach to object oriented programming is the usage of opaque pointers, i.e., handles.
接下来我们将了解更多有关使用指针和查询来筛选数据的方法。
We will see more about using cursors and queries to filter data next.
由于NULL指针会结束一个链表,所以我们也可以使用 NULL 指针条件作为基于链表的很多递归程序的基线条件。
Since a NULL pointer terminates a list, we can also use the NULL pointer condition as a base case for many of our recursive functions on linked lists.
当然,我将使用指针赋值魔杖。
当完成该函数之后,使用返回指针回到原来的位置并继续程序。
After the function has been completed, the return pointer is used to go back to the original location and the program can continue.
首先,为使用矢量图的指针编写代码。
最好地方法是为结构的副本创建指针,以替代闭包的使用。
The best one could do is to create a pointer to a copy of the structure, which defeats the purpose of having a closure.
阅读时使用指针可以帮你很好地控制速度。
A pointer helps with control because instead of just using your eyes, you can physically move your hand to adjust your reading speed.
不要使用int类型来存储指针。
基于C的Objective - c使用指针类型,UML中则没有。
Objective-C — being C-based — USES pointer types, which are not easily modeled in UML.
在得到标签的指针后,代码使用g_assert宏来确定标签是否等于NULL。
After obtaining the pointer to the label, the code USES the g_assert macro to determine if the label is equal to NULL.
不要使用指针来存放int类型的值。
Do not use a pointer to store an int. For example, don't do this?
通过使用“s ”约束将源指针src放入%esi中,使用“d ”约束将目的指针dst放入%edi中。
The source pointer SRC is put into % esi by using the "s" constraint, and the destination pointer DST is put into % edi using the "d" constraint.
注意所使用的指针被声明为unsigned long long而非指针。
Note that the pointer you used is declared an unsigned long long rather than just a pointer.
如果您需要编写这种代码,就可能会碰到可移植性的问题;您应该开发一个具有单独标记的结构,并使用这些结构,而不是使用指针。
If you need to write code like this, you are in trouble for portability; you should probably develop a structure with separate flags, and use these instead of Pointers.
如果您需要编写这种代码,就可能会碰到可移植性的问题;您应该开发一个具有单独标记的结构,并使用这些结构,而不是使用指针。
If you need to write code like this, you are in trouble for portability; you should probably develop a structure with separate flags, and use these instead of Pointers.
应用推荐