-
optical circuit switch
我们发现HLDA启发式算法适合于
- 2022-06-21 12:20:50下载
- 积分:1
-
全系列DICOM开发文档,数字图象通信必备的资料,难得滴全啊 欢迎下载...
全系列DICOM开发文档,数字图象通信必备的资料,难得滴全啊 欢迎下载-The development of a full range of DICOM files, digital image communication necessary information, a rare drop ah welcome to download the whole
- 2022-02-16 01:16:20下载
- 积分: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
-
PC ceaner,饼干,DAT临时文件。
pc ceaner, cookies, .dat tempory files,
History,IECache,IECookies
- 2022-02-22 12:39:43下载
- 积分:1
-
对西门子手机的开发程序。
西门子手机开发软件-the develope program on Siemense mobilephone.
- 2023-01-25 00:05:03下载
- 积分:1
-
是不是觉得OICQ的截面很酷,你想知道是怎么实现的吗?看一遍,说不定你也能做出来!...
是不是觉得OICQ的截面很酷,你想知道是怎么实现的吗?看一遍,说不定你也能做出来!-not think OICQ section cool, you want to know is how to achieve? Howard, perhaps you can come out!
- 2022-10-28 01:55:05下载
- 积分:1
-
Download Client and Manager
这个程序管理服务器和客户端之间的下载。所有这些程序都是使用visualbasic创建的
- 2023-06-20 01:40:04下载
- 积分:1
-
串口通讯程序
串口通讯程序-Serial communication program
- 2022-03-21 01:35:01下载
- 积分:1
-
一个串口调试程序,支持发送和接收,用VS2005编译的,很不错
一个串口调试程序,支持发送和接收,用VS2005编译的,很不错-A serial debugger, support for sending and receiving, using VS2005 compiled, it is good
- 2022-02-12 12:18:26下载
- 积分:1
-
In MATLAB for the design of ultra
在MATLAB中对超宽带波形设计中产生其前十五阶导数的仿真程序及多径传播的仿真程序-In MATLAB for the design of ultra-wideband waveform 15 produced its first derivative before the simulation program and the spread of multi-path simulation program
- 2022-01-22 10:39:50下载
- 积分:1