-
VB 如何获取硬盘温度
应用背景 首先运行VB 6中文版,建立一个标准的exe工程,将窗体命名为frmmain,borderstyle属性设为:3-fixed,caption,属性设置为空;接着添加一个frame控件——“frame1”,caption属性设置为空,再添加picturebox控件pctPrg,前景色为绿色,背景色为浅红色;最后添加一个定时器控件——“timer”,interval设置为100(当然,也可以根据自己的需要设置读取间隔),enabled设置为true,其他的属性采用系统的默认值,调整窗体和控件到适当位置和适当大小即可(参见附图)。关键技术需要说明的是,在内存配置较低的计算机中(比如内存32MB,Windows 98第二版),CPU的占有率是较高的,一般能够达到50%,这可能是由于系统需要CPU进行许多的运算模拟来弥补资源的不足。然而在88MB内存,同样操作系统的机器上,占有率一般只有10%。另外,本文主窗体中定时器运行过程函数中调用的FormatPercent函数是VB 6.0新添加的一个函数,它的作用是将一个表达式转化成百分数。用VB 5.0开发的读者需要采取其他变通方法,以实现监控CPU功能。本程序在Windows 98第二版、VB 6.0中文企业版下测试通过。
- 2022-07-19 23:40:29下载
- 积分:1
-
tcp 调试助手 客户端源码 多线程
该网络调试助手源码仅是客户端 多线程源码,可以实现十六进制的发送,定时发送等,是本人在CSDN上下载后改进的源码,有较好的参考价值。比常规的网口程序较为完整
- 2022-03-19 09:29:24下载
- 积分:1
-
鼠标和键盘
此程序描述单击鼠标和键盘单击事件......
例如,鼠标单击的功能
我们得到一个矩形的右鼠标单击
我们离开鼠标单击清除矩形
在键盘我们按 s 键手段我们得到..._。._模式
为此,我们如使用头文件
#include < GL/glu.h >
#include < GL/glut.h >
鼠标和键盘事件,我们通过使用调用
glutKeyboardFunc(myKeyboard) ;
glutMouseFunc(myMouse) ;
- 2022-01-25 18:43:33下载
- 积分:1
-
一个仿Windows XP的VC源码,可以做出自己的决定,这是描述。
一个仿XP窗口的VC++源码,可以自行修改,内有说明.-a fake windows XP VC source, can make its own decisions, which is described.
- 2022-03-31 08:41:10下载
- 积分:1
-
七段数码显示 数字时钟
压缩包内包含源代码及完整的思路说明...
七段数码显示 数字时钟
压缩包内包含源代码及完整的思路说明-Seven-Segment Digital Clock compressed digital display package contains the source code and complete description of the ideas
- 2023-04-18 16:05:04下载
- 积分:1
-
二维曲线的实现方法,用来画二维曲线 输入XY坐标即可以得到曲线图型...
二维曲线的实现方法,用来画二维曲线 输入XY坐标即可以得到曲线图型-two-dimensional curve of the method used to draw two-dimensional curve that is the importation of XY coordinates can be curve-
- 2023-06-10 03:45:03下载
- 积分:1
-
实时教学评价体统界面
资源描述
本项目是一个基于Android平台的应用软件,利用了社会机会网络搜集信息,再对这些信息进行统计分析,最后返还到教师端,进行响应。分为学生端和教师端,主要目的是实现教学互动。
- 2023-07-16 03:30:04下载
- 积分:1
-
一个简单的中文和英文版简历
一个简单的个人简历 用中英文2版制作 其中图片是PS制作 主要实现个JWINDWO的使用 -a simple single resume of both chinese and english version
the images inside it was created by PS
to implement and demo the "WYSIWYG" function
- 2023-01-09 06:25:03下载
- 积分:1
-
使用vc编写一个类似Windows资源管理器的源代码,大家可以参考参考!非常实用简单...
使用vc编写一个类似Windows资源管理器的源代码,大家可以参考参考!非常实用简单-vc prepared to use a similar resource management for the Windows source code, you can refer to reference! Very simple practical
- 2022-03-24 00:16:52下载
- 积分:1
-
一个用于创建COM接口与LCC的建议
A proposal for creating COM interfaces with lcc-win32 with an extended structure holding the interface vtable and the required variables for one instance of the COM interface.
Demo for Drag and Drop.-A proposal for creating COM interfaces wit h LCC- win32 with an extended structure holding the interface vtable and the required variable s for one instance of the COM interface. Demo for Drag and Drop.
- 2023-02-15 06:55:03下载
- 积分:1