搜索资源列表
Slide1.12
- 通过一个实际应用例程演示了实时曲线与多媒体定时器的应用,原本有采集卡,已屏蔽相关操作-through the practical application of a routine demonstration of real-time curve and the application of multimedia timer, the original acquisition card, operation Shield has been associated
dynamic_show_thread
- 基于线程实现的动态数据曲线的显示,用VC6写的。对实时性高的显示TIMER定时器响应不好,可用线程技术实现多路动态曲线显示。-Based on the threads to achieve dynamic data curve shown that VC6 writes. Real-time high on the timer shows TIMER poor response can be threaded technology to achieve more dynamic curve of
homework
- 这是给老师准备的作业,利用定时器描述了直线刀路的行程,下一步可以加上自己的NC代码
HuaTu
- 基于定时器的实时曲线的绘制,动态产生三角波-Timer-based real-time Curve, dynamically generated triangular wave
GDI_3
- GDI绘图程序,实现一个带有方格的圆沿正弦曲线移动,并用定时器随机改变圆的颜色。-GDI drawing program, the realization of a circle with a grid along the moving sinusoid, and a random timer to change the color circle.
DrawTest
- 定时器画图,能够由用户设置后,按规定时间显示已经绘制好的图形。很不错的小程序-能够进行定时绘图功能
huaquxian
- 本小程序是在VS2010下的一个演示画动态曲线的。通过定时器随机生成曲线点-This applet is a demonstration painting under VS2010 dynamic curve. Curve points randomly generated by timer
capturescreen
- delphi编写的游戏专用截图器 delphi编写的游戏专用截图器说明:本截图软件支持热键,支持定时截图&自动保存,是游戏玩家不可或缺的必备截图佳品。我没测试效果,大家自己看看,参考下.请尊重知识版权!转载者请保留文件内作者的信息.-delphi write exclusive screenshots of the game delphi write device specific screenshots of the game Descr iption: This screensho
Text
- CDC的文字处理程序的编写,如何产生自定义字体和自定义插入符,熟悉对CString类的使用。通过对卡拉OK程序的编写,讲解定时器的使用和DrawText函数的巧妙运用。讲解如何使用CDC的裁减功能。-CDC' s word processing program preparation, how to generate custom fonts and custom insert character, familiar with the use of CString class. Kara
TimedrawLine
- 定时器相关的软件,含有界面绘图的实现,实现了定时的相关功能。-Timer-related software, with the realization of graphics interface to achieve a time-related functions.
linechart
- 画曲线图的c++例子,使用定时器去随机数的方式画图。-Draw the curve c example, use the timer to go the way of the random number drawing.
FAN
- windowAPI应用程序利用画刷、定时器绘制转动风车,可以很好地实现动态视觉。-learning program
DRAW
- MFC框架下的VC绘图板,包括基本图形的绘制,橡皮擦,铅笔随手画,取色等,包括了鼠标事件,定时器,工具栏和菜单栏的建立,可用于MFC入门级的小程序。-MFC Drawer based on MFC。
GDI画笔
- 基于对话框的 MFC 工程,主要是GDI 对象之画笔 CPen的代码:在对话框上有一个 Picture 控件,将此控件的背景填充为黑色;启动一个定时器,每次定时器到时,所有波形数据都前移一个单位,并获取一个 80 以内的随机数作为波形的最后一个数据,然后以绿色画笔在绘图控件上绘制波形。这样就实现了波形的绘制及动态变化。(Dialog based MFC project, GDI is the main object of the brush CPen Code: there is a Pictu