struct 常用
双语例句
1. The struct in C programming is used to group different data types together.
在C编程中,结构体用于将不同的数据类型组合在一起。
2. These are changes in struct cfs_rq.
以下是struct cfs_rq中的变动。
3. Access the members of a struct using the dot operator.
使用点运算符访问结构体的成员。
4. Listing 1. Definition of struct sg_io_hdr.
清单1 . sg_io_hdr结构的定义。
5. You can define a struct to represent a complex data type.
你可以定义一个结构体来表示一个复杂的数据类型。
6. On a basis of optimized struct
在优化结构和提高效益的基础上
7. If it is a struct , let it be.
如果它是一个结构,可以这样。
8. Listing 1. Important fields from struct key.
清单1 . struct key中的重要字段。
9. This is very useful for accessing members of a struct.
这对于访问结构中的成员是非常有用的。
10. A struct that represents a ‘potential request for cancellation’.
一个代表了“潜在的撤销请求”的结构体。
11. Declaring a new struct type is simple.
定义一个新的struct类型很简单。
12. Node of data domain struct node * next;
节点的数据域结构节点*未来;
13. Unsized array declaration inside struct ok?
无浆数组声明结构体里面好吗?。
14. A struct can contain variables of different data types.
一个结构体可以包含不同数据类型的变量。
15. Initialize a struct with specific values at the time of declaration.
在声明时用特定的值初始化一个结构体。