-
刚刚搞好的 宾馆管理系统 有需要的一定要近来看看 绝对值得...
刚刚搞好的 宾馆管理系统 有需要的一定要近来看看 绝对值得-just do a good job in the hotel management system need to look at the recent definitely worth
- 2022-04-14 17:51:44下载
- 积分:1
-
如何同时选定多个目录
如何同时选定多个目录-also selected a number of Contents
- 2022-06-13 08:09:31下载
- 积分:1
-
一个用MFC编写的画图软件,可以话一些简单的图形,适合新手学习用...
一个用MFC编写的画图软件,可以话一些简单的图形,适合新手学习用-MFC prepared a drawing with the software, you can say some simple graphics, suitable for novices to learn
- 2022-06-18 23:57:59下载
- 积分:1
-
notepad++是一个开源的功能强大编辑器,可以高亮显示。里面的源码是用C++写的,用到了stl。...
notepad++是一个开源的功能强大编辑器,可以高亮显示。里面的源码是用C++写的,用到了stl。-notepad++ is a powerful open source editor, can be highlighted. Inside the source code is written in C++, use the stl.
- 2022-12-09 17:50:03下载
- 积分:1
-
spreadsheet
电子表格风格的控件.zip-spreadsheet-style controls. Zip
- 2022-07-28 10:20:30下载
- 积分:1
-
桌面图标弹出提示
从csdn上下载的源码,自己亲身自己使用过,开发软件可以用到。在安装完软件后,弹出一个华丽的提示窗口,标提示软件的功能与作用。采用c++编写,代码清晰易懂。
- 2022-06-20 00:27:03下载
- 积分: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
-
一个界面程序,显示一个生动按钮。
一个界面程序,显示一个生动按钮。- A contact surface procedure, demonstrates a vivid button.
- 2022-02-09 17:09:45下载
- 积分:1
-
仿真仪表设备指针的程序
仿真仪表设备指针的程序-simulation instrumentation pointer procedures
- 2023-03-06 23:40:03下载
- 积分:1
-
nurbs vs2010
3.01使用NURBS,VS2010编译。里面有一个测试项目,和test.exe testwin.exe。代码适合初学者。libnurbs NURBS是一个好的图书馆,使用Linux
- 2022-07-24 19:44:39下载
- 积分:1