-
这是通信中解调器重要的定时恢复部分的程序,我把它做成子程序,其中的算法原理,如想知道请link ne...
这是通信中解调器重要的定时恢复部分的程序,我把它做成子程序,其中的算法原理,如想知道请link ne-This is the communication modems important part of the resumption of regular procedures, I see it causing subroutine, The algorithm principle, like to know please link ne
- 2022-07-25 04:18:23下载
- 积分:1
-
open
开源的CORBA项目MICO里面的通知服务,从CORBA标准中下载通知服务的相关DLL说明,然后编译成C++代码,目前实现了大约70%的代码,希望社区里的高手帮组继续完成这个工程。-open-source projects MICO inside CORBA notification service, from the standard CORBA notification service to download the related DLL note, and then compiled C code, achieving about 70% of the code in hopes of master communities continue to help the group complete the project.
- 2023-01-14 03:30:04下载
- 积分:1
-
提供封装的接口,支持多
提供一个Socket封装接口,支持多线程及业务回调功能.-provide a package Socket interface, and supports multi-threaded business callback function.
- 2023-03-11 09:30:03下载
- 积分:1
-
这是一个封装得比较完整的串口类接口,支持同步、异步操作,使用简单高效,具有工业强度,我在BC, BCB, VC, BCBX, GCC下编译通过。...
这是一个封装得比较完整的串口类接口,支持同步、异步操作,使用简单高效,具有工业强度,我在BC, BCB, VC, BCBX, GCC下编译通过。
封装较完整的串口类库相关文档
封装较完整的串口类库 作者:llbird
本文介绍了一个封装得比较完整的串口类,支持同步、异步操作,使用简单高效,具有工业强度,我在BC, BCB, VC, BCBX, GCC下编译通过,足够应付大多数情况,而且还可以继承扩展。
串口类库的第二个版本 作者:llbird
上一回我发表第一版本的串口类库,收到了不少来信 ,提了不少意见和问题。我前一段时间又对这段代码作了修正,改动较大,主要思路没变,但更加规范并修改了几个错误。这次代码是完全按WIN32命名规范,适合用于VC++的开发,以前我一直用SDK,,用C风格的命名方式,将代码与VC程序整合看起来有点别扭,这次就不会了-err
- 2022-06-18 06:03:58下载
- 积分: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
-
用VHDL实现的FFT,经过测试,效果很不错!值得一看
用VHDL实现的FFT,经过测试,效果很不错!值得一看-Use vhdl to do fft,after test,we can see the result is very good!
- 2022-02-15 09:35:29下载
- 积分:1
-
《单片机通信技术与工程实践》书所附程序和例子
《单片机通信技术与工程实践》书所附程序和例子
- 2022-02-05 04:57:09下载
- 积分:1
-
how to make a mobile phone charger
how to make a mobile phone charger
- 2022-02-01 03:36:28下载
- 积分:1
-
Simulation M-PSK on Rayleigh Channel
利用Matlab工具对瑞利信道M-PSK进行了比较仿真和理论分析
- 2022-07-07 10:25:31下载
- 积分:1
-
Siemens Gprs module installed and the data transceiver
西门子的Gprs模块的设置与数据收发的方法-Siemens Gprs module installed and the data transceiver
- 2022-05-22 23:13:47下载
- 积分:1