-
监控与数据采集系统源代码
工业控制监控和数据采集系统源代码,采用c#编程。包括组态部分,运行部分,数据处理部分等。包括各种驱动编写方法,简单的框架有助于学习如何开发组态软件,里面包含很多第三方控件,遵循GPL协议,分享给大家。
- 2022-04-23 01:49:38下载
- 积分:1
-
STM32的Windows模拟器
STM32 windows仿真器STM32 windows仿真器STM32 windows仿真器STM32 windows仿真器
- 2022-02-13 07:16:01下载
- 积分:1
-
这是一个MFC透明滑块类,由于它使用CSliderCtrl 作为它的基类,所以它可以取代CSliderCtrl 对象。支持刻度标记。使用时,加这个类到你的项目中...
这是一个MFC透明滑块类,由于它使用CSliderCtrl 作为它的基类,所以它可以取代CSliderCtrl 对象。支持刻度标记。使用时,加这个类到你的项目中。增加你的滑块到项目中,接着将.h文件中的 CSliderCtrl类型修改为CMySliderControl ,并且#include这个MySliderControl.h 文件。-This a transparent MFC slider category, as it CSliderCtrl use as its base class. Therefore, it can replace CSliderCtrl object. Support calibration markings. Use, the increase in the category of your project. Increase your slider into the project, Then will. h document, the type of changes to CSliderCtrl CMySliderContro l, and the# include MySliderControl.h document.
- 2022-05-28 09:19:25下载
- 积分:1
-
这是一个书上的网上购书系统管理系统,请大家借鉴,希望对大家有所帮助...
这是一个书上的网上购书系统管理系统,请大家借鉴,希望对大家有所帮助-This is a book online book system management system, please learn from, I hope all of you to help
- 2022-09-01 09:15:03下载
- 积分:1
-
FUNCTION NAME:minor_box(upper_row,upper_col,lower_row,lower_col)
FUNCTION NAME:minor_box(upper_row,upper_col,lower_row,lower_col)
- 2022-08-25 23:55:48下载
- 积分:1
-
VC对话框程序的键盘消息响应与快捷键的实现
VC对话框程序的键盘消息响应与快捷键的实现-VC dialog procedures news keyboard shortcuts response and the realization
- 2022-05-18 03:21:44下载
- 积分:1
-
WinFormsUI.Docking可以实现像Visual Studio的窗口停靠、拖拽等功能
WinFormsUI.Docking可以实现像Visual Studio的窗口停靠、拖拽等功能-WinFormsUI.Docking can be achieved, like Visual Studio" s window docking, drag and drop functions
- 2022-03-10 18:26:18下载
- 积分:1
-
使用settimer达到,界面运动,同时还能随时间变化,文档区的背景颜色变化...
使用settimer达到,界面运动,同时还能随时间变化,文档区的背景颜色变化-Use settimer reached, the interface movement, while also change over time, change the background color of the document area
- 2022-09-10 17:15:04下载
- 积分:1
-
用vc开发的app的一个控件包,只支持 VC5,VC6,VC7,不支持VB,Delphi,C#,BCB等其它开发工具...
用vc开发的app的一个控件包,只支持 VC5,VC6,VC7,不支持VB,Delphi,C#,BCB等其它开发工具-Vc developed app with a control package, only supports VC5, VC6, VC7, do not support the VB, Delphi, C#, BCB, and other development tools
- 2022-01-31 15:38:03下载
- 积分:1
-
鼠标和键盘
此程序描述单击鼠标和键盘单击事件......
例如,鼠标单击的功能
我们得到一个矩形的右鼠标单击
我们离开鼠标单击清除矩形
在键盘我们按 s 键手段我们得到..._。._模式
为此,我们如使用头文件
#include < GL/glu.h >
#include < GL/glut.h >
鼠标和键盘事件,我们通过使用调用
glutKeyboardFunc(myKeyboard) ;
glutMouseFunc(myMouse) ;
- 2022-01-25 18:43:33下载
- 积分:1