高字节 meaning in English
high byte
Examples
- The file system version number of the fat32 drive . the high byte represents he major version , and the low byte represents the minor version
Fat32分区文件系统版本号,高字节表示主版本,低字节表示副版本。 - Pointer to the variable where the high - order word of the file size is returned . this parameter can be null if the application does not require the high - order word
就是说有的应用程序要求文件大小的高字节的返回值。一般不用这个,直接用null代替即可。 - [ out ] pointer to the variable where the high - order word of the file size is returned . this parameter can be null if the application does not require the high - order word
就是说有的应用程序要求文件大小的高字节的返回值。一般不用这个,直接用null代替即可。 - My work include : ( 1 ) analyze the architecture of dicom application entity and working mechanism and implement the model of dicom network communication based on tcp / ip . complete the communication between 3 kinds transfer syntax : implicit vr little endian , explicit vr little endian , explicit vr big endian
主要的工作包括: ( 1 )分析dicom应用实体结构以及运行机制,实现了基于tcp / ip协议的dicom网络通讯模型,完成了具有隐式表示低字节优先字节顺序、显示表示低字节优先字节顺序以及显示表示高字节优先字节顺序三种传输语法的服务对象对的传输。