-
用java写的在线文本生成的HTML源代码发布(O.
使用java写的在线生成html文本的源代码发布版(在线源代码生成器)-Using java to write the text of the online generated html source code release (online source code generator)
- 2022-12-05 08:55:03下载
- 积分:1
-
实现了GPRS串口的通信,缩短串口开发时间。
实现了GPRS串口的通信,缩短串口开发时间。-To achieve the GPRS serial communications, serial port to shorten development time.
- 2022-05-28 21:08:00下载
- 积分: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
-
除了个别算法,演示系统是一个“数据结构”…
In addition to individual algorithm, Demonstration System is a "data structure" (C language version) book algorithm corresponding to the code (CPP) and the test operating procedures (VC + +6.0 to the EXE). Through the system can demonstrate that the algorithm source code and operating results -In addition to individual algorithm, Demonstration System is a
- 2022-02-02 14:46:47下载
- 积分:1
-
在Symbian OS的混音器为例,详细方法见
A sound mixer example in Symbian OS, see readme.txt for details
- 2022-05-14 23:21:20下载
- 积分:1
-
STM32的iCAN通信程序,KEIL环境.rar
STM32的iCAN通信程序,KEIL环境.rar
STM32的iCAN通信程序,KEIL环境.rar
- 2022-02-03 18:14:13下载
- 积分:1
-
这是组态王OPCserver的配置工具和配置说明。
这是组态王OPCserver的配置工具和配置说明。-This is OPCserver Kingview configuration tools and configuration instructions.
- 2022-01-23 10:31:12下载
- 积分:1
-
索爱手机应用补丁的一部分,发现从拉斯网站…
部分索爱手机应用补丁,从俄国网站找来的。-Part of Sony Ericsson mobile phone application patches, found the site from Russia.
- 2022-07-10 10:04:37下载
- 积分:1
-
一款用 Rohm BH1415 设计的FM Transmittor,这是8个频点的,PLL控制,切换频道有些讲究
一款用 Rohm BH1415 设计的FM Transmittor,这是8个频点的,PLL控制,切换频道有些讲究-With a Rohm BH1415 designed FM Transmittor, this is the 8-frequency point, PLL controlled, switch channels, some pay attention to
- 2022-05-07 18:01:02下载
- 积分:1
-
基于GSM模块实现中文短信息发送
基于GSM模块实现中文短信息发送 -Based on the GSM module for sending Chinese text messages
- 2022-04-21 22:48:00下载
- 积分:1