struct
- 结构;结构体;结构体类型
-
Class , struct , or interface method must have a return type
类、结构或接口方法必须有返回类型
-
Shallow Discusses The Data Struct Study Method
浅谈数据结构学习方法
-
Those functions can then be called as methods on the struct
这些函数之后可作为struct的方法而被调用
-
Image feature extraction technology is one of the critical technologies to struct image feature database .
图像特征提取技术是构造图像检索中特征数据库比较关键的技术之一。
-
The public struct contains one or more non-public fields .
公共结构包含一个或多个非公共字段。
-
Compared the actuality of the structure of th Study of the Environment of War Field Simulation Struct
三维战场环境仿真结构研究
-
The Sorting and application of the struct data
结构数据的排序及应用
-
On Data Struct Course Teaching
数据结构课程教学探索
-
This wizard adds a property to your c # struct .
精在您的c加入性。
-
Therefore , create the following struct to hold all buffer-specific information
因此,创建以下结构来保存所有与缓冲区相关的信息
-
Address needs to be a C + + struct element instead of an ordinary class .
Address需要是C++struct元素而不是普通的类。
-
Based on distributed struct design , subsystems were independent of operation system , database and programe language .
基于分布式的设计结构,各子系统可做到与操作系统无关、与数据库无关、与程序开发语言无关,一方面增强了系统设计的灵活性,另一方面使系统负荷均衡,增强了系统健壮性。
-
The struct keyword provides a way to collect a group of variables together into a structure .
struct关键字提供了将一组变量集中到一个结构的方法。
-
This is very useful for accessing members of a struct .
这对于访问结构中的成员是非常有用的。
-
A struct that represents a ' potential request for cancellation ' .
一个代表了“潜在的撤销请求”的结构体。
-
Once created , a struct represents a new type that can then be used throughout your interface definition .
一旦创建了,struct表示可以在整个接口定义中被使用的新类型。
-
This wizard adds a member function to a class , struct , or union .
本向导向类、结构或联合添加成员函数。
-
Struct key is defined in the Linux kernel source under include / linux / key . h.
在Linux内核源代码中,structkey是在include/linux/key.h下定义的。
-
The kernel keeps the state information of a process in the state field of struct task_struct .
内核将进程的状态信息保存在structtaskstruct的state字段中。
-
If valid , it sets a flag in the struct .
如果是有效选项,则在结构中设置标志。
-
We analyse the struct of the application which is created by MFC and the function of each part .
本文分析了由MFC生成的应用程序的结构以及各部分的功能。
-
Research on Seed-combo which is a multifunctional struct for rice raising seedling
水稻多功能育秧结构&体种联研究
-
The struct sockets object is just a quick abstraction of an input / output port .
structsockets对象只是一个对输入/输出端口的抽象描述。
-
That 's right , everything else found in struct dirent is not portable .
的确如此,structdirent中其他所有内容都是不可移植的。
-
Nonstandard extension used : zero-sized array in struct / union
使用了非标准扩展:结构/联合中的零大小数组
-
Class % 1 was converted to a struct , which can 't contain null values .
%1类被转换为结构,它不能包含空值。
-
The Linux kernel keeps complete information about a process in a process descriptor defined as struct task_struct .
Linux内核将关于进程的完整信息保存在进程描述符中,它的结构被定义为structtaskstruct。
-
This macro creates a struct list_head object onto which you can add objects .
这个宏创建一个结构listhead对象,可以在该对象上添加其他一些对象。
-
If okay , save the start page in a field of the struct pointed to by psa .
如果没有问题,则在psa所指结构的字段中保存起始页。
-
When I declared the Car struct , I gave it what is called an anonymous member .
当我声明Car这个struct的时候,我定义了一个匿名成员。