资源列表
countsort
- 计数排序是一个非基于比较的线性时间排序算法。它对输入的数据有附加的限制条件: 1、输入的线性表的元素属于有限偏序集S; 2、设输入的线性表的长度为n,|S|=k(表示集合S中元素的总数目为k),则k=O(n)。 在这两个条件下,计数排序的复杂性为O(n)。 计数排序算法的基本思想是对于给定的输入序列中的每一个元素x,确定该序列中值小于x的元素的个数。一旦有了这个信息,就可以将x直接存放到最终的输出序列的正确位置上。例如,如果输入序列中只有17个元素
JOSE3
- Josephus 问题的解答。n个孩子围成圆圈,选任一个数m,从第一个孩子开始数,数到m停止,这个孩子离开,再从第一个开始数,直到剩下一个孩子。
pca
- PCA算法程序matlab版,有比较详细的注释,欢迎下载-PCA algorithm program matlab version, there are more detailed comments, please download the
1001
- 高精度计算的源码,题目为POJ1001。可以AC,该题目挺好-High-precision calculation of the source, subject to POJ1001. To AC, the subject very good
bienso
- Nhan dang bien so xe
lsMmseTr
- 运用LS与MMSE进行信道估计仿真,并对两者的MSE进行比较-channel estimation simulation by ls and mmse , to compare their MSE
rottation
- rottation this rottation program in matlab code.this program is used to rottate an image with specified angel.
xbxz
- 小波神经网络,用于毕设,可以看训练步长,误差,希望有用-wnn wavelet nural
poisson_process
- this code poisson show that distance of 2 point in poisson is exponentioal . t1 =D1، t2=t1+D2 ، t3=t2+D3 ، ... ، Dn +tn=tn-1 . this code write in matlab. tanks a lot for attention this code poisson show tha
CS_ROMP
- 压缩感知重构算法之正则化正交匹配追踪(ROMP)算法的MATLAB函数代码-Compressed sensing reconstruction algorithm of regularization orthogonal matching pursuit (ROMP) algorithm MATLAB code for the function
AdelTrussfig
- this file prepares a figure for truss structure finite element results.
oyerbapping
- 这是用于国土资源调查时,计算洛仑兹曲线的MATLAB程序,欢迎试用-This is used for land and resources survey, the calculation of lorentz curve MATLAB program, welcome to try
