资源列表
short1
- 求最短路径的问题,用了回溯算法,内附说明 及调试 -seek the shortest path problem with the back algorithm, containing descr iptions and Debugging
chap3_1
- 专家PID控制MATLAB程序,在MATLAB5。3以上版本运行-MATLAB experts PID control procedures, the MATLAB5.2. Three versions of Operation
RandomGauss
- 这是一个用java编程语言编写的高斯随机数发生器,方便易用。-This is a java programming language using the Gaussian random number generator, easy-to-use.
matlab_trm
- MATLAB 有约束信赖域算法,以四元多项式为算例 适用于学习最优化算法的数学专业学生以及其他数值分析课程的同学, 程序清晰,对MATLAB的学习也有很大的帮助,同时程序还有一些不足,读者自己须根据实际问题更正。-MATLAB constrained trust region algorithm to quaternion polynomial example for the application of optimization algorithms in the learning o
cox_algorithm
- in his name this code is simulation of cox algorithm for ofdm synchronization in WIMAX down link systems. it send 2 frame via awgn channel and uses from correlation to detect the beginning of frame. .-in his name this code is simulat
newton_forward
- 这也是一个很重要的程序,牛顿前插求微分,在数值计算中很管用。-This is also a very important program, Newton' s forward runs differentiate, in the numerical calculation is very useful.
primefast
- 区间素数prime统计快速算法 1到2147483647范围-区间素数统计快速算法
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
