struct

结构
常用释义
n. 结构;结构体;创建构架数组

扩展信息

结构
结构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 定时器。首先,计算 ...

例句

可以将类、结构或接口的定义拆分到两个或多个源文件中。

Keyword to overload a built-in operator or to provide a user-defined conversion in a class or struct declaration.

关键字用于在类或结构声明中声明运算符。运算符声明可以采用下列四种形式之一

现在,您可能会认为当程序调用malloc时这会引发问题——它们如何知道这个结构?

在这个呼叫之后,此结构将被视为已经明确的指派了,也就是,它的所有成员都已经初始化为它们的预设值。

struct不能为abstract,而应始终为隐式sealed。

主SPE程序将接收到包含字符串大小和指针的struct的有效地址指针。

Unless you need reference-type semantics, a small class may be more efficiently handled by the system if you declare it as a struct instead.

除非需要引用类型语义,将较小的类声明为结构,可以提高系统的处理效率。

使用平台调用时,这种结构布局控制很有用。

在内部,Boost从structF公共地派生一个类(见清单19),然后从这个类创建对象。

尝试用非标量(结构、联合、数组或类)初始化位域。

This struct acts as a container for the properties that you mark up (the link URL and linked text).

这个struct就好比是已标记属性(链接URL与被链接的文本)的一个容器。

As shown in Listing 1, the virtual file system is maintained as a linked list of struct vfs, as denoted by the member vfs_next.

如清单1所示,由成员vfs_next指定,虚拟文件系统作为structvfs的链表进行维护。

Partial type definitions allow the definition of a class, struct or interface to be split into multiple files.

分部类型定义允许将类、结构或接口的定义拆分到多个文件中。

If the entry is a file, you print the name and the number of bytes it's currently using (found using the st_size member of the struct stat).

如果该条目是一个文件,那么显示其名称和字节数(可在structstat的st_size成员中找到)。

The volatile keyword can only be applied to fields of a class or struct.

所涉及的类型必须是类或结构的字段。

Then, let's say that the address of the struct itself is in a register called register X.

然后,假设这个结构体本身的地址在一个名为X的寄存器中。

除非需要引用类型语义,否则系统将较小的类作为结构处理效率会更高。

As the work_struct indicates the handler function to use, you can use the work queue to queue work for a variety of handlers.

由于work_struct中指出了要采用的处理程序函数,因此可以利用工作队列来为不同的处理程序进行任务排队。

若要设置类成员或结构成员的访问级别,请向该成员声明添加适当的关键字。

假设您要用编写类或结构的程序员的名字标记类和结构。

泛型允许类,结构,接口,委托和方法来根据它们所保存和维护的数据的类型而参数化。

可以使用五种访问类型之一来声明类成员或结构成员。

通过工作队列与之通信的任务可以由结构体work_struct来定义。

这个集合可能被实现为对象、记录、结构、词典、散列表、键列表或关联数组,具体情况取决于所使用的语言。

总是提供默认构造函数以将结构成员初始化为它们的默认值。

A special method on a class or struct that initializes the objects of that type.

类或结构中用于初始化该类型的对象的一种特殊方法。

If T is a struct type, either all fields of T must be exported, or the assignment must be in the same package in which T is declared.

如果T是一个结构体类型,要么它的所有成员变量都是公有的,要么赋值发生在声明T的包内。

索引器允许类或结构的实例按照与数组相同的方式进行索引。

Work is represented by a work_struct structure, which identifies the work to be deferred and the deferral function to use (see Figure 3).

任务由结构体work_struct来说明,用来鉴别哪些任务被延迟以及使用哪个延迟函数(参见图3)。

将该参数命名为start,并将其方向设置为In,然后在Browsetype对话框中,选择Pointstruct作为类型。

同义词

n.
结构;结构体;创建构架数组