搜索资源列表
二叉树1212
- 建立二叉树,层序、先序遍历( 用递归或非递归的方法都可以-establish binary tree, sequence, the preorder (with the recursive and non - recursive method can be
LSQR-DC
- 又一种最小平方反褶积程序 使用了莱文森递推算法,可以单独调用。 解矩阵方程很有用。-And a least-squares deconvolution procedure using the Levinson recursive algorithm, can be called. Useful solution of the matrix equation.
RecursiveSUR
- Field: Economics / Finance Recursive implementation of seemingly unrelated regression for Tri-diagonal panel data models. Platform: Matlab -Field: Economics/Finance Recursive implementation of seemingly unrelated regression for Tri-diagonal pa
RLSAdptiveFilter
- 采用递归的最小二乘算法的自适应滤波器,比LMS算法具有较好的收敛特性和跟踪性能。-Using the recursive least squares algorithm for adaptive filter, LMS algorithm has better than the convergence characteristics and tracking performance.
KalmanAdptiveFilter
- 卡尔曼滤波器是用前一个估计值和最近一个观察数据估计信号的值,他是用状态方程和递推的方法进行估计,本例用来追踪一个5阶的FIR不确定的滤波器系数。-Kalman filter is to use the previous estimate and the most recent observation data to estimate the value of the signal, he is using the state equation and recursive estimation m
kaman_pi
- tuning of pi controller using recursive algorithm using kalman
tailrecursiveQuicksort
- quicksort with tail recursive
managemengt
- 本程序采用分类询问的模式,对要求的方法一一用函数实现,并在函数中根据客户的要求调用子函数。通过递归调用todo()函数,不断实现用户想要实现的功能,最后以输入0,结束循环,程序结束。-The inquiry procedure uses classification model, the methods required to achieve one by one with the function and function call Functions according to custome
dynamic-matrix-control-algorithm
- 动态矩阵控制算法,以递推辨识参数作为预测模型参数,递推辨识参数作为被控对象参数-Dynamic matrix control algorithm to recursive identification parameters as the predictive model parameters, recursive identification parameters as the controlled object parameter
LLLPG-1.1.0
- LLLPG (Loyc LL(k) Parser Generator) is a new recursive-decent parser generator for C#, with a feature set slightly better than ANTLR version 2. LLLPG 1.0 is now virtually complete, and supports either Enhanced C# (EC#) or Loyc Expression Syntax (LES)
quaternclose
- 两个轨道计算的子程序,四元素乘积计算法和空间轨道动力学方程递推的扩展卡尔曼滤波算法。-Calculation subroutine two tracks, the four elements of the product of calculation and orbital dynamics space equation recursive extended Kalman filter algorithm.
CSharp-TreeForms
- C#-Tree Form 树 的递归绑定,拖动,增删改查等功能,学习参考很不错 vs2013 +sql2012 Access2013-2003 数据库可选,-C#-Tree Form tree recursive bindings, drag, CRUD functions, learning is very good reference vs2013+ sql2012 Access2013-2003 options,
kalman
- 卡尔曼滤波器是一个“optimal recursive data processing algorithm(最优化自回归数据处理算法)”。-optimal recursive data processing algorithm
09
- Visual C++6.0+Microsoft Access 2003实现学生考试系统。 在程序中操作数据库 动画显示窗体 以递归方法向树控件中插入数据 如何备份还原Access数据库 如何使用PowerDesigner进行数据库建模-C++6.0+Microsoft Access Visual 2003 to achieve student test system. Database ope
2009710301066
- 使用递归和非递归的方法对输入的字符串进行逆序输出-Recursive and non recursive method to reverse the input string output
example102
- 通过实例来演示递归方法的使用。包含所有需要编译的文件。-Examples of recursive demo
System-Identification
- 辨识升力系数以及阻力系数,运用递推最小二乘法及遗忘因子法最小二乘法进行系统辨识-Identify the lift coefficient and the drag coefficient, and use the recursive least squares method and the forgetting factor method least squares method to identify the system
Filtering-of-the-classic-algorithm
- 10种滤波算法,递归平均滤波法,算术平均滤波法,极限平均滤波法,罕见信息。-10 kinds of filtering algorithms, recursive average filtering method, arithmetic mean filtering method, limiting average filter method, rare information.
Student
- 项目:设计并实现一个学生管理系统,即定义一个包含学生信息(学号,姓名,成绩)的顺序表,可以不考虑重名的情况,系统至少包含以下功能: 1. 根据指定学生个数,逐个输入学生信息; 2. 逐个显示学生表中所有学生的相关信息; 3. 给定一个学生信息,插入到表中指定的位置; 4. 删除指定位置的学生记录; 5. 统计表中学生个数; 6. 利用直接插入排序或者折半插入排序按照姓名进行排序; 7. 利用快速排序按照学号进行排序; 8. 根据姓名进行折半查找,要求使用递归算法实现,成功返回此学
idbqsreadizationthe
- 运用递归算法实现了八皇后问题,基本思路借鉴于四皇后的实现,(Using a recursive algorithm to achieve the eight queens problem, the realization of the basic ideas for reference in the queen,)