... pointer type 指示字类型 pointer value 指示字值 pointer variable identifier 指示字变量标识符 ...
基于24个网页-相关网页
...接保存地址的值,只能利用地址运算符(&),通过保存在该地址中那个的变量来或的该值。这样获得的值称为指针值(pointer value)。指针值(也就是变量的地址)在程序每次运行时都会发生变化。
基于24个网页-相关网页
null pointer value [计] 零指示字值 ; 空指针值
Pass Pointer to Value 或选择指针传递
a pointer passed by value 另外也可以传递指针
The data pointer value is not valid.
数据指针值无效。
The . funcptr property of a delegate will return the function pointer value as a function type.
函数指针和委托可能会合并到一个统一的语法中并且可以互相代替。
This error occurs if a program passes an invalid pointer value or if the length of the buffer is too small.
如果程序传递了无效的指针值,或者如果缓冲区的长度太小会发生此错误。
That statement says, get the value of x, which is this link, and give z a pointer to the same place.
这个声明的意思是,取得x的值,也就是连接指向的值,然后给z赋予一个指向同样位置的指针。
And when I create a binding, x I'm taking a variable name, in this case x, stored somewhere in a table, and I'm creating a link or a pointer from that name to that value.
当我创建一个绑定的时候,我有一个变量的名字,在这个例子中是,存在一个表中的某处,然后创建一个连接,或者指针从这个名字指向目标值。
We have a pointer to the location in memory that contains the actual value, which itself might be a bunch of pointers, and we have a pointer to the actual-- sorry, a pointer the value and we have a pointer to the next element in the list. All right?
包含实际值的地址,可能实际值,也是一系列指针,这里还有指向实际,抱歉,指向下一个元素的指针,我们来整理下?
应用推荐