-
gsm 网络模拟读数
这个项目是关于通过GSM调制解调器发送SIM900D模拟readinds一些凡在GSM覆盖......由PIC内建ADC获得来自ADC值,并将其显示在LCD上,并通过GSM调制解调器发送短信
- 2023-01-01 06:40:04下载
- 积分:1
-
核心java应用程序设计指南,全英文,内容不多…
nokia S60核心的java应用程序编程设计指南,全英文,内容不多,主要是适于S60的应用程序的特点的介绍。-core java application programming design guidelines, all in English, not content, the S60 is suitable for application features presentations.
- 2023-08-10 23:45:03下载
- 积分: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
-
codec, the implemention on the galois extension field.
编码、通信中扩域实现-codec, the implemention on the galois extension field.
- 2022-03-28 18:17:42下载
- 积分:1
-
matlab hfss antenna code
matlab 代码,结合了hfss里面关于天线仿真设计的原理,利用在matlab里面对天线结构的仿真和分析,再结合hfss的分析,可以有效设计
天线。本代码主要是针对微带天线的设计和仿真分析,建立了图标分析,输入设计频率和尺寸就可以分析不同天线的增益,给出了天线的
极化图,便于分析学习
- 2022-03-15 20:42:29下载
- 积分:1
-
The use of VC and mixed programming Mablat phone text messaging program source c...
采用VC和Mablat混合编程的手机发短信源代码程序,主程序为smssend_mainhg。需VC和Mablab3.0编译环境。-The use of VC and mixed programming Mablat phone text messaging program source code, the main program for smssend_mainhg. VC and Mablab3.0 need to compile the environment.
- 2022-08-12 16:43:33下载
- 积分:1
-
用UDP写的可靠传输示范程序,非常有借鉴意义,适合互连网通讯
用UDP写的可靠传输示范程序,非常有借鉴意义,适合互连网通讯
- 2022-03-06 07:44:29下载
- 积分:1
-
关于arinc429协议,阐述了航空标准接口429协议的规则和数据传输的规则...
关于arinc429协议,阐述了航空标准接口429协议的规则和数据传输的规则 -On ARINC429 agreement on standard interface 429 aviation agreement rules and the rules of data transmission
- 2022-09-30 09:45:03下载
- 积分:1
-
symbian for c++ 系统声音调用例子
一个用vc编写的调度算法程序-vc prepared with a scheduling algorithm procedures
- 2022-03-14 19:26:07下载
- 积分:1
-
这是组态王OPCserver的配置工具和配置说明。
这是组态王OPCserver的配置工具和配置说明。-This is OPCserver Kingview configuration tools and configuration instructions.
- 2022-01-23 10:31:12下载
- 积分:1