资源列表
knn
- knn-K近邻法实现两分类的函数代码,输入为两类的样本特征,和待测试的样本向量,输出为分类结果。-knn-K nearest neighbor method to achieve the two categories of function code, enter the characteristics of two types of samples, and samples to be tested vector, the output for the classification.
kernel
- svm 核函数的选择与构造 在matlab中运行-svm kernel function and structure of the choice to run in matlab
Romberg_integration
- 数值分析中的龙贝格积分的C语言实现源程序-Numerical Analysis of Integration Romberg C language source
exp_basic
- MATLAB Tutorial : For the beginners in MATLAB, this example code will provide a great jump start. The code has comprehensive comments to elaborate the functionality explicitly.-MATLAB Tutorial : For the beginners in MATLAB, this example code will
Lowpassfilters
- lowpass filters in matlab
111
- 极大似然法,估算已知结点的位置,求出误差-Maximum likelihood method to estimate the location of known nodes, find the error
lmsdemo
- matlab lms code whaich is used for echo cancellation
loadbin
- Funcion, that is ussually used for loading Bin-files in Matlab
reseat
- 可以随机的将N个数分配到N个位置上,特别是在一些随机分配的问题上有用-N number will be randomly assigned to the N positions, particularly in a number of issues were randomly assigned to be useful
diban
- dp地板覆盖:2*1瓷砖覆盖10*n地板 1024个状态。状态转换矩阵的计算也需要动规。-the solution to floor covering
josephringasmallprogramm
- 一个约瑟夫环小程序,练练手可以参照一下。任务:编号是1,2,……,n的n个人按照顺时针方向围坐一圈,每个人只有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个仍开始顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向的下一个人开始重新从1报数,如此下去,直到所有人全部出列为止。设计一个程序来求出出列顺序。 -Joseph ring a small program and thought they could consult a