-
一个mp3的编码和解码的源程序,可以了解到mp3的编解码原理
一个mp3的编码和解码的源程序,可以了解到mp3的编解码原理-a program of coding and decoding mp3, you can know how mp3 codes from it.
- 2022-10-06 07:05:03下载
- 积分:1
-
ERTEC 400
Enhanced Real
ERTEC 400
Enhanced Real-Time Ethernet Controller
Manual
- 2022-10-03 07:00:03下载
- 积分:1
-
QT GPS接收分析程序源代码
可以接收GPS GPRMC格式报文的数据,重点是QT做的,对这方便的朋友应该有帮助,这里有串口如何接收的处理,并且集成了串口第三方的类,对于需要QT串口的开发者也是有很大帮助的,串口类已经经过很多的测试了,比较好用。
- 2022-01-26 00:39:56下载
- 积分:1
-
雷利衰减计算在多
多输入多输出信道容量下的罗利衰减计算
- 2022-11-18 09:35:03下载
- 积分: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
-
简单的聊天程序,初学者可以看看,高手勿进!
简单的聊天程序,初学者可以看看,高手勿进!-simple chat program, beginners can see, not masters!
- 2022-08-08 16:33:31下载
- 积分:1
-
使用efax的fax工具程序
使用efax的fax工具程序 -Using fax tools in efax
- 2022-02-12 16:44:02下载
- 积分:1
-
考虑载波的qpsk信号在瑞利信道上的仿真
考虑载波的qpsk信号在瑞利信道上的仿真-consider Carrier qpsk Rayleigh channel signal simulation
- 2023-05-19 06:15:03下载
- 积分:1
-
RTX串口编程
在Windws实时扩展环境RTX下,实现串口实时接收数据与发送数据操作,仅供大家参考;系统运行环境为WindowsXP 安装RTX运行环境;
- 2022-07-26 09:23:36下载
- 积分:1
-
sms短信发送方面的东东。仅供参考使用。有问题可以和我联系...
sms短信发送方面的东东。仅供参考使用。有问题可以和我联系-sms text messages sent to the Eastern context. For reference use. Problems can contact me and
- 2022-07-26 22:19:08下载
- 积分:1