-
ARM7TDMI series EMAC Chinese interface (translation)
ARM7TDMI系列 EMAC接口中文(翻译)-ARM7TDMI series EMAC Chinese interface (translation)
- 2023-01-16 05:20:04下载
- 积分:1
-
NFS version 4 Protocol
NFS版本4协议
- 2022-07-10 23:25:07下载
- 积分:1
-
CR频谱感知
认知无线电能量检测算法程序。
能量检测是最简单、方便的频谱感知方法,该方法通过比较能量检测值与预先设定的能量阈值来检测主用户信号。
- 2022-06-13 15:13:01下载
- 积分:1
-
An instant messaging tool, similar to Tencent, Tencent with the basic functions,...
一个即时通信工具,类似于腾讯,具备腾讯的基本功能,可以聊天,传送文件,使用微软推荐的数据库-An instant messaging tool, similar to Tencent, Tencent with the basic functions, you can chat, transfer files, use the Microsoft recommended database
- 2022-06-14 23:45:29下载
- 积分:1
-
获取本机Outlook Express和Outlook2000/XP中通讯薄内容的示例源码。
获取本机Outlook Express和Outlook2000/XP中通讯薄内容的示例源码。-access to the machine Outlook2000/XP Outlook Express and communications content of the thin sample source code.
- 2023-08-18 19:35:04下载
- 积分:1
-
一款国产仿照飞利浦mfrc500的射频卡芯片1702中文操作手册
一款国产仿照飞利浦mfrc500的射频卡芯片1702中文操作手册-Philips made a replica of the RF card chips mfrc500 Chinese Operation Manual 1702
- 2022-03-01 17:58:27下载
- 积分:1
-
VB与ABPLC实现通讯,能监控PLC内部寄存器的内容。很好用的哦。...
VB与ABPLC实现通讯,能监控PLC内部寄存器的内容。很好用的哦。
- 2022-07-22 19:53:57下载
- 积分: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
-
WINDOWS串口编程,调试程序第一部分
WINDOWS串口编程,调试程序第一部分-WINDOWS serial programming, the first part of the debugger
- 2022-02-01 09:42:06下载
- 积分:1
-
一个很好的串口编程文档(转载)
一个很好的串口编程文档(转载)- Very good string mouth programming documents (reprint)
- 2023-08-16 10:25:03下载
- 积分:1