资源列表
poly-cacu
- 本题要求实现对两个多项式的简单计算,实验要求完成一元多项式以及多元多项式的四则运算,计算后能将结果输出。 对于多项式,它由系数,未知元以及指数组成,考虑到它包括的属性较多,故链表是一种非常不错的选择。题目有两个关键点:第一、识别多项式每一项的系数与指数;第二、对结果能很好的合并同类项。 解题方法:链表实现,多项式指数系数识别,加减乘除等四则运算分别模拟笔算的过程。多元多项式增加指数数组,方法与一元相似。 -This question required to achieve a sim
Chapter5
- 一种求解二次无约束问题的FR算法,该算法局限性很大。-One kind of unconstrained quadratic problem of the FR algorithm
genial.c
- A simple approach to parallelize the image thinning algorithm
KM
- K均值算法的C++实现,能够将2维的样本点进行2类或者多类的聚类-K means
ISODATA
- ISODATA算法是KM算法的升级版,里面加入了更多的判断,可以将聚类划分的更加准确-KM algorithm ISODATA algorithm is an upgraded version, which added more judgments can be more accurately classified clustering
Perception-Approach-for-2-pattern
- 感知器算法,两类的情况,只适合两类模式的感知器算法的判别-Perceptron algorithm, two types of situation, only two models for the discriminant perceptron algorithm
1
- 矩阵连乘算法,找出最适合的乘法方式。如矩阵为A B C,则在 A*B*C中找出最为适合的乘法方式。-Matrix multiplication algorithm with, identify the most suitable way of multiplication. Such as the matrix for the ABC, then the A* B* C multiplication to find the most suitable way.
ata
- 用智能规划解空间树法生成测试数据Smart planning solution space with a tree method to generate test data-Smart planning solution space with a tree method to generate test data
linked-list-polynomial-sum
- 用链表表示一元多项式,写一算法完成两个一元多项式相加。-Represents a polynomial with a linked list, write an algorithm to complete two one-polynomial sum.
finite_markov_chain_and_algorithmic_application.r
- This eBook is "finite markov chain and algorithmic application"
Kalman
- 关于联邦卡尔曼滤波的源程序代码、卡尔曼滤波简洁-Kalman filter on the federal source code, simple Kalman filter
Kalman-filtering-theory-of-Kalman
- 卡尔曼滤波/卡尔曼原理/卡尔曼滤波源代码-Kalman filter/Kalman theory/Kalman filter source code
