资源列表
short1
- 求最短路径的问题,用了回溯算法,内附说明 及调试 -seek the shortest path problem with the back algorithm, containing descr iptions and Debugging
K-L
- 做图像处理,模式识别的一个有用的参考,K-L算法源程序-do image processing, pattern recognition a useful reference, K-L algorithm source code
chap3_1
- 专家PID控制MATLAB程序,在MATLAB5。3以上版本运行-MATLAB experts PID control procedures, the MATLAB5.2. Three versions of Operation
angel_11
- 这是根据Bresenham算法做的画直线程序,用vc实现 更加接近实际情况-This is done under the Bresenham algorithm paintings linear process, with vc achieve a more closer to reality
RandomGauss
- 这是一个用java编程语言编写的高斯随机数发生器,方便易用。-This is a java programming language using the Gaussian random number generator, easy-to-use.
tank
- 这是一个坦克开炮代码 按f键会开炮 按d键或a键 坦克会前进和后退-This is a tank fire code will be fired by f key press d key or a key tanks would move forward and backward
PCA_ORL
- 人脸识别的经典算法PCA算法 用于特征提取-PCA face recognition algorithm for classical algorithm
digui
- 八皇后问题,该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线-eight queen
bittree
- 关于二叉树的相关操作,包括先序、中序、后序的遍历操作-the operation about bittree,including preorder traversal,midorder traversal and postorder traversal
data
- 编写一个程序,实现链队的各种基本运算,并在此基础上设计一个主程序完成如下功能: (1)初始化链队 (2)依次进队元素a,b,c (3)出队一个元素,输出该元素 (4)依次进队元素d,e,f (5)输出链队的元素 #include "stdafx.h" #include <stdio.h> #include <malloc.h> typedef char status typedef char elemtype t
BinSearch
- 线性表查找技术,简单的源程序代码,用线性表实现查找功能-The linear table lookup technology, a simple source code
Matlab_DFS_Maze_All_Solutions
- 本函数用深度优先遍历(回溯法)来求解迷宫的所有路径 maze:是迷宫矩阵,其中0表示可以去走的路 1表示障碍 2表示入口 3表示出径 5表示路径-Road this function with a depth-first traversal (backtracking) to solve the maze path maze: a maze matrix, where 0 means you can go to go 1 shows the obstacle
