资源列表
递推最小二乘估计算法
- 对于输入、输出数据较多的情况下,一次性完成的最小二乘估计算法计算量很大,速度降低而且有可能出现病态矩阵的情况,递推的最小二乘估计算法解决了上述问题。
Multi_SVM_CrossValidation
- SVM多类分类的CrossValidation程序
自己用matlab编的核心专利计算公式
- 自己用matlab编的通过引用关系计算核心专利的程序。也许不够专业,不过绝对原创。
0.背包问题C语言算法
- 给定n种物品和一个背包,物品i的重量是Wi,价值是vi,被包容量是C,应该如何选择装入被包的物品,使得装入背包中物品的总价值最大?对于每种物品i,只有两种选择,装入或者不装入. 输入:第一行两个正整数n(物品数)和C(容量) 第二行n个正整数n,表示物品价值 第三行n个正整数n,表示物品重量 输出:第一行表示总价值 第二行n个数(0/1),0表示物品不装入,1表示装入 例如, 输入: 5 10 6 3 5 4 6 2 2 6 5 4 输出 15 1 1 0 0 1 ,
Gcv
- 一个自适应软阈值去噪的原程序,很实用,我用它解决了很多问题-An adaptive soft-threshold denoising of the original program
fuzzpid
- 利用Matlab工具箱设计模糊控制器 49条模糊控制规则形成一个模糊控制规则矩阵,然后根据模糊输入量按照相应的模糊推理算法完成计算,并决策出模糊输出量。 输出模糊量的解模糊方法选取重心法。-Computer simulation of fuzzy control system based on fuzzy toolbox and SIMULINK
touyingxunzong
- 基于遗传算法工具箱的投影寻踪方法的优化代码,一个是目标函数,一个事约束条件函数,使用时将其放在工具箱合适的窗格即可。-Toolbox based on genetic algorithm optimization of projection pursuit method code, an objective function is a matter constraint function, use the toolbox to the right of the pane can be place
huatuquxian
- 画图曲线程序,论文中的曲线图问题,可以通过此程序修改得到-Curve drawing program, graph paper, the problem can be modified by this procedure
NNDemo.m
- neural network classification
LPF
- 低通滤波算法,采用一阶低通滤波算法,可以广泛使用在电力信号滤波和模拟信号滤波等领域。-Low-pass filtering algorithm, using first-order low-pass filtering algorithm can be widely used in the power signal filtering and analog signal filtering and other fields.
count_num
- 数字计数问题: 一本书的页码从自然数1开始顺序编码到N。 页码按照通常的习惯编排,即每个页码不能含多余的前倒数0, 例如,第2页的页码为2,不能是02、002等。 数字计数问题要求从键盘输入页数N, 输出全书页码中分别用到0~9的数字的次数。-Digital counting problem: The pages of a book the natural number coding to N 1 began to order. Page number acco
lingo vrp
- lingo vrp计算模型,可以由多个节点计算指定数目的重心。
