资源列表
[数据结构常用算法] caculation
说明:电力系统潮流算法,内含多个子程序,可工大家学习参考-power flow algorithm, containing more than subroutine, we can learn from the Public Reference<郭小龙> 在 2025-01-13 上传 | 大小:4kb | 下载:0
[matlab例程] paikeyongdedaima
说明:基于遗传算法的排课表的代码,通过调试,可以使用,如果想做成系统,请自行完成工程文件,这里只是排课的代码。-Time-table of the code, debugging, you can use if you want to create, please complete the project on its own, only here Course Scheduling code.<流氓猫> 在 2025-01-13 上传 | 大小:4kb | 下载:0
[人工智能/神经网络/遗传算法] RecruitingAntColonySystemTSP
说明:这是用RecruitingAntColonySystem 解决tsp问题的C++源码 希望对大家研究蚂蚁算法有所帮助-RecruitingAntColonySystem this is the solution tsp C source code you want to study ants help Algorithm<刘新儒> 在 2025-01-13 上传 | 大小:4kb | 下载:0
[人工智能/神经网络/遗传算法] RecruitingAntSystemTSP
说明: 这是用RecruitingAntSystem解决tsp问题的C++源码 希望对大家研究蚂蚁算法有所帮助-RecruitingAntSystem tsp solve the C source of hope we study some help Ant Algorithm<刘新儒> 在 2025-01-13 上传 | 大小:4kb | 下载:0
[人工智能/神经网络/遗传算法] kmean
说明:这是用C++作的K-均值聚类算法,模式识别当面的,希望对大家有所帮助!-C is for the K-means clustering algorithm, pattern recognition face-to-face, we want to help!<Jesson > 在 2025-01-13 上传 | 大小:4kb | 下载:0
[人工智能/神经网络/遗传算法] lyap_small_data_sets
说明:小数据量法 求指数. 计算数组最大值.求最短距离及向量-small data Method index. Calculation array maximum. For the shortest distance vector<杨文> 在 2025-01-13 上传 | 大小:4kb | 下载:0
[人工智能/神经网络/遗传算法] ica_cdma
说明:程序对盲信号分离空时多用户检测器的仿真 但在程序中A用了随机矩阵,而没有用空时阵列中的阵列响应矩阵。-procedures for Blind Signal Separation space-time multi-user detector simulation of the proceedings with the A random matrix, but not with an empty array when the resp<李健康> 在 2025-01-13 上传 | 大小:4kb | 下载:0
[数据结构常用算法] LCS_Dynamic_Programming
说明:LCS(最长公共子序列)问题可以简单地描述如下: 一个给定序列的子序列是在该序列中删去若干元素后得到的序列。给定两个序列X和Y,当另一序列Z既是X的子序列又是Y的子序列时,称Z是序列X和Y的公共子序列。例如,若X={A,B,C,B,D,B,A},Y={B,D,C,A,B,A},则序列{B,C,A}是X和Y的一个公共子序列,但它不是X和Y的一个最长公共子序列。序列{B,C,B,A}也是X和Y的一个公共子序列,它的长度为4,而且它是X和<汤烈> 在 2025-01-13 上传 | 大小:4kb | 下载:0