-
在H.263的详细信息和源代码文件,眼
这个文档里面有h.263的详细资料和源码,值得一看-the document inside the H.263 detailed information and source code, an eye-catcher
- 2022-03-17 11:45:16下载
- 积分:1
-
cantongxun cantongxun
CANtongxun CANtongxun
- 2022-01-28 20:18:47下载
- 积分:1
-
技术共享!合作开发大型通讯软件。即时通讯软件AnyQ服务器端源码...
技术共享!合作开发大型通讯软件。即时通讯软件AnyQ服务器端源码-Technology sharing! To develop large-scale communication software. Instant messaging software AnyQ server-side source
- 2022-08-06 06:47:16下载
- 积分:1
-
- 2022-01-27 22:55:42下载
- 积分:1
-
coloredit源代码,实现关键词彩色显示
ColorEdit源程序代码,实现关键字的色彩显示-ColorEdit source code, achieving keyword color display
- 2022-09-24 02:50:03下载
- 积分:1
-
此仿真程序是目前论坛里面最完整的仿真源码,并且经本人调试运行,完全没有错误,有很高的研究价值。为各位搞仿真和做OFDM系统相关论文的研究生,而没有全面仿真程序的...
此仿真程序是目前论坛里面最完整的仿真源码,并且经本人调试运行,完全没有错误,有很高的研究价值。为各位搞仿真和做OFDM系统相关论文的研究生,而没有全面仿真程序的人提供本程序。此程序包含52个仿真模块,可以仿真出52个仿真图。-This simulation program is the forum inside the most complete source of emulation and debugging, as I run, there is no error, has high research value. For you to do engage in OFDM system simulation and related post-graduate theses, and no comprehensive simulation program provide the program. This program contains 52 simulation module can be a simulation simulation Figure 52.
- 2022-07-20 21:39:18下载
- 积分:1
-
There has the LNA design, it use more in wireless comunication system.
There has the LNA design, it use more in wireless comunication system.
- 2023-08-01 05:00: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
-
功能描述:该程序用于显示心电采集电路采集到的心电信号,通讯采用串口通讯,实时在图表上显示接收到的信号,同时具有数据库功能,可以保存每次接收到的数据,用于回放数据...
功能描述:该程序用于显示心电采集电路采集到的心电信号,通讯采用串口通讯,实时在图表上显示接收到的信号,同时具有数据库功能,可以保存每次接收到的数据,用于回放数据。
开发环境:C++ Builder 6.0
所用控件:AbsoluteDatabase-Functional Description: The program used to display ECG acquisition circuit to the ECG acquisition, communications using serial communication, real-time chart shows the received signal, but also has a database function, can be preserved for each received data, using in the playback data. Development Environment: C++ Builder 6.0 used in the control: AbsoluteDatabase
- 2022-06-21 06:39:19下载
- 积分:1
-
monte carlo simulation on the QPSK communication system
对于QPSK通信系统的蒙特卡洛仿真-monte carlo simulation on the QPSK communication system
- 2022-01-25 18:07:15下载
- 积分:1