搜索资源列表
recursive
- recursive:数据结构(黄国瑜 叶乃菁 编著)中的递归例子-recursive : data structures (Huang Yu Xieaijing ed.) examples of recursive
mzxec.rar
- 递推格式的最小二乘法参数辨识算法matlab语言设计与实现,Recursive least squares format parameter identification algorithm matlab language design and implementation
xitongbianshi.rar
- 系统辨识的最小二乘递推算法、辅助变量法、增广最小二乘法及偏差补偿法的matlab程序设计实例。,Recursive least squares system identification algorithm, auxiliary variables, the least square method and the augmented error compensation law matlab programming examples.
sudoku
- 用C++编写的数独游戏,采用回溯法,非递归,计算超快,代码精炼,注解详细-Using C++ Game Sudoku prepared using retrospective law, non-recursive calculation of ultrafast, code refining, detailed comments
quicksort
- 用非递归实现快速排序 主要思想: 利用栈来消除递归-Non-recursive quicksort implementation the main idea: to eliminate the use of recursive stack
TSP
- 旅行商问题,两种方法实现,分别是递归回溯和用栈来代替递归的功能的程序-Traveling salesman problem, two methods to achieve, namely, retrospective and the use of recursive stack instead of recursive function procedures
Recursive_systematic-case
- Generate trellis of a rate-1/n recursive convolutional code,生成网格图(对码率为1/n的递归卷积码)-Generate trellis of a rate-1/n recursive convolutional code, generated grid (on the rate for 1/n Recursive Convolutional Code)
duobuyuce
- 多部预测自校正控制的算法仿真程序,用matlab写的。用的RLS带遗忘的最小二乘法递推。-Forecast for more than self-tuning control algorithm simulation program, written using matlab. Used in the RLS with forgetting recursive least square method.
QuickSort
- 快速排序法,基于分治策略的一个排序算法 3个步骤1分解,2递归求解,3合并 使用随机划分挑选哨兵,期望划分较对称-Quick Sort law governing strategy based on a sorting algorithm 3 Step 1 decomposition, 2 Recursive Solution, 3 combined divided randomly selected sentinel to expect a more symmetrical divis
Recursive_Least_Squares_Constant_Modulus_Algorithm
- 盲自适应算法--递推最小二乘恒模算法Recursive Least Squares Constant Modulus Algorithm for Blind Adaptive Array-Recursive Least Squares Constant Modulus Algorithm for Blind Adaptive Array2004
rls
- contains documents about new insights into the recursive least squares algorithm and a sample matlab code for rls algorithm
Recursive
- 格雷码问题 1.问题描述 对于给定的正整数n,格雷码为满足如下条件的一个编码序列: (1) 序列由2n个编码组成,每个编码都是长度为n的二进制位串。 (2) 序列中无相同的编码。 (3) 序列中位置相邻的两个编码恰有一位不同。 例如:n=2时的格雷码为:{00, 01, 11, 10}。 设计求格雷码的递归算法并实现。 -Gray-code problem 1. Problem descr iption for a given positive integer n
rename
- 实现在指定目录及其子目录中搜索指定扩展名的文件,并更新为新的扩展名的程序reext 程序功能: 1.程序带有三个命令行参数dir、old和new,用法为: reext dir old new 其中Dir是一个全路径名,old和new是文件扩展名,如: Reext c:\ASM\TEST txt doc 2.程序实现的功能为:在路径Dir中搜索文件扩展名为txt的所有文件,如果找到,将其扩展名改为doc,而文件名不变: 3.较高要求,可以搜索指定目录的全部子
Treetraversalfolderrecursivealgorithm
- MFC实现,树型递归算法遍历文件夹。列出文件的大小,类型等属性-MFC implementation, recursive algorithm for tree traversal folder. Documents listed in the size, type and other property
Matlab_update_RLS
- System identification with adaptive filter using full and partial-update Recursive-Least-Squares -System identification with adaptive filter using full and partial-update Recursive-Least-Squares
myproject
- 应用DFS,递归调用完成的图中环查找算法过程-Application of DFS, recursive calls to complete the plan process in Central search algorithm
9927392rlscompare
- this program is very useful for the comparison of lms and recursive least square method for beamforming in the application of wireless communication
recursive
- 利用c语言实现编译的FOR循环,递归下降法,四元式输出的形式-C language compiler to use the FOR cycle, recursive descent method, quaternion form of output
Recursive-descent-parser
- 递归下降语法分析程序设计 - 编译原理实验-Recursive descent parser design- build principle experiment
recursive-algorithm
- 用算法分析中递归与分治算法实现的,最长公共子序列算法,编程环境为vc-Analysis using the recursive algorithm and the divide and conquer algorithm, the programming environment for the vc++