-
象棋比赛
这是一盘棋进行作为软件项目过程中的一个大学项目.它有一个与 artificcial 高危的象棋游戏的逻辑和它有一个图形用户界面,用户可以从保存的文件的列表中选择游戏的水平、 球员的数量和已保存的游戏。也可以储存你的游戏,稍后继续。
- 2022-06-03 06:43:47下载
- 积分:1
-
OCC + VC++
这是开放Casecade&VC++一个完整的框架。 VC的IDE是VS2008。项目的类别是单domcument项目。编译后,程序运行良好。它是一个温和的框架,这意味着只有框架代码和基本接口(XT)结束。用户可以下载它加入自己的功能代码来构建OCC和MFC下的三维模型。
- 2022-03-16 17:08:26下载
- 积分:1
-
System flow chart Delphi7 source code can be used to process status display
系统流程图 DELPHI7源代码 可用于流程状态显示-System flow chart Delphi7 source code can be used to process status display
- 2022-04-24 00:59:04下载
- 积分:1
-
很出名的一个程序,可以很简单地实现控件的拖放功能
很出名的一个程序,可以很简单地实现控件的拖放功能-A very well-known procedures, can be as simple as drag-and-drop feature Controls realize
- 2023-02-24 22:55:04下载
- 积分:1
-
混合项目链表
mix project link list in c-mix project link list in c
- 2022-08-13 21:35:51下载
- 积分:1
-
C# 动态绘制十字线
界面通过标签、文本框等控件,实现对图像每点的像素的坐标读取,并通过g.Drawline的方法绘制十字交叉线。图片通过panel和piactureBox显示图像。
- 2023-07-11 14:55:02下载
- 积分:1
-
基于PFC结构程序的一个通用的和灵活的框架,PB编程…
基于PFC构造一个灵活通用的程序框架,PB编程.直接能够使用-based PFC structure a general and flexible framework of the procedure, PB programming. Direct access to
- 2022-07-02 08:06:30下载
- 积分:1
-
这个源程序演示了如何在两个列表控件上拖动文本。
这个源程序演示了如何在两个列表控件上拖动文本。 -This source code demonstrates how to drag the two list controls the text.
- 2022-12-26 03:55:03下载
- 积分:1
-
establish greater than the virtual screen form
建立大于屏幕的虚拟表单-establish greater than the virtual screen form
- 2022-04-08 06:51:57下载
- 积分: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