-
WAPI standard spec 2003 part 2.
WAPI standard spec 2003 part 2.
- 2022-09-06 23:10:02下载
- 积分:1
-
通用高质量的串口类库;适用于任何windows平台的C++编译器
通用高质量的串口类库;适用于任何windows平台的C++编译器-Universal Serial high-quality library; Applicable to any windows platform C compiler
- 2022-04-17 10:24:21下载
- 积分:1
-
NEMA标准公布ps3.1(199X)医学数字成像和通信…
NEMA标准出版PS3.1(199x)
医学数字影像和通讯(DICOM)
前言 iii
0 介绍
0.1历史
0.2 DICOM标准
0.3未来的方向
1 应用程序的范围和领域
2 规范的参考
3 定义
4 符号和缩写
5 DICOM标准的目的
6 DICOM标准的内容概述
6.1 文档结构
6.2 PART 2:遵从性
6.3 Part 3:信息对象定义
6.4 Part 4:服务类的规范
6.5 Part 5:数据结构和语义学
6.6 Part 6: 数据字典
6.7 Part 7:消息交换
6.8 Part 8:消息交换的网络通讯支持
6.9 Part 9:消息交换的点对点通讯支持
7 标准各部分的关系 -NEMA standards published PS3.1 (199x) Medical Digital Imaging and Communications (DICOM) before Introduction iii 0 history on 0.1 0.3 0.2 DICOM standards in the direction of a future application to the scope and leadership Domain 2 standard definition of reference 3 4 5 symbols and abbreviations DICOM standards aim 6 DICOM standards as outlined Document Structure 6.1 6.2 PART 2 : compliance 6.3 Part 3 : Information Object Definition 6.4 Part 4 : Service category norms 6.5 Part 5 : data structure and semantics 6.6 Part 6 : data dictionary 6.7 Part 7 : exchange 6.8 Part 8 : information exchange network communications supp
- 2022-11-04 11:30:03下载
- 积分:1
-
位填充代码
这段代码通过添加启动标志和停止标志准备迎接数据传输。比特填充是这样做的,如果类似一列率来启动标志或停止标志出现在随后的冗余加到在发送侧的数据,以便接收器能够除去塞入位数之后正确interprete的数据。
- 2023-04-13 07:30:04下载
- 积分:1
-
打包中有一个滤波器源代码 .rar
打包中有一个滤波器源代码 .rar-packaged with a source filter filter source code. Rar
- 2022-02-21 10:27:06下载
- 积分:1
-
两台电脑简单通信
很简单的源码,通过C++实现两台电脑的简单通信,希望对大家有帮助,#include
#include
#pragma comment(lib,"ws2_32.lib")
void main()
{
WORD wVersionRequested;
WSADATA wsaData;
int err;
wVersionRequested = MAKEWORD( 1, 1 );//请求1.1版本的winsock库
err = WSAStartup( wVersionRequested, &wsaData );
if ( err != 0 ) {
return;
}
if ( LOBYTE( wsaData.wVersion ) != 1 ||
HIBYTE( wsaData.wVersion ) != 1 ) {
WSACleanup( );
return;
}
&n
- 2022-03-20 09:13:36下载
- 积分:1
-
radar wf application
radar wf application
- 2023-08-22 06:45:02下载
- 积分:1
-
modbusrtu/tcp 协议
需要为 modbus 协议 connection.good 代码和示例的源代码。需要 modbus 协议 connection.good 代码和示例的源代码。需要 modbus 协议 connection.good 代码和示例的源代码。需要 modbus 协议 connection.good 代码和示例的源代码。需要为 modbus 协议 connection.good 代码和示例源代码
- 2022-07-10 11:30:17下载
- 积分:1
-
16-bit CRC Generator
- 2022-03-11 17:32:48下载
- 积分:1
-
GPS Manager是一个用于从各种GPS单元下载、组织、维护和更新GPS数据的GUI...
GPS Manager是一个用于从各种GPS单元下载、组织、维护和更新GPS数据的GUI-GPS Manager for a GPS units from a variety of download, organize, maintain and update the GUI GPS data
- 2023-05-08 05:00:02下载
- 积分:1