-
medical digital imaging and communications (DICOM) Release Notes for DICOM PS 3
医学数字影像和通讯(DICOM)
Release Notes for DICOM PS 3 - 2006.
最新2006英文版,医学影像及通讯软件开发人员必备-medical digital imaging and communications (DICOM) Release Notes for DICOM PS 3-2006. The latest 2006 edition of medical imaging and communications software development staff required
- 2022-09-01 00:50:05下载
- 积分:1
-
分组滤波器的C语言源码,用定点算法实现,可用来做数字滤波处理。...
分组滤波器的C语言源码,用定点算法实现,可用来做数字滤波处理。-Packet Filter C language source code, using fixed-point algorithm can be used for digital filtering processing.
- 2022-08-16 11:28:11下载
- 积分:1
-
FPGA设计流程,相当经典,好东西大家分享
FPGA设计流程,相当经典,好东西大家分享-FPGA design flow, very classic, good things to share
- 2022-03-12 00:03:25下载
- 积分:1
-
ADHOC 路由协议
此代码将提供 ADHOC 路由协议的工作方式。无线传感器网络的路由协议需要一个最好的平台来测试。Mannasim 框架收益: 无线传感器网络的完美解决方案。使用 Mannasim 框架,我们可以测试的无线传感器网络仿真,请找到代码来检测无线传感器网络中的 ADHOC 路由协议的工作
- 2022-03-11 21:43:04下载
- 积分: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
-
编码和解码的过程,一个非常经典的程序,我看不见。
RS码的编码和译码程序,很经典的一个程序,不可不看。-RS encoding and decoding process, a very classic procedures, I can not see.
- 2022-02-01 18:43:58下载
- 积分:1
-
NOKIA sms
用NOKIA手机发短消息的VB源程序-NOKIA sms
- 2023-02-06 00:00:03下载
- 积分:1
-
use udp communications software, including client and server side, sending packe...
利用udp的通信软件,包含client和server端,有发送包的分析等,很好的通信例程-use udp communications software, including client and server side, sending packet analysis, etc. good communication routines
- 2022-01-25 23:07:23下载
- 积分:1
-
nRF2401的信息,希望能为美国提供一些便利,WH…
上传NRF2401的资料,希望可以给大家提供一些便利,里面详细讲解了nRF2401的信息-NRF2401 From the information, hoping to provide some convenience to the U.S., which detailed information on the nRF2401
- 2023-06-26 11:35:04下载
- 积分:1
-
一个采用.NET SOCKET技术的在聊天室,内里有一个关键的技术可以看看....
一个采用.NET SOCKET技术的在聊天室,内里有一个关键的技术可以看看.-.Net Socket technology for online chatting room,there is a important technology in it.
- 2023-07-06 06:35:03下载
- 积分:1