-
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
-
XUL调用C++ XPCOM的例子,这些天在学习XUL,调试接口,广告
xul调用c++xpcom例子,这几天在研究Xul ,调试通过了一个Xul做界面,通过js调用c++开发的xpcom的例子。感觉步骤比较繁杂,配置环境也颇费了点时间,所以就把整个开发过程作了一个记录-xul call c++ xpcom example, these days in the study Xul, debug interface, the adoption of a Xul do, through the js call c++ development xpcom example. Sense steps to more complicated, and configure the environment has also gone through quite some time, so put the entire development process was a record of
- 2023-01-13 23:30:09下载
- 积分:1
-
串口发送短信Demo及源码...
GSM modem.
串口发送短信Demo及源码...
GSM modem.-serial port and send text messages Demo source ... GSM modem.
- 2022-08-20 17:28:59下载
- 积分:1
-
这是关于CCS3.3的一个编程的规范!比较有用的!
这是关于CCS3.3的一个编程的规范!比较有用的!-This is about a programming specification CCS3.3! More useful!
- 2023-02-25 21:35: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
-
uip协议,小型TCP/IP协议
uip协议,小型TCP/IP协议-East agreements, small TCP/IP protocol
- 2022-08-08 23:27:53下载
- 积分:1
-
IS95CDMA的仿真程序, 测试时可适当修改EBN0大小以减少时间
IS95CDMA的仿真程序, 测试时可适当修改EBN0大小以减少时间-IS95CDMA simulation program, the tests can be amended as appropriate to reduce the size EBN0 time
- 2022-07-08 23:43:57下载
- 积分:1
-
some C++ builder documents collected by myself, which are mainly on serial port
我个人收藏的c++builder源代码文档,介绍了串口通信的开发-some C++ builder documents collected by myself, which are mainly on serial port
- 2022-03-12 00:17:38下载
- 积分:1
-
The use of MODBUS communications with EMA smart meter to receive information, we...
利用MODBUS与EMA智慧型电表通讯,达到接收资料,希望对大家有所帮助。-The use of MODBUS communications with EMA smart meter to receive information, we hope to be helpful.
- 2022-02-25 18:53:24下载
- 积分:1
-
OFDM 传输的一种新的组合脉冲噪声缓解方案研究
摘要-Impulsive噪音缓解了正交频分复用(OFDM)可以使用两个阈值剪贴归零方案来完成。我们引入一个新的结合脉冲噪声消除方法,称为clippingreplacement-归零计划,其中有三个考虑阈值:限幅阈Tclip,更换门槛TREP和归零门槛Tnull。当接收到的OFDM样本的幅度高于TREP和下方Tnull我们将其设置为所述平均幅度JX?无噪声的OFDM样本第j。模拟结果表明,附加的动作,替换动作,与TREP的一个很好的选择带来在误码率的降低。
- 2022-04-09 21:01:52下载
- 积分:1