-
OFDM_simulation
说明: 基于16QAM的OFDM仿真,AWGN信道,应用LMS算法(OFDM_LMS SIMULATION based on 16QAM , AWGN channel, LMS algorithm)
- 2021-03-17 21:05:43下载
- 积分:1
-
VC++ 6.0 时间控件用法范例
一个使用时间控件的VC++范例源码,这个控件可让用户对所输入时间的精确手动微调,是一个方便用户和减少程序出错率的实用控件,如截图所示的效果。一些相关的设置:
//选择短日期显示格式
m_ctrlDateTime1.ModifyStyle(0, DTS_SHORTDATEFORMAT, 0);
//选择时间显示格式
m_ctrlDateTime2.ModifyStyle(0, DTS_TIMEFORMAT, 0);
//获得当前时间
CTime time = CTime::GetCurrentTime();
//设置时间
m_ctrlDateTime1.SetTime(&time);
m_ctrlDateTime2.SetTime(&time);
- 2022-02-20 22:22:06下载
- 积分:1
-
Finite volmue way to Couette(E)
说明: A solver with 1order up-wind style to 2D incompressible viscous Couette
- 2019-06-16 09:49:13下载
- 积分:1
-
RoboCup Middle Size League's champion team in 2006, tribots the team's l...
RoboCup Middle Size League s champion team in 2006, the tribots team s localization program.-RoboCup Middle Size League"s champion team in 2006, tribots the team"s localization program.
- 2023-07-07 13:15:04下载
- 积分:1
-
计算刀轴点坐标
说明: 计算刀轴点坐标,方便快捷,求取刀具刀轴点坐标,用于算nurbs曲线(Calculating the coordinates of cutter axis points is convenient and fast. Calculating the coordinates of cutter axis points is used to calculate NURBS curve.)
- 2019-05-22 14:47:00下载
- 积分:1
-
OFDM系统的子载波数1024,数256的循环前缀,女…
OFDM系统,子载波数目1024,前缀数目256,循环数目256,加入了高斯白噪声-OFDM system, the number of subcarriers 1024, the number prefix 256, the cycle number of 256, by adding a Gaussian white noise
- 2022-02-25 11:24:50下载
- 积分:1
-
rd
说明: 仿真sar成像RD算法其中包括回波生成距离压缩方位压缩距离徙动校正(RD algorithm for simulated SAR imaging includes echo generation range compression azimuth compression range migration correction)
- 2020-06-21 07:00:01下载
- 积分:1
-
RSR插件源码
说明: D3插件和DD145插件,都是RSR为基础修改的,若有兴趣可以试试。(D3 plug-in and DD145 plug-in are both RSR-based modifications, if interested, you can try.)
- 2019-01-27 17:49:23下载
- 积分:1
-
SDL练习:响应鼠标事件。
想学习SDL的人可以参考!
VC2008下测试通过!...
SDL练习:响应鼠标事件。
想学习SDL的人可以参考!
VC2008下测试通过!-SDL practice: Responding to mouse events. People who want to learn SDL can refer to! VC2008 under test!
- 2022-07-19 12:55:44下载
- 积分:1
-
ASP.net数字验证码生成及判断例子
ASP.net数字验证码生成,并且判断验证码输入是否正确的例子,ASP.NET生成基于数字和随机数的验证码例子,学习下如何在ASP.NET中调用和生成数字图形的验证码。如示例所示,在一个登录页上使用本代码生成的数字验证码功能,提示:登录显示仅供测试没有登录功能。
- 2022-03-25 20:05:02下载
- 积分:1