-
newton-chazhi
Newton插值公式实例,改变插值节点个数,观察不同的插值函数的逼近效果.(Instance of the Newton interpolation formula, change the number of interpolation nodes, and observe the different interpolation function approximation.)
- 2012-04-13 15:51:43下载
- 积分:1
-
classify
KNN用于模式分类的很好的例子,供大家学习,希望对大家有帮助(KNN classification for a good example for all to learn. . .)
- 2011-06-15 00:29:51下载
- 积分:1
-
matlab_decode
好东西,虽然不是很难,但是这样可以节省不少时间,可以把精力投入到难度较大的改进以及应用上了,而不用在大家都会的基本程序上花挺多时间(Good things, though not difficult, but it saves a lot of time can focus into the more difficult to improve as well as the application, and not everyone will be in the basic procedures for the time spent挺多)
- 2008-03-19 14:34:23下载
- 积分:1
-
sar
几种简单的SAR图像预处理方法,包括Lee滤波,Kuan滤波,Frost滤波(Several simple SAR image preprocessing methods, including Lee filter, Kuan filtering, Frost filter
)
- 2014-03-05 12:43:02下载
- 积分:1
-
fiufun
考虑雨衰 阴影 和多径影响,matlab编写的元胞自动机,未来线路预测,分析误差。( Consider shadow rain attenuation and multipath effects matlab prepared cellular automata, Future line prediction, error analysis.)
- 2016-05-09 10:57:11下载
- 积分:1
-
hilbert
希尔伯特变换的c程序完整代码,可以实现相应功能(Hilbert transform of the c program code integrity, you can realize the corresponding function)
- 2008-06-04 11:03:18下载
- 积分:1
-
test
车牌定位算法,基于字符轮廓与形态学处理,识别率较高(License plate location algorithm, based on character profiles and morphology, a high recognition rate)
- 2010-05-07 10:22:35下载
- 积分:1
-
06025354
Large Graph Analysis in the GMine System
- 2013-07-09 10:05:27下载
- 积分:1
-
tuxiangyasuo
MATLAB的小波变换在图象压缩中的应用,很适合初学者阅读。(MATLAB Wavelet transform in image compression, it is suitable for beginners to read.)
- 2010-05-18 01:02:54下载
- 积分:1
-
string-data-encryption
Data Encryption by Matrix Multiplication
We will only use numbers 0 to 26 for the encryptive mathematics operation. Numbers from 1 to 26 are for letters from A to Z and 0 is for all non-letter characters. To minimize usage of numbers, all letters are converted to upper case. The original message is converted to number array according to the ASCII table and minus 64. We partition whole array into blocks of 8 numbers. The last block may be added several zeros. Then multiply each block by the an 8x8 matrix A which is invertible in Z27 to get cipher data. The decryption is the same process except to use its inverse matrix B. For good visual reading, we convert all non-letter characters to under score for the decryption.
- 2012-06-24 02:58:53下载
- 积分:1