-
一个很不错的WIFI程序,可运行,保质量
一个很不错的WIFI程序,可运行,保质量-a very good WIFI procedures, operational, and ensuring quality
- 2022-04-23 14:26:01下载
- 积分:1
-
用VC实现WEB界面,显示互联网网页,本质是对一个函数的调用,是VC和互联网程序联系起来的入门程序...
用VC实现WEB界面,显示互联网网页,本质是对一个函数的调用,是VC和互联网程序联系起来的入门程序-with VC Web interface, the website indicates, the essence of a function call. VC and the Internet is linked to the procedure entry procedures
- 2022-05-29 08:12:45下载
- 积分:1
-
on Ultra
关于超宽带多用户检测的大家可看看,很好的程序-on Ultra-Wideband Multi-User Detection you can see, very good procedures
- 2023-03-12 12:30: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
-
串口调试助手的源码,自己编写,界面与当前流行的串口调试工具基本相同。该工具使用方便,而且可以自定义串口速率,由状态显示内容...
串口调试助手的源码,自己编写,界面与当前流行的串口调试工具基本相同。该工具使用方便,而且可以自定义串口速率,由状态显示内容-serial debugging aids source, their preparation, interface with the popular serial debugging tools basically the same. The tool is easy to use, but can define serial rate, as indicated by the state
- 2022-08-15 14:07:38下载
- 积分:1
-
国人开发的电子钱包
国人开发的电子钱包-countrymen development of an electronic wallet
- 2022-04-01 07:12:03下载
- 积分:1
-
基于CDMA的无线收发系统的MATLAB和FPGA实现
CDMA based Wireless Transceiver system MATLAB and FPGA implementation.pdf
- 2022-01-26 05:52:07下载
- 积分:1
-
串口通讯程序
串口通讯程序-Serial communication program
- 2022-07-27 06:47:55下载
- 积分:1
-
燃气称重VB6项目
VB6的源代码。该程序保存数据。一个工人把刻度上的瓶子,该程序将保存其重量和打印标签。
- 2023-08-08 14:40:03下载
- 积分:1
-
一款可以对网络传输的语音中的DTMF进行解码,内含源代码,无需硬件支持,全部软件实现...
一款可以对网络传输的语音中的DTMF进行解码,内含源代码,无需硬件支持,全部软件实现-network transmission of voice for the DTMF decoder, containing the source code without hardware support, All software
- 2023-03-22 03:50:03下载
- 积分:1