-
BCB串口通讯控件
BCB串口通讯控件-BCB Serial Communication Control
- 2022-06-21 22:27:34下载
- 积分:1
-
Chinese RFC documents, without translation, the right to study very helpful!
中文RFC文件,无需翻译,对学习很有帮助!
- 2022-03-24 17:29:31下载
- 积分: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
-
matlab hfss antenna code
matlab 代码,结合了hfss里面关于天线仿真设计的原理,利用在matlab里面对天线结构的仿真和分析,再结合hfss的分析,可以有效设计
天线。本代码主要是针对微带天线的设计和仿真分析,建立了图标分析,输入设计频率和尺寸就可以分析不同天线的增益,给出了天线的
极化图,便于分析学习
- 2022-03-15 20:42:29下载
- 积分:1
-
信息论一些实验及课件,哈夫曼,香浓,游程码
信息论一些实验及课件,哈夫曼,香浓,游程码-some ting about xin xi lun ke jian & experiment
- 2023-05-18 05:20:05下载
- 积分:1
-
GPRS通信样例代码,采用成都众山GPRS芯片。可实现无线通信
GPRS通信样例代码,采用成都众山GPRS芯片。可实现无线通信-GPRS communication sample code, the use of Chengdu hills GPRS chip. Can realize wireless communication
- 2022-07-13 20:32:58下载
- 积分:1
-
蓝牙同步蓝牙同步蓝牙同步蓝牙同步蓝牙同步连衣裙…
蓝牙同步蓝牙同步蓝牙同步蓝牙同步蓝牙同步蓝牙同步蓝牙同步蓝牙同步蓝牙同步
- 2022-03-07 13:36:58下载
- 积分:1
-
simple menu Circle and Chinese PC Poeckt
简单的画圆和中文菜单Poeckt PC-simple menu Circle and Chinese PC Poeckt
- 2023-02-28 23:35:04下载
- 积分:1
-
And SIP protocols related to the development of the Chinese version is good for...
和SIP开发相关的协议的中文版,对于开发有好处-And SIP protocols related to the development of the Chinese version is good for the development of
- 2023-03-25 14:25:04下载
- 积分:1
-
对于bk589d串行数据接口。
Serial Data Interface for BK589D.
- 2023-06-25 14:10:04下载
- 积分:1