-
应用WinAPI函数修饰程序窗体实例
应用WinAPI函数修饰程序窗体实例 -The instance of applying the WinAPI function to decorate the program windows.
- 2022-05-27 14:10:02下载
- 积分:1
-
VB函数编程说明指南,介绍VB的函数库,一些操作说明,适合初级学者,可以作指导教材...
VB函数编程说明指南,介绍VB的函数库,一些操作说明,适合初级学者,可以作指导教材-VB programming guide that function, introduced VB functions, some manuals, suitable for junior scholars, guidance materials can be made
- 2023-05-09 09:50: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
-
老的坦克的程序,还可以的,大家可以看一下,呵呵!
老的坦克的程序,还可以的,大家可以看一下,呵呵!-The old tanks procedures, but also, and everyone can look at, huh, huh!
- 2023-06-09 19:00:03下载
- 积分:1
-
CxImage is a C++ class to load, save, display, transform BMP, JPEG, GIF, PNG, TI...
CxImage is a C++ class to load, save, display, transform BMP, JPEG, GIF, PNG, TIFF, MNG, ICO, PCX, TGA, WMF, WBMP, JBG, J2K images.
- 2023-01-17 15:35:03下载
- 积分:1
-
本程序主要作用与TXT电子小说的阅读,在您的阅读过程中程序可自动翻页,并且您还可以自己设置自动翻页时间间隔,程序自带书签功能,您可以随时保存您的阅读进度方便下次...
本程序主要作用与TXT电子小说的阅读,在您的阅读过程中程序可自动翻页,并且您还可以自己设置自动翻页时间间隔,程序自带书签功能,您可以随时保存您的阅读进度方便下次的阅读,程序会在您打开的TXT文件的相同目录下创建一个*.m的文件,此文件为书签文件,删除后会造成保存的阅读进度的丢失。 开发平台 vs 2008
-A major role in this process with TXT e-fiction reading, in the course of your reading program can be automatically flip, and you can also set up their own auto-flip time interval, the program comes with a bookmark feature, you can always save your progress to facilitate reading the next reading, the program will open in your TXT file the same directory to create a*. m files, the file for the bookmarks file, delete saved will result in the loss of reading progress. Development platform vs 2008
- 2022-04-24 18:47:11下载
- 积分:1
-
防止一个程序的多个实例同时运行 防止一个程序的多个实例同时运行...
防止一个程序的多个实例同时运行 防止一个程序的多个实例同时运行-procedures to prevent a run multiple instances of a procedure to prevent multiple instances running a proce dure to prevent multiple instances running simultaneously
- 2022-01-26 06:58:45下载
- 积分:1
-
use TreeView and ListView control in the resource management for the Interface
利用TreeView和ListView控件实现了资源管理器的界面-use TreeView and ListView control in the resource management for the Interface
- 2022-10-10 02:00:03下载
- 积分:1
-
使用 HTML & Servlet 的登录 craetion
我开发了一个示例登录页面验证用户名和密码。如果用户给出了正确的凭据页会导航到其他页面,其他返回从 servlet 到相同的登录 page.and 的消息也括小 helloworld programI 随信附上了这里的示例代码:
- 2023-08-02 20:40:03下载
- 积分:1
-
extenededgaya NMT的球员
ExtenededGaya for NMT Players
- 2022-03-16 18:29:37下载
- 积分:1