搜索资源列表
ImageProcess
- 谷口庆治编写的图像处理书籍,通俗易懂,方便算法的学习和理解
particlefilter
- 粒子滤波的Matlab的学习程序,特点是简单明了,多种参数可以设定,方便于理解算法原理。
20060521.RAR
- 目前已有若干版本的子程序库公开发表,它们各有特色。本程序库中的开平方算法为快速逼 近算法,它能达到牛顿迭代法同样的精度,而速度加快二十倍左右,超过双字节定点除法的 速度。 本子程序库对《单片机应用程序设计技术》一书附录中的子程序库作了重大修订: (1)按当前流行的以 IBM PC 为主机的开发系统对汇编语言的规定,读者不必再进行修 改,便可直接使用。 (2)对浮点运算子程序库进行了进一步的测试和优化,对十进制浮点数和二进制浮点数的 相互转换子程序进行了彻底
搜集整理的计算24点的算法
- (24点算法)第一个算法是用C语言描述的,第二个是C++描述的,都是我在网上搜集整理的计算24点的算法,其中第二个最容易理解(递归的魅力),因为它用了string这种很方便的字符串流,第一种算法很复杂,我每次都要再看过,大家可以收藏起来慢慢品味~ ,(24-point algorithm) algorithm is first described by C language, the second is C++ are described, all my online collection
lizilvbo
- 这篇文章主要阐述了粒子滤波算法的思想 ,能方便大家理解粒子滤波算法-This article mainly discusses the idea of particle filtering algorithm, we can easily understand the particle filter
Thirteen-classic-algorithm
- 十三个经典算法研究,图形并茂,非常方便初学者理解-Thirteen classic algorithm
Harris
- 角点检测算法的原理讲解,PPT里面包含公式和图解,方便学习理解。-Corner detection algorithm theory to explain the PPT which contains formulas and diagrams, to facilitate study and understand.
AES-encryption-and-decryption
- 用c语言实现AES算法的加密与解密功能,方便大家理解对称密钥和非对称密钥-C language AES algorithm for encryption and decryption functions, to facilitate understanding of the symmetric key and asymmetric key
Spatiograms
- 学习空间直方图算法的重要两篇文献,一篇最原始文献,一篇总结文献,为了方便初学者理解,还特别加了一篇很好的中文文献,希望对大家学习空间直方图有帮助-Two important learning spatiograms algorithm literature, a most original literature, a summary of the literature, easy for beginners to understand, especially plus a good Chines
DES
- DES算法加密解密源代码程序,方便大家理解-DES algorithm for encryption and decryption source code program, to facilitate understanding
image_fusion
- 本程序集合了互信息配准,PV差值,powell算法,基于小波变换的图像融合的一整套算法。只需要在GUI界面输入两幅图像,即可自动完成图像的配准融合。程序包含Matlab源代码。用Matlab打开imagefusion.m,即会弹出gui界面。融合前要输入参考和浮动图像。图像要求像素的 长*宽 一样。否则会报错。程序只能处理灰度图像,彩色图像也会转化成灰度图像处理。程序代码已经有详细的注释,方便读者理解。-The procedures set of mutual information, PV d
MUSICaCapon
- MUSIC算法和Capon算法的仿真程序,自己编写,注释详细,方便大家理解-MUSIC algorithm and Capon algorithm simulation program, their preparation, detailed notes, to facilitate understanding
myharr
- 基于haar函数的任意阶函数的小波分解,没有利用MATlab的自带函数,而是根据算法原理进行的编写,可方便大家理解算法并移植到C语言等其他平台上-Arbitrary order based on wavelet decomposition function haar function, there is no use MATlab comes with function, but prepared in accordance with the principle of the algorithm
C51Walking-robot
- 双足步行机器人,包括文档介绍以及相应的程序算法,可以更方便的理解双足机器人步行动作。-Biped walking robot, including document is introduced and the corresponding algorithm program, you can more easily understand bipedal robot walking motion.
用C语言实现按时间抽取的基-2FFT算法
- 用C语言实现按时间抽取的基-2FFT算法,以达到算法的计算和方便我们对于基-2FFT理论知识 的理解和应用。
RRT-master
- 用matlab实现的rrt快速随机搜索树算法,方便易于理解。(Using MATLAB to achieve the RRT fast random search tree algorithm, convenient and easy to understand.)
Example of DE
- 使用差分进化算法计算一个简单的求最小值的问题,方便学习和理解差分进化算法的思想(Using differential evolution algorithm to solve a simple minimum problem, it is easy to learn and understand the idea of differential evolution algorithm)
Astar
- 关键代码都有详细注释,方便学习理解,经典算法附带案例(A*. The key code has detailed notes. Classic algorithm with case.)
ID3算法源程序
- ID3算法程序,里面有好几个例子方便你的理解,仅供参考!(ID3 algorithm routine, for reference only.)
conerdetection
- 是.m文件,详细介绍了角点检测的方法,便于新手理解算法。(The harris conner detection is very popular .so it is nessary to understand this algorithm.)