CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - GRASP算法

搜索资源列表

  1. 数据压缩

    0下载:
  2. 本程序包括了数据压缩和解压的几种基本算法:算术编码,lz77,lzw;对于数据压缩的初学者了解和掌握这几种基本的数据压缩方法应该有帮助-the procedures include data compression and decompression of several basic algorithm : arithmetic coding, lz77, 4,558,302; Data compression for the beginners to understand and grasp
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:4810
    • 提供者:叶靥
  1. 数据结构算法与应用C__语言描述

    0下载:
  2. 数据结构算法与应用C__语言描述,数据结构是专业程序员不得不看得教程,建议在成为codefans之前,对数据结构和操作系统远离多把握一些-algorithm and data structure Application C__ language, data structure is a professional programmer to see the guides, as recommended in codefans before the data structure and operat
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:11776142
    • 提供者:韶华
  1. 图形学直线和圆的生成算法

    0下载:
  2. 掌握直线和圆的生成算法,分别用DDA法和中点画线法在屏幕上画两条直线段-grasp of linear and circular generation algorithm, respectively DDA Act and the dotted lines in the screen painting of two straight
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1031
    • 提供者:成龙
  1. BP算法基本程序

    0下载:
  2. 基本的BP神经网络框架,比较适用于初学者快速掌握神经网络的构成。-basic framework BP neural network, suitable for beginners to grasp the composition of neural networks.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4163
    • 提供者:吕化
  1. GRASP

    2下载:
  2. 贪婪随机自适应搜索法(GRASP),使用随机化的最小最小完成时间算法来产生问题的初始解,再通过变邻域下降算法来改进这个解。-Greedy randomized adaptive search method (GRASP), the minimum use of randomized algorithm to generate the minimum completion time of the initial solutions of the problem, and through the v
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:5428
    • 提供者:sunling
  1. GA

    0下载:
  2. 简单的遗传算法源程序,你可以运行及参考,初步掌握遗传算法的过程-Simple genetic algorithm source code, you can run and reference, the initial grasp the process of genetic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:6132
    • 提供者:Anni
  1. The_design_of_computer_algorithms

    0下载:
  2. 全书从算法设计和算法分析的基本概念和方法入手,系统介绍了算法设计方法与分析技巧。全书分为3个部分:第一部分介绍算法的基本概念、算法的数学基础以及算法复杂度分析;第二部分针对排序问题和图的问题,讨论各种已有的算法,并介绍常用的算法设计方法包括分治法、贪心法、动态规划法、回溯法和分支限界法,并介绍了计算的复杂性以及NP完全问题;第三部分讲述并行计算模型和并行算法设计技术。书中每章后面都附有一定数量的习题,帮助读者理解和掌握书中的内容。-Book from the algorithm design a
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-23
    • 文件大小:7182696
    • 提供者:shang
  1. [matlab]

    1下载:
  2. 模糊核聚类算法的几篇论文及matlab源码,可以以练代学,更好掌握模糊聚类方法。-Fuzzy Kernel Clustering Algorithm matlab several papers and source code, can be practicing on behalf of science, to better grasp the fuzzy clustering method.
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:1380354
    • 提供者:大长今
  1. RSA-vb

    1下载:
  2. RSA是被研究得最广泛的公钥算法,从提出到现在已近二十年,经历了各种攻击的考验,逐渐为人们接受,普遍认为是目前最优秀的公钥方案之一。RSA的安全性依赖于大数的因子分解,但并没有从理论上证明破译RSA的难度与大数分解难度等价。即RSA的重大缺陷是无法从理论上把握它的保密性能如何,而且密码学界多数人士倾向于因子分解不是NPC问题。-RSA is the most widely studied of the public key algorithm, from the nearly two decad
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:8399
    • 提供者:凌寒
  1. OS_Big_Work_No3

    0下载:
  2. 一、设计目的 1、理解动态分区式存储管理的工作原理 2、掌握分区分配的一下三算法:首先适应算法、最佳适应算法和最坏适应算法 3、掌握动态分区分配的存储分配和存储回收的过程 二、设计要求 1、建立空闲分区表数据文件,该文件包括两个字段:空闲区的起始地址和长度;该文件有若干个记录,表示目前系统有多个空闲分区; 2、建立已分配分区表数据文件,该文件包括三个字段:已分配分区的起始地址、长度、作业名称;该文件有若干个记录,表示目前系统有多个作业; 3、程序启动时读两分区表数据文
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:322470
    • 提供者:xcc
  1. yiqunsuanfalunwen

    0下载:
  2. 介绍关于蚁群算法在诸多方面的具体运用,帮助初学者更好的掌握-Introduced on the ant colony algorithm in many aspects of the specific application, to help beginners to better grasp
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-18
    • 文件大小:4648661
    • 提供者:123
  1. 排序算法比较

    0下载:
  2. 1. 掌握各种排序的基本思想。 2. 掌握各种排序方法的算法实现。 3. 掌握各种排序方法的优劣分析及花费的时间的计算。 4. 掌握各种排序方法所适应的不同场合。(1. master the basic idea of sorting. 2. master various sorting methods of the algorithm. 3., grasp the advantages and disadvantages of various sorting methods and
  3. 所属分类:Windows编程

    • 发布日期:2017-12-23
    • 文件大小:421888
    • 提供者:WHOAMI
  1. chapter26

    0下载:
  2. 多目标搜索算法,可以帮助初学者很快地掌握多目标优化算法(Multi object search algorithm, can help beginners quickly grasp the multi-objective optimization algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-27
    • 文件大小:2048
    • 提供者:闫文博
  1. 67373

    1下载:
  2. 贪婪随机自适应搜索法(GRASP),使用随机化的最小最小完成时间算法来产生问题的初始解,再通过变邻域下降算法来改进这个解。(Greedy random adaptive search method)
  3. 所属分类:其他

  1. 算法竞赛入门经典代码仓库

    0下载:
  2. 诸多经典的算法,可以从入门小白做起快速掌握了解其主要内容(Many classic algorithms, you can start from the small white, quickly grasp the main understanding of its content)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-24
    • 文件大小:68608
    • 提供者:萧萧瑟瑟
  1. 零基础学算法_第二版

    0下载:
  2. 数据结构课程的实践性是很强的, 不只是要掌握理论上的方法, 还必须将这些方法应用到程序设计的实践中去。 鉴于此, 作者编写了本书。 本书没有详细介绍各种数据结构的原理, 而是重点介绍各种数据结构的实现方法, 及相应的具体程序代码。(The practice of data structure course is very strong, not only to grasp the theoretical method, but also must apply these methods to t
  3. 所属分类:数学计算

    • 发布日期:2018-01-01
    • 文件大小:8657920
    • 提供者:王智woods
  1. BUPT-alg-lab1

    0下载:
  2. 1. 实验题目 用蛮力法解决0/1背包问题 2.实验目的 ⑴ 深刻理解并掌握蛮力法的设计思想; ⑵ 提高应用蛮力法设计算法的技能; 3. 实验要求 应用蛮力法解决0/1背包问题 ; 对所设计的算法进行时间复杂性分析 包含结婚算法和王伯卖鱼的选做题和实验报告(1. experimental topics Solving 0/1 knapsack problem by brute force method 2. objective of e
  3. 所属分类:其他

  1. 安全Hash算法SHA-1的实现

    0下载:
  2. Hash函数是提供数据完整性保障的一个重要工具。本次实验,我们希望通过上机操作,使 同学们对安全Hash算法SHA-1的基本原理有一个全面的理解。通过本次实验,使学生掌握对 Hash函数的应用,为后面数字签名方案的学习打下基础。(The Hash function is an important tool for providing data integrity protection. In this experiment, we hope to have a comprehensive und
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:6144
    • 提供者:斩月
  1. GRASP

    1下载:
  2. 贪婪随机自适应算法计算有时间窗的车辆路径问题(A GRASP for the vehicle routing program with the time window)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:23552
    • 提供者:404平
  1. FFT算法程序分步详解C程序

    0下载:
  2. 分步细讲解基2蝶形算法,尽量让你在最短的时间内掌握FFT算法的程序实现。(Step by step to explain the basic 2 butterfly algorithm, try to let you grasp the FFT algorithm in the shortest time.)
  3. 所属分类:通讯编程

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:黑森林
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com