-
学生管理
一种软件,在准入管理的院校和机构和所有学生的信息可以帮助些那里的什么高达日期学历和哪一类他进来他标记以及每个大学需要从高校的信息。学生管理可以帮助管理员来维护学生信息
- 2023-02-16 20:35:04下载
- 积分:1
-
教你如何换皮肤。代码简单,速度快。 通过简单的几行代码,就可以让你的程序变得非常漂亮。...
教你如何换皮肤。代码简单,速度快。 通过简单的几行代码,就可以让你的程序变得非常漂亮。-teach you how to change the skin. Code simple and fast. Through a few simple lines of code, it allows you to the procedure becomes very beautiful.
- 2023-03-16 13:40:04下载
- 积分:1
-
VISUAL C++ .NET 做的黑白棋源码。
开发平台visual stode .net2005
VISUAL C++ .NET 做的黑白棋源码。
开发平台visual stode .net2005
- 2022-03-12 12:04:36下载
- 积分:1
-
高级看图软件源码
这是一个高级的图像查看器,包含一些WPF控件 (旋转、 放大 … … flib) 以及新的样式和动画
- 2022-08-19 02:10:01下载
- 积分:1
-
网狐经典版系统模块源码
应用背景网狐经典帮完整系统模块源码和数据库脚本关键技术网狐最新的经典版本,功能更全面,画面更生动。
- 2022-12-19 14:40:23下载
- 积分: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
-
qt精美控件
使用QT做的精美控件例程。能实现类似于汽车指示盘,罗盘,进度条,刻度尺显示。QT4.8下强以编译通过。
- 2022-03-18 20:19:49下载
- 积分:1
-
c语言编写的图形时钟,界面比较简单,但是可以修改!
c语言编写的图形时钟,界面比较简单,但是可以修改!-c language graphics clock, the interface is relatively simple, but can be amended!
- 2023-04-14 01:25:03下载
- 积分:1
-
本代码提供了各种很好的滑块控件
本代码提供了各种很好的滑块控件-the code for a variety of good slider controls
- 2022-03-10 06:07:10下载
- 积分:1
-
一个关于bp算法的大全,有matlab、c、c++的源代码都有,还有bp神经网络源程序,感兴趣的就看看吧...
一个关于bp算法的大全,有matlab、c、c++的源代码都有,还有bp神经网络源程序,感兴趣的就看看吧-an algorithm on the Encyclopaedia bp, Matlab, c, c have the source code, there bp neural network source, interested to see it on
- 2022-03-06 04:27:36下载
- 积分:1