搜索资源列表
xitongbianshi.rar
- 系统辨识的最小二乘递推算法、辅助变量法、增广最小二乘法及偏差补偿法的matlab程序设计实例。,Recursive least squares system identification algorithm, auxiliary variables, the least square method and the augmented error compensation law matlab programming examples.
TSP
- 旅行商问题,两种方法实现,分别是递归回溯和用栈来代替递归的功能的程序-Traveling salesman problem, two methods to achieve, namely, retrospective and the use of recursive stack instead of recursive function procedures
Treetraversalfolderrecursivealgorithm
- MFC实现,树型递归算法遍历文件夹。列出文件的大小,类型等属性-MFC implementation, recursive algorithm for tree traversal folder. Documents listed in the size, type and other property
matlab
- 【1】随机序列产生程序 【2】白噪声产生程序 【3】M序列产生程序 【4】二阶系统一次性完成最小二乘辨识程序 【5】实际压力系统的最小二乘辨识程序 【6】递推的最小二乘辨识程序 【7】增广的最小二乘辨识程序 【8】梯度校正的最小二乘辨识程序 【9】递推的极大似然辨识程序 【10】Bayes辨识程序 【11】改进的神经网络MBP算法对噪声系统辨识程序 【12】多维非线性函数辨识程序的Matlab程序 【13】模糊神经网络解耦M
Quicksort
- 快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。-Quick sort (Quicksort) is a bubble sort of an improvement. By the CAR Hoare in 1962. Its b
recursive-and-reentrant-VI
- LabVIEW基础教程,快速学习labview--递归与可重入VI-LabVIEW based tutorials, fast learning labview- recursive and reentrant VI
Recursive-loop
- 是学习递归循环用法的很好的几个实例,包括经典的0-1背包问题,8皇后问题,概率问题等等,相信能帮助你更好的理解C中递归循环的实现。-Learning recursive cycle usage of several instances, including the classical 0-1 knapsack problem, the eight queens problem, probability problems, I believe it can help you understand
Recursive-seek-integer-reverse
- 用递归的方法把一个数倒序输出例:输入12345输出:54321-Recursive methods to a number of reverse output Example: enter 12345 Output: 54321
Non-recursive-traversal
- 二叉树的非递归遍历完整源代码,对初学数据结构的人非常有用-Non-recursive binary tree traversal complete source code, useful for beginner data structure
Maze-recursive
- 对于9*9迷宫的路径找寻,利用递归的方法,使得代码短小精悍,易于理解。-For the 9*9 maze path search, using a recursive method, makes the code dapper, easy to understand.
Tower-of-Hanoi-non-recursive
- 非递归汉诺塔算法,并带有一片武汉大学的算法描述。-Non-recursive Tower of Hanoi algorithm, and the algorithm is described with a Wuhan University.
Recursive-algorithm
- C语言实现递归算法即折半查找法实现,实现数据查找功能!-Recursive algorithm
Recursive-triangle
- 三角形的递归算法的实现,简单的算法实现,用vc语言。-Recursive triangle
recursive
- 背包问题是NP完全问题,本程序通过递归法实现了一种优化的背包。-Recursive method to solve the knapsack problem
Recursive-algorithm
- 利用VC6.0,采用递归算法,实现置换数组中所有的字母-Recursive algorithm using an array of all the letters replaced,using VC6.0
Recursive--bisection
- 对数据进行递归分半,包括单独的数据和向量集合,程序运行速度快,易懂,值得推荐-Recursive half of the data, including separate data and vector collection program runs fast, easy to understand, it is recommended
Recursive-descent-parser
- 此源码是编译原理中对“递归下降法的语法分析器“的设计-This principle is to compile the source code for " recursive descent parser" design
First-root-traversal-non-recursive
- 二叉树的非递归先根遍历遍历 二叉树的非递归先根遍历 -Two fork tree of non recursive traversal traversal Two fork tree of non recursive traversal traversal
Binary-Tree-Recursive
- visual studio下的二叉树递归程序,C++,本人编写,实测可用-Binary Tree Recursive procedures under visual studio, C++, I prepared, Found Available
n!---Recursive---stepBYstep
- this program could help teachers when teaching the recursive n factor n!
