结构体

jié ɡòu tǐ
  • structural morphology;structure;struct
结构体结构体
  1. DATA结构体提供了一个特定设备接口的详细信息。

    The SP_DEVICE_INTERFACE_DETAIL_DATA structure provides detailed information about a particular device interface .

  2. 简单回答:没有,至少在C语言里是没有的,你可以,在C语言或其他语言中创建这样一个结构体。

    Short answer : no , at least not in C.You can construct such constructs in other languages and in theory even C.

  3. 该结构体用于将任务安排出tophalf,进入bottomhalf,从而延迟它的执行。

    This structure is used to enqueue work from the top half to be deferred for execution later by the bottom half .

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

    The work to be communicated through the work queue is defined by the work_struct structure .

  5. 内核为系统中所有的进程都维护了一个context结构体,以及要在不同进程之间有效进行上下文切换所需要的信息。

    The kernel maintains a context structure for all the processes in the system , information it needs for effective context switching among different processes .

  6. 全局变量c之类的结构体的嵌套层次比数组更深,其值也可以用类似方法浏览。

    Structures such as the global variable c have a deeper level of nesting than arrays do , and their values can be explored in a similar manner .

  7. 通过信息提取类逐行读取STEP信息并保存在结构体数组中,用来判断碰撞干涉面对是否存在约束关系。

    Read STEP information line by line by information retrieval class and stored in a structure array to determine whether a collision interference in the face of constraints exist .

  8. BIOfreeall所做正如其所言:它释放内部结构体,并释放所有相关联的内存,其中包括关闭相关联的套接字。

    BIO_free_all does just what it says : it frees the internal structure and releases all associated memory , including closing the associated socket .

  9. mysigact是一个sigaction结构体,其中包含了所有的信息。

    Mysig_act is the sigaction structure containing all this information .

  10. 概率盒和D-S结构体在机械故障信号信息融合中的应用展望

    Prospect of Probability Box and D-S Structure 's Application in Mechanical Fault Information Fusion

  11. 只要结构体驻留在内存,CONTAININGRECORD的调用程序(驱动)可以以任何中断优先级(IRQL)运行。

    Callers of CONTAINING_RECORD can be running at any IRQL as long as the structure is resident .

  12. 在这个配置文件的帮助下,您能够建模特定CORBA类型,例如结构体、变量类型、类型定义等等。

    With the help of this profile you can model CORBA-specific types like struct , valuetype , typedef , and so on .

  13. 此结构体(也就是UserContextStructure的简写)有一些指向其他结构体例如mcontextt、sigsett等的指针。

    This structure ( short for User Context Structure ) has pointers to various other structures such as mcontext_t , sigset_t , and so on .

  14. 建模C++特定元素的时候,如结构体、联合体、名字空间等,需要用到UML概要文件。

    In order to model C + + specific elements like struct , unions , namespaces ( and so on ), you need a UML profile .

  15. 无论何时一个文件控制块被建立,一个对应的SRVOPEN和FOBX结构体也被建立。

    Whenever an FCB structure is created , a corresponding SRV_OPEN and FOBX structure is also created .

  16. 采用结构化较强的C语言解决洪水演进的二维非恒定流计算中的边界问题,用C语言的结构体功能描述边界属性,处理边界附近的区域,这样能良好反映实际边界条件;

    This paper applies structured language C-language to deal with boundary problem of 2-D unsteady flow calculation in flood development . Using the function of structured C-language can describe the properties of boundary and deal with the area nearby boundary .

  17. 在此,param是指向描述调度优先级结构体的指针。

    Here , param is a pointer to a structure representing scheduling priority .

  18. 并通过一些C++的代码的声明给出实现COM细节的一些元素,如接口的实现的结构体。

    Furthermore it provided some elements , which realize COM detail through the statement of the code of C + + , such as the structural body of realization of the interface .

  19. 应用层数据服务接口符合OLEAutomation规范,数据采用VARIANT结构体封装,使得实时数据管理组件具有良好的通用性和扩展性。

    The data service interface of application layer with OLE Automation interface standards and the data packaging with VARIANT structure ensures the high versatility and expansibility of the real-time data management control .

  20. 针对本系统的特点设计了Socket通信程序,定义了操作命令结构体,实现客户端与服务器间操作命令的交互。

    Design the socket communications program for the system , define the date structure for the operation command used in the system . Implement the interaction between the client and server . 5 .

  21. 大多数的情况是:一个SRVOPEN与一个FCB关联起来,FOBX结构体与一个给定的SRVOPEN结构体关联起来的个数一般也是一个。

    In most cases , the one SRV_OPEN structure is associated with an FCB , and the number of FOBX structures associated with a given SRV_OPEN structure is1 .

  22. 链表所包含的节点结构体由两部分构成:它所持有的数据,以及指向另一个节点结构体(或者是NULL,结束链表)的指针。

    A linked list consists of a node structure that contains two members : the data it is holding and a pointer to another node structure ( or NULL , to terminate the list ) .

  23. sigaction结构体的定义如清单3所示

    The sigaction structure might be defined like so

  24. 然后,ConfigRuleset中的结构体defaults和required会成为我们代码中的正确值的唯一来源,它是针对我们的默认值以及所需要的那个键值的。

    The defaults and required structures in the ConfigRuleset then become the single source of truth in our code for what our default values are and which keys are required .

  25. 指向旧sigaction结构体的指针

    The pointer to the old sigaction structure

  26. events/X内核线程(每CPU一个)从工作队列中抽取任务并激活一个bottom-half处理程序(由处理程序函数在结构体workstruct中指定)。

    The events / X kernel threads ( one per CPU ) extract work from the work queue and activates one of the bottom-half handlers ( as indicated by the handler function in the struct work_struct ) .

  27. 第三个参数是ucontext结构体。

    The third parameter is the ucontext structure .

  28. 这种结构体的有用之处在于,如果您分配(sizeof(structheader)+10)字节的空间,您可以像处理一个10字节的数组一样来处理数据。

    This structure has the useful property that if you allocate space for ( sizeof ( struct header ) + 10 ) bytes , you can treat data as being an array of10 bytes .

  29. 在MGGA中采用的染色体一改传统的矩阵编码方式,用一种与自然界中生物染色体相吻合的一维结构体编码方式,使遗传操作更直观、方便。

    This coding manner , which is different from the traditional matrix coding manner , makes GA more convenient and clear .

  30. 返回具有成员的结构体,这些成员也可在以参数形式提供给newPost和editPost方法的结构体中使用。

    Returns a struct with the same members that can be used in the struct supplied as a parameter to the newPost and editPost methods .