-
Viterbi_MATLAB
viterbi译码的matlab实现,提供相应的原程序代码(viterbi decoder matlab implementation)
- 2011-06-05 13:33:13下载
- 积分:1
-
C# dateTimePicker的用法演示源码
本源码主要是演示C# dateTimePicker的用法,演示通过设置dateTimePicker1的Format属性为Time,使dateTimePicker只显示时间,而不显示日期,具体设置属性如下:
private void Form1_Load(object sender, EventArgs e)
{
//设置dateTimePicker1的Format属性为Time使其只显示时间
dateTimePicker1.Format = DateTimePickerFormat.Time;
textBox1.Text = dateTimePicker1.Text;//使用文本框获取控件显示的时间
}
本例完成的效果,可参见截图示。
- 2023-04-05 12:35:03下载
- 积分:1
-
trazsaction__speedup
遗传算法之算子改进_武汉过程职业技术学校()
- 2018-01-09 07:36:50下载
- 积分:1
-
SimNatureExe
说明: 实现大规模室外场景渲染技术,本程序使用基于严格的四叉树的方法建立一个LOD算法,并用该LOD算法实现了一个视点相关的动态多分辨率地形。采用多遍地面纹理,亮度图等技术来照明场景。同时DEMO还实现了Billboard,运动模糊,的功能。程序采用C++,模块化的结构让程序具有很高的可扩展性。
(achieve large-scale outdoor scene rendering technology, the use of procedures based on strict quadtree methods to establish a LOD algorithm, and the LOD algorithm with a view to achieve the dynamic multi-resolution terrain. Many times using ground texture, brightness map technology to lighting scenes. DEMO while also achieving the Billboard, motion blur, function. Adoption of C, the modular structure allows procedures with high scalability.)
- 2005-09-03 16:42:57下载
- 积分:1
-
LG_INVERTER-
LG INVERTER LG INVERTER(LG INVERTER)
- 2015-04-02 14:00:00下载
- 积分:1
-
stm32 AD7506
ad7606思路:stm32cubemx配置好相应的IO口 SPI2与ad7606通信读取AD值, convstA和convstB通过跳帽连接到一起,可以同时测量8个通道, 默认采样电压范围±10V 定时器7每10ms采一次8通道电压值,总共10次,求平均值在屏幕显示 间隔1s重新采集10次显示
- 2020-11-30下载
- 积分:1
-
LwIP-protocol-stack-design
LwIP协议栈的设计与实现,中文译稿实现对LWIP的大概简述和主要程序的描述(LwIP protocol stack design and implementation of Chinese translation, to realize LWIP probably briefly and main program description)
- 2012-05-07 13:29:13下载
- 积分:1
-
qt开发的GPRS短信程序
QT编写的发短信程序,可向任意号码发送短信
- 2022-06-19 05:22:25下载
- 积分:1
-
DeviceBook
仓库管理系统,增删改查都很齐全,主要是用vc++开发的,access数据库(Warehouse management system, CRUD are complete with vc++ development, access databases)
- 2012-12-07 11:24:26下载
- 积分:1
-
getdisklist
this source is how to get disk list.
you will know how to use GetVolumeInformation function.
- 2016-12-10 01:04:56下载
- 积分:1