CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - data structure and

搜索资源列表

  1. 0918_mydown_3

    0下载:
  2. 有用的一些c++代码 关于数据结构的和好的代码-c some useful code on the data structure and good code
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1201245
    • 提供者:flyer1064
  1. differenct

    0下载:
  2. 堆和栈的区别 一、预备知识—程序的内存分配 一个由c/C++编译的程序占用的内存分为以下几个部分 1、栈区(stack)— 由编译器自动分配释放 ,存放函数的参数值,局部变量的值等。其操作方式类似于数据结构中的栈。 2、堆区(heap) — 一般由程序员分配释放, 若程序员不释放,程序结束时可能由OS回收 。注意它与数据结构中的堆是两回事,分配方式倒是类似于链表,呵呵。 3、全局区(静态区)(static)—,全局变量和静态变量的存储是放在一块的,初始化的全局变量和静态变量在
  3. 所属分类:技术管理

    • 发布日期:2008-10-13
    • 文件大小:14949
    • 提供者:stevephen
  1. Research-and-Implementation-of-USB-Device-Driver-f

    0下载:
  2. 通过分析linux下蓝牙协议栈blueZ的源代码,给出了blueZ的组织结构和特点,在了解linux USB设备驱动架构的基础上详细分析了蓝牙USB传输驱动机制和数据处理过程,给出了实现蓝牙设备驱动的重要数据结构和流程,最后总结了linux下开发蓝牙USB设备驱动的一般方法和关键技术。-Based on analyzing the source code of linux bluetooth stack blueZ, depicted the structure and characterist
  3. 所属分类:software engineering

    • 发布日期:2017-03-23
    • 文件大小:173131
    • 提供者:梁军学
  1. Data_Structures_and_Problem_Solving_with_C++

    0下载:
  2. Data Structures and Problem Solving Using C++ provides an introduction to data structures and algorithms from the viewpoint of abstract thinking and problem solving, as well as the use of C++. It is a complete revision of Weiss successful CS2 book Al
  3. 所属分类:software engineering

    • 发布日期:2017-05-09
    • 文件大小:1544105
    • 提供者:voirin
  1. Data-structure

    0下载:
  2. 从抽象数据类型的角度讨论各种基本类型的数据结构和应用,讨论查找和排序的各种实现方法及综合分析比较-Abstract data types from the perspective of various basic types of data structures and applications, discuss various implementations of search and sorting methods and comprehensive analysis and compari
  3. 所属分类:software engineering

    • 发布日期:2017-05-24
    • 文件大小:7851008
    • 提供者:张艳娜
  1. Data-Structures-and-Algorithms_-Arrays

    0下载:
  2. The document is consisting the chapter of array in data structure with C++ algorithm.
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:607810
    • 提供者:Raj
  1. Data-Structures-and-Algorithms_-AVL-Trees

    0下载:
  2. The document reveals the AVL tree diagram in data structure and algorithm with C++.
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:382835
    • 提供者:Raj
  1. data-structure-experiment-

    0下载:
  2. 数据结构实验和课程(c语言)设计文档任务及要求-C programming language data structure experiment and course design document
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:360599
    • 提供者:吴为
  1. Data-structure

    0下载:
  2. 高一凡原版数据结构书籍,内含大量算法,对于初学者有很强的指导作用-High and one where the original data structure containing a large number of books, algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-11-22
    • 文件大小:2803814
    • 提供者:justin
  1. S57-structure

    2下载:
  2. 关于S57数据的封装结构,分析数据的结构组成,如何进行数据解析-S57 data package structure analysis of the data structure and composition, and how the data parsing
  3. 所属分类:File Formats

    • 发布日期:2016-04-12
    • 文件大小:293888
    • 提供者:李军
  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. data-structure

    0下载:
  2. 线性结构是最常用、最简单的一种数据结构。而线性表是一种典型的线性结构,其基本特点是线性表中的数据元素是有序且有限-Is the most common linear structure, a data structure simple. The linear table is a typical linear structure, its basic features are linear data in the table is ordered and finite element
  3. 所属分类:software engineering

    • 发布日期:2017-11-26
    • 文件大小:703776
    • 提供者:李浩
  1. Experimental-data

    0下载:
  2. 实验操作:进行单链表的基本操作,单链表的基本操作,折半查找,内部排序。-Experimental data structure and algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-11-30
    • 文件大小:36748
    • 提供者:zj
  1. Data.Structures.and.Algorithm.Analysis.in.Cpluspl

    0下载:
  2. Data Structure and Algorithm Analysis
  3. 所属分类:software engineering

    • 发布日期:2017-05-11
    • 文件大小:2191074
    • 提供者:Ahmad Shahryar
  1. Data-structure

    0下载:
  2. 数据结构(C语言版)[严蔚敏_吴伟民],介绍数据结构的一本好书,c语言版本的-Data Structure (c language) Yan Weimin and Wu Weimin
  3. 所属分类:software engineering

    • 发布日期:2017-06-18
    • 文件大小:27337331
    • 提供者:jane
  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-Structures-and-Algorithms

    0下载:
  2. 这也是一本数据结构的书籍,但是用c语言编写的,个人觉得这本书写得非常好-This book is a data structure, but with the c language, personally think that this book is very well written
  3. 所属分类:software engineering

    • 发布日期:2017-05-28
    • 文件大小:10355374
    • 提供者:江梅
  1. note-for-data-structure

    0下载:
  2. 数据结构笔记,主要包括栈,队列,链表,指针,数组等基础数据结构知识,并且包括一些例子,如汉诺塔等-a note for data structure. include stack, queue, link, point and so on, and some examples for different cases.
  3. 所属分类:Document

    • 发布日期:2017-05-16
    • 文件大小:3699635
    • 提供者:wuqun
  1. Data-structure

    0下载:
  2. 数据结构算法及练习题,有利于对于数据结构的深刻了解。-Data structure, algorithm and exercises, which is beneficial to for deep knowledge of data structure.
  3. 所属分类:software engineering

    • 发布日期:2017-04-30
    • 文件大小:14530
    • 提供者:cater
  1. Data-Structures-and-Algorithms

    0下载:
  2. 《数据结构与算法》的教学过程中,需要使用各种演示工具以帮助学习者理解课程内容。现有的演示平台存在不少缺点,无法满足学习者新的需求。针对数据结构课程的特点进行分析,根据演示平台的基本要求,结合Java scr ipt语言的特性,提出基于HTML5与Create JS技术构建新型演示平台的方法,为跨平台体验与动态开发等问题提供解决方案,总结实现步骤并提供运行示例。 -Data Structures and Algorithms in the teaching process, we need
  3. 所属分类:Project Design

    • 发布日期:2017-04-29
    • 文件大小:196866
    • 提供者:刘某某
« 12 3 4 5 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com