-
CDMA型参考系统
CDMA TYPE REFFERENCE SYSTEMS
- INTRODUCTION
- IS-95 system
- THIRD GENERATION SYSTEMS
- 2022-12-21 09:15:03下载
- 积分:1
-
串口调试助手源码
利用VC++,MFC开发的串口调试助手,实现文件的发送与接收,里面有一个主程序界面,各种功能都在上面,提供给需要编写串口调试助手的,代码清晰易懂,附带编写程序的重要步骤。
- 2022-02-26 21:05:27下载
- 积分:1
-
用VC实现PC并行端口数字信息的输入/输出.
用VC实现PC并行端口数字信息的输入/输出.-With VC realize PC parallel port digital information input/output.
- 2022-01-30 10:41:54下载
- 积分:1
-
模拟通道的通信过程,能够进行正常的输入输出操作
模拟通道的通信过程,能够进行正常的输入输出操作-Analog channels of communication process, to carry out the normal operation of the input and output
- 2023-03-02 01:35:04下载
- 积分:1
-
shoujie ri li baincheng jaca xiao cheng cu
shoujie ri li baincheng jaca xiao cheng cu-shoujie ri baincheng jaca Xiao WM cu
- 2023-01-26 05:50:05下载
- 积分: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
-
为pocket_pc简单计算器工程,vb.net开发平台的。
This an example of simple STMPServer.
- 2022-01-26 05:45:15下载
- 积分:1
-
自己写的串口调试助手,可以把接收到的数据保存为TXT、word和excel类型...
自己写的串口调试助手,可以把接收到的数据保存为TXT、word和excel类型-Write your own serial port debugging assistant can receive the data is saved as TXT, word and excel type
- 2022-01-26 06:07:21下载
- 积分:1
-
一个用于手机蓝牙通讯的程序,其中包含了源码和编译过的程序
一个用于手机蓝牙通讯的程序,其中包含了源码和编译过的程序-One for cell phones Bluetooth communications procedures, which includes the source and compiled program
- 2023-08-28 19:25:02下载
- 积分:1
-
设载波频率为20Hz,信息速率为2Baud,用MatLab画出QPSK信号波形。
设载波频率为20Hz,信息速率为2Baud,用MatLab画出QPSK信号波形。-Carrier frequency set to 20Hz, the information rate of 2Baud, using MatLab draw QPSK signal waveform.
- 2022-02-15 01:51:47下载
- 积分:1