Welcome![Sign In][Sign Up]
Location:
Search - sa algorithm source code

Search list

[Other resourceimmune_algorithm

Description: 一个使用免疫算法实现物流调度的源代码,使用SQL Server 2005+Visual Studio C# 2005开发,可以在地图上描出优化路径。压缩包中的wldd.bak和wldd1.bak为数据库文件,将其恢复到SQL Server 2005中即可。需要注意的是,默认的连接字符串为 connectionString=\"Data Source=YANXL\\SQLEXPRESS Initial Catalog=wldd1 User ID=sa Password=dream\" 初始密码可以改掉-an immunosuppressive logistics scheduling algorithm source code. SQL Server 2005 Visual Studio 2005 C# development, on the map can delineate optimal path. Compressed and the wldd.bak wldd1.bak for database files, will be restored to its SQL Server 2005 will be. Need to pay attention to, The default link to the string connectionString = "Data Source = YA NXL \\ SQLEXPRESS Initial Catalog wldd1 User ID = Password = = sa dream "initial password can fit
Platform: | Size: 7264379 | Author: 闫小良 | Hits:

[AI-NN-PRimmune_algorithm

Description: 一个使用免疫算法实现物流调度的源代码,使用SQL Server 2005+Visual Studio C# 2005开发,可以在地图上描出优化路径。压缩包中的wldd.bak和wldd1.bak为数据库文件,将其恢复到SQL Server 2005中即可。需要注意的是,默认的连接字符串为 connectionString="Data Source=YANXL\SQLEXPRESS Initial Catalog=wldd1 User ID=sa Password=dream" 初始密码可以改掉-an immunosuppressive logistics scheduling algorithm source code. SQL Server 2005 Visual Studio 2005 C# development, on the map can delineate optimal path. Compressed and the wldd.bak wldd1.bak for database files, will be restored to its SQL Server 2005 will be. Need to pay attention to, The default link to the string connectionString = "Data Source = YA NXL \ SQLEXPRESS Initial Catalog wldd1 User ID = Password = = sa dream "initial password can fit
Platform: | Size: 10878976 | Author: 闫小良 | Hits:

[Mathimatics-Numerical algorithmsSA

Description: 一个模拟退火算法的改进程序,用来进行矢量量化码本的优化-A simulated annealing algorithm to improve the procedures used for vector quantization codebook optimization
Platform: | Size: 31744 | Author: fasdf | Hits:

[matlabDbscan

Description: DBScan算法,在matlab中实现-DBScan algorithm, to achieve in matlab
Platform: | Size: 2048 | Author: 刘佳 | Hits:

[Other Gamescgmapmaster

Description: 魔力宝贝地图浏览,编辑修改程序全部源码。包含魔力/石器图档解码算法。-CROSSGATE map view, edit and modify the program all the source code. Contains the CG/SA bin file decoding algorithm.
Platform: | Size: 460800 | Author: 露水 | Hits:

[Software Engineeringsa

Description: VB中最短路径算法的设计思路,并附带源码。-VB in the shortest path algorithm design ideas, and comes with source code.
Platform: | Size: 5120 | Author: wajika | Hits:

[AI-NN-PRsa

Description: c++编写的模拟退火算法旅行家问题,可以执行,包含源代码 -c++ written in the problem simulated annealing algorithm traveler, you can perform, including the source code
Platform: | Size: 2048 | Author: xxx | Hits:

[matlabmatlab--TSP-SA

Description: 基于MATLAB 使用模拟退火算法求解旅行商问题的源码实现。解压后就可以用。-MATLAB based simulated annealing algorithm using the source code for the traveling salesman problem implementation. After decompression can be used.
Platform: | Size: 4096 | Author: 徐小夏 | Hits:

[Data structsSA

Description: 压缩包中的工程包含了三种风格。adtstyle文件夹对应的是抽象数据风格,invretstyle文件夹对应的是调用返回风格,pipestyle文件夹对应的是管道过滤器风格。源代码是用MyEclipse 6.5写的。可直接将工程导入MyEclipse中即可运行,也可以运行SA文件夹里面的start.bat选择某个风格运行。 抽象数据风格的按字母排序算法用的是快速排序算法,代码位于SA\src\adtstyle\impl.AlphabetizerImpl.java,调用返回风格用的是插入排序算法,代码位于SA\src\invretstyle\Alphabetizer.java,管道过滤器风格用的是堆排序算法,代码位于SA\src\pipestyle\Alphabetizer.java。三种风格都对一些噪音词汇进行过滤,private static final String ignore = "a#$an#$and#$as#$is#$the#$of#$",上面语句中由"#$"间隔开的就是噪音词汇。SA\input.txt是输入文件,可对其进行配置来解析不同的文本。-The compression works package includes three different styles. adtstyle folder corresponding abstract data style, invretstyle folder corresponding to the call returns the style, pipestyle folder corresponding to the pipe filter style. The source code is written using MyEclipse 6.5. Directly to the project into MyEclipse to run can run SA folder inside the start.bat select a style run. Abstract data-style alphabetical sorting algorithm is quick sort algorithm, the code is located in SA, \ src \ adtstyle \ impl.AlphabetizerImpl.java, call return style is the insertion sort algorithm, the code in SA \ src \ invretstyle \ Alphabetizer.java pipe filter style using a heap sort algorithm, the code is located in SA, \ the src the \ pipestyle \ Alphabetizer.java. Three styles of some noise words filter private static final String ignore = " a# $ an# $ and# $ as# $ is# $# $ of# $" , " # $" in the above statement spaced noise words. SA, \ input.txt yes the input file can be confi
Platform: | Size: 38912 | Author: 杨诗听 | Hits:

[matlabAlgorithms

Description: matlab源码:K-means算法,粒子群算法PSO,模拟退火算法SA-The matlab source code: K- means algorithm, particle swarm optimization (PSO, simulated annealing algorithm SA
Platform: | Size: 205824 | Author: hhb | Hits:

[AI-NN-PRAStar

Description: this a source code to solve TSP problem with obstacle in warehouse. the distance between nodes is calculated by A* algorithm and SA algorithm within the source code returns the sequence which is best sequence. how to use the code:: First you need to put how many code you wanna visit. second please put the x coordinate and y coordinate. ( if you want to change the map information, please change the map in SAFuction class.and also change the width and height.-this is a source code to solve TSP problem with obstacle in warehouse. the distance between nodes is calculated by A* algorithm and SA algorithm within the source code returns the sequence which is best sequence. how to use the code:: First you need to put how many code you wanna visit. second please put the x coordinate and y coordinate. ( if you want to change the map information, please change the map in SAFuction class.and also change the width and height.
Platform: | Size: 9216 | Author: taeho Noh | Hits:

[Other神经网络入门13课源码

Description: 神经网络入门13课源码 第一课 MATLAB入门基础 第二课 MATLAB进阶与提高 第三课 BP神经网络 第四课 RBF、GRNN和PNN神经网络 第五课 竞争神经网络与SOM神经网络 第六课 支持向量机( Support Vector Machine, SVM ) 第七课 极限学习机( Extreme Learning Machine, ELM ) 第八课 决策树与随机森林 第九课 遗传算法( Genetic Algorithm, GA ) 第十课 粒子群优化( Particle Swarm Optimization, PSO )算法 第十一课 蚁群算法( Ant Colony Algorithm, ACA ) 第十二课 模拟退火算法( Simulated Annealing, SA ) 第十三课 降维与特征选择(Source code of 13 courses of neural network introduction)
Platform: | Size: 4372480 | Author: 1234567845432 | Hits:

CodeBus www.codebus.net