-
achieve an agreement POP3 post office routines, the use of VC prepared under the...
一个实现POP3邮局协议的例程,使用VC编写,在VC6下编译运行通过。-achieve an agreement POP3 post office routines, the use of VC prepared under the VC6 running through the compiler.
- 2022-04-19 04:59:42下载
- 积分:1
-
资源编辑器的基础speadrum中国移动
Resource editor base speadrum Chinese mobile
- 2022-01-31 02:51:01下载
- 积分:1
-
一个非常完全的waveOut程序,包括了一个waveOut类和使用类的范例,这个范例获得Windows下所有的wave输入输出设备的名称以及属性
一个非常完全的waveOut程序,包括了一个waveOut类和使用类的范例,这个范例获得Windows下所有的wave输入输出设备的名称以及属性
-A very complete waveOut procedures, including a category and use category waveOut example, access to Windows, under this example all the wave input and output devices as well as the attribute name
- 2022-01-25 19:35:05下载
- 积分:1
-
微软亚洲研究院:大规模移动自组网中的服务定位
微软亚洲研究院:大规模移动自组网中的服务定位-Microsoft Research Asia : large-scale mobile network from the service-orientation
- 2022-07-26 09:32:09下载
- 积分: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
-
802.11B在物理层上的仿真,DBPSK调制
802.11B在物理层上的仿真,DBPSK调制-802.11B in the physical layer simulation, modulation DBPSK
- 2022-01-22 11:59:31下载
- 积分:1
-
这是一个usb2.0和usb1.1的协议,调试OK,运行很稳定
这是一个usb2.0和usb1.1的协议,调试OK,运行很稳定-This is a USB2.0 and USB1.1 agreement, debugging OK, run very stable
- 2022-07-16 03:20:04下载
- 积分:1
-
PC104
PC104接口VHDL编程,用于工控机与用户测试板通讯接口.-PC104
- 2023-04-30 19:20:03下载
- 积分:1
-
聊天客户端
聊天的客户端,通过这个可以开发聊天的服务端,可以在两台PC机上验证。-chat client
- 2022-02-01 15:39:01下载
- 积分:1
-
Robert LDPC coding procedures classic papers in the part of simulation program
经典lDPC编码程序 Robert的论文里的部分仿真程序
-Robert LDPC coding procedures classic papers in the part of simulation program
- 2023-08-05 02:25:02下载
- 积分:1