-
八皇后VC图形演示,算法思想:回溯法,先在第1行放上一个皇后,然后在第2行合适的位置放上一个皇后,依次类推,如果8行都放满了,说明找到了一个解,如果第好第i行的...
八皇后VC图形演示,算法思想:回溯法,先在第1行放上一个皇后,然后在第2行合适的位置放上一个皇后,依次类推,如果8行都放满了,说明找到了一个解,如果第好第i行的皇后后,第i+1行找不到合适的位置,这时就回到第i行,把第i行的皇后放到下一个位置,继续尝试下一行。如此反复,知道找到所有的解。注意,这种算法找的解可能有等价的,某些解可由别的解经过旋转棋盘得到。-visual demostration in vc of eight queens problem.
algorithm: backtracking.
First, put a queen on first line then find a suitable position on 2nd line for next queen, and so on. When all eight lines have queens, it means we have find a solution. If we put the i-th queen, but can find a suitable position on the (i+1)th line, then back to the ith line and move the queen on the ith line to next suitable position and move on to the next line. Repeat this until we have found all the solutions. Note:By this mean, some solutions maybe equivalent to others, some can be acquired by the rotation of other solutions.
- 2022-03-23 15:20:19下载
- 积分:1
-
这个程序是用于建筑和写
This program was written for the construction and
studies of different graphs of trigonometric functions.
Эта программа написана для построения и
исследования графиков различных тригонометрических функций .
- 2022-08-18 09:20:53下载
- 积分:1
-
用vc开发的实例63
用vc开发的实例63-学生成绩管理系统,可以用来管理成绩的啊,是毕业设计-The actual example 63 developed by using vc tools-student achievement management system, it can be used to manage the achievement of student,and it is the good helper of graduation design.
- 2022-03-05 00:23:02下载
- 积分:1
-
磁带库操作代码,针对磁带的换带操作。还有列举出插槽。
磁带库操作代码,针对磁带的换带操作。还有列举出插槽。-tape robot
- 2022-12-22 14:35:03下载
- 积分:1
-
EMAIL服务器源代码
EMAIL服务器源代码-email server source code
- 2022-05-07 05:41:30下载
- 积分:1
-
这个一个鱼的屏保,同时还有很动听的背景音乐,作为屏保的效果也很好。...
这个一个鱼的屏保,同时还有很动听的背景音乐,作为屏保的效果也很好。-this a fish screensavers, while there is still a very nice background music, as the screensaver was also very effective.
- 2022-04-13 15:03:16下载
- 积分:1
-
用于已知栅格环境下机器人路径规划的Astar算法源码
用于已知栅格环境下机器人路径规划的Astar算法源码-known for raster environment robot path planning algorithm Astar FOSS
- 2023-06-19 02:00:03下载
- 积分:1
-
一个不错的关于 SoftICE 的使用说明
一个不错的关于 SoftICE 的使用说明-A nice instructions for use on the SoftICE
- 2023-06-22 00:05:04下载
- 积分:1
-
calculator, the interface is extremely beautiful. For various scientific terms,...
计算器,界面极其漂亮。可作各种科学计算,解方程,解三角形和进制转换,功能强大-calculator, the interface is extremely beautiful. For various scientific terms, solving equations, the solution of triangular and base for the conversion, powerful
- 2023-07-15 15:00:04下载
- 积分:1
-
实现双摄像头的拼接技术
基于双摄像头的拼接技术,主要实现摄像头的实时拼接,涉及到的主要技术有特征点的匹配和Ransac算法,总的看来,图像拼接效果良好,处理的帧数较高,有一点的参考价值。
- 2022-01-24 13:07:24下载
- 积分:1