52单词网 > 英语词典 > pointer type

pointer type

小编 分享 时间:
pointer type是什么意思
英式音标:[ˈpɔɪntə taip]英式读音
美式音标:[ˈpɔɪntɚ taɪp]美式读音
词汇分类:计算机常用词汇
词义:

释义

指针式;

用法:

双语例句

This could be because the type is a pointer type.
这可能是因为该类型是一个指针类型。

权威例句

Bounded Pointer

Basics of Control Design and Simulation

27.2 Pointer types

6.5 System Area Pointers

Interaction of osteogenin, a heparin binding bone morphogenetic protein, with type IV collagen.

Direct binding to nucleic acids by Vpr of human immunodeficiency virus type 1.

Electronic payments with risk based selection of type of debiting of the payer's deposit account

Efficiency directed evaporative type supplement condensing system for high ambient refrigeration operation

The presbyopic add. III. Influence of the distance refractive type.

Recognition versus Resolution: a Comparison of Visual Acuity Results Using Two Alternative Test Chart Optotype
造句:

1. In modern IDEs, all necessary type information can be found at the tip of your mouse pointer.

在现代的IDE中,所有必要的类型信息都能被找到,并作为鼠标指针的提示出现。

youdao

2. The first item in each tuple is a callable object (in this case a method pointer) and the second is a HTTP request type that the method should be called for.

每个元组的第一项是可调用对象(在这里是一个方法指针),第二项是HTTP请求类型,这种请求类型可以调用该方法。

youdao

3. Any pointer arithmetic should be performed using variables of type long regardless if in 32-bit or 64-bit mode.

无论是处于32位模式下还是处于64位模式下,都应当使用长型变量执行所有指针算法。

youdao

4. That means a reference type can have a null pointer, but a value type cannot have a null value.

这意味着引用类型可能有空指针,但是数值类型不能有空值。

youdao

5. Another pointer is required of the type SSL_CTX.

同时需要有另一个类型为SSL_CTX的指针。

youdao

6. Pointer assignment should only be performed between other Pointers or variables of type long.

指针赋值只应在其他指针或长型变量之间执行。

youdao

7. Another pointer of type SSL is also needed to hold the SSL connection structure (this is required for something that will be done shortly).

还需要另一个ssl类型的指针来保持SSL连接结构(这是短时间就能完成的一些连接所必需的)。

youdao

8. We now know that this represents a function pointer type that can refer to any method taking a single int argument and returning a string.

我们现在知道了这是一个函数指针类型,它可以引用任何有一个int类型参数并且返回一个string类型的方法。

youdao

9. Systems with native 32-bit types often kept both long and pointer sizes 32 bit, but introduced a new type, "long long," which was 64 bit.

本身支持32位类型的系统通常都保留32位的long和指针,不过这些系统引入了一个新类型 “long long”,它是 64 位的。

youdao

10. Another optional type is the new intptr_t type, which is an integer large enough to hold a pointer.

另一个可选的类型是新的intptr_t类型,它是一个足够大的可以容纳一个指针的整数。

youdao

11. To have a variable hold this kind of list in a program, all you need is to have a pointer that points to type struct ll_int_node.

要在程序中使用一个变量来容纳这种链表,您需要做的只是使用一个指向类型struct ll_int _ node的指针。

youdao

12. The structure in Listing 4 is used by the mimeokay function for one purpose: to set the global string pointer fstr to the appropriate MIME type string matching the file's extension: fext.

清单4中所示的结构由mimeokay函数使用,用来实现以下用途:将全局字符串指针fstr 设置为与文件扩展名 fext 相匹配的合适的MIME类型。

youdao

13. To add an item to the tree, simply call AddItem and give it a pointer to the type of object being stored.

要向这棵树添加一个子项,可以简单的调用AddItem并传一个指针给它,用来存放添加后的对象。

youdao

14. Move the pointer over each section of the pie chart to view the percentage for the statement type.

把鼠标指针移动到饼图的每个部分上,就会看到这种语句类型的百分比。

youdao

15. These events identify the type of the change and contain a pointer to the object that was changed.

这些事件标识了更改的类型,并包含指向所更改对象的指针。

youdao

16. Casting from member function pointer to another type and back, strict-aliasing issue?

铸造成员函数指针到另一个类型和背部,严格的混叠问题?

youdao

17. Determines whether a given type is a member function pointer, possibly with additional properties as specified by a property tag.

判定一个给定的类型是否为成员函数指针,可以通过属性标签额外指定属性。

youdao

18. Determines whether a given type is a function pointer, possibly with additional properties as specified by a property tag.

判定一个给定的类型是否为函数指针,可以通过属性标签额外指定属性。

youdao

19. Values of this type can now be allocated using the built-in function new, which returns a pointer to the value in memory with all slots initialized to the zero value.

现在这一类型的值可以通过内建的函数new来分配,这将返回一个指针,指向一块内存单元,其所占内存槽初始化为零。

youdao

20. A pointer to a variable of this type is passed to the process_args function, and on return, the variable contains values obtained from arg processing.

指向该类型变量的指针被传递到process_args函数,返回该指针时,它包含从参数处理过程获得的值。

youdao

21. In earlier versions, it changes the return value of the generated function in_word_set from its default Boolean value (that is, 0 or 1) to the pointer to wordlist array type.

在早期版本中,它将生成的函数in _ word_set返回的默认布尔值(即0或1)修改为pointerto wordlist array类型。

youdao

22. If the base member took different arguments than the derived-class member, there would be no way to call the derived function from a reference or pointer to the base type.

如果基类成员与派生类成员接受的实参不同,就没有办法通过基类类型的引用或指针调用派生类函数。

youdao

23. Thus, array (pointer (char), 4) is the type of arrays of 4 Pointers to char.

因此y的类型就是有四个元素、这些元素指向char类型的指针数组。

youdao

24. An array is converted to a pointer to the type of the array; a function is converted to the appropriate pointer to function type.

将数组转换为指向数组类型的指针,将函数转换为指向函数类型的适当指针。

youdao

25. Synthesizes a function pointer type from given properties.

根据给定的属性合成一个函数指针。

youdao

26. Synthesizes a member function pointer type from given properties.

根据给定的属性合成一个成员函数指针。

youdao

27. Determines whether a given type is a pointer to member object type.

判定一个给定的类型是否为成员对象指针类型。

youdao

28. The dynamic type of an object (as opposed to a reference or pointer) is always the same as the static type of the object.

对象的动态类型总是与静态类型相同,这一点与引用或指针相反。

youdao

29. The pointer containers of this library are all built using the adapters. There is a pointer container for each type of "normal" standard container highlighted as links below.

本库中的指针容器都是用适配器构建的。对于每种“普通”标准容器都有一个指针容器,如以下链接所示。

youdao

30. The pointer containers of this library are all built using the adapters. There is a pointer container for each type of "normal" standard container highlighted as links below.

本库中的指针容器都是用适配器构建的。对于每种“普通”标准容器都有一个指针容器,如以下链接所示。

youdao

pointer type

将本文的Word文档下载到电脑,方便收藏和打印
推荐度:
点击下载文档文档为doc格式