CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 算法优化

搜索资源列表

  1. 改进后的迷宫算法

    0下载:
  2. 迷宫算法程序学习,数据结构里的经典学习程序,代码经过自己的优化,加快了搜索速度-maze procedures learning algorithms, data structures of classical learning process, by its own code optimization to speed up the search process
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10197
    • 提供者:杜昭翼
  1. 求一个Dijkstra优化算法

    1下载:
  2. 求解一个最短路径问题程序,可以参考一下求一个Dijkstra优化算法! 谢谢了 目的是求给定两点之间的最短距离 或者改一下我的程序也行 -shortest path to solve a problem of procedure, can seek a reference Dijkstra algorithm optimization! Thank you, the purpose is scheduled for 2:00 to the shortest distance be
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3083
    • 提供者:Bill
  1. Knap2

    0下载:
  2. knap2 背包问题非递归,运用栈及回溯算法优化了一下,可以找到所有满足条件的解。 如果遇到什么问题,请发邮件至horsewhite32@hotmail.com,笔者将不胜感激 uuhorse
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6424
    • 提供者:uuhorse
  1. 带局部优化算法的马踏棋盘

    0下载:
  2. 马踏棋盘的局部优化算法,我把它实现了.为了交作业啊.不容易!五个作业才完成了两个了. 测试结果很棒.只有(5,4)点需要回溯.不过立刻就可出结果.其余的点直接出结果.哈哈.就是代码乱了点. 祝好!
  3. 所属分类:数据结构常用算法

  1. 矩阵优化算法_new

    0下载:
  2. C++的矩阵优化算法,具有较高的效率
  3. 所属分类:数据结构常用算法

    • 发布日期:2011-05-04
    • 文件大小:41070
    • 提供者:ljj3423@163.com
  1. OptimizeAlgrithm

    0下载:
  2. 快速排序优化算法,当子数组小于某一K值时不在计划分,而是采用直接插入排序法,k是与总结点数N有关的一个值(k=f(n-OptimizeAlgrithim
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:632228
    • 提供者:lihong
  1. chengshidaoluzuiduanDijkstra

    0下载:
  2. 城市道路最短路径的Dijkstra算法优化,应用于城市交通规划-Dijkstra
  3. 所属分类:Data structs

    • 发布日期:2017-04-27
    • 文件大小:256270
    • 提供者:张丽兰
  1. image

    0下载:
  2. 关于算法优化的例子,简单的例子:灰度变换,嵌入式处理用得到,一种优化思想,方法-Algorithm optimization on the example of a simple example: gray-scale transformation, embedded processing used to be, an optimization ideas, methods,
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:367020
    • 提供者:kaka
  1. LLK

    0下载:
  2. 连连看游戏设计,最短路径的寻找,判断两个图形是否可消,怎样优化寻路算法。-Lianliankan game design, to find the shortest path to determine whether the two graphic consumption and how to optimize the way-finding algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:247884
    • 提供者:
  1. FIFOLRUOPT

    0下载:
  2. 页式管理缺页中断优化FIFO LRU OPT.rar 三种算法-Page-style management page fault FIFO LRU OPT.rar three kinds of optimization algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:438293
    • 提供者:
  1. abc

    0下载:
  2. C语言算法简单优化技巧 -C language algorithm is simple and simple algorithm optimization techniques C-optimization tips
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:2658
    • 提供者:林海涵
  1. sce-ua

    3下载:
  2. 是一个优化算法的源程序,采用fortran编写,国内外应用较多-sce-ua
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:904674
    • 提供者:解河海
  1. matlabyiqunsuanfa

    5下载:
  2. 蚁群算法是一种用来在图中寻找优化路径的机率型算法。是一种求解组合最优化问题的新型通用启发式方法,该方法具有正反馈、分布式计算和富于建设性的贪婪启发式搜索的特点。通过建立适当的数学模型,基于故障过电流的配电网故障定位变为一种非线性全局寻优问题。-Ant colony algorithm is a method used to find optimal path in the graph the probability-based algorithm. Is a combination of opt
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:2648
    • 提供者:prince
  1. KSE1.0(SRC)

    0下载:
  2. 数独探索者,快速解数独的小程序。使用哈希表优化的深度优先搜索算法。-Sudoku Explorer 1.0
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:84759
    • 提供者:Kristin
  1. n_queen_youhua

    0下载:
  2. N皇后算法优化(朴素算法、DFS(深度优先搜索)+多重优化、非递归 + 多重优化)-N Queens Algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3850
    • 提供者:万华通
  1. AFSA

    0下载:
  2. 人工鱼群算法在调整和优化机器人路径中的应用-Artificial fish swarm algorithm to adjust and optimize the paths of the robot
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1737
    • 提供者:P
  1. Algorithm-optimization-strategy

    0下载:
  2. Algorithm optimization strategy,讲述了算法优化策略的常见方式,是陈晓东编写的课堂课件-Algorithm optimization strategy, algorithm optimization strategy described common way is to write the classroom courseware Daniel Chan
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:274990
    • 提供者:
  1. Sorting-algorithm

    0下载:
  2. 排序算法,包括拓扑排序、实数冒泡排序、复数冒泡排序等多种排序算法优化。-Sorting algorithm, including the topological sorting, real bubble sort, bubble sort, and other complex sorting algorithm optimization.
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:2837
    • 提供者:Aimshy
  1. 算法优化

    0下载:
  2. 算法优化.rar
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-03-19
    • 文件大小:367057
    • 提供者:coolhandy
  1. 09 遗传算法(Genetic Algorithm, GA)

    0下载:
  2. 遗传算法(Genetic Algorithm, GA)起源于对生物系统所进行的计算机模拟研究。它是模仿自然界生物进化机制发展起来的随机全局搜索和优化方法,借鉴了达尔文的进化论和孟德尔的遗传学说。其本质是一种高效、并行、全局搜索的方法,能在搜索过程中自动获取和积累有关搜索空间的知识,并自适应地控制搜索过程以求得最佳解。(The genetic algorithm (Genetic Algorithm, GA) originated from the computer simulation of b
  3. 所属分类:数据结构

    • 发布日期:2018-04-20
    • 文件大小:687104
    • 提供者:ZJN27
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com