搜索资源列表
GradualChange
- 这个代码是使用VC++编写的一个背景渐变的程序,在view类中实现,定时器设置为100毫秒。-this code is used in the preparation of a VC background gradual process, in view category achieved, Set the timer for 100 milliseconds.
DCMotor
- 本程序是直流电机控制实验,程序采用定时中断产生PWM方波,100次中断为一个周期。-This procedure is a DC motor control experiment, procedures used interrupted from time to time have a PWM square wave, 100 times a cycle of disruption.
schmidl2
- 本程序是Schimdl定时同步算法程序,可以很直接跑,而且能清楚看到平台效应-This program is Schimdl timing synchronization algorithm program can be run directly, but can clearly see the platform effect
2_Color2gray_newbase2-
- DM6437 上的自动对焦算法实现,包括 图像清晰度评价函数 梯度平方算法实现,改进了爬山搜索算法,使之对焦可以更快,DM6437 定时器初始化,DM6437的启动程序,本程序可在 达盛 EL-6437平台上直接运行。-DM6437 AF algorithms, including the image clarity evaluation function gradient square algorithm, improved climbing search algorithm, so that
VC_image_capture
- 此源码是我更改过的基于VFW(Video for Windows)的源码,使用了定时器能实时的显示图像,从网上可搜到原版源码,但是原版的功能是保存为一个文件,且不能实时显示,此版本虽然能显示,但感觉反应速度不是很快,没有基于DirectShow的程序更新速度快,不过在WM_PAINT消息处理里加while(1){capGrabFrame(ghWndCap) }刷新速度就快很多了,但是这样程序就进入死循环不能再处理其他消息,至于怎样改进,就靠读者你了。-This source is changed