-
nothing to say! It is only the necessar file to be enabled to download other imp...
nothing to say! It is only the necessar file to be enabled to download other important file for my studies.
- 2023-01-26 04:25:03下载
- 积分:1
-
详细介绍PIC单片机使用SPI方式与IC卡进行数据传输的原理和电路设计,以及使用USART方式与PC机进行串行异步通信的工作原理;介绍PIC单片机听SPI方式和...
详细介绍PIC单片机使用SPI方式与IC卡进行数据传输的原理和电路设计,以及使用USART方式与PC机进行串行异步通信的工作原理;介绍PIC单片机听SPI方式和USART方式的设置方法。-PIC detailed the use of SPI with Single-chip IC card for data transmission principles and circuit design, as well as with the PC using USART serial asynchronous communication for conducting the working principle to listen to introduce single-chip microcomputer PIC mode and SPI mode USART Ways settings.
- 2023-06-07 14:35:04下载
- 积分: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
-
伪随机序列在扩频通信、流密码、信道编码等领域有着十分广泛的应用。文通过对伪随机m序列的编码和译码算法进行的MatLab语言仿真,验证了伪随机序列码的编码和译码算...
伪随机序列在扩频通信、流密码、信道编码等领域有着十分广泛的应用。文通过对伪随机m序列的编码和译码算法进行的MatLab语言仿真,验证了伪随机序列码的编码和译码算法,丰富了伪随机序列的实现方法,并提供了源代码。-Pseudo-random sequence in the spread spectrum communication, stream cipher, in areas such as channel coding has a very wide range of applications. Through the pseudo-random sequence m of encoding and decoding algorithm for the MatLab language simulation code pseudo-random sequence of coding and decoding algorithm, has enriched the realization of pseudo-random sequence method, and provides the source code.
- 2022-01-25 19:23:04下载
- 积分:1
-
该资料详细介绍了移动天线的种类,设计方法,为移动天线工程师的首选参考资料,不可多得...
该资料详细介绍了移动天线的种类,设计方法,为移动天线工程师的首选参考资料,不可多得-The information described in detail the type of mobile antenna, design methods for mobile antenna Engineer preferred reference, rare
- 2022-08-17 04:29:32下载
- 积分:1
-
Chinese RFC documents, without translation, the right to study very helpful!
中文RFC文件,无需翻译,对学习很有帮助!
- 2022-02-04 01:21:48下载
- 积分:1
-
Struts books Language : English books types : Authorization Program Design : fre...
Struts chinese director
书籍语言: 简体中文
书籍类型: 程序设计
授权方式: 免费软件
书籍大小: 231 KB
-Struts books Language : English books types : Authorization Program Design : free software books Size : 231 KB
- 2023-07-03 14:50:02下载
- 积分:1
-
采用Log
采用Log-BP算法的LDPC码译码仿真程序,给出了不同信噪比下误码率和误包率的统计图,用matlab和C(c-mex)程序分别编写,有详细说明和注释。-The use of Log-BP decoding algorithm for LDPC code simulation program is given a different signal to noise ratio and bit error rate under the packet error rate of the statistical map, using matlab and C (c-mex) procedures, respectively, to prepare, has a detailed description and notes .
- 2023-03-12 18:35:04下载
- 积分:1
-
This is a windows version of the. Serial communication is to use two machines wi...
这个是windows版本的.就是用串口通讯线将两台机子用串口连起来进行通讯,最简单的。比如在a机上输入一个字符,在b机上能显示出来
-This is a windows version of the. Serial communication is to use two machines will be used for serial-link appear, the most simple. For example, in a plane into a character, b plane will display
- 2022-02-14 16:37:58下载
- 积分:1
-
基于VB。net 的RS232编程
基于VB。net 的RS232编程-VB. Net programming RS232
- 2022-12-17 20:45:02下载
- 积分:1