-
vc++实时曲线
VC6下的实时显示曲线// 设置网格间距void SetGridResolutionX(int nGridReluX);// 设置网格间距void SetGridResolutionY(int nGridReluY);// 设置网格滚动速度,正值为从左向右滚动,0不动void SetGridScrollSpeedX(int nSpeedX);// 正值为从上到下滚动,0不动void SetGridScrollSpeedY(int nSpeedY);// 网格线宽度void SetGridLineWidth(int nWidth);// 背景色void SetGridBackClr(COLORREF clr);// // 锁定数据显示范围void LockRang(bool bfLo
- 2022-01-28 15:55:44下载
- 积分:1
-
定时关机
实现 定时关机, 适合初学者学习,通过命令行调用系统关机命令
- 2022-11-22 11:45:02下载
- 积分:1
-
This is a very good airline management systems, for use inside with, and learnin...
这是一个非常好的航空公司管理系统,供里面使用,并有学习手册。
- 2022-08-20 18:11:26下载
- 积分:1
-
The Effective Software Development Series provides expert advice on all aspects...
The Effective Software Development Series provides expert advice on all aspects of modern software development. Books in the series are well written, technically sound, of lasting value, and tractable length. Each describes the critical things the experts almost always do―or almost always avoid doing―to produce outstanding software.-The Effective Software Development Series provides expert advice on all aspects of modern software development. Books in the series are well written, technically sound, of lasting value, and tractable length. Each describes the critical things the experts almost always do―or almost always avoid doing―to produce outstanding software.
- 2022-11-16 08:10:03下载
- 积分:1
-
皮肤库, 实用, 直接调用就可用了
皮肤库, 实用, 直接调用就可用了-Skin library, practical, direct calls can be used
- 2023-06-05 01:55:03下载
- 积分:1
-
Background window can be displayed as the background picture, realize a simple a...
可以将窗口背景显示为背景图片,实现简单、方便。-Background window can be displayed as the background picture, realize a simple and convenient.
- 2022-10-12 23:50:03下载
- 积分:1
-
QT 对话框控件
用QT实现事件处理,定时器事件允许应用程序可以在一定的时间|司隔后执行事件处理,这个窗口部件显示
了一串文本标语,它会每30毫秒向左移动一个像素。如果窗口部件比文本宽,那么文本将会被多次重复,
直到能够填满整个窗口部件的宽度为止。定时器事件是‘种低级事件,而且如果需要多个定时器时,保持
对所有定时器囚的跟踪将会变得很麻烦。在这种情况下,通常更为简单的方式是为每一个定时器分别创
建一个们中er对象。QTimer会在每个时间间隔发射timeout()信号。
- 2022-03-02 03:28:25下载
- 积分:1
-
锥束CT投影几何
Tomographic backprojection for cone beam geometry
- 2022-05-14 07:27:23下载
- 积分:1
-
《Linux环境下Qt4图形界面与MySQL编程》一书中所有源代码
《Linux环境下Qt4图形界面与MySQL编程》一书中所有源代码都包含在这里,很适合Qt界面开发初学MySQL数据库的人!
- 2022-01-28 22:15:01下载
- 积分:1
-
工业实时曲线绘制类
绘制饼图,柱形图等统计图,也可绘制各种实时曲线图,功能比较齐全,绘制的曲线的窗口可设置窗体颜色和背景颜色。功能强大,适合工业软件的界面使用。
- 2022-08-19 00:52:45下载
- 积分:1