资源列表
[人工智能/神经网络/遗传算法] differential algorithm
说明:这是一个用matlab编制的DE算法的源程序,希望大家喜欢!-This is a preparation using the Matlab DE algorithm source, hope you like them!<黄善理> 在 2025-10-03 上传 | 大小:9kb | 下载:0
[人工智能/神经网络/遗传算法] 野人传教士问题
说明:这是关于人工智能中关于传教士和野人问题的详细说明,请大家参考,提出修改意见-on Artificial Intelligence missionaries and Savage on the details, please refer to proposed amendments. .<刘宪国> 在 2025-10-03 上传 | 大小:9kb | 下载:0
[数学计算/工程计算] Rayleigh Fading simulation
说明:这是一个瑞利衰落信道中的MATLAB仿真实现。很难得。-This is a Rayleigh fading channels MATLAB Simulation. Very rare.<逄玉叶> 在 2025-10-03 上传 | 大小:9kb | 下载:0
[数值算法/人工智能] 用VC写的词法分析器
说明:这是我用VC写 的一个小程序希望对大家有用-This is my VC write a small program you want to useful<张事实> 在 2025-10-03 上传 | 大小:9kb | 下载:0
[matlab例程] 遗传算法求解TSP问题
说明:基本遗传算法求解TSP问题,只需给出城市间距离矩阵和初始参数即可进行计算。-basic genetic algorithm for TSP, is only inter-city distance matrix and the initial parameters can be calculated.<时> 在 2025-10-03 上传 | 大小:9kb | 下载:0
[数学计算/工程计算] 数值计算_病态线性方程组的求解
说明:这是数值分析的一些作业实验,文件中有详细的文档对理论,实验和算法的说明,用于病态方程组求解的源代码-This is the numerical analysis of the experimental operation, the paper detailed documentation of theory, experiment and the algorithm shows that morbid equation for solving the source code<李琳> 在 2025-10-03 上传 | 大小:9kb | 下载:0
[数据结构常用算法] C语言实现的皇后问题
说明:n皇后问题,可以显示所有的合适路径,典型的回溯算法-n Queen's, will show you all the appropriate path, the typical backtracking algorithm<吴限负> 在 2025-10-03 上传 | 大小:9kb | 下载:0
[数据结构常用算法] Huffman程序
说明:为得到使电文总长最短的二进制前缀编码,则以n种字符出现的频率作权,设计一棵Huffman树,求出给定权值的字符对应的Huffman编码。-enable the message to be chief of the shortest prefix binary coding, while the n characters of frequencies for the right to design a Huffman tree, obtained the right to set the valu<张磊> 在 2025-10-03 上传 | 大小:9kb | 下载:0
[人工智能/神经网络/遗传算法] 模拟退火例子1
说明:模拟退火算法来源于固体退火原理,将固体加温至充分高,再让其徐徐冷却,加温时,固体内部粒子随温升变为无序状,内能增大,而徐徐冷却时粒子渐趋有序,在每个温度都达到平衡态,最后在常温时达到基态,内能减为最小。根据Metropolis准则,粒子在温度T时趋于平衡的概率为e-ΔE/(kT),其中E为温度T时的内能,ΔE为其改变量,k为Boltzmann常数。用固体退火模拟组合优化问题,将内能E模拟为目标函数值f,温度T演化成控制参数t,即得到解组合优化问题的模拟退火算法:由初始解i和控制参数初值t开始,对<刘明> 在 2025-10-03 上传 | 大小:9kb | 下载:0