-
SIM300 hardware 英文手册,希望对您有用
SIM300 hardware 英文手册,希望对您有用-SIM300 hardware manuals in English, want to be useful for you
- 2022-04-21 11:55:25下载
- 积分:1
-
T9输入法中文源代码,包括演示程序,对做手机软件的人很有帮助!...
T9输入法中文源代码,包括演示程序,对做手机软件的人很有帮助!-Chinese T9 source code, including a demonstration procedures, so the phone software helpful!
- 2022-08-03 08:01:45下载
- 积分: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
-
VC++ GPS数据解析程序
我做项目用的GPS数据解析程序,很不容易调通,把数据解析出来了,用的还不错,敬请参考。初来乍到,请给些积分。
- 2022-03-06 23:38:10下载
- 积分:1
-
摘要:J2ME在无线应用程序开发中的应用
摘要:J2ME在无线应用程序开发中的应用-Abstract : J2ME wireless applications in the Application Development
- 2022-10-02 06:50:03下载
- 积分:1
-
At present, only collected skype online in English or Traditional Chinese to dev...
目前网上只能搜集到skype的英文或繁体中文开发文档,我转换出了简体中文文档以方便大家阅读!-At present, only collected skype online in English or Traditional Chinese to develop the document, I convert a document to facilitate English reading everyone!
- 2022-03-06 04:54:12下载
- 积分:1
-
Members must conduct studies to well
大家 千万要好好研究研究啊 我好不容易做出来的-Members must conduct studies to well-ah I finally did come out of the
- 2022-12-05 09:05:11下载
- 积分:1
-
利用MScomm控件编程实现串口通讯原程序,比较不错,不妨
利用MScomm控件编程实现串口通讯原程序,比较不错,不妨-use MScomm Control Programming serial communication program, quite good to try something
- 2022-07-07 18:09:43下载
- 积分:1
-
无线点菜的基础编程软件
无线点菜的基础编程软件-the basic develope program on wireless communication.
- 2022-12-25 02:25:03下载
- 积分:1
-
WINDOWS MOBILE sing tool
WINDOWS MOBILE sing tool
- 2022-09-07 15:35:03下载
- 积分:1