资源列表
[matlab例程] kmeanmatlab
说明:k-mean program INPUT A Matrix or dataset K Number of clusters to find (optional default: 2) MAXIT maximum number of iterations (optional default: 50) INIT Labels for initialisation, or rand : take at random K objects as initial means,<letian> 在 2025-11-29 上传 | 大小:10kb | 下载:0
[人工智能/神经网络/遗传算法] include
说明:用遗传算法解根号2,求根号2,也就是求方程f(x)=x*x-2=0的正整数解,x=1时f(1)<0,x=2时f(2)>0,由介值定理,则1到2中间存在一个根,根据代数基本定理和根的对称性知这就是我们要找的根(废话,初中生都知道是1.414左右),由目标函数得到适应度函数,我们选择个体都在[1,2]之间,那适应度函数我可以取 j(x)=40/(2+|x*x-2|)-10,由x的取值范围知j的范围是(0,10) x和y交叉就用取平均(x+y)/2,交叉概率取0.9,变异概率为0,<yuxin> 在 2025-11-29 上传 | 大小:3kb | 下载:0
[matlab例程] DSP_MATLAB_ChenHuaiChen
说明:名师陈怀琛MATLAB及在电子信息课程中的应用的所有电子课件,含有书中举出的MATLAB讲解例子和课后习题例子,非常详细,非常精彩,对于学习数字信号处理和学习MATLAB帮助巨大-DSP_MATLAB_ChenHuaiChen<fancyou> 在 2025-11-29 上传 | 大小:3.05mb | 下载:0
[人工智能/神经网络/遗传算法] GATSP
说明:通过此程序能够利用遗传算法解决TSP问题,即图论中从某一点出发经过所有点一次的最短路径求解问题-Through this program can take advantage of genetic algorithm to solve the TSP problem, namely, graph theory starting from a point in time through all the points for solving the shortest path problem<luoyong> 在 2025-11-29 上传 | 大小:4kb | 下载:0
[数据结构常用算法] huffmantree
说明:用C++实现的霍夫曼树,在学习数据结构时很有用,可以用来参考-With C++ implementation Huffman tree, in learning the data structure is useful and can be used for reference<张> 在 2025-11-29 上传 | 大小:186kb | 下载:0
[数据结构常用算法] 8queen
说明:数据结果中的很有名的8皇后问题,该程序实现了8皇后的动态演示,图形界面友好,易用,对于学习C++编程和数据结构很有帮助-Data results in the well-known 8-queens problem, the program achieved an 8-Queen' s dynamic presentations, graphical user-friendly, easy to use, for learning C++ programming and data stru<张> 在 2025-11-29 上传 | 大小:451kb | 下载:0
[数据结构常用算法] ChessDisplay
说明:一个小下棋程序,算法简单,图像演示结果,很方便使用,适合C++和数据结构的初学者参考使用-A small chess program, algorithm is simple, the image shows the results, it is easy to use, suitable for C++ and data structure reference for beginners to use<张> 在 2025-11-29 上传 | 大小:346kb | 下载:0