-
dvb_t标准的细节,特别是COFDM技术参数。
DVBU T详细标准,尤其是COFDM技术参数。
- 2023-09-10 07:40:04下载
- 积分:1
-
from bell
由bell-labs提供的RTP协议实现库,目前好多视频电话会议都采用这个库实现实时传输的。-from bell-labs for the RTP protocol library, a lot of video and telephone conference this library are used to achieve real-time transmission.
- 2022-11-23 20:10:03下载
- 积分:1
-
对vl14.cryptography原纸采用SMS4算法的概念。
base paper of vl14.cryptography paper and it uses sms4 concept.
- 2023-02-05 05:35:04下载
- 积分:1
-
网吧计费管理系统,非常好用的客户端程序。大家下看看,提供数据库...
网吧计费管理系统,非常好用的客户端程序。大家下看看,提供数据库-Internet cafe billing management system, a very useful client program. We next look at the provision of a database
- 2022-04-06 19:42:10下载
- 积分: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
-
雷达模糊函数仿真与信号处理。
radar ambiguity function simulation and signal processing .
- 2022-04-23 19:45:14下载
- 积分:1
-
vb.net serial CFSerialClass.dll components can be used to increase the reference...
vb.net版序列号CFSerialClass.dll组件可以用来增加参考项目
- 2022-07-28 11:46:02下载
- 积分:1
-
链接列表是实施有效utlise指针的概念到阵列
link listing is implented to efficiently utlise the concept of pointer to array
- 2022-08-22 15:50:16下载
- 积分:1
-
Turbo C, prepared by serial testing procedures can be used for motherboard repai...
Turbo C编写的串口测试程序,可作主板维修时调试和测试串口使用。-Turbo C, prepared by serial testing procedures can be used for motherboard repair debugging and testing serial port to use.
- 2022-01-31 05:20:31下载
- 积分:1
-
就是用串口通讯线将两台机子用串口连起来进行通讯,最简单的。比如在a机上输入一个字符,在b机上能显示出来...
就是用串口通讯线将两台机子用串口连起来进行通讯,最简单的。比如在a机上输入一个字符,在b机上能显示出来
-Serial communication is to use two machines will be used for serial communication link, the most simple. For example, in a plane into a character, b plane will display
- 2022-02-27 03:20:15下载
- 积分:1