-
此源码为在DSP上实现的卷积纠错编解码算法,解码采用维特比VITEBI算法...
此源码为在DSP上实现的卷积纠错编解码算法,解码采用维特比VITEBI算法-this source for the DSP is the convolution error correction coding and decoding using Viterbi algorithm VITEBI
- 2022-05-18 04:26:54下载
- 积分:1
-
用C++语言开发一个网络视频会议客户端源代码,来源不祥
用C++语言开发一个网络视频会议客户端源代码,来源不祥-C++ language to develop a video conferencing network client source code, source unknown
- 2022-07-11 14:10:26下载
- 积分:1
-
这是一种罕见的对等网络
这是难得的基于p2p的应用层组播的方案里面提供了很好的算法讲解!-This is a rare p2p-based application layer multicast program which provides a good method to explain!
- 2022-05-28 02:09:43下载
- 积分:1
-
数据表的GSM / GPRS无线百科
Datasheet GSM/GPRS wireless for multitech
- 2022-01-25 22:08:52下载
- 积分:1
-
用VB进行串口实时数据采集
用VB进行串口实时数据采集-using VB Serial Real-time Data Acquisition
- 2022-10-04 01:50: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
-
简化版串口发送和接收程序,用于串口调试。
简化版串口发送和接收程序,用于串口调试。-Starter Edition serial port to send and receive procedures for serial debugging.
- 2023-04-30 11:00:03下载
- 积分:1
-
ipt网关源码
ipt网关源码--Source code of ipt gateway
- 2023-05-23 20:30:03下载
- 积分:1
-
MAD
MAD-FCL (version 1.7):
The software is distributed in binary/source code formats under a GPL (GNU GENERAL PUBLIC LICENSE) license. Here is the official copyright and license. Distribution package is named to MAD-FCL (MAD FileCasting Library). Source distribution contains MAD-ALCLIB, MAD-SDPLIB and MAD-FLUTELIB libraries and MAD-FLUTE application. Binary distribution contains only MAD-FLUTE application. MAD-FCL is implemented using C-language. Latest binaries for Linux are compiled in Debian Linux with gcc version 4.0.4.
MAD-FLUTELIB is based on RFC 3926 (FLUTE). -MAD-FCL (version 1.7):
The software is distributed in binary/source code formats under a GPL (GNU GENERAL PUBLIC LICENSE) license. Here is the official copyright and license. Distribution package is named to MAD-FCL (MAD FileCasting Library). Source distribution contains MAD-ALCLIB, MAD-SDPLIB and MAD-FLUTELIB libraries and MAD-FLUTE application. Binary distribution contains only MAD-FLUTE application. MAD-FCL is imp
- 2022-02-06 22:39:32下载
- 积分:1
-
马维尔处理器手机
MARVELL processor mobile phone
- 2022-04-01 19:47:10下载
- 积分:1