-
改程序是708温度控制器与上位机通讯显示系统。
改程序是708温度控制器与上位机通讯显示系统。-Reform process is 708 temperature controller with the host computer display system of communication.
- 2022-02-15 19:27:01下载
- 积分:1
-
WinSIP-0.0.3
Traffic generator (winsip is both voice and video VoIP software, a simple user interface, allowing users to easily create their own test scenarios, and complete SIP voice/video 7 layer simulation function is the essence of this set of test instrument.
- 2022-06-13 05:01:10下载
- 积分:1
-
LDPC Convolutional Codes
基于Feltstrom论文的LDPC卷积码
- 2022-08-20 22:06:26下载
- 积分:1
-
介绍了ASN1的协议规范,相关的基本数据类型和建设机制,应用ASN1编程...
介绍了ASN1的协议规范,相关的基本数据类型和建设机制,应用ASN1编程-The protocol specification describes the ASN1, the relevant basic data types and construction mechanisms, application programming ASN1
- 2022-08-11 03:32:32下载
- 积分:1
-
FPGA/CPLD applications, UART communications VHDL source.
FPGA/CPLD应用,uart通讯VHDL原码.-FPGA/CPLD applications, UART communications VHDL source.
- 2022-06-21 06:24:00下载
- 积分:1
-
TFT液晶LCD的控制器HX8345的驱动程序
TFT液晶LCD的控制器HX8345的驱动程序-TFT LCD LCD controller driver HX8345
- 2022-07-20 22:20:18下载
- 积分: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
-
采用BPSK的误码小区OFDM仿真
ofdm simulation using BPSK & its BER plot
- 2022-01-26 03:27:31下载
- 积分:1
-
多极性码的编程及仿真,有详细的说明文件 有仿真波形
多极性码的编程及仿真,有详细的说明文件 有仿真波形-multi-polarity of programming code and simulation, a detailed description of a simulation waveforms
- 2022-08-14 08:15:59下载
- 积分:1
-
very classic manual of DHTML javascript dom css
非常经典的DHTML 手册 dom css javascript-very classic manual of DHTML javascript dom css
- 2022-02-07 07:12:38下载
- 积分:1