-
XR17D158V driver for CE5.0
c code
XR17D158V driver for CE5.0
c code
- 2022-08-15 06:24:55下载
- 积分:1
-
用Socket编写的通过网络的数据采集程序,当客户端和服务器连接后,就可以通过设置频率采集服务器端数据(开发版)...
用Socket编写的通过网络的数据采集程序,当客户端和服务器连接后,就可以通过设置频率采集服务器端数据(开发版)- Compiles with Socket through the network data acquisition
procedure, after the customer end and the server connection, may
(develop version) through the establishment frequency gathering server
end data
- 2022-07-06 16:34:44下载
- 积分:1
-
2路M序列数字基带系统的设计
应用背景樊昌信通信原理课程实验,通过该实验可以使你更加清楚的了解信号在数字传输过程中的实际应用,对多路信号传输时的时分复用和频分复用有更加清晰的了解。关键技术
1、设计复用信号的帧结构和帧同步码;
2、设计发送、传输(无ISI)、接收和同步电路;
3、确定部件类型、参数(电路放大倍数、带宽)等性能指标;
4、连接部件组成系统,调试;
5、仿真验证,要求收发信号波形基本一致并对结果进行分析; 6、说明书撰写严格执行教务处文件。
- 2022-07-01 07:37:30下载
- 积分:1
-
采用dsp汇编编写的RS485通信程序,非常简单实用
采用dsp汇编编写的RS485通信程序,非常简单实用-using dsp compilation prepared by the RS485 communication procedures, a very simple and practical
- 2023-06-04 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
-
对JAVA安全机制的研究
对JAVA安全机制的研究---消息摘要加密方法-right JAVA security mechanism of news-- Abstract encryption methods
- 2022-03-13 06:06:31下载
- 积分: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
-
基于DSP的QPSK调制和解调程序,希望会有帮助
基于DSP的QPSK调制和解调程序,希望会有帮助-Based on DSP-QPSK modulation and demodulation process, I hope will be helpful
- 2022-06-17 12:50:43下载
- 积分:1
-
新华龙公司USB转232芯片CP2102的资料
新华龙公司USB转232芯片CP2102的资料-Hualong company new 232 chip USB to the CP2102 information
- 2022-02-14 13:06:34下载
- 积分:1
-
矩阵主机控制程序,利用键盘钩子猎取键盘事件,根据事件将控制指令发送到矩阵主机...
矩阵主机控制程序,利用键盘钩子猎取键盘事件,根据事件将控制指令发送到矩阵主机-Matrix mainframe control procedures, the use of a keyboard hook to hunt keyboard, the incident will be controlled under the instructions sent to the host matrix
- 2022-03-07 16:37:06下载
- 积分:1