-
Convolutional code Viterbi decoder, with C prepared. Good use
卷积码的Viterbi解码器,用C编写的。很好用-Convolutional code Viterbi decoder, with C prepared. Good use
- 2022-12-08 21:55:07下载
- 积分: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
-
使用数字连接tcpserver,客户服务器
TCPServer using, numbers of clients connects in server
- 2023-06-02 15:45:03下载
- 积分:1
-
全套CANopen资料,英文原版,对开发汽车级和工业级的CANopen通讯编程,非常有用。
我们的CAN高层协议就是参照这个资料作出来的。...
全套CANopen资料,英文原版,对开发汽车级和工业级的CANopen通讯编程,非常有用。
我们的CAN高层协议就是参照这个资料作出来的。-complete information, the English original. Development of automobile and industrial-grade Application of CANopen communications programming, very useful. We CAN senior agreement is the light of this information to us.
- 2022-01-25 23:45:57下载
- 积分:1
-
如何模拟读串口RS232数据通过Visual Basic
How to simulate reading serial RS232 data through visual basic
- 2022-03-11 12:25:04下载
- 积分:1
-
一个文件传输的程序
一个文件传输的程序-a file transfer procedures
- 2022-02-28 15:39:43下载
- 积分:1
-
连续波雷达和脉冲雷达解距离和多普勒进行了讨论…
Continuous wave radars and pulsed radars are discussed.Resolving range and Doppler mbiguities is also discussed in detail.-Continuous wave radars and a CDFI radars "re discussed.Resolving range and Doppler mbig uities is also discussed in detail.
- 2022-03-19 23:18:28下载
- 积分:1
-
基于J2ME的一个可用的手机蓝牙程序,程序包括Server及Clien端(建议采用NetBeans 4.1+netbeans mobility 4_1+J2ME...
基于J2ME的一个可用的手机蓝牙程序,程序包括Server及Clien端(建议采用NetBeans 4.1+netbeans mobility 4_1+J2ME Wireless Toolkit 2.2)-availability of a Bluetooth phone procedures, The procedures include Server and Client ends (proposed NetBeans 4.1 netbean "s mobility 4_1 J2ME Wireless Toolkit 2.2)
- 2022-04-24 14:46:59下载
- 积分:1
-
微软亚洲研究院论文:无线Internet中媒体代理的放置策略及服务器选择机制
微软亚洲研究院论文:无线Internet中媒体代理的放置策略及服务器选择机制-Microsoft Asia Research Institute Papers : Wireless Internet media strategy for the placement agent and server selection mechanism
- 2022-02-01 05:09:41下载
- 积分:1
-
Advanced firmware uploader s main body source code. For sti5518
Advanced firmware uploader s main body source code. For sti5518
- 2023-05-10 00:25:02下载
- 积分:1