资源列表
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:
laplace2
- 正三角形区域的有限差分法MATLAB超松弛迭代,-Triangular region, finite difference method over-relaxation iteration MATLAB
QAM_16
- 16QAM载波同步的影响仿真,针对有频偏,有相偏,无频偏相偏情况下的星座图。-16QAM carrier synchronization of simulation, for a frequency offset, a phase offset, phase offset without offset under the constellation.
zhixinsuanfa2
- 无线传感器网络中质心算法,并有锚节点比例和误差分析-Wireless sensor networks centroid algorithm, and a percentage of anchor nodes and error analysis
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