-
基于VisualBasic的楼宇智能供水的监控程序
基于VisualBasic的楼宇智能供水的监控程序-intelligent buildings water monitoring program
- 2022-04-09 07:07:13下载
- 积分:1
-
VB6.0软件编写了机械原理课程中常用的模拟软件,用于课程上的教学或者课程设计
利用VB6.0软件编写了机械原理课程中常用的模拟软件,用于课程上的教学或者课程设计。 主要机构有四连杆机构,凸轮机构,直齿圆柱齿轮啮合机构
- 2022-03-05 20:11:13下载
- 积分:1
-
interface development, belonging to extract immediate, Oral detailed description...
界面开发,属于即时提取,口头详细描述;使用简单,使用方便。
- 2022-03-03 01:07:31下载
- 积分:1
-
V1.2 更新:
* 默认对原OEM信息进行备份;
* 修正windows 98下部分品牌无法使用的错误;
* 增加windows 98下安装...
V1.2 更新:
* 默认对原OEM信息进行备份;
* 修正windows 98下部分品牌无法使用的错误;
* 增加windows 98下安装序列号的显示;
* 修正选择自定义信息后无法再选择内置信息的错误;
* 文件选择对话框去掉预览功能,以支持快捷方式的文件联接。
V1.1 更新:
* 增加对windows 98的支持;
* 增加显示产品序列号。
V1.0 更新:
* 增加新联想OEM信息和11种主流CPU信息;
* 改正高级选项里的一个BUG。
V0.99 发布,内置15种品牌OEM信息,可自定义OEM信息。-V1.2 Update :* OEM default on the original information backup;* Amendments to the lower part of windows 98 brands can not use error;* Installation of windows 98 of the sequence shows;* Amendments to select the custom message can no longer choose the wrong message embedded;* Documentation election Optional box removed preview capabilities to support efficient way connected to the paper. V1.1 Update :* increase support for Windows 98;* The increasing product serial number. V1.0 Update :* The new Lenovo OEM information and 11 CPU;* High corrective options"s a BUG. V0.99 released, built-in 15 brands OEM information, OEM-defined information.
- 2022-03-02 04:43:51下载
- 积分:1
-
Outlook style interface and menu pages control, the use of two reusable c catego...
Outlook式样界面菜单和页面控制,利用了两个可复用的c++类:CXToutlookBarhe 和 CXTpagerCtrl-Outlook style interface and menu pages control, the use of two reusable c categories : CXToutlookBarhe and CXTpagerCtrl
- 2022-01-25 16:46:33下载
- 积分:1
-
基于MFC下的自画菜单,可以实现XP等风格
基于MFC下的自画菜单,可以实现XP等风格-based MFC self-portraits menu, can achieve XP styles
- 2022-09-19 17:45:03下载
- 积分:1
-
XP风格工具栏,漂亮的界面设计,可以编译运行
XP风格工具栏,漂亮的界面设计,可以编译运行-XP STYLE TOOL BAR
- 2022-07-18 01:01:13下载
- 积分:1
-
使用Qt处理图片资源
Use Qt in image development.
QPixmap largepixmap;
QPixmap smallpixmap;
QPixmap maskpixmap;
QPixmap zoompixmap;
QPoint offset(0,0);
QPoint dragpos(150,150);
QPoint set(90,50);
//加载图片:
largepixmap.load("ImagesMainGui.png");
smallpixmap = largepixmap.scaled(largepixmap.size()/1.2);
maskpixmap.load("ImagesMainGui.png");
//绘制底层图片(非放大镜区域图案):
QPainter painter(this);
painter.drawPixmap(offset,smallpixmap);
painter.end();
//计算放大区域圆形的半径及所占矩形面积
int dim = qMin(width(), height());
int magnifierSize = dim * 5 / 6;
int radius = magnifierSize / 2;
int ring = radius - 15;
QSize box = QSize(magnifierSize, magnifierSize);
- 2022-02-09 22:59:08下载
- 积分:1
-
应用于MFC的窗口分割
If your application uses MFC in a shared DLL, and your applicat...
应用于MFC的窗口分割
If your application uses MFC in a shared DLL, and your application is
in a language other than the operating system s current language, you
will need to copy the corresponding localized resources MFC40XXX.DLL
from the Microsoft Visual C++ CD-ROM onto the system or system32 directory,
and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation.
For example, MFC40DEU.DLL contains resources translated to German.) If you
don t do this, some of the UI elements of your application will remain in the
language of the operating system.-MFC application partition window If your application uses MFC in a shared DLL, and your application is in a language other than the operating system" s current language, you will need to copy the corresponding localized resources MFC40XXX.DLL from the Microsoft Visual C++ CD- ROM onto the system or system32 directory, and rename it to be MFCLOC.DLL. ( " XXX" stands for the language abbreviation. For exam
- 2022-04-26 15:45:34下载
- 积分:1
-
后台框架
一套完美的后台框架,帮助你快速开发网站后台,不用自己再发愁网站的后台布局格式。
- 2022-02-26 09:56:25下载
- 积分:1