-
not introduced, following the famous VC interface development kit (with source c...
不用介绍了,VC下面著名的界面开发包(带源代码),用VC的至少听说过。-not introduced, following the famous VC interface development kit (with source code), the VC at least heard of.
- 2022-01-22 04:59:42下载
- 积分:1
-
This includes the preparation of the interface, serial communication implementat...
本文包括了界面的编写、串口通讯的实现、海量数据的存储和历史曲线的描绘等许多实用的功能-This includes the preparation of the interface, serial communication implementation, mass data storage and historical descriptions of curves and many other useful features
- 2022-02-06 05:17:42下载
- 积分:1
-
映射标题栏按钮
提供绘制标题栏按钮的示例,您可以绘制各种自我绘制按钮所需的标题栏上。-这种情况下提供映射标题栏按钮,需要制定各种在来自该按钮。
- 2022-02-11 22:26:43下载
- 积分:1
-
可以动态在对话框上展示Bar和其他控件
可以动态在对话框上展示Bar和其他控件-can dynamically display in the dialog box and other controls Bar
- 2022-08-11 15:36:14下载
- 积分:1
-
语法验证程序
它显示其认为与一些拼写错误的单词突出显示可以通过从一些可能的替代选择更正错误。可以传播所请求的更改。等。
- 2022-08-17 00:32:09下载
- 积分:1
-
图书管理的程序,但是由于本人技术问题,没有实现旅途中转次数最少的决策,希望大家指教...
图书管理的程序,但是由于本人技术问题,没有实现旅途中转次数最少的决策,希望大家指教-library management procedures, but because my technical problems, not realizing journey least number of interim decisions, we hope the exhibitions
- 2022-02-20 05:55:45下载
- 积分:1
-
JPG的问题!
flash里外部jpg的问题!-jpg question!
- 2022-01-26 00:04:15下载
- 积分:1
-
在界面中加载flash
在界面中加载flash
- 2022-03-23 17:53:05下载
- 积分:1
-
对学的管理,包括对学生的选择的课程,学生的信息的管理,添加修改,删除等...
对学的管理,包括对学生的选择的课程,学生的信息的管理,添加修改,删除等-For school management, including student choice of courses, students of information management, add edit, delete, etc.
- 2022-08-24 10:03:30下载
- 积分:1
-
VB实时曲线
在VB中绘制实时曲线是比较难的,一般要应用第三方控件或是Windows API函数来完成,但是如果你对实时曲线的要求不是很高,只要能表示出当前的一般情况的话,我们可以直接应用VB提供给我们的空间来完成。 原则上讲,直接在Form里绘制曲线都是可以的,MSDN上面很多例程就是直接在Form里面绘制图形的,Form作为绘制图形的容器,不过一般应用中Form中不可避免的会有很多其他控件,所以我们选择PictureBox作为绘制曲线的容器。 实时曲线的绘制一般借助于Timer控件来完成,使用Timer控件,定期将串口或是其他仪器中监测到的数据送往PictureBox1,而曲线的绘制一般画成折线图,采用PictureBox1的Line方法绘制.
- 2023-06-25 19:50:04下载
- 积分:1