搜索资源列表
tan
- 这是一个用经典遗传算法求解函数最优解(在一定的范围里)的程序,包括了遗传算法的经典步骤。-This is a classical genetic algorithm function, the optimal solution (in a certain range of years) of procedures, including the classic genetic algorithm steps.
lostgame
- 实现了让其自动走出迷宫的任务,记录走出的步骤-Allowed to achieve the task automatically out of the maze to record the steps out
My_jiugongge
- 自己写的一个九宫格程序,应用A*算法,手动输入3*3的矩阵,自动移动数字,实现最优。输出移动步骤。-Jiugongge to write a program, application A* algorithm, manually enter the 3* 3 matrix, auto mobile digital, optimal. Output of mobile steps.
yichangshiyong
- c++中对异常处理的源码,文件中关于各个部分的调试都有详尽的步骤-c++ source code for exception handling, file has detailed steps on various parts of the debugging
maze
- 完成迷宫程序的设计 输入 从maze.txt文件读入迷宫,格式如下 其中第一行为迷宫的阶数N,接下来是一个N*N的矩阵代表迷宫,0为路径,1为障碍物。 实验要求 要求自学查询技术文档,利用STL 的stack 类,完成以下要求的功能: 1. 打印迷宫: DisplayMaze()或者重载<< 其中(1,0)位置和(N-2,N-1)位置打印“=>,其余的1的位置打印“##”,0的位置打印“ ”(两 个空格),注意每个位置都是两个字符。 打印示例
rbfs_8_puzzle
- 采用rbfs算法求解8数码问题,可以自动生成能求解的初始解,并计算出步骤,适合初学者-Rbfs algorithm for digital 8 can solve the initial solution can be automatically generated and calculated steps, suitable for beginners
5-c-shujujiegou
- 包含5个C++文件,分别使猴子吃桃问题,走台阶问题,汉诺塔问题,375问题等-Contains five C++ documents, namely the monkeys eat a peach problem, take steps questions, Tower of Hanoi problem, 375 issues
automatic-origin-search
- 实现USB1020的自动原点搜寻功能,分为4步实现,可供参考-Achieve USB1020 automatic origin search function is divided into four steps to achieve, for reference
habnuota
- 用c语言实现汉诺塔,并且动态的显示每一步的步骤。-HANOR using c language, and dynamic display each step steps.
ZUOYE6
- 这是归并排序的程序以及随机数生成的程序,详细介绍了归并排序的步骤-This is a random number generator program and merge sort of program, detailing the steps to merge sort
realtime-particle-based-fluid-simulation---progra
- sph fluid:The base program renders particle systems using JOGL (Java ... JOGL: A Beginner s Guide and Tutorial ... By default, the simulation will perform several time steps per frame. .... More interesting scenes: Dropping water in a box is only so
steps-of-adding-OPC-class
- VC++添加OPC核心代码,包括添加步骤以及完整的源码资源-steps of adding OPC class
QuickSort
- 用C++11g描述的快速排序算法,给出了每一步操作实现的步骤和结果,适合初学者使用。-Fast sorting algorithm uses C++11g described steps and results are given for each step of the operation to achieve, for beginners.