资源列表
Fuzzy1_GA
- 一個較簡易的基因演算法程序且有註解,適合一般初學者學習-A relatively simple genetic algorithm program and have comments, suitable for beginners to learn the general
bppid
- 一种bp-pid调节器的算法实现,可进行对正弦或阶跃等信号的调节控制,并输出调节曲线,误差曲线,PID参数曲线等。 -A bp-pid regulator algorithm, can be sine or step on the regulation and control such signals, and the output tuning curves, the error curve, PID parameter curve.
birthday
- Experimental code If you like programming, look at it! Hope these help you , If you love programming, like a computer, good work
NearestNeighborMethod
- 最近邻算法,实现。有数据,可以直接运行,并显示效果-Nearest neighbor algorithm.Data can be run directly, and can display
svmCLASSIFY
- 利用SVM对数据样本进行分类,实现样本分类。-SVM to classify the data samples, sample classification.
BP-neural-network-matlab-achieve
- BP神经网络算法matlab实现,准确的实现了BP神经网络-This is a source code that made the BP neural network come ture.
Main.java
- Calculate next emission with hidden markov model
cubic-spline-interpolation
- 用途:根据现有x-y系列,通过三次样条差值,得出对应X0系列的Y0系列-Purpose: Under the existing xy series by cubic spline difference, draw the corresponding series X0 Y0 series
LDPC
- 基于zig-zig移位法构造满秩QC-LDPC码的校验矩阵,编译码后,具有优异的误码性能。-Based zig-zig shift method to construct the full rank of QC-LDPC code check matrix, after codec, with excellent error performance.
qinkaili_3_homework1
- 系数矩阵为希尔伯特矩阵,雅可比迭代和SOR迭代-The coefficient matrix for the Hilbert matrix, Jacobi iteration and SOR iterative
Chase
- 用追赶法求解三对角方程组。在输入文件中读入矩阵和列向量,程序会在结果文件中返回结果。-Solving Three Diagonal Equations by Catching