-
wap开发品台产品 手机变成年升毫 很好用的
wap开发品台产品 手机变成年升毫 很好用的-development WAP phones goods into Taiwan products, or the good cents
- 2022-12-09 07:55:03下载
- 积分:1
-
利用噪声数据和创建的数据,软的和硬的决策是由威特…
With using noisy data and created data, soft and hard decision are made by viterbi decoder
- 2022-02-03 03:56:17下载
- 积分:1
-
程序利用了opc接口封包,已包含在压缩文件中
程序利用了opc接口封包,已包含在压缩文件中-Procedures for the use of the opc interface packets, has been included in the compressed file
- 2022-06-11 17:18:50下载
- 积分:1
-
一个查找免费短信中心的软件,串口开发!
C#开发!
一个查找免费短信中心的软件,串口开发!
C#开发!-search for a free messaging center software, serial port development! C# development!
- 2022-08-11 18:41:27下载
- 积分:1
-
turbo code generation and simulation. turbo code in the actual application of a...
turbo码的生成与模拟.turbo码在实际中应用非常广泛-turbo code generation and simulation. turbo code in the actual application of a very wide range
- 2022-07-15 23:39:53下载
- 积分:1
-
ComPort Library version2.62 for Delphi 3, 4, 5 and C++ Builder 3, 4, 5
ComPort Library version2.62 for Delphi 3, 4, 5 and C++ Builder 3, 4, 5
- 2022-03-21 16:09:56下载
- 积分:1
-
手机游戏 新手提高的 比简单的更有点创新
手机游戏 新手提高的 比简单的更有点创新-New mobile games to raise more than a simple bit innovation
- 2023-03-16 22:00:04下载
- 积分:1
-
this is a dll file required for simple server client in windows
this is a dll file required for simple server client in windows
- 2023-04-01 05:25:03下载
- 积分: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
-
OneWire (1-wire/iButton/MicroLan) Viewer (without TMEX dlls) for DS9097/DS9097E
用于DS9097/DS9097E delphi(本机代码)的OneWire(1-wire/iButton/MicroLan)查看器(不带TMEX DLL)
- 2022-03-20 23:50:37下载
- 积分:1