-
本文介绍了CDMA2000 1XEV
本文介绍了CDMA2000 1XEV-DO网络协议标准包括EV-DO的关键技术以及系统性能-This paper introduces CDMA2000 1XEV-DO network protocol standards, including EV-DO technology, as well as the key to system performance
- 2023-04-14 22:25:03下载
- 积分:1
-
最佳基带系统的Pe
最佳基带系统的Pe-Eb/N0曲线,滚降系数0.5,取样时间偏差Ts/4.-best baseband system Pe-Eb/N0 curve, roll-off factor of 0.5, sampling time warp Ts/4.
- 2022-06-29 23:25:34下载
- 积分:1
-
自己编写的,ofdm系统的仿真。可以直接运行
自己编写的,ofdm系统的仿真。可以直接运行-I have written, ofdm system simulation. Can run
- 2022-04-10 07:17:41下载
- 积分:1
-
电力电子电路matlab仿真程序,丰富实用,即学即会。
电力电子电路matlab仿真程序,丰富实用,即学即会。-Matlab power electronic circuit simulation program, rich in practical, that will learn.
- 2022-02-12 09:18:08下载
- 积分:1
-
a matlab simulation of lms
lms算法的matlab仿真,LMS自适应滤波器性能分析-a matlab simulation of lms
- 2022-03-04 17:12:00下载
- 积分:1
-
这是一个实现linux系统下的scp的命令相同功能的程序,客户端和服务端通信使用了自己定义了的通信协议。
文件传送协议格式:
服务器路径#服务器上的文...
这是一个实现linux系统下的scp的命令相同功能的程序,客户端和服务端通信使用了自己定义了的通信协议。
文件传送协议格式:
服务器路径#服务器上的文件名#操作类型#文件大小
操作类型:0代表上传操作 1代表下载操作
文件大小:上传下载的文件大小
服务器返回的消息类型:
0 :服务器创建文件失败
1:服务器操作成功
2:文件大小不同 (未实现)
注意:
1:正则表达式没有实现
2:其余实现
3:服务器可以为多个客户端服务,用多进程实现-This is a linux system realize the scp command functions the same procedures, client and client communication services using its own definition of the communication protocol. File Transfer Protocol format: server path# Server 23 file name! Operation type# File size operation types: 0 From operated on behalf of one operation on behalf of download file size: From the size of the downloaded file to return to the news server type: 0 : The server failed to create file 1: Server operation successful 2: documents of different sizes (not realize) Note: 1: regular expression did not realize 2: the rest of the realization of 3: The server can service multiple clients, and realize multi-process
- 2022-03-20 03:16:03下载
- 积分:1
-
matlab编写的jacks模型多径衰落信道模型,主要用的sum
matlab编写的jacks模型多径衰落信道模型,主要用的sum-of-sinusoids方法-matlab prepared jacks model multipath fading channel model, mainly used in sum-of-sinusoids method
- 2022-11-29 11:20:03下载
- 积分:1
-
It s a tool of dial
modem 拨号上网工具,处理源代码程序,解析modem拨号上网过程!-It s a tool of dial-up to internet, source code of process programme, parse whole process of dial-up to internet through modem .
- 2022-12-27 18:00:03下载
- 积分:1
-
GPIB通讯源程序 开发环境为日本YELLOW SOFT环境
GPIB通讯源程序 开发环境为日本YELLOW SOFT环境-GPIB communications source development environment for the Japanese YELLOW SOFT environment
- 2022-01-26 08:25:34下载
- 积分:1
-
MFC写的串口测试工具源码
CSerialPort:: CSerialPort(){单独监禁= FALSE;m_hComm= NULL;//初始化重叠结构成员为零m_ov.Offset= 0;m_ov.OffsetHigh= 0;//创建活动m_ov.hEvent= NULL;m_hWriteEvent= NULL;m_hShutdownEvent= NULL;m_hErrorEvent= NULL;m_hSendCompleteEvent= NULL;m_bThreadAlive= FALSE;m_bSendNotify= FALSE;m_SendList.clear();//初始化关键部分:: InitializeCriticalSection(m_csCommunicationSync);:: InitializeCriticalSection(m_csSendList);}////删除动态内存//CSerialPort::〜CSerialPort(){ReleasePort();:: DeleteCriticalSection(m_csCommunicationSync);:: DeleteCriticalSection(m_csSendList);}无效CSerialPort:: ReleasePort(){而(m_bThreadAlive){而::休眠(1)(m_SendList.empty()!); //2012-09-27zhaoz修复停止仪器采集后数据报文发送不出去问题SetEvent的(m_hShutdownEvent);睡眠(1);}
- 2022-02-25 01:02:02下载
- 积分:1