struct

结构

常用释义

词性释义

n.

结构;结构体;创建构架数组
例句
  • 全部
  • 结构
  • 结构体
1·A little extra work would also allow tables containing full struct definitions; a little more would ensure that space isn't wasted at the front of the array with useless empty entries.
我们还要实现另外一些任务:让这个表包含完整的结构定义;还要确保这个数组前面没有空项,这样就不会浪费空间。
2·The register can hold the address of the whole struct, and the numeric portion can be modified depending on the structure member to be accessed.
寄存器可以存放整个结构的地址,数字部分可以根据所访问的结构成员进行修改。
3·From the globals, you can find an embedded struct which holds gc configuration and management information (CVMglobals.gc).
从全局,你可以找到一个内嵌的结构,它把握gc的配置和管理信息(CVMglobals . gc)。
4·Now, you might think that this would cause problems for programs calling malloc -- how do they know about this struct?
现在,您可能会认为当程序调用 malloc 时这会引发问题 —— 它们如何知道这个结构?
5·All the classes, struct, enums (and so on) under this stereotyped UML package will be generated within this namespace in the generated code.
这个stereotyped UML包下所有的类、结构、枚举(以及其它)生成代码之后,都将包括在这个名字空间中。
1·Returns a struct containing a member named url, which provides the url of the file using either HTTP or FTP.
返回一个结构体,其中包含一个名为url的成员,该成员使用HTTP或ftp格式提供文件的url。
2·Then, let's say that the address of the struct itself is in a register called register X.
然后,假设这个结构体本身的地址在一个名为 X 的寄存器中。
3·A struct that represents a 'potential request for cancellation'.
一个代表了“潜在的撤销请求”的结构体。
4·So, the struct size also varies depending on kernel configuration, and you can't get it from user-space.
所以,结构体的大小也取决于内核配置,从用户空间,你不能得到它。
5·Designated Initializers in C99: How to handle empty uninitialized struct members in C11?
指定初始化在C99:如何处理空未初始化结构体成员C11吗?
网络释义

结构

结构STRUCT)和数组(ARRAY)都是属于复合数据类型,但它们组成形式是完全不同的:数组(ARRAY)是将一组同类 …

结构体

...t) 第9章 结构体(strut) 9.1 数组与结构体struct) 数组与结构体(struct) 9.2 9.3 9.4 9.5 9.6 9.6 9.7 结构体(struct) …

结构体类型

结构体类型(struct)是一种复合数据类型,用于将某些相关的数据组织到一个新的数据类型中。 如果执行程序时要传递命令行参 …

结构名

第九章 结构与联合 ... struct 结构名 union 联合名 ...

创建构架数组

MATLAB函数大全 ... strrep 串替换 struct 创建构架数组 strvcat 创建多行串数组 ...

结构类型

结构类型 (Struct) 是值类型,不需要显式声明默认构造函数,编译器将自动生成默认构造函数。当用 (new) 运算符实例化时默认 …

值类型

值类型Struct)永远都不能等于 null但是在数据库中,一个整形(int)字段又可以赋值为 null为了解决这个问题,微软在 FC…

结构类型的指针

[转]Linux定时器 - 快乐生活,感受人生 - IT博客 ... task_struct 结构类型的指针。 real_timer 定时器。首先,计算 ...
同义词
n.
结构;结构体;创建构架数组
更新时间:2025-05-07 04:05