-
用c实现的列车运行情况记录程序,包括gps,键盘,lcd,gprs
用c实现的列车运行情况记录程序,包括gps,键盘,lcd,gprs-train condition recorder by c language,to realise gps,key,lcd and gprs
- 2022-12-30 08:20:03下载
- 积分:1
-
Very useful document to understand SI and SP frame design in H.264.
Very useful document to understand SI and SP frame design in H.264. -Very useful document to understand SI and SP frame design in H.264.
- 2023-08-18 05:40:04下载
- 积分:1
-
为pocket_pc简单计算器工程,vb.net开发平台的。
This an example of simple STMPServer.
- 2022-01-26 05:45:15下载
- 积分:1
-
手机密码。三星、摩托罗拉、西门子恢复出厂设置、爱立信新机回英语...
手机密码。三星、摩托罗拉、西门子恢复出厂设置、爱立信新机回英语-phone password. Samsung, Motorola, Siemens resumed factory installed, Ericsson machine to the new English
- 2023-03-01 13:50:03下载
- 积分:1
-
J2ME in a Nutshell随书源码
J2ME in a Nutshell随书源码-J2ME in a Nutshell book as source
- 2022-02-09 22:41:16下载
- 积分:1
-
一个文件传输的程序
一个文件传输的程序-a file transfer procedures
- 2022-02-28 15:39:43下载
- 积分:1
-
delphi中实现启用和禁止网卡的代码。
delphi中实现启用和禁止网卡的代码。-achieve commissioning and prohibit card code.
- 2023-05-10 21:40:04下载
- 积分: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
-
新泰IVR平台的网关接口程序,适合做电信方面的人员使用
新泰IVR平台的网关接口程序,适合做电信方面的人员使用-XINTAI IVR system gateway interface program, it is useful for the person on telecommunication.
- 2023-02-01 20:15:03下载
- 积分:1
-
基于UWB uwb.mdl Simulink仿真:UWB模型
基于simulink的uwb仿真
uwb.mdl: UWB model - open this to begin.
uwb_lib.mdl: Library blocks for UWB model.
uwb_init.m: Initialization called before model is loaded.
uwb_settings: Sets up structure containing system parameters ( uwb in workspace).
uwb_imr.m: Initializes UWB channel impulse response.
uwb_sv_*.m: Four M-files used to generate channel impulse responses (MAT files).-based on Simulink simulation of UWB uwb.mdl : UWB model-open this to begin. uwb_lib.mdl : Library blocks for UWB model. uwb_init.m : Initialization called before model is loaded. uwb_settings : Sets up structure containing system parameter s (UWB in workspace). uwb_imr.m : Initializes UWB channel impulse response. UWB _sv_*. m : Four M-files used to generate channel impulse r esponses (MAT files).
- 2023-02-10 11:40:04下载
- 积分:1