资源列表
[人工智能/神经网络/遗传算法] tutorial-for-matlab-code-of-POS
说明:学习粒子群算法matlab代码,有算法介绍,及相应matlab程序,非常通俗易懂-Learning particle swarm algorithm matlab code, algorithm descr iption, and the corresponding matlab program, very easy to understand<五毛> 在 2025-02-03 上传 | 大小:153kb | 下载:0
[matlab例程] pca-matlab
说明:主成分分析法,其本质是实现高纬到低维的分析,用matlab实现的代码-Principal component analysis, by its very nature is to achieve the high latitudes to low-dimensional analysis, implemented with the matlab code<manqingli> 在 2025-02-03 上传 | 大小:4kb | 下载:0
[人工智能/神经网络/遗传算法] POS-algorithm
说明:对粒子群算法模式的有效扩展的几篇文献,很有启发-Particle swarm optimization model for the effective expansion of several documents, very enlightening<五毛> 在 2025-02-03 上传 | 大小:1.01mb | 下载:0
[人工智能/神经网络/遗传算法] POS-reference
说明:对粒子群算法模式的有效扩展的几篇文献,很有启发-Particle swarm optimization model for the effective expansion of several documents, very enlightening<五毛> 在 2025-02-03 上传 | 大小:1.23mb | 下载:0
[matlab例程] wgsxyz2lla
说明:把地心惯性坐标系中的坐标转换为经度纬度和高度-convert Geocentric inertial coordinate system to longitude latitude and altitude<liulin> 在 2025-02-03 上传 | 大小:2kb | 下载:0
[matlab例程] GA_toolbox
说明:1.附件结构: gatbx.rar: (1)gatbx-origin.zip (2)gatbx-toolbox.rar (3)gatbx-example.rar 2.调试所用Matlab版本是6.5,gatbx-toolbox是调试过程中使用的工具箱,有些热心的研友已经提供了该工具箱,之所以再贴一遍,是因为6.5版本下调试该工具箱会出现一些错误提示,在该版本中已经进行了改正,使用该工具箱只需要将压缩包下的gatbx和gatbx<李祥宝> 在 2025-02-03 上传 | 大小:12.03mb | 下载:0
[数值算法/人工智能] shuixianhua
说明:用以c++/c的方法求21位水仙花数,并求从程序运行到得出结果所用的时间-To c++/c of the method, to calculate the number of 21 daffodils, and seek to draw from the results of running time spent<colin> 在 2025-02-03 上传 | 大小:1kb | 下载:0
[数值算法/人工智能] eight-queens
说明:分治法求解八皇后问题,一个简单的分治法应用算法。-Divide and conquer method to solve the eight queens problem, a simple application of divide and conquer algorithm.<李俊炜> 在 2025-02-03 上传 | 大小:13kb | 下载:0
[数值算法/人工智能] Rational-fraction-equation
说明:用来求解有理数分式方程。为它设计两个数据成员,一个作为分子,另一个作为分母。分母不能为0。有理数1/2可以使用这个类的对象r表示为r(1,2)。需要完成如下操作: 如果分子和分母友公约数,就应该进行化简; 有理数可以进行四则运算,需要重载运算符; 重载流运算符,可以直接输入分子和分母,以及作为整体输出 -Used for solving the rational fraction equation. For its de<陈建> 在 2025-02-03 上传 | 大小:45kb | 下载:0