-
白云水库电力管理系统 白云水库电力管理系统
白云水库电力管理系统 白云水库电力管理系统-Baiyun Reservoir power management system Baiyun Reservoir power management system
- 2022-04-22 15:46:47下载
- 积分:1
-
My Bi
我的毕设 利用Excel2007中VBA技术开发的求解物流配送中的车辆路径问题。适用于小规模的路径求解。-My Bi-based technology development using VBA in Excel2007 solving logistics and distribution in the vehicle routing problem. The path for small-scale solution.
- 2022-02-01 11:54:37下载
- 积分:1
-
QT SVG图像显示实例
通过利用QSvgWidget类和QSvgRender类实现一个SVG图片浏览器,显示以“.svg”结尾的文件;主要介绍SVG格式图片显示的方法。
- 2023-01-22 00:55:03下载
- 积分:1
-
简介
Introduction
Do you need a slider but default control looks too simple? I hope this class, CBitmapSlider, can help you. All you have to do is read this article and make a few bitmaps.
Features
Transparency effect for both channel and thumb.
Customize size of the thumb.
Flicker free.
It uses CMemDC from Keith Rule s article to implement double buffering, and uses functions from Raja Segar s article to display transparent bitmap. -IntroductionDo you need a slider but default control looks too simple? I hope this class, CBitmapSlider, can help you. All you have to do is read this article and make a few bitmaps. Features Transparency effect for both channel and thumb. Customize size of the thumb. Flicker free. It uses CMemDC from Keith Rule s article to implement double buffering, and uses functions from Raja Segar s article to display transparent bitmap.
- 2022-03-12 12:19:31下载
- 积分:1
-
visual studio 2010 加法计算器基于MFC
应用背景随着科学的发展,计算机的应用越来越广泛,而运用计算机中的计算机语言C++写程序必然是很多的。C++是目前国内外最广泛使用的程序设计语言之一,它具有处理功能丰富、表达能力强、使用方便灵活、执行程序效率较高等优点。而且C++得是一种结构化程序设计语言;另外,C++的函数式结构也为实现程序化模块设计提供了强有力的保正。所以很多人都把C++作为编程的首选语言。
本次课程设计就是利用C++的丰富表达能力来编写一个简单计算器,模拟windows系统的计算器进行简单的计算;在编写这次课程设计中要求利用MFC来画出计算器的图形界面,并且保证可以进行基本的计算。关键技术该计算器主要进行实数的单目和双目运算,使用过程如下: 1)单目运算,例如对于lnn要求先输入数字,然后点击“ln”按钮,完成取对数运算并把结果显示在编辑框中。
2)双目运算,例如进行加法要求先输入第1加数,然后点击“+”按钮,再输入第2加数最后点击“=”按钮,完成计算并在编辑框中显示运算结果。
- 2023-09-02 16:25:09下载
- 积分:1
-
use of space ,include (Method, property, event)
使用空间,包括(方法、属性、事件)
- 2022-11-23 18:40:04下载
- 积分: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
-
Windows特殊的打开对话框,ofnhook
Windows特殊的打开对话框!也可以修改为保存对话框!,ofnhook。Hook了onf。对话框界面进行任意修改。
- 2023-04-26 12:40:03下载
- 积分:1
-
基于VC++6.0的对话框的编程,完成一个计算机的功能,适合初学者学习,中学生借鉴...
基于VC++6.0的对话框的编程,完成一个计算机的功能,适合初学者学习,中学生借鉴-Based on VC++6.0 dialog programming, the completion of a computer" s functionality, suitable for beginners to learn, students learn
- 2023-08-23 12:15:03下载
- 积分:1
-
C#学生成绩管理系统ACCESS数据库
C#学生成绩管理系统,适合初学者参考
- 2022-11-15 06:25:03下载
- 积分:1