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

搜索资源列表

  1. mmx

    1下载:
  2. 经MMX, SSE 2优化后的MEMCPY,比VC中的MEMCPY快不少-as MMX, SSE, SSE2 optimization of MEMCPY than the VC lot faster MEMCPY
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1853
    • 提供者:sunshine
  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. d_s_3

    0下载:
  2. 利用优化算法,实现寻找一个网络的两点之间的最短路经-using optimization algorithms to achieve the search for a network between two points is the shortest pass
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:16600
    • 提供者:李枫
  1. zhuanzidongpingheng

    0下载:
  2. 转子动平衡的几个优化算法 影响系数法 定位相角最佳算法-rotor balancing algorithm optimization of several factors affecting the statutory phase angle best algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:161240
    • 提供者:ant
  1. pr_loqo

    0下载:
  2. loqo用内点法进行解最优化问题。对于训练SVM特别有用。-loqo using interior point method for Solving optimization problems. Training for SVM particularly useful.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6592
    • 提供者:万广鲁
  1. tianji

    0下载:
  2. 田忌赛马问题:用动态规划问题,解决最优化问题,不错的算法哦-Tianji race issue : dynamic programming problem solving optimization problems, a good algorithm oh.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:918
    • 提供者:iori
  1. Dynamic_Programming

    1下载:
  2. 多阶段决策过程( multistep decision process )是指 这样一类特殊的活动过程,过程可以按时间顺序分解成若干个相互联系的阶段,在每一个阶段都需要做出决策,全部过程的决策是一个决策序列。 动态规划 ( dynamic programming )算法 是解决 多阶段决策过程最优化问题 的一种常用方法,难度比较大,技巧性也很强。利用动态规划算法,可以优雅而高效地解决很多贪婪算法或分治算法不能解决的问题。动态规划算法的基本思想是:将待求解的问题分解成若干个相互联系的子问题,先求解
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3241
    • 提供者:汤烈
  1. Delphi_1016

    0下载:
  2. 《Delphi算法与数据结构》源码 Delphi开发人员Julian Bucknall从实用角度为广大程序员提供了有关使用算法和数据结构的一个详尽的介绍。Bucknall先从算法性能的讨论开始,涵盖了诸如数组、链表和二叉树等内容。这本书强调了查找算法(如顺序和二分查找),另外也重点介绍了排序算法(包括冒泡排序、插入排序、希尔排序、快速排序和堆排序),此外还提供了有关的优化技术。不仅如此,作者还介绍了散列和散列表、优先队列、状态机和正则表达式以及诸如哈夫曼和LZ77等数据压缩技术。 随附光
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:148649
    • 提供者:Bob
  1. simkd

    0下载:
  2. kd树的最快实现算法,经过了数次优化后,即使处理数十万个点,也仅仅需要几秒钟,内含使用说明。-kd tree algorithm to achieve the fastest, after a number of optimization, even hundreds of thousands of points. I only need a few seconds, intron use.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:208607
    • 提供者:胖丫
  1. factorialxxxyy

    0下载:
  2. 一个最优化的大数阶乘算法,可以计算超过5位数的阶乘,而运算时间只需几秒。-an optimization of large factorial algorithm can calculate the median of over 5 factorial, and the computation time only a few seconds.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6417
    • 提供者:刘华
  1. np

    0下载:
  2. 顶点覆盖问题的NP完全证明和顶点覆盖优化问题的近似算法-vertex cover problem NP-complete certification and vertex cover the approximate optimization algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:185560
    • 提供者:王萧
  1. Dijkstra_Heap

    0下载:
  2. Dijkstra算法,Heap优化,复杂度NlogN-Dijkstra algorithm, Heap optimization, complexity NlogN
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1281
    • 提供者:byron
  1. donald e. knuth - the art of computer programming

    1下载:
  2. 卷3为分拣和搜索,这是本书的第1个修订版,它是对计算机分拣和搜索的一流技术的最全面的研究,它扩展了卷1中数据结构的处理方法,将大小数据库以及内存和外部存储都包含在内。本书包括对计算机方法仔细检查的选择方案,和其效率的大量分析。本书该版的独特之处在于优化了的分拣,以及对通用散列法和排列法的新的理论论述。-Volume 3 for sorting and searching, this is the book of a revised edition, it is sorted on the com
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:16165876
    • 提供者:邵宇峰
  1. Taguchi-genetic_algorithm.rar

    0下载:
  2. Hybrid Taguchi-genetic algorithm for global numerical optimization ,Hybrid Taguchi-genetic algorithm for global numerical optimization
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:406265
    • 提供者:havehuang
  1. AVT

    0下载:
  2. 平衡二叉树是数据结构中一个非常重要的概念。它对二叉树的优化和提高查询效率有重要的作用,它是动态查找的一个非常重要方法,它在实际生产中有着广泛的应用。 通过本课程设计教学所要求达到的目的是:充分理解和掌握二叉树、平衡二叉树的相关概念和知识。掌握平衡二叉树的生成、结点删除、插入等操作过程,并编程实现从键盘上输入一系列数据(整型),建立一棵平衡二叉树,任意插入或删除一个结点后仍然要求构成平衡二叉树,并按中序遍历输出这棵平衡二叉树。 -Balanced binary tree data s
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:203573
    • 提供者:张欣
  1. multiStageGraph

    0下载:
  2. 使用动态规划求多段图的C++源程序,用于满足最优化问题且问题能转换成一个有向图问题的求解,可以直接运行!-The use of dynamic programming for multi-stage plan of C++ source code, designed to meet the optimization problem and the problem can be converted into a directed graph to solve the problem, you ca
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:229094
    • 提供者:张凯兵
  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. Civil-structure-optimization-design

    0下载:
  2. 本书介绍优化算法的基本理论,及在土木工程行业中的应用。-This book presents the basic theory of optimization algorithms, and applications in civil engineering industry.
  3. 所属分类:Data structs

    • 发布日期:2017-05-22
    • 文件大小:6804449
    • 提供者:qingtom
  1. ant-colony-optimization

    0下载:
  2. 蚁群算法(ant colony optimization, ACO),又称蚂蚁算法,是一种用来在图中寻找优化路径的机率型算法。 -ACO (ant colony optimization, ACO), also known as the ant algorithm is a method used to find the optimal path in the graph the probability-based algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:24255
    • 提供者:yeyu
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com