-
This is a good original software code, I learned from the Internet, and do not k...
这是一个不错的软件原码,我从网上下的,不知道怎和以样,你们自已看看吧,我也不知道-This is a good original software code, I learned from the Internet, and do not know how to like, you own and watch it, I do not know
- 2023-08-03 11:00:03下载
- 积分:1
-
仿真仪表设备指针的程序
仿真仪表设备指针的程序-simulation instrumentation pointer procedures
- 2023-03-06 23:40:03下载
- 积分:1
-
语法验证程序
它显示其认为与一些拼写错误的单词突出显示可以通过从一些可能的替代选择更正错误。可以传播所请求的更改。等。
- 2022-08-17 00:32:09下载
- 积分: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
-
基于jQuery的一个插件脚本,可以在页面上方显示一个书签,用来显示几个页面的内容...
基于jQuery的一个插件脚本,可以在页面上方显示一个书签,用来显示几个页面的内容-Based on jQuery, a plug-in script, you can top of the page displays a bookmark, to display the contents of several pages
- 2022-03-04 14:55:00下载
- 积分:1
-
相信每个应用程序都需要一个进度条来显示数据是否加载完毕.这个例子就是用C#编写的自定义进度条控件....
相信每个应用程序都需要一个进度条来显示数据是否加载完毕.这个例子就是用C#编写的自定义进度条控件.-Believe that every application needs a progress bar to display the data is loaded. This example is written in C# using a custom progress bar control.
- 2022-03-24 11:48:57下载
- 积分:1
-
噶金电风扇感按时打发士大夫撒但是大师傅感黄色
噶金电风扇感按时打发士大夫撒但是大师傅感黄色-jsdkah dsgds
- 2022-06-03 00:10:50下载
- 积分:1
-
spreadsheet
电子表格风格的控件.zip-spreadsheet-style controls. Zip
- 2022-07-28 10:20:30下载
- 积分:1
-
Visual Programming
Visual c++ 精彩编程-Visual Programming
- 2022-07-25 18:50:11下载
- 积分:1
-
MFC远程医疗系统
这段代码使用MFC库函数实现了远程医疗数据采集系统,采集的数据有三相不平衡度,谐波,电压波动等。采集的数据均以波形和数字显示出来,界面简洁美观。
- 2023-05-07 03:00:02下载
- 积分:1