资源列表
pos_of_falses
- finding a root by position of falses
11
- 给予神经网络训练的MATLAB 程序 有很大的用处 解说的非常详细-Given the MATLAB neural network training procedures have great usefulness of the very detailed explanation
gethammingdistance
- RELIABLE automatic recognition of persons has long been an attractive goal. As in all pattern recognition problems, the key issue is the relation between inter-class and intra-class variability:
12
- 矩阵的加、减、乘运算演示,将矩阵的加、减、乘运算算法制作成CAI演示软件,可读入数据,演示运算全过程,演示的每一步都要有对应的中文解释。 -Matrix addition, subtraction, multiplication presentation, the matrix of addition, subtraction, multiplication algorithm produced CAI presentation software, read into the data, sho
LMMSE
- lmmse算法的仿真实现,在相关矩阵的求解上比较有技巧性-lmmse Simulation Algorithm
frtal
- 分形维数计算的函数,输入矩阵文件 和 文件的行列数,输出分形维数-Points the function of fractal dimension calculation
Simulated-annealing-algorithm
- 很好的模拟退火算法,大家快来下载-Simulated annealing algorithm
45
- 计算机数值方法中利用追赶法求线性方程组的解,在此只限定四阶-The use of the catch-up method to seek the solution of linear equations
TEMP1
- 模拟退火算法 求解中小规模的TSP问题 包括源码和实验报告 -RA TSP PRESENTATION
plotcubesam
- Very simple function to quickly plot a 3D cube
Stl
- 关于stl的两个小程序,分别是计算一组数的中值和存入数字-2 cpps about stl, one of which is used to calculate the mean value of numbers and the other one is used to store numbers into a vector.
From-the-string
- 问题描述: 设有字符串X,我们称在X的头尾及中间插入任意多个空格后构成的新字符串为X的扩展串,如字符串X为“abcbcd”,则字符串“abcb□cd”,“□a□bcbcd□”和“abcb□cd□”都是X的扩展串,这里“□”代表空格字符。 如果A1是字符串A的扩展串,B1是字符串B的扩展串,A1与B1具有相同的长度,那么我们定义字符串A1与B1的距离为相应位置上的字符的距离总和,而两个非空格字符的距离定义为它们的ASCII码的差的绝对值,而空格字符与其它任意字符之间的距离为已知的定值K