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

搜索资源列表

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

    0下载:
  2. 算法与数据结构的ppt,有基础理论知识,也具有算法和代码-Algorithms and data structures ppt, have basic theoretical knowledge, but also has algorithms and code
  3. 所属分类:software engineering

    • 发布日期:2017-05-27
    • 文件大小:9824707
    • 提供者:赵雅瑾
  1. PDF

    0下载:
  2. 数据结构是指相互之间存在着一种或多种关系的数据元素的集合和该集合中数据元素之间的关系组成,数据结构和算法是编程人员基本掌握的知识,-Data structure refers to the existence of mutual relations of one or more collections of data elements and data elements in the collection relationships between composition, data struc
  3. 所属分类:software engineering

    • 发布日期:2017-05-26
    • 文件大小:9438088
    • 提供者:王慧
  1. PrimKruska

    0下载:
  2. 软件设计课程 软件设计作业 最小生成树算法最小生成树是数据结构中图的一种重要应用,它的要求是从一个带权无向完全图中选择n-1条边并使这个图仍然连通(也即得到了一棵生成树),同时还要考虑使树的权最小 -Software Design Software Design course work minimum spanning tree algorithm minimum spanning tree data structure diagram is an important application o
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:319749
    • 提供者:司佳
  1. Written-examination-questions

    0下载:
  2. 数据结构[1]是计算机存储、组织数据的方式。数据结构是指相互之间存在一种或多种特定关系的数据元素的集合。通常情况下,精心选择的数据结构可以带来更高的运行或者存储效率。数据结构往往同高效的检索算法和索引技术有关。-Data structure of [1] is the computer storage, method for organizing data. Data structure is a collection of data elements in one or more specif
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:19904
    • 提供者:liufang
  1. Java-Virtual-Machine

    0下载:
  2. Java虚拟机使用锁机制来实现多线程共享数据结构的同步.锁机制维护的临界区通常对共享数据结构只进行读操作.只读锁是指当某个线程持有锁在只读临界区时,其他线程可以直接进入只读临界区而无需等待.只读锁能极大地提高锁机制的同步性能.Java虚拟机的锁机制可分为轻量级锁和重量级锁两层,当线程冲突时从轻量级锁转向重量级锁.本文分别从轻量级锁和重量级锁两个层次分别进行只读锁优化.轻量级锁的只读优化算法可以减少原子操作的开销;重量级锁的只读优化算法则可以使多个线程同时在只读临界区中.最后在Java虚拟机Hot
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:899642
    • 提供者:温智彬
  1. C

    0下载:
  2. C语言版的数据结构的学习指南和实用技巧学习,数据结构及其算法的C语言设计技巧。-C language version of the data structure of the study guide and learn practical skills, data structures and algorithms in C language design skills.
  3. 所属分类:software engineering

    • 发布日期:2017-06-17
    • 文件大小:26207769
    • 提供者:xixi
  1. Greedy-algorithm-courseware

    0下载:
  2. 贪婪算法的课件,对于学习数据结构的孩子很有帮助哦-Greedy algorithm courseware, data structures for children to learn helpful Oh
  3. 所属分类:software engineering

    • 发布日期:2017-04-24
    • 文件大小:300726
    • 提供者:李婉真
  1. 548945184

    0下载:
  2. 数据结构的课设。包括哈希表、二叉树以及各种排序算法。应有尽有-Class data structure set. Including hash tables, binary trees, and various sorting algorithms. Everything
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:312541
    • 提供者:Zheng
  1. SortCPP

    0下载:
  2. 数据结构多种排序算法C++实现,冒泡排序,选择排序,插入排序,希尔排序,堆排序等-Implementation of various sorting algorithm, the data structure of bubble sort, selection sort, insertion sort, Hill sort, heap sort etc.
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:10154
    • 提供者:方李
  1. vc

    0下载:
  2. 数据结构课程设计 图的应用 最短路径 最优算法-Data structure curriculum design applications optimal shortest path algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-05-03
    • 文件大小:885648
    • 提供者:邢先生
  1. recursion

    0下载:
  2. 数据结构二叉树的非递归遍历算法的实现,包括树的创建、遍历。-data structure
  3. 所属分类:software engineering

    • 发布日期:2017-04-11
    • 文件大小:1198
    • 提供者:张三
  1. Data-structure-Flash-animation

    0下载:
  2. 用动画的方式描述数据结构常用算法的过程,将抽象的数据结构过程用动画描述使人一看就明白,是学习数据结构的好资料,里面包含数据结构里面的各种算法的动画演示,比如各种排序法过程的动画演示,各种查找方法的动画演示,二叉树的添加删除操作的动画演示等等。-Way of describing the process by animation algorithm commonly used data structures, abstract data structures described by animat
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:487625
    • 提供者:zhang ming
  1. Data-structure--(C-PP-template)

    0下载:
  2. 数据结构各种算法实现(C++模板),网上收集的-Data structure of the various algorithms (C++ template).。。。。
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:82411
    • 提供者:程飞
  1. shujujiegou

    0下载:
  2. 数据结构与算法工程的c语言版本,可以很好的复习数据结构的一些算法知识-C language version of the data structure and algorithm engineering, can be a good review some knowledge of data structures algorithms
  3. 所属分类:software engineering

    • 发布日期:2017-05-26
    • 文件大小:8978491
    • 提供者:熊元燚
  1. chazhao

    0下载:
  2. 以C语言为基础的数据结构的查找算法,利用不同的算法实现查找功能-Search algorithm in C language-based data structures, using different algorithms search function
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:2898
    • 提供者:雷莹
  1. dataStructures-and-Algorithmanalysis

    0下载:
  2. 数据结构与算法,java语言版本,周鹏中文版-dataStructures and Algorithmanalysis
  3. 所属分类:software engineering

    • 发布日期:2017-05-08
    • 文件大小:1655584
    • 提供者:陆美怡
  1. Common-algorithms-classic-code

    0下载:
  2. 数据结构中介绍的常见经典算法,排序、二叉树深度、广度优先搜索、高精度加减乘除等-Common data structures described in the classical algorithms, sorting, binary tree depth, breadth-first search, high-precision addition, subtraction, etc.
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:15382
    • 提供者:冯中飞
  1. dateStructure

    0下载:
  2. 有关数据结构的pdf文档,详细讲解了算法的用法,通俗易懂。-Pdf document about data structures, a detailed account of the use of the algorithm, easy to understand.
  3. 所属分类:software engineering

    • 发布日期:2017-05-28
    • 文件大小:11242266
    • 提供者:詹梦柯
« 1 2 3 4 56 7 »
搜珍网 www.dssz.com