-
cypress 68013 iotest
cypress 68013 iotest
- 2022-03-31 18:02:38下载
- 积分:1
-
16位CRC校验的源程序,修改过,可直接调用
16位CRC校验的源程序,修改过,可直接调用-16-bit CRC checksum of the source, modified, can be directly invoked
- 2022-03-02 18:44:30下载
- 积分: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
-
Power electronic equipment communication protocol, MODBUS, describes in detail
电力电子设备通讯协议,MODBUS,介绍详细-Power electronic equipment communication protocol, MODBUS, describes in detail
- 2023-08-14 18:50:02下载
- 积分:1
-
EEPROM several protection methods. Rar EERROM data more easily lost, Try using t...
EEPROM的几种保护方法 .rar
EERROM的数据比较容易丢失,用这个方法-EEPROM several protection methods. Rar EERROM data more easily lost, Try using this method
- 2022-03-12 17:13:03下载
- 积分:1
-
这个是用vb编写的云台控制系统,控制上下左右都可以设置码率,比较方便...
这个是用vb编写的云台控制系统,控制上下左右都可以设置码率,比较方便-This is prepared using vb Yuntai control system, control can be set up around the whole bit-rate, more convenient
- 2022-08-23 01:08:19下载
- 积分:1
-
sip协议 UAC_UAS例子
Windows下编译eXosip、osip,以及UAC和UAS的例子
- 2022-07-19 18:11:09下载
- 积分:1
-
crc校验vhdl代码
此源文件提供"按原样",没有任何明示或暗示的担保,包括但不限于,暗示适销性和针对特定用途的适用性的担保。目的: 综合 CRC 功能多项式: (0 5 12 16)数据宽度: 8
- 2022-06-02 14:19:26下载
- 积分:1
-
无线应用协议(Wireless Application Protocol,WA P)是WA P论坛经过不断努力得到的成
果,它提供了一个业界技术规范,以便开...
无线应用协议(Wireless Application Protocol,WA P)是WA P论坛经过不断努力得到的成
果,它提供了一个业界技术规范,以便开发出适用于各种无线通信网络的应用和业务。WA P
论坛的工作范围就是为各种业务和应用制定一系列的技术规范。无线市场正在快速增长,新
的用户不断增多,新的业务不断涌现。为了使运营商和生产者能够从容面对先进业务、多种
类业务和快速、灵活的业务生成等诸多的挑战, WA P规定了一系列传输层、会话层和应用层
协议。-Wireless Application Protocol (Wireless Application Protocol. WA P) P Forum WA is a result of efforts the results, it provides an industry technical standards, developed to apply to all kinds of wireless communication networks and business applications. WA P scope of the work of the Forum is for various business applications and formulated a series of technical standards. Wireless market is growing rapidly, new users are increasing and new business continued to emerge. To enable operators and producers to calmly face the advanced business, and more types of business fast, flexible service creation and many other challenges, WA P provides a series of transport layer, session layer and application layer protocol.
- 2022-10-16 19:55:03下载
- 积分:1
-
这是关于CCS3.3的一个编程的规范!比较有用的!
这是关于CCS3.3的一个编程的规范!比较有用的!-This is about a programming specification CCS3.3! More useful!
- 2023-02-25 21:35:04下载
- 积分:1