-
CRC算法原理及实现,生成多项式为"1 1000 0000 0000 0101"(CRC
CRC算法原理及实现,生成多项式为"1 1000 0000 0000 0101"(CRC-16),简记作0x18005。-CRC algorithm and implementation, generating polynomial for the
- 2022-01-23 10:44:51下载
- 积分:1
-
Single
单片机工厂记件系统,对三个车间的产品记数,可以统计查询更新。-Single-chip factory piece system, the three workshops in mind the number of products, you can update the query statistics.
- 2022-04-08 00:50:50下载
- 积分:1
-
Jennic的Zigbee协议Demo程序,提供给大家学习
Jennic的Zigbee协议Demo程序,提供给大家学习-Jennic"s Zigbee agreement Demo procedures, and providing for everyone to learn
- 2022-02-22 06:56:09下载
- 积分:1
-
通过仿真,分析了多
通过仿真,分析了多径效应和多普勒效应的原理.并给出了移动信道的建模方案和程序.每个结论都给出了仿真程序可直接运行.-through simulation, Analysis of the multi-path effects and the principle of Doppler effect. and gives the mobile channel modeling programs and procedures. Conclusion gave each a simulation program can run.
- 2022-11-13 21:10:03下载
- 积分:1
-
TI的读写非接触式的芯片,是LD024,RFM001的必用产品
TI的读写非接触式的芯片,是LD024,RFM001的必用产品-TI
- 2022-07-08 11:02:41下载
- 积分:1
-
SMB2协议 试验源代码
SMB 定义了两级安全保护:
共享级保护(Share Level Protection)应用于服务器共享目录级。每个共享目录都需要提供一个访问口令。只有口令通过,客户机才能访问所有共享文件。
用户级保护(Usr Level Protection)应用于共享目录中的单独文件,基于用户访问权限。每个用户(客户机)必须登录服务器并且获得服务器的认证许可。一旦认证通过,客户机会获得一个 UID .在后来客户机访问服务器的过程中都需要使用该 UID 。
- 2023-02-26 10:25:03下载
- 积分:1
-
了解网络传真的方法及相关细节,是写相关代码的好文档。
了解网络传真的方法及相关细节,是写相关代码的好文档。-Understanding of network fax methods and relevant details, is to write good documentation related to the code.
- 2023-07-31 19:00:03下载
- 积分:1
-
该文件是用于映射解码。你可以用matlab打开它。
The file is for MAP decoding. You can use matlab to open it.
- 2022-03-26 03:11:34下载
- 积分:1
-
H.323 2000年规范的文档,是H.323 V4的标准,这是目前最通用的版本,是学习开发H.323的必备材料。...
H.323 2000年规范的文档,是H.323 V4的标准,这是目前最通用的版本,是学习开发H.323的必备材料。-2000 H.323 standard documents, is the standard H.323 V4, which is currently the most common form, is to study the development of the requisite material H.323.
- 2022-02-26 16:32:38下载
- 积分: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