-
EditPad是一个带语法亮显的编辑器,可以轻松的实现一些编辑的功能...
EditPad是一个带语法亮显的编辑器,可以轻松的实现一些编辑的功能-EditPad is a significant belt-liang grammar editor, can easily realize the function of a number of editorial
- 2022-07-11 19:21:15下载
- 积分:1
-
BOOST智能指针的例子,与SmartWin++相结合.
BOOST智能指针的例子,与SmartWin++相结合.-BOOST smart pointer example, with SmartWin++ Combine.
- 2022-01-31 16:48:44下载
- 积分:1
-
RECOGNISE SPEECH USE H
RECOGNISE SPEECH USE H-RECOGNISE SPEECH USE Hmm
- 2022-04-21 15:37:14下载
- 积分:1
-
在启动时,用flash全屏,作为启动画面,这是vcbase那里转过来的,希望对大家有用:)...
在启动时,用flash全屏,作为启动画面,这是vcbase那里转过来的,希望对大家有用:)-At boot time, use flash full-screen, as the splash screen, which is where the vcbase turn, and hope for all of us:)
- 2023-07-06 18:40:04下载
- 积分:1
-
航海驾驶模拟系统操作界面,附带PCI通信程序
航海驾驶模拟系统操作界面,附带PCI通信程序-Driving simulation system navigation interface, with PCI Communication Program
- 2023-04-29 09:15: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
-
倒排索引技术硕士
倒排的索引的大师。这一个用来模拟一个搜索工具。享受那和评论。是改变和优化这很有用。
- 2022-02-25 11:08:06下载
- 积分:1
-
3D source of pascal, draw 3d figure at 2d draw
3D source of pascal, draw 3d figure at 2d draw-core
- 2022-01-31 12:51:53下载
- 积分:1
-
c#多语言实现, c#多语言实现,
c#多语言实现, c#多语言实现,-c# Langeuage
- 2022-02-01 11:20:15下载
- 积分:1
-
Customizing the Appearance of CSliderCtrl Using Custom Draw is what I find onlin...
Customizing the Appearance of CSliderCtrl Using Custom Draw
是我在网上找的,版权归原作者所有。-Customizing the Appearance of CSliderCtrl Using Custom Draw is what I find online, and belongs to original author.
- 2023-02-14 23:35:04下载
- 积分:1