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

搜索资源列表

  1. 0_1

    0下载:
  2. 实现0-1背包问题的实现,算法分析与设计-0-1 knapsack problem
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-02
    • 文件大小:1082
    • 提供者:王文波
  1. DivideConquer

    0下载:
  2. 2010年05月 算法分析与设计大作业 算法效能比较程序【DivideConquer】-May 2010 algorithm analysis and design of large operations algorithm performance comparison procedures [DivideConquer]
  3. 所属分类:Applet

    • 发布日期:2017-04-04
    • 文件大小:34930
    • 提供者:李刚
  1. threePatternMatching

    0下载:
  2. 东南大学研究生课程 算法分析与设计 三种模式匹配算法的比较-three pattern matching
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:13959
    • 提供者:市丸银
  1. jisuanjihe

    0下载:
  2. 计算几何算法分析与设计,计算几何算法分析与设计.pdf-Computational Geometry Algorithm Analysis and Design
  3. 所属分类:Algorithm

    • 发布日期:2017-05-24
    • 文件大小:7802632
    • 提供者:jsh
  1. test

    0下载:
  2. 利用c语言实现计算机算法分析与设计课程中的随机数值算法,其中包括随机算法类,以及随机模拟的过程!-Using c language computer algorithm analysis and design courses random numerical algorithms, including stochastic algorithm class, as well as the process of stochastic simulation
  3. 所属分类:Console

    • 发布日期:2017-04-17
    • 文件大小:198116
    • 提供者:allen
  1. My_Dijkstra

    0下载:
  2. 算法分析与设计技巧Dijkstra算法cpp实现-Algorithm analysis and design techniques to achieve Dijkstra algorithm cpp
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:845
    • 提供者:叶志立
  1. my_first_project

    0下载:
  2. 汉诺塔算法,递归算法,计算机算法分析与设计-Tower of Hanoi algorithm, a recursive algorithm, the computer algorithm analysis and design
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-14
    • 文件大小:3260
    • 提供者:杨阳
  1. fenzhi

    0下载:
  2. 计算机算法分析与设计题,分支界定法解决的问题,仅供参考。-Computer algorithm analysis and design problems, branch and bound method to solve the problem is for reference only.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:8150
    • 提供者:谭翔
  1. The-circuit-wiring

    0下载:
  2. 算法分析与设计电路布线问题,通过二维数组模拟一个电路布线最短路径问题-Algorithm analysis and design of the circuit wiring problem, simulating a circuit wiring through a two-dimensional array of the shortest path problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:669609
    • 提供者:
  1. Algorithm-analysis-

    0下载:
  2. 算法分析与设计论文附加代码,动态规划解决凸多边形的最优三角分割和回溯法解决哈密顿回路问题-Algorithm analysis and design thesis additional code, dynamic programming to solve the optimal convex polygon triangulation and backtracking to solve the problem Hamiltonian circuit
  3. 所属分类:assembly language

    • 发布日期:2017-04-24
    • 文件大小:146482
    • 提供者:丁玲玲
  1. 0-1-knapsack-problem--

    0下载:
  2. 算法分析与设计(王晓东版)的0-1背包问题的改进算法的java代码实现,实现背包问题的求解-Algorithm analysis and design (Wang Xiaodong version) algorithm to improve the 0-1 knapsack problem is java code
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:1544
    • 提供者:small rain
  1. n-queen

    0下载:
  2. n后问题,残缺的棋盘,迭代算法,算法分析与设计-n queen
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:224666
    • 提供者:徐俊
  1. 01beibao

    0下载:
  2. 01背包动态规划文字源程序 算法分析与设计-01 backpack dynamic programming
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:13667
    • 提供者:lin
  1. suanfafenxi

    0下载:
  2. 2013年版黎远松主编《算法分析与设计》,本书详细讲解计算机程序的算法分析与设计。将计算机经典问题和算法设计技术结合起来,系统深入地介绍了算法设计技术及其在经典问题中的应用。-2013 Li Yuansong Ed. the algorithm analysis and design , the book detailed algorithm analysis and design of a computer program.Combine and algorithm design of cl
  3. 所属分类:software engineering

    • 发布日期:2017-05-29
    • 文件大小:11306853
    • 提供者:桂峰
  1. Algorithms

    0下载:
  2. 《算法分析与设计》书中一些算法的实现,包括二分搜索算法,循环与换位,自然合并排序,最长单调递增子序列等等,书中1-16号算法实现- Algorithm Analysis and Design book of some algorithm, including the binary search algorithm, circulation and transposition, natural merge sort, the longest monotonically increasing se
  3. 所属分类:Data structs

    • 发布日期:2017-04-27
    • 文件大小:7740
    • 提供者:程浩
  1. suanfa

    0下载:
  2. (C语音)算法分析与设计课上老师给的素材。有一部分是书中源码,有一部分是老师给的素材。仅供参考。有一部分是伪代码,需要自己调通。- (C) The teacher gave the material algorithm analysis and design course. In part, the source book, in part, the teacher gave material. for reference only. There are some pseudo-code, we
  3. 所属分类:source in ebook

    • 发布日期:2017-05-03
    • 文件大小:780235
    • 提供者:Jane
  1. My_L

    1下载:
  2. L型骨牌(棋盘覆盖问题) -算法分析之分治策略 算法分析与设计 课程中分治策略的典型例子,采用MFC文档编程可视化实现算法; 能够手动进行对棋盘的颜色填充,并能显示棋盘中的填充数值。 由于这是课程作业,时间紧而赶制的,封装性可能比较差。 我用的版本是C++6.0的老版本,静态链接库,其中的exe可以直接运行。-L-type domino (chessboard coverage problem) - divide and conquer strategy algorithm algorith
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-17
    • 文件大小:4401025
    • 提供者:忘了
  1. bload

    0下载:
  2. 简单的回溯算法,算法分析与设计,比较简单适合初学-Simple backtracking algorithms, algorithm analysis and design, is relatively simple for beginners
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-14
    • 文件大小:2898
    • 提供者:ao63173
  1. Round-robin-schedule

    0下载:
  2. 循环赛日程表。大学算法分析与设计的实验课题目。有递归和非递归两种方法,这里上传递归,仅供参考!-Round-robin schedule. Head of the University of algorithm analysis and design of experimental subjects. There are two methods of recursive and non recursive upload recursion, for reference purposes only
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:1008
    • 提供者:chena03abn52
  1. exercise2

    0下载:
  2. 算法分析与设计ex2源码 算法分析与设计ex2源码 算法分析与设计ex2源码-Algorithm analysis and design ex2 source
  3. 所属分类:assembly language

    • 发布日期:2017-04-30
    • 文件大小:234579
    • 提供者:魏筝
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 45 »
搜珍网 www.dssz.com