搜索资源列表
字图像获取处理及实践应用一书光盘
- 图像处理光盘里面附带了很多在图像处理中经常用到的基本处理算法,如快速傅立叶变换,中值滤波等-image processing fringe discs inside a lot in image processing frequently used to deal with the basic algorithm, as Fast Fourier Transform, the value filter
DSP-C-PR
- 胡广书数字信号处理书c语言程序,包括基本的信号处理算法-book on digital signal processing c language program, including basic signal processing algorithms
ebf847eb-572a-4b85-95e0-e3d0c5d9bf50
- 一个典型的遗传算法源程序,属于基本遗传算法-a typical GA source files, which form the basic genetic algorithms
c_chang_yong_suan_fa
- c常用算法源代码,一些基本的算法,毕竟这个比较基础, 很有用,值得
myGA
- 王正林优化教程里的基本遗传算法,与大家共享-The Zhenglin optimization tutorial basic genetic algorithm, and share
1620821978
- 用C语言编写的基本遗传算法,读者可以根据需要进行相应参数的设定。-Using C language prepare the basic genetic algorithm, the reader can make the appropriate parameters.
ImagePatternRecognition
- 本书介绍图像模式识别的各种算法及其编程实现步骤。全书共分为10章,内容包括:模式识别的基本概念,位图的基础知识,分类器设计,模板匹配分类器,基于概率统计的Bayes分类器,几何分类器,神经网络分类器,图像分割与特征提取,聚类分析,模糊聚类分析,遗传算法聚类分析-Image Pattern Recognition
SGA
- 基本遗传算法代码实现,选择交叉变异 对于初学遗传算法的同志很有帮助,希望大家一起提高进步-Code to achieve the basic genetic algorithm, select the crossover and mutation genetic algorithm for beginners comrades helpful, hope all of us to improve progress
CBIR-HIST
- 本文主要对当今热门的基于内容的图像检索技术进行了研究,重点对它的算法进行研究。在半年的时间里,通过查阅很多相关的资料,并认真学习了基于内容的图像检索的基本理论,特别是深入研究了颜色直方图理论和累加直方图算法,最后在MATLAB平台下编程实现此系统,该系统可以实现基本图像检索的功能,根据用户输入的样本图像来与图像库中的图像进行特征匹配,然后找出与样本图像距离比较小的若干幅图像,并按照图像之间的距离由小到大的顺序显示给用户。-This paper focuses on today' s mos
GA
- 基本的遗传算法,供初学者使用,通俗易懂,有需要的可以随时下载-Basic genetic algorithm, for beginners to use, easy to understand, there is a need you can always download
1
- 基本的蚁群聚类算法,能够很好的进行聚类,方便对聚类算法的学生学习-Basic ant colony clustering algorithm, can be a good clustering, clustering algorithms facilitate student learning
ofdm--yasuo
- OFDM 自适应算法能够根据信道的状况进行比特和功率的分配,能够有效的降低误码率.本程序综合了迭代注水算法,CHOW算法,FISHER算法,H-H算法,以及自己改进的迭代注水算法程序,并进行了对比,改进的算法在有效性与迭代注水算法基本相近,但复杂度和实际应用性都更强,值得参考。-OFDM adaptive algorithm make the bit and power allocation according to the status of the channel .It can eff
Simulated-annealing-algorithm
- 模拟退火算法的详细讲解,基本的matlab代码实现,入门必需-Explain in detail the simulated annealing algorithm matlab code basic, entry required
myGA
- 这个源代码是关于基本遗传算法求解一维无约束优化问题的代码-This source code is on a one-dimensional basic genetic algorithm code for unconstrained optimization problems
MFCC
- MFCC算的C语言方法的实现,使用最基本的C语言函数实现了MFCC算法-The realization of the C language, using the most basic C language function to achieve the MFCC algorithm MFCC
GA
- 完整的遗传优化算法,基本的过程,详细的注释,非常适合初学者。-The complete genetic optimization algorithm, the basic process, detailed notes, very suitable for beginners.
Location-Service-TDOA_TOA_AOA
- chan算法及其加入角度信息后的比较 ChanAlgorithm――基本Chan算法 ChanAlgorithm_A――加入角度信息后的Chan算法,需要注意Chan算法的B矩阵 test――测试文件 CHANFUC――刘老师编的Chan算法,经比较后,小区半径并不影响定位精度。 chan4是对CHANFUC的测试。 -Chan chan algorithm algorithm and angle information added after compari
链表线性表
- 严蔚敏版数据结构第二章线性链表的基本功能函数的C语言的实现,以及书上算法2.1,2.2,2.3的具体实现(Yan Wei Min version of data structure second chapters, the realization of C function of basic function function of linear list, and the concrete realization of algorithm 2.1, 2.2, 2.3 in book.)
遗传算法理论,应用与软件实现 随书源码
- 遗传算法理论,应用与软件实现随书源码 《遗传算法:理论应用与软件实现》全面系统地介绍了遗传算法的基本理论,重点介绍了遗传算法的经典应用和国内外的新发展。全书共分11章。第1章概述了遗传算法的产生与发展、基本思想、基本操作以及应用情况;第2章介绍了基本遗传算法;第3章论述了遗传算法的数学基础;第4章分析了遗传算法的多种改进方法;第5章初步介绍了进化计算理论体系;第6章介绍了遗传算法应用于数值优化问题;第7章介绍了遗传算法应用于组合优化问题;第8章介绍了遗传算法应用于机器学习;第9章讨论了遗传
基于遗传算法的LQR控制器优化设计
- 基于遗传算法的LQR控制器优化设计,可以满足LQR控制器的基本需求,并在此基础上对系统功能进行了进一步完善,具有极大的参考意义。(The optimized design of the LQR controller based on the genetic algorithm can meet the basic requirements of the LQR controller. Based on this, the system functions are further improved