网站首页  词典首页

请输入您要查询的英文单词:

 

单词 struct.
释义

struct.

  • 网络结构体与链表;宣告结构体
1.
结构体与链表
第5章 运输管理_百度文库 ... 第8章 指针 Pointer 第9章 结构体与链表 Struct... 第1章 C语言概述 Overview ...
wenku.baidu.com
2.
宣告结构体
C语言的识... ... static................. 静态的变数宣告 struct................. 宣告结构体 switch............... 条件判断 ...
tw.knowledge.yahoo.com

例句

释义:
1.
It is possible to split the definition of a class or a struct, or an interface over two or more source files.
可以将类、结构或接口的定义拆分到两个或多个源文件中。
msdn2.microsoft.com
2.
Keyword to overload a built-in operator or to provide a user-defined conversion in a class or struct declaration.
关键字用于在类或结构声明中声明运算符。运算符声明可以采用下列四种形式之一
msdn2.microsoft.com
3.
Now, you might think that this would cause problems for programs calling malloc -- how do they know about this struct?
现在,您可能会认为当程序调用malloc时这会引发问题——它们如何知道这个结构?
www.ibm.com
4.
After this call, the struct is considered to be definitely assigned; that is, all its members are initialized to their default values.
在这个呼叫之后,此结构将被视为已经明确的指派了,也就是,它的所有成员都已经初始化为它们的预设值。
technet.microsoft.com
5.
A struct cannot be abstract and is always implicitly sealed.
struct不能为abstract,而应始终为隐式sealed。
msdn2.microsoft.com
6.
The main SPE program will receive an effective address pointer to a struct containing the size and pointer of a string in main memory.
主SPE程序将接收到包含字符串大小和指针的struct的有效地址指针。
www.ibm.com
7.
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.
除非需要引用类型语义,将较小的类声明为结构,可以提高系统的处理效率。
msdn.microsoft.com
8.
This sort of control over struct layout is useful when using platform invocation.
使用平台调用时,这种结构布局控制很有用。
msdn2.microsoft.com
9.
Internally, Boost is publicly deriving a class from the struct F (see Listing 19), then creating an object out of that class.
在内部,Boost从structF公共地派生一个类(见清单19),然后从这个类创建对象。
www.ibm.com
10.
You tried to initialize a bit field with a non scalar (struct, union, array, or class).
尝试用非标量(结构、联合、数组或类)初始化位域。
207.46.16.251
1.
This struct acts as a container for the properties that you mark up (the link URL and linked text).
这个struct就好比是已标记属性(链接URL与被链接的文本)的一个容器。
www.ibm.com
2.
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的链表进行维护。
www.ibm.com
3.
Partial type definitions allow the definition of a class, struct or interface to be split into multiple files.
分部类型定义允许将类、结构或接口的定义拆分到多个文件中。
msdn2.microsoft.com
4.
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成员中找到)。
www.ibm.com
5.
The volatile keyword can only be applied to fields of a class or struct.
所涉及的类型必须是类或结构的字段。
msdn2.microsoft.com
6.
Then, let's say that the address of the struct itself is in a register called register X.
然后,假设这个结构体本身的地址在一个名为X的寄存器中。
www.ibm.com
7.
Unless you need reference-type semantics, small classes may be more efficiently handled by the system as a struct.
除非需要引用类型语义,否则系统将较小的类作为结构处理效率会更高。
msdn2.microsoft.com
8.
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中指出了要采用的处理程序函数,因此可以利用工作队列来为不同的处理程序进行任务排队。
www.ibm.com
9.
To set the access level for a class or struct member, add the appropriate keyword to the member declaration.
若要设置类成员或结构成员的访问级别,请向该成员声明添加适当的关键字。
msdn2.microsoft.com
10.
Suppose you want to tag classes and structs with the name of the programmer who wrote the class or struct.
假设您要用编写类或结构的程序员的名字标记类和结构。
msdn2.microsoft.com
1.
Generics permit classes, struct s, interfaces, delegates, and methods to be parameterized by the types of data they store and manipulate.
泛型允许类,结构,接口,委托和方法来根据它们所保存和维护的数据的类型而参数化。
blog.sina.com.cn
2.
Class or struct members can be declared with one of five types of access.
可以使用五种访问类型之一来声明类成员或结构成员。
msdn2.microsoft.com
3.
The work to be communicated through the work queue is defined by the work_struct structure.
通过工作队列与之通信的任务可以由结构体work_struct来定义。
www.ibm.com
4.
In various languages, this collection is realized as an object, record, struct, dictionary, hash table, keyed list, or associative array.
这个集合可能被实现为对象、记录、结构、词典、散列表、键列表或关联数组,具体情况取决于所使用的语言。
www.ibm.com
5.
A default constructor is always provided to initialize the struct members to their default values.
总是提供默认构造函数以将结构成员初始化为它们的默认值。
msdn2.microsoft.com
6.
A special method on a class or struct that initializes the objects of that type.
类或结构中用于初始化该类型的对象的一种特殊方法。
msdn2.microsoft.com
7.
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的包内。
www.itpcs.cn
8.
Indexers permit instances of a class or struct to be indexed in the same way as arrays.
索引器允许类或结构的实例按照与数组相同的方式进行索引。
msdn2.microsoft.com
9.
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)。
www.ibm.com
10.
Name this parameter start and set its direction as In , and then from Browse type dialog, select Point struct as its type.
将该参数命名为start,并将其方向设置为In,然后在Browsetype对话框中,选择Pointstruct作为类型。
www.ibm.com
1.
Within a struct declaration, fields cannot be initialized unless they are declared as const or static.
在结构声明中,除非字段被声明为const或static,否则无法初始化。
msdn2.microsoft.com
2.
Struct is an opaque representation of the token returned by the metadata to represent a parameter.
结构是由元数据返回以表示参数的标记的不透明表示形式。
msdn2.microsoft.com
3.
The fixed array can take any of the attributes or modifiers that are allowed for regular struct members.
固定数组可采用允许普通结构成员使用的任何属性或修饰符。
msdn2.microsoft.com
4.
A struct cannot inherit from another struct or class, and it cannot be the base of a class.
一个结构不能从另一个结构或类继承,而且不能作为一个类的基。
msdn2.microsoft.com
5.
Any class, struct, or interface members declared in a partial definition are available to all of the other parts.
在某一分部定义中声明的任何类、结构或接口成员可供所有其他部分使用。
msdn2.microsoft.com
6.
The Linux kernel keeps complete information about a process in a process descriptor defined as struct task_struct.
Linux内核将关于进程的完整信息保存在进程描述符中,它的结构被定义为structtask_struct。
www.ibm.com
7.
VLA cannot be a member of a struct or union.
VLA不能是结构或者联合的成员。
docs.google.com
8.
Struct is an object representation of a token that represents a method.
结构是表示方法的标记的对象表示形式。
msdn2.microsoft.com
9.
To resolve this error, change the class to a struct or declare the field as an ordinary array.
若要解决此错误,请将class更改为struct或者将字段声明为普通数组。
msdn2.microsoft.com
10.
Whenever a class or struct is created, its constructor is called.
每当建立类别或结构时,就会呼叫它的建构函式。
technet.microsoft.com
1.
Struct is an object representation of a token that represents a field.
结构是表示字段的标记的对象表示形式。
msdn2.microsoft.com
2.
Generics permit classes, struct s, interfaces, delegates, methods to be parameterized by the types of data they storemanipulate.
泛型允许类,结构,接口,代理还有方法被他们存储和操作数据类型参数化。
it.china-b.com
3.
When you create a struct object using the new operator, it gets created and the appropriate constructor is called.
如果使用new运算符创建结构对象,则会创建该结构对象,并调用适当的构造函数。
msdn2.microsoft.com
4.
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必须要实现其传递闭包上所有接口定义的所有方法吗?
www.cnblogs.com
5.
The list was defined as struct Class and it was included wherever dynamic linkage needed to be initialized.
这个链表的定义是structClass,而且只要动态连接需要初始化,它就包括在内。
wiki.chinaunix.net
6.
The type and order of elements caused the compiler to add padding to the end of a struct.
元素的型别与顺序使编译器在结构的结尾加入填补。
technet.microsoft.com
7.
Struct members, including nested classes and struct s, can be declared as public, internal, or private.
包括巢状的类别和结构的结构成员可以宣告为公用、内部,或私用。
technet.microsoft.com
8.
A constant, field, property, or type introduced in a class or struct hides all base class members with the same name.
引入类或结构中的常数、指定、属性或类型隐藏具有相同名称的所有基类成员。
msdn2.microsoft.com
9.
Double-clicking class, struct, union, typedef, or their member fields navigates to the element declaration location.
双击类、结构、联合体、类型定义,或者它们的成员字段,将会定位到这个元素声明的位置。
www.ibm.com
10.
A method introduced in a class or struct hides properties, fields, and types, with the same name, in the base class.
引入类或结构中的方法隐藏基类中具有相同名称的属性、字段和类型。
msdn2.microsoft.com
1.
If all needed resources are available, this function returns the address of the task_struct descriptor just created.
如果所有需要的资源是有效的,这个函数返回刚创建的task_struct结构的地址。
linux.chinaunix.net
2.
The silence was suddenly struct when a headlight on , horn blaring car roared down the street.
宁静被一架开着车头灯、响着喇叭、大声呼啸的汽车穿过街道而突然打破。
dictsearch.appspot.com
3.
You then define a constant CONVERSION_STRUCT_SIZE for the size of the whole structure.
随后为整个结构的大小定义常量CONVERSION_STRUCT_SIZE。
www.ibm.com
4.
To access a member of a struct through a pointer.
通过指针访问结构的成员。
msdn2.microsoft.com
5.
U. S. A. antitrust legislation and judicial practice show that U. S. A. enterprise merger mode has already been transformed by struct. . .
美国企业合并的反垄断规制的立法和司法实践表明,美国企业合并规制模式已由结构主义向行为主义转化。
epub.cnki.net
6.
When you invoke extract interface on a class or on a struct, the bases and interfaces list is modified to include the new interface name.
在类或结构中调用“提取接口”时,将修改基和接口列表,以包括新接口名称。
msdn2.microsoft.com
7.
This error occurs if you use a fixed size buffer field in a class, instead of a struct.
如果您在class而不是struct中使用固定大小的缓冲区,将会出现此错误。
msdn2.microsoft.com
8.
Access modifiers are keywords added to the class, struct, or member declaration to specify these restrictions.
访问修饰符是添加到类、结构或成员声明的关键字,用以指定这些限制。
msdn2.microsoft.com
9.
An indexer introduced in a class or struct hides all base class indexers with the same signature.
引入类或结构中的索引器将隐藏具有相同名称的所有基类索引器。
msdn2.microsoft.com
10.
Using interfaces also means that you can occasionally save an unboxing penalty for struct s.
使用接口也意味着,你可以偶尔的节省对结构体进行拆箱的代价。
dictsearch.appspot.com
1.
There is no defined ordering between fields in multiple declarations of partial class or struct 'type'.
在分部类或结构“type”的多个声明中的字段之间没有已定义的排序方式。
msdn2.microsoft.com
2.
Gets a value indicating whether the current object being generated is a value type or struct.
获取一个值,该值指示生成的当前对象是否为值类型或结构。
msdn2.microsoft.com
3.
The final blit rectangle is saved in struct after all clipping is performed ( correct is not modified).
最后的blit矩形保存在dstrect毕竟裁剪执行(srcrect不会被修改)。
blog.163.com
4.
Values of this type shall be cast by applications to struct sockaddr for use with socket functions.
值类型转换插座职能,应由申请与使用结构sockaddr的。
zhidao.baidu.com
5.
This example demonstrates struct initialization using both default and parameterized constructors.
下面的示例演示使用默认构造函数和参数化构造函数的struct初始化。
msdn2.microsoft.com
6.
A key is a unit of cryptographic data, an authentication token, or some similar element represented in the kernel by struct key.
密钥(key)是一组密码学数据、身份验证标记或某些相似的元素,它在内核中由structkey表示。
www.ibm.com
7.
Address needs to be a C struct element instead of an ordinary class.
Address需要是C struct元素而不是普通的类。
www.ibm.com
8.
The Struts framework calls validate automatically, and if any item fails validation, the form page is rendered again.
Struct框架自动的调用validate,并在验证失败时重新渲染表单页面。
www.infoq.com
9.
When defining structs, you want to make sure that you are creating types that are readable.
定义struct时,要确保所创建的类型是可读的。
www.ibm.com
10.
In the following example, a struct object and a class object are created and initialized by using the new operator and then assigned values.
在下面的示例中,通过使用new运算符创建并初始化一个struct对象和一个类对象,然后为它们赋值。
msdn2.microsoft.com
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。
www.ibm.com
2.
Finally, the task_struct sits at the top, which fully describes the task and includes the sched_entity structure.
最后,task_struct位于顶端,它完整地描述任务并包含sched_entity结构。
www.ibm.com
3.
The type of a constraint (including struct, class, or new).
约束类型(包括struct、class或new)。
msdn2.microsoft.com
4.
The access level for class members and struct members, including nested classes and struct s, is private by default.
私用预设的类别成员,并包括巢状的类别和结构的结构成员的存取层级。
technet.microsoft.com
5.
For structs, it will return each member of the struct initialized to zero or null depending on whether they are value or reference types.
对于结构,此关键字将返回初始化为零或空的每个结构成员,具体取决于这些结构是值类型还是引用类型。
msdn2.microsoft.com
6.
Stub type has NULL name GDB could not find the full definition for a struct or class.
GDB不能找到一个结构体或者类的完全的定义。
wiki.chinaunix.net
7.
At the start, you create your data structure (my_data_struct), which includes some data and then two list heads.
一开始,您创建了您的数据结构(my_data_struct),该结构包含一些数据和两个列表头。
www.ibm.com
8.
A member of a class or struct that sends notifications of a change.
类或结构的一个成员,用于发送更改通知。
msdn2.microsoft.com
9.
Each scheduler module needs to implement a set of functions as suggested by struct sched_class.
每个调度程序模块需要实现structsched_class建议的一组函数。
www.ibm.com
10.
As with the struct type, C#-specific modifiers such new, protected internal, and unsafe are available as Boolean string properties.
同struct类型一样,C#专用的修饰符,例如new、protectedinternal,和unsafe是可用的Boolean字符串属性。
www.ibm.com
1.
A type declaration for a class, struct or enumeration.
类、结构或枚举的类型声明。
msdn2.microsoft.com
2.
All tasks within Linux are represented by a task structure called task_struct.
Linux内的所有任务都由称为task_struct的任务结构表示。
www.ibm.com
3.
The kernel keeps the state information of a process in the state field of struct task_struct.
内核将进程的状态信息保存在structtask_struct的state字段中。
www.ibm.com
4.
A named code block that provides behavior for a class or struct.
一个提供类或结构的行为的命名代码块。
msdn2.microsoft.com
5.
There may be the dual effect of the segregation on struct. . .
偏析对材料的组织结构和性能的影响可能是双重的。
www.chemyq.com
6.
This code contains one description of a struct.
此代码包含对struct的描述。
msdn2.microsoft.com
7.
Copy the contents of arg (pointer to struct simulation_struct) to the global structure.
将arg(指向structsimulation_struct)拷贝到全局结构中。
www.ibm.com
8.
vfs_gfs points to the struct gfs structure for the corresponding file system.
vfs_gfs指向对应的文件系统的structgfs结构。
www.ibm.com
9.
Returns a struct with the same members that can be used in the struct supplied as a parameter to the newPost and editPost methods.
返回具有成员的结构体,这些成员也可在以参数形式提供给newPost和editPost方法的结构体中使用。
www.ibm.com
10.
When I declared the Car struct, I gave it what is called an anonymous member.
当我声明Car这个struct的时候,我定义了一个匿名成员。
www.infoq.com
1.
Under the global scope, the following definitions form scopes: module, interface, struct, union, operation, and exception.
在全局作用域中,以下定义组成了作用域:module、interface、struct、union、operation和exception。
www.ibm.com
2.
When you decide what information to provide through this method, consider whether your class or struct will ever be used by untrusted code.
当您决定通过此方法提供的信息的类型时,应考虑您的类或结构是否会被不受信任的代码使用。
msdn2.microsoft.com
3.
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。
www.ibm.com
4.
This code contains a conflicting description of the same struct.
此代码包含对同一struct的冲突性描述。
msdn2.microsoft.com
5.
From the globals, you can find an embedded struct which holds GC configuration and management information (CVMglobals. gc).
从全局,你可以找到一个内嵌的结构,它把握GC的配置和管理信息(CVMglobals.gc)。
blog.sina.com.cn
6.
Structs can implement an interface but they cannot inherit from another struct.
结构可以实现接口,但它们无法继承另一个结构。
msdn2.microsoft.com
7.
a struct that represents a 'potential request for cancellation'.
一个代表了“潜在的撤销请求”的结构体。
www.infoq.com
8.
Then we have the struct definition, which, by default, uses the C calling convention.
然后我们生成该结构的定义,默认情况下,该结构定义使用C调用约定。
207.46.16.251
9.
Declares a pointer to container structure, ICMCONTAINERDATA_STRUCT.
声明指向容器结构ICMCONTAINERDATA_STRUCT的指针。
www.ibm.com
10.
For blog entries, the three primary members of this struct are title, link, and description.
对于博客文章,这种结构的3个主要成员包括title、link和description。
www.ibm.com
1.
An explicit interface declaration was found outside a class or struct.
在class或struct之外找到了显式的interface声明。
msdn2.microsoft.com
2.
Nested Types are types declared within a class or struct.
嵌套类型是在类或结构中声明的类型。
msdn2.microsoft.com
3.
A field, property, method, or event declared on a class or struct.
在类或结构上声明的字段、属性、方法或事件。
msdn2.microsoft.com
4.
Use the TIMESTAMP_STRUCT data type and the appropriate RFX_Date function to load hours.
使用TIMESTAMP_STRUCT数据类型和相应RFX_Date函数来加载时间。
support.microsoft.com
5.
Modify the Struct Member Alignment property.
修改“结构成员对齐”属性。
msdn2.microsoft.com
6.
Returns a struct that identifies each available category and has three strings as members: the description, htmlUrl, and rssUrl.
返回一个机构体,它标识了每个可用的类别,具有3个字符串成员:description、htmlUrl和rssUrl。
www.ibm.com
7.
Each struct in this array contains the same members as those returned by a call to getPost.
数组中的每个结构体包含的成员与调用getPost返回的成员相同。
www.ibm.com
8.
Size description struct for general caches.
下面的结构体是对于普通缓存的描述。
doc.gokeeper.com
9.
Class and struct types with public fields or properties.
带有公共字段或属性的类和结构类型。
msdn2.microsoft.com
10.
If okay, save the start page in a field of the struct pointed to by psa.
如果没有问题,则在psa所指结构的字段中保存起始页。
www.ibm.com
1.
the compiler assumes that the struct uses the C calling convention.
编译器假定该结构使用C 调用约定。
207.46.16.251
2.
That's right, everything else found in struct dirent is not portable.
的确如此,structdirent中其他所有内容都是不可移植的。
www.ibm.com
3.
Figure 2 represents the struct mystruct and its members in the heap segment after the overflow.
图2表示溢出后的堆分段中的structmystruct及其成员。
www.ibm.com
4.
It is also an error to initialize an instance field in a struct body.
在结构体中初始化实例字段也是错误的。
msdn.microsoft.com
5.
It is a compile-time error to reference a private member outside the class or the struct in which it is declared.
在定义私有成员的类或结构外引用它会导致编译时错误。
msdn2.microsoft.com
6.
But because not all tasks are runnable, you won't find any CFS-related fields in task_struct.
但是因为不是所有任务都是可运行的,您在task_struct中不会发现任何与CFS相关的字段。
www.ibm.com
7.
The reference type had sequential or explicit layout, and so was exported as a struct.
引用类型具有连续布局或显式布局,因此导出为结构。
tr.bab.la
8.
Figure 1 represents the struct mystruct and its members in the heap segment.
图1表示堆分段中的structmystruct及其成员。
www.ibm.com
9.
Represents a class-like code model element such as a class, namespace, interface, or struct.
表示一个类似于类的代码模型元素(如类、命名空间、接口或结构)。
msdn2.microsoft.com
10.
At the core is the work queue (struct workqueue_struct), which is the structure onto which work is placed.
处于核心的是工作队列(结构体workqueue_struct),任务被安排到该结构体当中。
www.ibm.com
1.
It is also an error to initialize an instance field in a struct.
在结构中初始化实例字段也是错误的。
msdn2.microsoft.com
2.
A struct cannot contain a destructor.
struct不能包含析构函数。
msdn2.microsoft.com
3.
C99 [2] added exactly that feature: constants of almost any type including struct, union, and array.
C99增加的正是这些特性:包括结构、联合和数组几乎任何类型的常量。
docs.google.com
4.
All the classes, struct, enums (and so on) under this stereotyped UML package will be generated within this namespace in the generated code.
这个stereotypedUML包下所有的类、结构、枚举(以及其它)生成代码之后,都将包括在这个名字空间中。
www.ibm.com
5.
With the help of this profile you can model CORBA-specific types like struct, valuetype, typedef, and so on.
在这个配置文件的帮助下,您能够建模特定CORBA类型,例如结构体、变量类型、类型定义等等。
www.ibm.com
6.
The answer is that they don't have to know about it; we will hide it by moving the pointer past this struct before we return it.
答案是它们不必知道;在返回指针之前,我们会将其移动到这个结构之后,把它隐藏起来。
www.ibm.com
7.
struct: suspense, plot structure of the deal, one way.
悬念,处理情节结构的手法之一。
wenwen.soso.com
8.
Method is a static method that resides inside a class or a struct.
方法是驻留在类或结构内的静态方法。
msdn2.microsoft.com
9.
The struct type is suitable for representing lightweight objects such as Point, Rectangle, and Color.
struct类型适于表示Point、Rectangle和Color等轻量对象。
msdn2.microsoft.com
10.
C uses structs, and Java uses classes.
C使用struct、Java使用class。
www.ibm.com
1.
Once created, a struct represents a new type that can then be used throughout your interface definition.
一旦创建了,struct表示可以在整个接口定义中被使用的新类型。
www.ibm.com
2.
A data member of a class or struct that is accessed directly.
类或结构的一个可直接访问的数据成员。
msdn2.microsoft.com
3.
A tasklet_init function also exists that initializes a tasklet_struct with the user-provided tasklet data.
函数tasklet_init也存在并利用用户提供的微线程数据来对tasklet_struct进行初始化。
www.ibm.com
4.
The POSIX 1003. 1 standard defines only one required entry for struct dirent, an array of char named d_name.
POSIX1003.1标准仅仅为structdirent定义了一个必需的条目,即char数组d_name。
www.ibm.com
5.
A namespace can contain types such as classes, struct s, interfaces, enumerations, and delegates, in addition to other namespaces.
一个命名空间除了可以包含其他的命名空间,还可以包含类别、结构、介面、列举和委派等型别。
technet.microsoft.com
6.
Notice that in both the PPE and the SPE the struct was aligned to 16 bytes and padded to 16 bytes.
注意在PPE和SPE中,这个结构被对齐为16字节,并填充成16个字节。
www.ibm.com
7.
If valid, it sets a flag in the struct.
如果是有效选项,则在结构中设置标志。
www.ibm.com
8.
It is declared inside a class or struct.
该方法在类或结构的内部声明。
msdn2.microsoft.com
9.
This is very useful for accessing members of a struct.
这对于访问结构中的成员是非常有用的。
www.ibm.com
10.
What's in a struct dirent?
structdirent中包含了哪些内容呢?
www.ibm.com
1.
Inside a class or a struct.
在类或结构中。
msdn2.microsoft.com
2.
In order to model C specific elements like struct, unions, namespaces (and so on), you need a UML profile.
建模C 特定元素的时候,如结构体、联合体、名字空间等,需要用到UML概要文件。
www.ibm.com
3.
For instance, let's say you have a struct that has three fields: the first is 8 bytes, the second is 4 bytes and the last is 8 bytes.
最后,假设我们有一个包括3个域的结构体:第一个域是8个字节,第二个域是4个字节,最后一个域是8个字节。
www.ibm.com
4.
The task needs to be packaged into a structure called the work_struct structure. A workqueue task is initialized during compile time using
任务需要封装为一个叫做work_struct的结构体。
www.ibm.com
5.
The general format of a "struct" document is as follows
“struct”文档的常用格式如下
www.ibm.com
6.
In the example, we first have forward declarations for a struct and for a function that returns the struct;
在该示例中,我们首先拥有某结构和返回该结构的函数的前向声明;
207.46.16.251
7.
Classes and structs can inherit from interfaces in a manner similar to how classes can inherit a base class or struct, with two exceptions
类和结构可以按照类继承基类或结构的类似方式继承接口,但有两个例外
msdn2.microsoft.com
8.
A conditional method must be a method in a class or struct declaration and must have a return type of
条件方法必须是类或结构声明中的方法,而且必须具有
msdn2.microsoft.com
9.
Study of the Environment of War Field Simulation Struct
三维战场环境仿真结构研究
www.ilib.cn
10.
Is passed to a method, a copy of the struct is passed, but when a
时,传递的是该结构的副本,而在传递
msdn2.microsoft.com
1.
Efficient Algorithm for Automatic Toothed Support Struct ure Generation in Rapid Prototyping
快速成形中齿形支撑结构的自动生成算法
www.ilib.cn
2.
Research of Diversification Strategies and Organizational Struct ure
多元化战略与组织结构的匹配关系研究
www.ilib.cn
3.
Other important changes affect key data structures. Here are the scheduled changes in struct sched_entity
其他重要改动将影响关键数据结构。
www.ibm.com
4.
The struct field, however, does not change by passing its instance to the
方法传递结构实例并不更改结构字段。这是因为向
msdn2.microsoft.com
5.
Visualization (graphic representation) of C class, struct, enum, and typedef as UML classifiers
C 类的可视化(图形化表示),数据类型结构,枚举以及UML分类符的类型定义。
www.ibm.com
6.
Combine Semantic Struct and Centering Theory to Resolve Anaphora
语义结构和中心理论相结合的代词消解
www.ilib.cn
7.
The following example shows a simple struct declaration
下面的示例显示了一个简单的结构声明。
msdn2.microsoft.com
8.
Regardless of whether the outer types is a class or a struct, nested types default to
不管外部类型是类还是结构,嵌套类型均默认为
msdn2.microsoft.com
9.
brief Parse message and populate the configuration struct
分析配置消息并且将其赋予配置结构体
blog.sina.com.cn
10.
INT J SOLIDS STRUCT International journal of solids and structures
国际固体结构学报
wenku.baidu.com
1.
I changed all the structs into objects, with public members
我需要将所有的struct转换成含有公共成员的对象。
www.infoq.com
2.
For example, the following statement invokes the default constructor of the Point struct
例如,下列语句调用了Point结构的默认构造函数
msdn2.microsoft.com
3.
Class and Struct Member Accessibility
类成员和结构成员的可访问性
msdn2.microsoft.com
4.
If the current object is a value type or struct; otherwise,
如果当前对象为值类型或结构,则为,
msdn2.microsoft.com
5.
int schedule_work(struct work_struct *work); -- add an entry to the workqueue
intschedule_work(structwork_struct*work);--向工作队列中添加一个任务
www.ibm.com
6.
Those functions can then be called as methods on the struct
这些函数之后可作为struct的方法而被调用
www.infoq.com
7.
set up a struct to control the enumeration
建立一个结构用于控制枚举
blog.sina.com.cn
8.
To declare an indexer on a class or struct, use the
要声明类或结构上的索引器,请使用
msdn2.microsoft.com
9.
node of data domain struct node * next;
节点的数据域结构节点*未来;
www.bjwyh.cn
10.
on a basis of optimized struct
在优化结构和提高效益的基础上
wenku.baidu.com
1.
Listing 11. Possible flag values of struct key fields
清单11.structkey字段可能的标志值
www.ibm.com
2.
How to: Know the Difference Between Passing a Struct and Passing a Class Reference to a Method
如何:了解传递结构与传递对方法的类引用两者之间的区别
msdn2.microsoft.com
3.
To override the OnString method in your class or struct
在类或结构中重写OnString方法
msdn2.microsoft.com
4.
Listing 5. Output of struct thread_info for pids 1508 and 1509
清单5.pid1508和1509的结构体thread_info的输出
www.ibm.com
5.
These are changes in struct cfs_rq
以下是structcfs_rq中的变动
www.ibm.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/8/4 15:13:42