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

搜索资源列表

  1. gold

    0下载:
  2. 通过上机实现黄金分割搜索算法,了解并掌握黄金分割搜索算法的内涵。通过动态演示搜索全过程深刻理解该算法。-The realization of the machine through the golden section search algorithm, to understand and grasp the golden section search algorithm connotations. Through dynamic presentation search deep underst
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:19980
    • 提供者:plx
  1. duoduantudongtaiguihua

    0下载:
  2. 多段图问题的动态规划算法设计 1. 掌握有向网的成本邻接矩阵表示法 2. 能用程序设计语言实现多段图问题的动态规划递推算法 3. 基本掌握动态规划法的原理方法.-The issue of multi-stage plan the design of a dynamic programming algorithm. Grasp of the cost to the network adjacency matrix representation 2. Can be used pro
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1694
    • 提供者:Aeon
  1. 111

    0下载:
  2. 最长公共子序列算法试验报告, 1.掌握动态规划算法的基本概念和两个基本要素。 2.熟练掌握动态规划算法解决问题的基本步骤。 3.学会利用动态规划算法解决实际问题。 -Longest common subsequence algorithm test report, 1. Grasp the basic concepts of dynamic programming algorithm and two basic elements. 2. Master the dynamic pr
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:5900
    • 提供者:谢锦
  1. a4

    0下载:
  2. 有趣的数字计算、运算,可以帮助初学者更好的掌握算法。-Interesting figures, computing can help beginners a better grasp of the algorithm.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1468
    • 提供者:欧乐
  1. two-phase-merge_sort-

    0下载:
  2. 通过merge-sort算法的实现,掌握外存算法所基于的I/O模型与内存算法基于的RAM模型的区别;理解不同的磁盘访问优化方法是如何提高数据访问性能的。-Merge-sort algorithm, to grasp the core algorithm based I/O model memory algorithm is based on the distinction RAM model understand how different disk access optimization m
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-01
    • 文件大小:121263
    • 提供者:
  1. LSM

    0下载:
  2. 最小二乘法具有原理明了、算法简捷、收敛较快、易于理解掌握的特点,所以它被广泛用于参数估计之中-Method of least squares principle is clear, simple algorithm converges faster, to grasp the characteristics of easy-to-understand, so it is widely used in the parameter estimation
  3. 所属分类:Other systems

    • 发布日期:2017-12-02
    • 文件大小:1441
    • 提供者:罗丹
  1. quyutianchong

    0下载:
  2. 1. 掌握区域填充的基本算法原理; 2. 会使用字符的图形输出。-1. Grasp the basic algorithm for area filling principle 2. Using character graphics output.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:2800
    • 提供者:soli
  1. bank

    0下载:
  2. 通过银行家算法设计与实现,可以加深学生对死锁的理解,掌握死锁的预防、避免、检测和解除的基本原理,重点掌握死锁的避免方法—银行家算法。使学生初步具有研究、设计、编制和调试操作系统模块的能力。-Bankers algorithm design and implementation, can deepen students' understanding of the deadlock, to grasp deadlock prevention, avoidance, detection, an
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:1110303
    • 提供者:吴宏玲
  1. shuzhi-(2)

    0下载:
  2. 通过算法分析用牛顿迭代法求一元线性方程,让我们更好的掌握公式,与编程能力-Newton iteration algorithm analysis a linear equation, let us a better grasp of the formula, and programming capabilities
  3. 所属分类:Other systems

    • 发布日期:2017-11-14
    • 文件大小:3073
    • 提供者:李潇
  1. chalupaixu

    0下载:
  2. 掌握排序算法基本思想的实现。 2.通过实验掌握直接插入排序、折半插入排序、2-路插入排序的具体实现。 -Grasp the basic idea of sorting algorithm. 2. Directly into the experiments have sort, binary insertion sort, two- way insertion sort implementation.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2420
    • 提供者:李辉
  1. ceno

    0下载:
  2. 人工神经网络BP算法源代码与演示程序,适用于神经网络算法的入门者-Artificial neural network BP algorithm source code and demo program, grasp applies neural network algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-19
    • 文件大小:131072
    • 提供者:Leifmn
  1. 67373

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

  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. zhixian

    0下载:
  2. 掌握用OpenGL上机调试掌握像素的操作方法及生成直线的数值微分法、中点画线法两种算法的过程(Grasp the operation method of OpenGL computer debugging master pixel and generate numerical differential line method, midpoint line drawing method of two algorithms)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:19456
    • 提供者:青研
  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
    • 提供者:斩月
搜珍网 www.dssz.com