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

搜索资源列表

  1. Fac6_3

    0下载:
  2. //本程序取自王晓东编著“算法分析与设计”第 198 页,例 //装载问题的分支限界解法-//This procedure Xiaodong edited from the Algorithm Analysis and Design, p. 198, for example,// load the problem branch and bound method
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1943
    • 提供者:qkw
  1. sjjgkcfd2

    0下载:
  2. 数据结构复习题 包括选择.填空.程序设计等多种题型-Review Problems of data structure including the selection. Fill in the blank. Program design and many other questions
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:79938
    • 提供者:
  1. jj

    0下载:
  2. 问题描述: 给定n位正整数a,去掉其中任意k个数字后,剩下的数字按原次序排列成一个新的正整数。 算法设计: 给定n (1<=n<=200)位的正整数a和k,此时,k小于n。 试着设计一个算法,找出删去k个数,剩下数字组成的新数最小的删数方案。-Descr iption of the problem: given n-bit positive integer a, which removed the arbitrary k-figures, the rem
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1381
    • 提供者:刘明志
  1. hefumanshudejianli

    0下载:
  2. 数据结构课程设计,赫夫曼树的建立,可运行-Data structure curriculum design, the establishment of Huffman tree can be run
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:27201
    • 提供者:唐凝
  1. xiaoyuandaohangxitong

    0下载:
  2. 数据结构课程设计,校园导航系统,设置几个景点,求两景点之间的最短路径,-Data structure the curriculum design, campus navigation system, set up a few spots, and two spots between the shortest path,
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:36102
    • 提供者:唐凝
  1. xueshengdapeiwenti

    0下载:
  2. 数据结构课程设计,男女舞伴搭配问题,用队列解决,可以直接执行-Data structure curriculum design, men and women partner with the issue resolved by the queue, you can direct the implementation of
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:39363
    • 提供者:唐凝
  1. shujujiegoukechengshejibaogao

    0下载:
  2. 数据结构课程设计实验报告,含实验目的等,WORD文档,希望可以用-Experimental data structure curriculum design report, with the purpose of such experiments, WORD documents, wanted to use
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:61521
    • 提供者:唐凝
  1. DIJKstra

    0下载:
  2. 数据结构DIJKstra最短路径设计,以及交通图的算法!-Dijkstra shortest path data structure design, as well as the traffic graph algorithm!
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:65195
    • 提供者:ying
  1. shujujiegoukeshebaogao

    0下载:
  2. 数据结构课程设计包括1运动会分数统计程序的设计与实现2航空订票系统程序的设计与实现3约瑟夫环程序的设计与实现4哈弗曼程序的设计与实现,有程序源代码和结果截屏-Data structure course design, including scores of statistical procedures 1 Games Design and Implementation of 2 procedures for air booking system Design and Implementation
  3. 所属分类:Data structs

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

    0下载:
  2. 设置一个静态堆栈,编写它的基本操作后,在图类型设计时,构造一个最短路径矩阵和一个最短路径长度矩阵,使用FLOYD算法得出最短路径后,利用堆栈的性质输出最短路径和最短路径长度-Set up a static stack, the preparation of its basic operation, the type of design in the plan, construct a shortest path matrix and a shortest path length matrix,
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1174
    • 提供者:龙悦心
  1. computeralgorithm

    0下载:
  2. 计算机算法书籍:计算机算法设计与分析(第2版)-Computer algorithms Books: Computer Algorithm Design and Analysis (2nd edition)
  3. 所属分类:Data structs

    • 发布日期:2017-06-10
    • 文件大小:17050236
    • 提供者:毛毛雨
  1. AVT

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

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

    0下载:
  2. 此程序完成飞机订票,退票等具体操作。用C语言实现,可作为数据结构课程设计-This process is complete the aircraft booking, refunds and other specific operations. Using C language, data structure can be used as curriculum design
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:31267
    • 提供者:SEVEN
  1. shujujiegou

    0下载:
  2. 数据结构课程设计 数值进制转换 学生成绩管理-Numerical data structures curriculum design student achievement management hexadecimal conversion
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:44509
    • 提供者:ZC
  1. CampusMap

    0下载:
  2. 数据结构的课程设计 共18页 基于C语言-Data structure of the curriculum design a total of 18 based on the C language
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:12840
    • 提供者:brian
  1. 0下载:
  2. 数据结构课程设计之最小生成数的K算法的实现 简短 简洁-Curriculum design data structures to generate the minimum number of K algorithm short concise
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:540905
    • 提供者:往嚎
  1. system

    0下载:
  2. 单片机温度控制系统,设计基于单片计算机的温度控制器。用于控制电加热炉的温度。-Single-chip temperature control system design is based on single-chip computer temperature controller. Used to control electric heating furnace temperature.
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:448837
    • 提供者:linghongsen
  1. suanfafenxi

    0下载:
  2. 算法设计与分析的实验指导-Algorithm design and analysis of experimental guidance
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:19201
    • 提供者:guo wei
  1. LJ-MC500B-Manual

    0下载:
  2. LJ-MC500B 是集MCS-51单片机开发板、AVR单片机开发板、CPLD开发板、单片机烧录器以及单片机与CPLD复杂实验于一体的一款功能强大的综合开发实验平台。板上资源 丰富,从简单到复杂,包含了单片机的最小系统以及复杂的单片机系统设计,即使是对单片机或CPLD一点也不了解,都可以帮助你快速掌握单片机技术与CPLD设计技术,同时也是广大电子工程师相当好的实验设备。 -LJ-MC500B is a MCS-51 single-chip development board, AVR Sin
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:767365
    • 提供者:豆豆
  1. Fac3_9

    0下载:
  2. //0-1背包问题动态规划解法,原自王晓东算法设计,该程序已调通-//0-1 knapsack problem dynamic programming method, the original algorithm since Xiaodong design, the program has been transferred Qualcomm
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1051
    • 提供者:ss
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 ... 50 »
搜珍网 www.dssz.com