-
串口发送短信Demo及源码...
GSM modem.
串口发送短信Demo及源码...
GSM modem.-serial port and send text messages Demo source ... GSM modem.
- 2022-08-20 17:28:59下载
- 积分:1
-
COMSerial串口通信源程序
COMSerial串口通信源程序-COMSerial string mouth correspondence source program
- 2022-03-21 09:49:27下载
- 积分:1
-
java programming Start document, suitable for beginners as well. Welcome downloa...
java编程入门文档,适合初学者,内容比较好,欢迎下载!-java programming Start document, suitable for beginners as well. Welcome download!
- 2022-03-09 13:49:28下载
- 积分:1
-
各种滤波器的设计方法,包括直接型、移位型、分布式滤波器设计。各类滤波器设计概括总结
各种滤波器的设计方法,包括直接型、移位型、分布式滤波器设计。各类滤波器设计概括总结-A variety of filter design methods, including direct type, shift type, distributed filter design. Summed up all kinds of filter design
- 2022-08-10 18:40:08下载
- 积分: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
-
Modbus Chinese documentation, very detailed. Quite good
Modbus 中文说明文档,很详细。比较不错-Modbus Chinese documentation, very detailed. Quite good
- 2023-04-30 21:25:04下载
- 积分:1
-
GPRS自动设置程序(增加联通wap设置)
GPRS自动设置程序(增加联通wap设置)-GPRS auto-setup program (an increase of Unicom wap settings)
- 2022-10-16 03:00:03下载
- 积分:1
-
Reed
Reed-Soloman Code. Very good document to understand Reed-Soloman coding.
- 2022-01-31 12:53:30下载
- 积分:1
-
CppReference
对于c/c++的详尽说明
C/C++ Reference
General C/C++
Pre...
CppReference
对于c/c++的详尽说明
C/C++ Reference
General C/C++
Pre-processor commands
Operator Precedence
Escape Sequences
ASCII Chart
Data Types
Keywords
Standard C Library
Standard C I/O
Standard C String & Character
Standard C Math
Standard C Time & Date
Standard C Memory
Other standard C functions
All C Functions
C++
C++ I/O
C++ Strings
C++ String Streams
Miscellaneous C++
C++ Standard Template Library
C++ Algorithms
C++ Vectors
C++ Double-Ended Queues
C++ Lists
C++ Priority Queues
C++ Queues
C++ Stacks
C++ Sets
C++ Multisets
C++ Maps
C++ Multimaps
C++ Bitsets
Iterators
All C++ Functions
-CppReference for c/c++ Detailed C/C++ ReferenceGeneral C/C++ Pre-processor commands Operator Precedence Escape Sequences ASCII Chart Data Types Keywords Standard C LibraryStandard CI/O Standard C String
- 2022-02-02 21:42:32下载
- 积分:1
-
介绍游戏引擎的关键技术及实现办法,以一个引擎高手的经验为基础,阐述其中的难点和关键点。...
介绍游戏引擎的关键技术及实现办法,以一个引擎高手的经验为基础,阐述其中的难点和关键点。-Game engine introduction and implementation of key technologies in order to master the experience of an engine based on the difficulties and one of the key points.
- 2022-04-17 10:08:56下载
- 积分:1