资源列表
11111111
- 输入一个任意大小的迷宫,用栈求出一条走出迷宫的路径,并显示在屏幕上 -labyrinth
Fourth-orderRungeKutta-rule
- 四阶龙格-库塔法则求解微分方程,四阶龙格-库塔法则求解微分方程-Fourth-order Runge- Kutta rule for solving differential equations, fourth-order Runge- Kutta rule for solving differential equations
Adaptive_FIR_Equalizer_With_Continuous-Time_Wide-
- Adaptive FIR Equalizer With Continuous-Time Wide-Bandwidth Delay Line
dianci
- 一本电磁数值计算的书,希望对大家有用。师兄给的,不错。-An electromagnetic numerical calculation of the book, want to be useful to everyone.师兄given, yes.
chafenfa
- 时域有限差分法,也是电磁数值计算方法的一种,里面有详细的解说。-Time-domain finite difference method, is also a kind of electromagnetic numerical methods, which have a detailed explanation.
Standard_Ecu_Reprogramming-1(General_Description)
- This document is a part of Standard ECU reprogramming specification package for (Renault, Nissan, Peugeot and Citroë n). This package is divided into five parts, consistent to each others. This is first part: General descr iption
K-means
- k-means function and programs
Ada_Boost
- ADbost算法相信大家都了解吧,是模式中经典的分类算法,大家可以了解下哈- ADbost algorithm I believe we all understand it, is a classic pattern classification algorithm, we can promote understanding of Kazakhstan
dashuyunsuanyuanma
- 实现了大数运算的加减乘除运算,其中除法最后参数为余数,返回值为除法结果-Achieved computing addition and subtraction multiplication and division operations of large numbers, including division over the last parameter is the number of results returned a value of division
matlab-kalman
- 卡尔曼滤波的实现,其中可以通过Matlab界面调节参数-Kalman filter implementation, which can adjust parameters through the Matlab interface
KalmFilter
- 卡尔曼滤波器是一个最优化自回归数据处理算法. -KalmFilter is an optimal recursive data processing algorithm
DichotomyModel
- 二分法 数学方面: 一般地,对于函数f(x),如果存在实数c,当x=c是f(c)=0,那么把x=c叫做函数f(x)的零点。 解方程即要求f(x)的所有零点。 先找到a、b,使f(a),f(b)异号,说明在区间(a,b)内一定有零点,然后求f[(a+b)/2], 现在假设f(a)<0,f(b)>0,a<b ①如果f[(a+b)/2]=0,该点就是零点, 如果f[(a+b)/2]<0,则在区间((a+b)/2,b)