CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - 算法 数据结构

搜索资源列表

  1. data-structures-and-algorithms

    0下载:
  2. 数据结构与算法强化训练,近百页,课程学习的基本资料-Basic information of the data structures and algorithms, nearly a hundred pages of the intensive training course
  3. 所属分类:software engineering

    • 发布日期:2017-11-15
    • 文件大小:717370
    • 提供者:youn nie
  1. a-good-ppt-for-acm

    0下载:
  2. 非常好的ACM讲解课件!ACM课件!!Acm竞赛常用算法与数据结构-a goog ppt for acm!!!
  3. 所属分类:software engineering

    • 发布日期:2017-11-06
    • 文件大小:194898
    • 提供者:韩文方
  1. shujujiegou

    0下载:
  2. 数据结构:数据结构于算法实验是计算机类本科学生计算机软件知识重要的实验环节,它将使学生从实践上学会用高级语言程序设计、实现复杂的数据结构,为大型软件设计奠定基础。本实验以某种线性表的创建与访问算法设计作为实验内容,举一反三,全面、深刻掌握线性结构的实现方法,培养解决问题的能力。-English Version
  3. 所属分类:software engineering

    • 发布日期:2017-12-03
    • 文件大小:1374065
    • 提供者:夙冰儿
  1. sheach

    0下载:
  2. 数据结构关于查找的算法、其中是以PPS的形式来呈现的、这一部分也是属于数据结构讲稿中-Data structure search algorithm, which is presented in the form of the PPS, this part is also the part of the data structure speech
  3. 所属分类:software engineering

    • 发布日期:2017-12-02
    • 文件大小:81951
    • 提供者:wangjin
  1. operating-system-jobs---lab-report

    0下载:
  2. 自定义进程相关的数据结构; 利用MFC类库中的栈(queue),链表(list),向量(vector)等模板模拟进程控制块队列、进程控制块优先级队列、统计信息链表及其指令集合; 利用MSDN和MFC API编程实现常见的进程控制和调度策略(先来先服务算法、时间片轮转算法、最高优先权优先调度算法、最短进程优先调度算法); 测试以上进程调度策略的周转时间、带权周转时间、平均周转时间和平均带权周转时间,并定性评价它们的性能。-Custom process-related data stru
  3. 所属分类:Software Testing

    • 发布日期:2017-11-12
    • 文件大小:437699
    • 提供者:孙萧萧
  1. suojujiegouppt

    0下载:
  2. 数据结构ppt(c语言版)含有算法的详细介绍,图形描述。-Data structure ppt (c language version) contain a detailed descr iption of the algorithm, the graphical descr iption.
  3. 所属分类:software engineering

    • 发布日期:2017-11-30
    • 文件大小:2707744
    • 提供者:
  1. HW2EC

    0下载:
  2. 算法 本篇文章详细阐述了自适应堆的定义,生成,运算等结构,对程序数据结构优化有很大的帮助-Adaptive heap definition algorithm elaborated in this article, great help generate computing structure, program data structure optimization
  3. 所属分类:软件工程

    • 发布日期:2017-11-29
    • 文件大小:2319360
    • 提供者:Tang
  1. Sort-Alogorithm

    0下载:
  2. 数据结构排序算法,代码可单独运行,学习。-Algorithe sort
  3. 所属分类:software engineering

    • 发布日期:2017-12-05
    • 文件大小:119296
    • 提供者:songmi
  1. Data-Structure-a-Algorithm-Analysis

    0下载:
  2. 西安交通大学数据结构与算法分析的PPT。包括算法分析方法,各种数据结构如树、图等,及索引。-failed to translate
  3. 所属分类:software engineering

    • 发布日期:2017-11-09
    • 文件大小:1586520
    • 提供者:王雅君
  1. yinhangjiasuanfa

    0下载:
  2. 数据结构中的银行家算法代码实现 实现银行家算法的计算-failed to translate
  3. 所属分类:Software Testing

    • 发布日期:2017-11-26
    • 文件大小:896285
    • 提供者:小李
  1. sorting

    0下载:
  2. 排序、插入、删除用数据结构进行算法的设计-failed to translate
  3. 所属分类:software engineering

    • 发布日期:2017-11-21
    • 文件大小:577
    • 提供者:陌雨暄
  1. Data-structure

    0下载:
  2. 数据结构、C++经典教程《数据结构算法与应用(C++语言描述)》-failed to translate
  3. 所属分类:software engineering

    • 发布日期:2017-11-17
    • 文件大小:11776742
    • 提供者:启凡
  1. dasdadsa

    0下载:
  2. 数据算法与结构里面许多算法的演示,方便大家弄懂。你值得拥有!-Data algorithm and architecture inside many algorithms demo, to facilitate understand. You deserve!
  3. 所属分类:software engineering

    • 发布日期:2017-11-24
    • 文件大小:958973
    • 提供者:林靖雄
  1. data-structure

    0下载:
  2. 数据结构与算法教案,适合自学学生计算机专业等-Data Structures and Algorithms lesson plans for self-study computer science students, etc.
  3. 所属分类:software engineering

    • 发布日期:2017-11-13
    • 文件大小:1716850
    • 提供者:周霄
  1. Editoragain11

    0下载:
  2. 1.了解查找和排序的基本概念 2.熟练掌握顺序查找和二分查找算法 3.熟练掌握直接插入排序算法 二、重点与难点 1.重点:二分查找算法 2.难点:直接插入排序算法 三、教学过程的具体安排 1.本次实验的内容如下: 实验利用C语言实现数据结构课程中相关的查找算法和 -1 understand the search and sort the basic concepts 2. Mastered sequential search and binary search
  3. 所属分类:software engineering

    • 发布日期:2017-11-30
    • 文件大小:1191598
    • 提供者:高玲
  1. database-struct

    0下载:
  2. 数据结构 经典算法 猴子选王 文章编辑 等-database struct classic alogrithm
  3. 所属分类:Project Design

    • 发布日期:2017-11-14
    • 文件大小:783701
    • 提供者:孙慧慧
  1. index

    0下载:
  2. 本资料是描述数据结构中字符串的模式匹配算法,适用于初学者。-This information is to describe the data structure of the string pattern matching algorithms, suitable for beginners.
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:2060
    • 提供者:sceleryhuang
  1. the-Algorithm-Design-Manual-

    0下载:
  2. 算法设计手册,本书描述了大量的数据结构和算法,并进行了详细的分析,为您解决实际问题提供的很好的方案和算法资料。-Algorithm design manual, the book describes a number of data structures and algorithms, and carried out a detailed analysis for you to solve practical problems provided good information on the p
  3. 所属分类:software engineering

    • 发布日期:2017-05-12
    • 文件大小:2985589
    • 提供者:shitianGu
  1. the-big-talk-of-data-structure

    0下载:
  2. 通篇以一种趣味方式来叙述,大量引用了各种各样的生活知识来类比,并充分运用图形语言来体现抽象内容,对数据结构所涉及到的一些经典算法做到逐行分析、多算法比较。-Throughout the narrative in a fun way, a lot of references to simulate a variety of knowledge of life and make full use of graphical abstract language to reflect the conten
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:887759
    • 提供者:李忠忠
  1. ALGORITHM-from-HIT

    0下载:
  2. 哈尔滨工业大数据结构与算法课件,课件内容丰富-HIT data structure and algorithm courseware, courseware content-rich
  3. 所属分类:Project Design

    • 发布日期:2017-04-07
    • 文件大小:203212
    • 提供者:行者
« 1 2 3 45 6 7 »
搜珍网 www.dssz.com