-
cmmb RS 编码
cmmb RS 编码-cmmb rs encoder
- 2022-06-26 01:57:51下载
- 积分:1
-
此代码是用matlab进行AF协作的性能的仿真对误码率进行分析。
此代码是用matlab进行AF协作的性能的仿真对误码率进行分析。-This is a matlab code for,AF collaborative simulation performance the BER analysis.
- 2022-04-15 01:37:20下载
- 积分:1
-
WCDMA接口协议中文版,用于详细了解WCDMA接口结构组成及流程
WCDMA接口协议中文版,用于详细了解WCDMA接口结构组成及流程-Chinese version of WCDMA Interface Protocol for details about the composition and structure of WCDMA interface flow
- 2023-06-13 23:10:11下载
- 积分:1
-
一个人必须拥有网络基础知识
Networking Basics one must posses
- 2022-03-20 13:51:28下载
- 积分:1
-
说明:多线程 (Multi
说明:多线程 (Multi-Thread) RS232 串行口通讯构件 ,是 COMM32.ZIP 构件的改良版,并且增加 Data Bits、Parity、 Stop Bits 等配置,支持 Read/Write 时序控制 (Timing control)、 ReadIntervalTimeout、 WriteIntervalTimout 等 ,支持 DTR/DSR, RTS/CTS 硬件流程控置及 Xon/Xoff 软件流程控置 ( 2.5 版,附源码 ) -: multithreading (Multi-Thread) RS232 serial port communication component, the component is COMM32.ZIP modified version, and increase Data Bits, Parity, Stop Bits, such as configuration and support Read/Write timing control (Timing control), ReadIntervalTimeout, WriteIntervalTimout, support DTR/DSR, RTS/CTS hardware flow control and home Xon/software flow control setting home (version 2.5, with source)
- 2022-10-15 10:30:03下载
- 积分:1
-
parser of Texas Instruments bluetooth init files (*.BTS)
parser of Texas Instruments bluetooth init files (*.BTS)
- 2022-04-10 02:38:01下载
- 积分:1
-
使用tapi进行拨号并在两台机器间校对时间的程序
使用tapi进行拨号并在两台机器间校对时间的程序-Program which uses tapi to dial and checks time difference between two machines
- 2022-05-31 05:47:34下载
- 积分:1
-
VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue /////////////////...
VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue ///////////////////////////////////////// #include "Queue.h" //define queue data struct struct QueueData { char data[20] int nId } //define queue typedef TQueue TMyQueue //put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 m_pMyQueue.TryPut(data) } //try put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 if(m_pMyQueue.TryPut(data) != 0) { MessageBox("put queue error") } else { MessageBox("put queue success") } } //get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.Get(data) MessageBox(data.data) } //try get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.TryGet(data) MessageBox(data.data) }-cohort of VC Packaging category /////////////////////////////////////////// this is a example for using Queue ///////
- 2023-07-24 17:35:03下载
- 积分:1
-
TC35i手机电路TC35i手机电路
tc35i MOBILE phone CIRCUIT tc35i MOBILE phone CIRCUIT -tc35i MOBILE phone CIRCUITtc35i MOBILE phone CIRCUITtc35i MOBILE phone CIRCUITtc35i MOBILE phone CIRCUIT
- 2022-05-28 01:13:01下载
- 积分:1
-
除了个别算法,演示系统是一个“数据结构”…
In addition to individual algorithm, Demonstration System is a "data structure" (C language version) book algorithm corresponding to the code (CPP) and the test operating procedures (VC + +6.0 to the EXE). Through the system can demonstrate that the algorithm source code and operating results -In addition to individual algorithm, Demonstration System is a
- 2022-02-02 14:46:47下载
- 积分:1