struct
n. 结构;结构体;创建构架数组
2026-03-22 12:07 浏览次数 21
n. 结构;结构体;创建构架数组
1. structure
struct-结构;结构体;创建构架数组
struct individual个体
mechanics力学(用作单数);结构;技术;机械学(用作单数)
struct BiTNode定义数据结构
configuration配置;结构;外形
struct values构造值
framework框架,骨架;结构,构架
value struct与值结构
struct A给定结构
struct tree声明树的结构
struct string定义字符串
struct semaphore权状机制
texture质地;纹理;结构;本质,实质
Because field_item_link isn「t a recognized data type or entity, the data type defaults to struct when it is processed.
因为field_item_link不是可以识别的数据类型或实体,在处理它们时,数据类型默认为struct。
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成员中找到)。
From the globals, you can find an embedded struct which holds gc configuration and management information (CVMglobals.gc).
从全局,你可以找到一个内嵌的结构,它把握gc的配置和管理信息(CVMglobals .gc)。
Also, you are able to reorder the struct and union attributes in code and your model will maintain this order.
您还可以将代码中的结构与联合属性进行重新排序,而您的代码将会维持这个顺序。
Declaring a new struct type is simple.
定义一个新的struct类型很简单。
Returns a struct containing a member named url, which provides the url of the file using either HTTP or FTP.
返回一个结构体,其中包含一个名为url的成员,该成员使用HTTP或ftp格式提供文件的url。
The second one, get_sockets , takes the socket, accepts a connection, and creates a struct sockets object.
第二个子程序get _ sockets,以这个套接字为参数,接受连接,并创建一个structsockets对象。
The iocb argument can usually be treated as an opaque cookie used by the AIO subsystem; if you need the struct file pointer for this file descriptor, however, you can find it as iocb->ki_filp.
通常可以把iocb看作AIO子系统使用的不透明数据结构。然而,如果需要文件描述符的structfile指针,可以通过iocb->ki_flip获取。
Then, let「s say that the address of the struct itself is in a register called register X.
然后,假设这个结构体本身的地址在一个名为X的寄存器中。
The struct keyword provides a way to collect a group of variables together into a structure.
struct关键字提供了将一组变量集中到一个结构的方法。
A struct that represents a 」potential request for cancellation「.
一个代表了「潜在的撤销请求」的结构体。
Listing 5. Output of struct thread_info for pids 1508 and 1509.
清单5.pid 1508和1509的结构体thread_info的输出。
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的指针。
Listing 1. Definition of struct sg_io_hdr.
清单1 . sg_io_hdr结构的定义。
Once created, a struct represents a new type that can then be used throughout your interface definition.
一旦创建了,struct 表示可以在整个接口定义中被使用的新类型。
Operations defined with struct key_type are used to instantiate the payload with data and also to read back or modify the data.
可以通过struct key_type定义的操作用数据对有效内容进行实例化,还可以读取数据或修改数据。
If the message indicates success, information from the returned message gets stuffed into the struct stat object, replacing the real data with the recorded data from the virtual file system.
如果消息表明成功,来自返回消息的信息将填充到structstat对象,从而使用来自虚拟文件系统的记录数据取代真实的数据。
So a class or struct is required to implement all the methods of all the interfaces in the transitive closure of its base interfaces?
那么就是说一个class或者一个struct必须要实现其传递闭包上所有接口定义的所有方法吗?
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.
我们还要实现另外一些任务:让这个表包含完整的结构定义;还要确保这个数组前面没有空项,这样就不会浪费空间。
If okay, save the start page in a field of the struct pointed to by psa.
如果没有问题,则在ps a所指结构的字段中保存起始页。
Therefore, create the following struct to hold all buffer-specific information.
因此,创建以下结构来保存所有与缓沖区相关的信息。