-
修改WIN系统的恶意网站代码 希望对你们有用
修改WIN系统的恶意网站代码 希望对你们有用-amend the code hope malicious Web site useful to you
- 2022-04-09 13:05:15下载
- 积分:1
-
一个十分完美的avi按钮,来自VC++界面设计一书,那里面的许多例子都是我们经常想用的。...
一个十分完美的avi按钮,来自VC++界面设计一书,那里面的许多例子都是我们经常想用的。-a perfect avi button VC interface design from a book, then there are the many examples we always want to use.
- 2022-03-17 05:42:17下载
- 积分:1
-
可以显示带背景的工具栏,使程序界面有一定的新意
可以显示带背景的工具栏,使程序界面有一定的新意-Can display the toolbar with a background, so that program interface has a certain degree of novelty
- 2022-04-25 12:10:10下载
- 积分:1
-
Gradient progress bar vc in code, can determine the beginning and end of the col...
渐变进度条vc中的代码,能确定开始和结束的颜色-Gradient progress bar vc in code, can determine the beginning and end of the color
- 2022-10-01 17:00: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
-
OCR 验证码
OCR 验证码
- 2022-08-26 14:35:51下载
- 积分:1
-
为什么窗户没有关上窗户?
Why won t A Note close when Windows does?
When Windows closes it sends a message to all programs that they should close. A Note receives this message and starts to upload the notes to the server. Sometimes the server has a lot of other traffic and therefore is a bit slow to respond to A Note. Therefore, Windows displays the dialog box A Note is not responding . Most of the time, the server will answer A Note, the program will close and so will Windows. If the A Note is not responding time-out message, you can press cancel now . The notes have already been uploaded and saved to disk.
- 2022-02-07 06:07:36下载
- 积分:1
-
Address Book
简单的数据库项目对于收集有关数据库的知识非常有用。通讯录是学习数据库和实践开发编程的乞讨级工程。
- 2022-05-16 12:45:57下载
- 积分:1
-
编辑控件源代码:RopFun_src
编辑控件源代码:RopFun_src-Edit Control source code : RopFun_src
- 2022-02-01 02:55:44下载
- 积分:1
-
利用Socket同心,完成数据传输,这个程序是客户端部分,界面友好。...
利用Socket同心,完成数据传输,这个程序是客户端部分,界面友好。-use Socket Care, complete data transmission, the procedure is part of the client, friendly interface.
- 2022-03-22 03:39:03下载
- 积分:1