-
实现在线网络的ip通信,调用phone.dll实现语音的传输
实现在线网络的ip通信,调用phone.dll实现语音的传输-Online for the network ip communications, the transmission of voice calls phone.dll
- 2022-04-17 03:18:11下载
- 积分:1
-
有关ofdm编程的英文文献,带有源代码!
有关ofdm编程的英文文献,带有源代码!-the OFDM programming in English literature, with the source code!
- 2022-07-22 07:26:43下载
- 积分:1
-
labview下的udp通讯
labview下的udp通讯,包括发送和接收,新手参考
- 2022-04-15 11:38:42下载
- 积分:1
-
Wireless, Mesh, We introduce Space
Wireless, Mesh, We introduce Space-Time Routing (STR), a new approach
to routing in mobile ad hoc networks
- 2022-04-01 16:38:45下载
- 积分: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
-
Winio based on the Treasury, through the write
基于winio库,通过写端口寄存器的方式实现串口通信(com1)-Winio based on the Treasury, through the write-port register means serial communication (com1)
- 2023-07-15 13:00:04下载
- 积分:1
-
RFC3025:Mobile IP Vendor/Organization
RFC3025:移动IP供应商/组织特定扩展
- 2022-07-22 19:28:07下载
- 积分:1
-
经过测试,在vc++下编译通过,并且包含lib库,有需要的同志可以直接使用...
经过测试,在vc++下编译通过,并且包含lib库,有需要的同志可以直接使用-After testing, vc under compile, and includes lib work, it needs direct access to comrades
- 2022-01-25 15:17:16下载
- 积分:1
-
学通讯电子工程的必会的知识之一,打开看看吧!
学通讯电子工程的必会的知识之一,打开看看吧!-electronic communications school project will be one of the knowledge, open look!
- 2022-10-09 16:25: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