-
这是一片硬件开发者很难的技术文档,不但详细讲解了键盘鼠标协议,还有很好的原代码例子,而且是中文的哟!...
这是一片硬件开发者很难的技术文档,不但详细讲解了键盘鼠标协议,还有很好的原代码例子,而且是中文的哟!-This is a hardware development will make it difficult for the technical documentation, not only gave a detailed account of the keyboard and mouse agreement, there are good examples of the original code, but the Chinese yo!
- 2022-01-26 01:19:49下载
- 积分:1
-
IS95CDMA的仿真程序, 测试时可适当修改EBN0大小以减少时间
IS95CDMA的仿真程序, 测试时可适当修改EBN0大小以减少时间-IS95CDMA simulation program, the tests can be amended as appropriate to reduce the size EBN0 time
- 2022-07-08 23:43:57下载
- 积分:1
-
Wireless, Mesh, We introduce Space
Wireless, Mesh, We introduce Space-Time Routing (STR), a new approach
to routing in mobile ad hoc networks
- 2022-04-01 16:38:45下载
- 积分:1
-
关于语音芯片6188的发送程序,有校验和改变参数的功能,把要发的东西放在buf里面就可以了。...
关于语音芯片6188的发送程序,有校验和改变参数的功能,把要发的东西放在buf里面就可以了。-On the voice chip of the sending process 6188, a check and change the parameters of the function of the fat things to buf on inside it.
- 2022-07-17 11:35:39下载
- 积分:1
-
adpcm64_g722.rar代码
adpcm64k g.722源码-adpcm64_g722.rar code
- 2022-03-01 02:22:01下载
- 积分:1
-
基于观看游戏C166 OSE操作系统
OSE操作系统下基于c166的推箱子游戏-OSE operating system based on the viewing games c166
- 2022-05-28 10:40:18下载
- 积分:1
-
HXD09电力呼叫中心的解决方案,详细描述了应用HXD09交换机的电力呼叫中心的解决方案。...
HXD09电力呼叫中心的解决方案,详细描述了应用HXD09交换机的电力呼叫中心的解决方案。-Power HXD09 call center solution, a detailed description of the application of the power switch HXD09 call center solutions.
- 2023-02-01 18:25:04下载
- 积分:1
-
一个直序/跳频混合式扩频通信系统的仿真
此程序是一个直接序列扩频与跳频混合的扩频通信系统的仿真,扩频码用的是线性移位寄存器产生的m序列,跳频的跳点数为4。
- 2022-05-18 03:09:45下载
- 积分:1
-
这是我收集的几个通信基础理论的Matlab仿真实现,包括bpsk、qpsk、ofdm以及信号衰减和延迟的仿真。尽管不是我本人原创,但比较都经典。文件为*.m格式...
这是我收集的几个通信基础理论的Matlab仿真实现,包括bpsk、qpsk、ofdm以及信号衰减和延迟的仿真。尽管不是我本人原创,但比较都经典。文件为*.m格式-This is my collection of several communications infrastructure theory Matlab Simulation, including BPSK, QPSK, and the OFDM signal attenuation and delay in the simulation. Although it was not my original, but more are classics. M*. document format
- 2022-10-03 17:15:03下载
- 积分:1
-
华为GTM900C程序代码
#include "config.h"
INT8U RBUF;
INT8U TDAT,RDAT;
INT8U TCNT,RCNT;
INT8U TBIT,RBIT;
BOOLEAN TING,RING;
BOOLEAN TEND,REND;
INT8U uc_rxdIndex,uc_rxdDealIndex;
INT8U uc_uartBuf[UART_BUF_LEN];
INT8U uc_uartRecFifoLen; /* 接收FIFO中的数目 */
BOOLEAN b_uartRecFifoFlag;
INT16U us_allSendCnt;
INT8U uc_sendCnt;
//INT8U * pSendBuf;
INT8U * p_pSendBuf[P_SEND_BUF_LEN]; /* 要发送的数据的指针 */
INT8U uc_pSendBufLen[P_SEND_BUF_LEN]; /* 每个指针包含的数据长度 */
INT8U uc_pSendBufIndex;
INT8U uc_pSendBufDealIndex;
- 2022-02-21 22:52:47下载
- 积分:1