sizeof

  • 网络求字节数运算符;运算符;关键字;类型名;C语言
sizeofsizeof
  1. Analysed the characteristics of curvilinear draft of pressure bar , investigated its main parameter , adjusting method and the geometrical sizeof its cross section .

    本文从分析压力棒曲线牵伸的特点着手,探讨了其主要参数及调整的方法;

  2. The API prints out the memory state of sizeof ( buf ) + 1 bytes , starting at memory address buf .

    API打印出了sizeof(buf)+1bytes的内存状态,从内存地址buf开始。

  3. For example , this problem occurs if the length of an argument that is a SOCKADDR structure is smaller than the sizeof ( SOCKADDR ) value .

    是例如如果SOCKADDR结构的参数的长度小于sizeof(SOCKADDR)值,则会出现此问题。

  4. This request asks for sizeof ( data ) bytes of data copied from the address in main memory denoted by argp to be copied into the object data .

    这个请求会要求将sizeof(data)字节的数据从argp所指向的主存地址处拷贝到data对象中。

  5. The marshaled layout could be different from the internal layout , so it 's possible ( and , in fact , probable ) that the types I 've described will report different results when using the sizeof operator .

    封送处理的布局可能不同于内部布局,因此在使用sizeof运算符时,我已经描述的类型可能(实际上是非常可能)报告不同的结果。

  6. 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 .

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

  7. If the ID of the user that logs in is1000 , then the lastlog record can be located by accessing the record written at1000 x sizeof ( struct lastlog ) .

    如果登录用户的ID是1000,那么可以通过访问位于1000xsizeof(structlastlog)的记录来定位对应的lastlog记录。