-
1. Search algorithm should be as independent as possible on specific issues. Sea...
1. 搜索算法应尽可能独立于具体问题。亦即搜索算法程序既可用于迷宫问题,也可用于九宫重排问题、修道士野人问题等-1. Search algorithm should be as independent as possible on specific issues. Search algorithm which can be used to the maze procedure, can also be used JiuGongTu rearrangement, monks Savage problems
- 2022-12-30 14:10:03下载
- 积分:1
-
一个类似股票软件分析家界面的程序,对界面感兴趣的朋友可下载看看,给点意见...
一个类似股票软件分析家界面的程序,对界面感兴趣的朋友可下载看看,给点意见-a similar stock analysts software interface procedures, interface interested can download to see friends, to the point
- 2022-03-31 22:34:25下载
- 积分:1
-
类似VC里的spy++程序使用鼠标指定窗口的控件
类似VC里的spy++程序使用鼠标指定窗口的控件-The control of specifying the window as the spy++ in VC
- 2022-01-23 10:13:33下载
- 积分:1
-
示例模糊冢
模糊逻辑是处理是近似的而不是固定的和精确的推理的多值逻辑的一种形式。相比传统的二进制集 (变量可能采取的 true 或 false 的值),模糊逻辑变量可能有真值,范围在 0 和 1 之间的程度。模糊逻辑已处理的部分真理概念的真值可能介于完全正确和完全错误。此外,当使用语言变量时,可能由特定的功能管理这些学位。"模糊逻辑"提出了用模糊集理论的 1965年建议 Lotfi A.Zadeh.Fuzzy 逻辑一词已应用于许多领域,从控制理论和人工智能。然而,模糊逻辑已自 20 世纪 20 年代,作为无限值逻辑研究 — — 特别是通过 Łukasiewicz 和 Tarski。
- 2022-08-06 23:42:46下载
- 积分:1
-
dataGrid显示数据库
dataGrid显示数据库-dataGrid demonstrates the database
- 2022-05-22 16:33:20下载
- 积分:1
-
Written by a foreigner transparent menu is drawn from the. Very nice interface a...
一个老外写的透明菜单,是自绘的。非常好看的界面和效果。做VC界面开发的人可以看看。-Written by a foreigner transparent menu is drawn from the. Very nice interface and effects. VC interface so people can look at the development.
- 2022-02-06 05:56:43下载
- 积分: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
-
学习gdi+的好程序,非常适合初学者学习使用
学习gdi+的好程序,非常适合初学者学习使用-Learning gdi+ A good process, very suitable for beginners learning to use
- 2022-07-25 04:37:06下载
- 积分:1
-
POP3邮件 监视仿360安全卫士界面
POP3邮件 监视仿360安全卫士界面-POP3 e-mail message to monitor the security guard imitation 360 Interface
- 2022-03-23 03:36:23下载
- 积分:1
-
日记本程序,可以实现日记的写作,存储,读取,支持加密
日记本程序,可以实现日记的写作,存储,读取,支持加密-diary of the process, can achieve a diary writing, storage, access, encryption support
- 2022-06-13 02:05:15下载
- 积分:1