-
Serial programming VB realize, I hope everyone useful!
VB实现串口编程,希望大家有用! -Serial programming VB realize, I hope everyone useful!
- 2022-07-11 00:01:18下载
- 积分:1
-
turbo code generation and simulation. turbo code in the actual application of a...
turbo码的生成与模拟.turbo码在实际中应用非常广泛-turbo code generation and simulation. turbo code in the actual application of a very wide range
- 2022-07-15 23:39:53下载
- 积分:1
-
正交频分复用(OFDM)系统的仿真,信号的发送和接收,及信号的星座图和误码率
正交频分复用(OFDM) 系统的仿真,,信号的发送和接收,及信号的星座图和误码率,很适合初学OFDM的人学习和阅读。。。。
- 2023-05-10 15:10:02下载
- 积分:1
-
信噪比预测与链路自适应
此程序根据不同的场景采用对应的方法预测无线通信中的链路信噪比,根据预测信噪比选择合适的编码效率和调制阶数进行链路自适应,以此应对过时信噪比对系统性能带来的恶劣影响。
- 2022-07-10 23:21:37下载
- 积分:1
-
C++仿真程序
用弹道仿真计算程序V1.0
本程序包为vxLand提供的经典版的通用导弹、炮弹、火箭弹等的弹道仿真计算程序,适用于无控弹药,
用户可以需要根据加入三点法、比例导引等导引方法,修改、扩充成相应的有控、制导模拟仿真弹道程
序。
程序包中MissileTrajectorySimulationRk.h的rk()是经典的4阶龙格库塔方法求常微分方程的数值算法
的函数子程序,大家可参考使用。
关键词:导弹 弹道 炮弹 火箭弹 三点法 比例导引 无控 有控 制导 仿真 模拟 计算 通用
MissileTrajectorySimulation_Input.dat是输入数据文件
*/
- 2022-07-04 10:42:05下载
- 积分:1
-
VC++6 RAS高级编程
VC++6 RAS高级编程-VC 6 RAS Advanced Programming
- 2022-09-24 18:05:02下载
- 积分:1
-
Wavelet image compression, compression target for the RGB image
小波图像压缩,压缩对象为RGB图像-Wavelet image compression, compression target for the RGB image
- 2022-04-11 12:03:22下载
- 积分:1
-
mscomm组件问题的FAQ
mscomm组件问题的FAQ-FAQ MSComm component issues
- 2022-08-16 01:14:18下载
- 积分: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
-
data synchronization, used for PIM, support data synchronization a movable devic...
数据同步,用于PIM 的数据同步,包括手持设设备和PC机,移动设备同服务器之间的数据同步-data synchronization, used for PIM, support data synchronization a movable device (eg.handset and PC) between server.
- 2022-08-16 16:35:54下载
- 积分:1