CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - 算法优化

搜索资源列表

  1. my_Mine

    0下载:
  2. 一个优化过的挖地雷游戏的程序,对算法进行了改进,去掉了一些bug,供大家参考学习-an optimization off mines dug game procedures, an improved algorithm, eliminating some bug, for your reference learning
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:533941
    • 提供者:笑容
  1. Bachiochi-188

    0下载:
  2. 在C语言环境下使用的粒子群优化算法,需要给出最大速度、迭代次数、作为中断条件的最小误差等初始条件。- -in C-language environment using the PSO algorithm, the greatest need is speed, the number of iterations. interrupted as the smallest error conditions such as initial conditions. -
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:25129
    • 提供者:zhuweikun
  1. wwwgg

    0下载:
  2. 以教学任务为基本单位,在计算教学任务排课优先级的基础上,对教学任务的时间和教室的安排均采用优化资源查找的算法.为简化算法,先安排教学任务的时间,然后再安排教室,设计并实现了一个高效智能排课系统.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:21164
    • 提供者:wenshiqiang
  1. A 算法求解最短路径

    0下载:
  2. /* 求解最短路径代码 * 这段代码没有进行任何优化(包括算法上的), 但不意味我不知道该怎样优化它, * 它是为教学目的而做,旨在用易于理解和简洁的代码描述出 A* 算法在求最段路 * 径中的运用. 由于很久没有摸算法书, 本程序不能保证是纯正的 A* 算法 -) * 你可以在理解了这段程序的基础上,按自己的理解写出类似的代码. * * 本程序附带有一个数据文件 map.dat, 保存有地图的数据 */-/ * code for the Shortest Path * This code wi
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:7339
    • 提供者:许俊
  1. mopsoarchi.rar

    0下载:
  2. 自适应多目标优化粒子群算法源程序,这是一个C语言编制的源程序,很实用.,Adaptive multi-objective particle swarm optimization algorithm source code, which is a C language source program, it is practical.
  3. 所属分类:CSharp

    • 发布日期:2016-03-26
    • 文件大小:36148
    • 提供者:youzping
  1. fight.rar

    0下载:
  2. 人工智能小程序,其中涉及了A*算法,主要为搜索优化。,Artificial Intelligence small procedure, which involves the A* algorithm, mainly for search optimization.
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:9975
    • 提供者:faway
  1. Functionofgeneticalgorithmoptimizationprocedure.ra

    1下载:
  2. 用遗传算法解一个函数优化问题的程序,目标函数和约束条件可以改动!-Genetic Algorithm for a function optimization problem with the objective function and constraints can be changed!
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:201273
    • 提供者:HuiGuobao
  1. shudu

    0下载:
  2. 该文章详细介绍了数独算法,里面有详尽的解释,包括深度优化和广度优化的说明-The article details a number of unique algorithms, which has detailed explanation, including the optimization of the depth and breadth of descr iption of optimization
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:237651
    • 提供者:郭小军
  1. SpatialIndexing

    0下载:
  2. 动态平衡四叉树优化算法,改善四叉树算法,快速空间索引算法。-Homeostasis quadtree algorithm to improve the quadtree algorithm, fast spatial indexing algorithm.
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:3390
    • 提供者:sulanghua
  1. BasicPSO

    0下载:
  2. 这是一个基本的粒子群最佳化算法,解决单目标数值优化问题。-This is a basic particle swarm optimization algorithm to solve single-objective numerical optimization problems.
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:3641
    • 提供者:梅传根
  1. mopsowithcd

    0下载:
  2. 一种计算全局拥挤距离多目标优化粒子群算法源程序,这是一个C语言编制的源程序,很实用.-A calculation of the overall crowding distance of multi-objective particle swarm optimization algorithm source code, which is a C language source program, it is practical.
  3. 所属分类:CSharp

    • 发布日期:2016-03-16
    • 文件大小:11617
    • 提供者:youzping
  1. c

    1下载:
  2. 罚函数方法是求解约束(极小)优化问题的一类较好的算法。其基本思想:根据约束的特点构造某种惩罚函数,并把惩罚函数添加到目标函数上去,从而得到一个增广目标函数,使约束优化问题的求解转化为一系列无约束极小优化问题的求解。-Penalty function method for solving constrained (minimum) optimization problem of a class of better algorithms. The basic idea: In accordance
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2623
    • 提供者:szl
  1. fabianyi

    0下载:
  2. 未优化模式就是原生代码,其调式期间可以和源代码一 一对应,maxspeed模式则尽可能将操作放在寄存器内完成,并且有一定的算法优化;而最小代码模式则通过合并部分代码,尽可能的通过EBP比例变址寻址,完成对二维数组的访问。 -Model is not optimized native code, and its modal period of the source code can be one correspondence, maxspeed model is designed to opera
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:3359
    • 提供者:Tracy
  1. munituihuo

    0下载:
  2. 模拟退火算法解决TSP问题,用固体退火模拟组合优化问题,将内能E模拟为目标函数值f,温度T演化成控制参数t,即得到解组合优化问题的模拟退火算法:由初始解i和控制参数初值t开始,对当前解重复“产生新解→计算目标函数差→接受或舍弃”的迭代,并逐步衰减t值,算法终止时的当前解即为所得近似最优解-Simulated annealing algorithm to solve the TSP problem, combined with solid-annealing simulation optimiza
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:1326
    • 提供者:rain
  1. ga

    0下载:
  2. 本压缩包内收集了一些C#常用的7种遗传算法,这些算法主要是保存超个体的基本遗传算法、仿生双倍体遗传算法、人工双倍体遗传算法、保存历史最优解的遗传算法、保存历史最优解的仿生双倍体遗传算法等,另外,对随机数的产生机制进行了优化,在内层循环中也能产生高质量的随机数。部分功能可通过源码爱好者测试截图中看出,这里不再详述。-The compression bag to collect some C# commonly used seven kinds of genetic algorithms is pr
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:27734
    • 提供者:mayi789
  1. Sort

    0下载:
  2. 各种排序算法实现和优化、比较。成功编译,c-Implementation and optimization of various sorting algorithms, comparison
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:3914
    • 提供者:XiaoyuShi
  1. epsmoea

    0下载:
  2. spsmoea是一种基于MOEA的多目标优化遗传算法,对于解决多目标问题收敛性好,确保了其多样性,具有很高的应用价值。-Epsilon-MOEA in C and C++
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:8200
    • 提供者:曾凯
  1. SPEA2

    0下载:
  2. SPEA2,是一种多目标优化的算法,求可行解集速度比较快!-SPEA2 for multiobjective optimization method, the strength Pareto evolutionary algorithm2
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:9485
    • 提供者:yuchenlong
  1. GATEST

    0下载:
  2. 遗传算法优化的小程序,利用遗传算法求解函数的极值。-Genetic algorithm optimization procedures, the use of genetic algorithm function extremum.
  3. 所属分类:CSharp

    • 发布日期:2017-11-24
    • 文件大小:107769
    • 提供者:王瑞
  1. Genetic-algorithm-optimization

    0下载:
  2. 一船算法优化 TSP用的各种算子 置换变异算子和杂交算子-A boat algorithm to optimize the TSP with a variety of operator replacement mutation operator and crossover operator
  3. 所属分类:CSharp

    • 发布日期:2017-11-21
    • 文件大小:128500
    • 提供者:许玲
« 12 3 »
搜珍网 www.dssz.com