资源列表
yc1
- 遗传算法小例子,适合初学者。-A small example of genetic algorithms, suitable for beginners.
Matlab_bp
- BP(Back Propagation)网络是1986年由Rumelhart和McCelland为首的科学家小组提出,是一种按误差逆传播算法训练的多层前馈网络,是目前应用最广泛的神经网络模型之一。BP网络能学习和存贮大量的输入-输出模式映射关系,而无需事前揭示描述这种映射关系的数学方程。它的学习规则是使用最速下降法,通过反向传播来不断调整网络的权值和阈值,使网络的误差平方和最小。BP神经网络模型拓扑结构包括输入层(input)、隐层(hide layer)和输出层(output layer)。-
fuzzyPID
- 模糊自适应PID控制m文件,采用MATLAB仿真-M fuzzy adaptive PID control file, using the MATLAB simulation
matrix0
- 使用pthread实现矩阵乘法的功能,加快了矩阵乘法的计算效率-Use pthread realize the function of the matrix multiplication, speeding up the matrix multiplication calculation efficiency
print_format
- 各种int型的输出说明符的详细展示,避免因为格式说明符造成输出结果的异常-Int type the output specifier show, avoid caused the exception of the output format specifiers
gauss-xiaoyuan
- 该源代码为高斯消元法解方程组,可以加强我们对消元法解方程组的认识-The source code for Gaussian elimination method for solving equations, can enhance our understanding of elimination method for solving equations
eluar
- 解微分方程的欧拉法,龙格-库塔法及其 MATLAB 简单 实例欧拉方法(Euler method)用以对给定初值的常微分方程(即初值问题)求解 分为前进 EULER 法、后退 EULER 法-Solution of differential equations of Euler, Runge- Kutta method and MATLAB simple example Euler (Euler method) for a given initial value ordinary differe
judge_shudu
- 判断某个数独的解是否合法,合法输出YES,不合法输出NO-Determine whether a legitimate solution Sudoku
greatest
- 使用C#控制台程序,求最大公约数和最小公倍数-Using the C# console program, seeking the greatest common divisor and least common multiple
myIntegration
- 数值计算 等间距的数值积分算法 包括 梯形法,辛普森法,牛顿科斯特算法,以及对应的复合算法,-Numerical calculation pitch numerical integration algorithms, including trapezoidal method, Simpson, Newton Coster algorithm, and the corresponding complex algorithms,
GS
- 在电子工程数值分析方法中使用高斯-塞德尔迭代进行求解。-In the electronic engineering numerical analysis method using Gauss-Seidel iteration algorithm.
clarke
- 克拉克变换的C程序,用于坐标变换,电力系统-c program for clarke transformation