资源列表
common-string
- Algorithm to find the common string between 2 strings.
burgers.f
- 一种有限差分法,很好,流体力学可借鉴,不错奥-A finite difference method, very good。
Format-output-integer
- 让我们用字母B来表示“百”、字母S表示“十”,用“12...n”来表示个位数字n(<10),换个格式来输出任一个不超过3位的正整数。例如234应该被输出为BBSSS1234,因为它有2个“百”、3个“十”、以及个位的4。-Let us use the letter B to express hundred , the letter S that ten , with 12 ... n to represent a single digit n (<10), another f
LMS-AR
- 本程序利用自适应LMS算法实现FIR最佳维纳滤波器。可用于观察影响自适应LMS算法收敛性,收敛速度以及失调量的各种因素-This procedure using adaptive LMS algorithm is optimal FIR Wiener filter. Can be used to observe the impact of adaptive LMS algorithm convergence, convergence speed and the amount of imbalan
EKFandUKF
- 介绍了无味卡尔曼滤波与扩展卡尔曼滤波的具体区别。-Describes the unscented Kalman filter and extended Kalman filter specific differences.
matr_vect
- problem of ordering the elements of a matrix - made in C-problem of ordering the elements of a matrix - made in C++
dongtaiguihua
- 有N项食物营养价值为Vi,价格为Pi,i=1,2,...n.套餐中每项食物至多出现一次,客人通常需要一个算法求解不超过总价值的营养价值最大的套餐-Nutritional value of food items has N as Vi, the price for the Pi, i = 1,2, ... n. packages at most once in each of the food, the guests usually no more than an algorithm for th
gridtc
- matlab实现用网格算法优化支持向量机中的相关参数 简单易用-matlab mesh optimization algorithm implemented by the support vector machine parameters in a simple to use
MergeAndSeperate
- hide text behind image using matlab
runstrend
- 基于R语言的游程趋势检验,可以计算出游程数和U统计量-runs test
twostage2
- 求系数举证为大型解线性方程组的两级迭代法-Find evidence for large coefficient of linear equations the solution of two iterative
pc
- predicator and corrector 方法求解微分方程初值问题,是很成熟的常用方法。-predicator and corrector method to solve the ODE IVP problem, very useful and accuary