资源列表
hannuotawenti.rar
- 这是关于基本汉诺塔问题的一个算法
ConvexHullScan
- 凸包算法,自己写的代码带了接口,希望大家喜欢.-ConvexHullScan
miyunsuan
- 用以求解较大无法表示的幂值,输入请自己分析代码-ues english to express?,oh,my god,I m so bad in english,that s all..
niudun
- 计算方法中牛顿插值方法,对若干数据进行线性拟合-Newton' s method of calculation in the interpolation of data on a number of linear fitting
2
- 2. 用循环链表解Josephus问题。设有n个人围坐在一个圆桌周围,现从第1个人开始报数,数到第m的人出列,然后从出列的下一个人重新开始报数,数到第m的人又出列,…,如此反复直到所有的人全部出列为止。Josephus问题是:对于任意给定的n和m,求出按出列次序得到的n个人员的序列-2. Josephus solution of the problem with the circulation list. With n individuals sitting around a round tab
shell
- shell排序:当增量d=1jf ,ShellPass和InsertSort基本一致,只是由于没有哨兵而在内循环中 增加了一个循环判定条件"j>0",以防下标越界.-shell
Eight_Queens_Problem
- 自己写的八皇后问题,虽然是公认的递归问题,但是本程序采用了循环的办法-Write the eight queens problem, though recognized recurrent problem, but this program uses a cyclic approach
ornek-kod
- Euler s method to solve ODE
KF1
- 利用卡尔曼滤波器,对室内温度值进行最优估计。算法采用的是最基本的卡尔曼滤波思想,适合初学者学习。-code about kalman filters.It s great for the beginners who begin to learn KF.
m_2dsimu
- 一种利用Toa定位算法处理自己生成的模拟仿真数据的算法源代码-A use of Toa own positioning algorithm processing data generated by the simulation algorithm source code
PSO
- 粒子群算法程序,有注释,调试运行正确,欢迎交流-basic PSO
NExT模态参数辨识法
- NExT模态参数辨识法,,用来实现振荡信号的分析与提取,程序作为一个参考,基本能够使用