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

搜索资源列表

  1. differenct

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

    • 发布日期:2008-10-13
    • 文件大小:14.6kb
    • 提供者:stevephen
  1. datastructureHelp

    0下载:
  2. 数据结构与算法综合资料库.CHM,学习数据结构与算法很好的参考资料-data structures and algorithms integrated database. CHM, learning algorithm and data structure good reference
  3. 所属分类:技术管理

    • 发布日期:2008-10-13
    • 文件大小:1.59mb
    • 提供者:ygy
  1. ADE

    0下载:
  2. Different methods for generating pyramid data structure have been analysed, these effects in image matching are compared, also a fast
  3. 所属分类:技术管理

    • 发布日期:2008-10-13
    • 文件大小:350.14kb
    • 提供者:lichao
  1. 顺序表的应用

    0下载:
  2. 顺序表的应用 (1) 已知长度为n的线性表A采用顺序存储结构,请写一时间复杂度为0(n)、空间复杂度为0(1)的算法,该算法删除线性表中所有值为item的数据元素。要求:线性表元素个数n很大,而值为item的数据元素个数很少,要求移动元素个数尽量少;删除后的数组元素与原数组元素不必保持顺序一致。 (2)编写一个函数将一个顺序表A(有n个元素,且任何元素均不为0)分拆成两个顺序表,使A中大于0的元素存放在B中,小于0的元素存放在C中。 (3)假设一个算术表达式中包含圆括号,方括号
  3. 所属分类:技术管理

    • 发布日期:2016-01-22
    • 文件大小:2kb
    • 提供者:jay
  1. R_tree

    0下载:
  2. 在论述R树索引技术的相关概念、数据结构、算法描述及性能分析的基础上,提出了一种改进的R*树空间索引结构-R-tree Index in the paper related to the concept of technology, data structure, algorithm descr iption and performance analysis, based on an improved space for the R* Tree Index Structure
  3. 所属分类:Project Manage

    • 发布日期:2017-04-01
    • 文件大小:233.83kb
    • 提供者:lyd
  1. t2006

    0下载:
  2. 学生管理系统 内容丰富 计算机专业数据结构课程设计专用的 非常好 希望大家喜欢-students rich in content management system computer professional curriculum design data structure for the very good hope you like
  3. 所属分类:Project Manage

    • 发布日期:2017-11-19
    • 文件大小:76.75kb
    • 提供者:wdwer
  1. 200682640141705

    0下载:
  2. 手机SIM卡应用与安全缺陷分析 SIM卡详细介绍 内容简介:这个文件是很多人梦寐以求的资料,我收集了许多网站资料整理合成的。介绍的非常详细!有SIM卡的引脚定义图、内部结构、…… -Mobile phone SIM card applications and security defect analysis SIM card details Descr iption: This document is a dream of many people, I collected a lot of
  3. 所属分类:Project Manage

    • 发布日期:2017-04-08
    • 文件大小:309.36kb
    • 提供者:姜风
  1. carboxdiaodu

    0下载:
  2. 关于数据结构,车厢调度,基于栈的数据结构,实现可视化进程。-On the data structure, train scheduling, based on the stack data structure, to achieve visualization of the process.
  3. 所属分类:Project Manage

    • 发布日期:2017-05-03
    • 文件大小:112.79kb
    • 提供者:djr
  1. TLC549

    0下载:
  2. TLC548和TLC549是以8位开关电容逐次逼近A/D转换器为基础而构造的CMOS A/D转换器。它们设 计成能通过3态数据输出和模拟输入与微处理器或外围设备串行接口。TLC548和TLC549仅用输入/输出时 钟(I/O CLOCK) 和芯片选择(CS) 输入作数据控制。TLC548的最高I/O CLOCK输入频率为2.048MHz, 而TLC549的I/O CLOCK输入频率最高可达1.1MHz。 有关与大多数通用微处理器接口的详细资料已由工厂 准备好,可供使用。-TLC5
  3. 所属分类:Project Manage

    • 发布日期:2017-03-28
    • 文件大小:694.79kb
    • 提供者:ysy593
  1. fangan

    0下载:
  2. 某银行税收代收费技术方案,含详细的交易业务接口数据结构-Tax charges on behalf of a bank technology solutions, including detailed transactions data structure interface
  3. 所属分类:Project Manage

    • 发布日期:2017-03-30
    • 文件大小:12.21kb
    • 提供者:钟敬德
  1. DataStrutureInHardDisk

    0下载:
  2. 讲述数据在硬盘上的结构,为程序开发提供思路。-About the structure of the data on the hard disk, to provide ideas for program development.
  3. 所属分类:Project Manage

    • 发布日期:2017-04-01
    • 文件大小:28.77kb
    • 提供者:py
  1. pfldnet05-v2-1

    0下载:
  2. 基于udp的可靠传输,在udp的基础上实现可靠传输,本ppt介绍协议的数据结构以及实现机制,如何确保可靠性-Achieve reliable transmission, on the basis of the udp udp-based reliable transmission of the ppt introduced data structure as well as the implementation mechanism of the protocol, how to ensure t
  3. 所属分类:Project Manage

    • 发布日期:2017-04-17
    • 文件大小:119.82kb
    • 提供者:zhangsan
  1. Research-on-web-spatial-data-system

    0下载:
  2. MapServer是一款功能强大的开源WebGIS平台。本文介绍了MapServer的技术特点和内部组成,对其系统结构和 功能模块进行了详细的分析。-Abstract:MapServer is a sort of open source W ebGIS platform with powerful functions.This article introduces technological characteristics an d interior structure of MapSe
  3. 所属分类:Project Manage

    • 发布日期:2017-11-16
    • 文件大小:196.36kb
    • 提供者:zhaoyan
  1. data

    0下载:
  2. 数据结构 链表 可以为数据结构初级学院提供帮助-data structure
  3. 所属分类:Project Manage

    • 发布日期:2017-11-25
    • 文件大小:8.67kb
    • 提供者:李阳
  1. shujujiegou

    0下载:
  2. java 的数据结构算法实现,面试常考提哦。收藏哦-java data structure algorithms, the interview often test mention Oh. Favorite oh
  3. 所属分类:Project Manage

    • 发布日期:2017-11-23
    • 文件大小:154.18kb
    • 提供者:小陈
  1. The-database

    0下载:
  2. 数据库(Database)是按照数据结构来组织、存储和管理数据的仓库,它产生于距今五十年前,随着信息技术和市场的发展,特别是二十世纪九十年代以后,数据管理不再仅仅是存储和管理数据,而转变成用户所需要的各种数据管理的方式。数据库有很多种类型,从最简单的存储有各种数据的表格到能够进行海量数据存储的大型数据库系统都在各个方面得到了广泛的应用。-Database (Database) is in accordance with the data structure to organize, store
  3. 所属分类:Project Manage

    • 发布日期:2017-11-20
    • 文件大小:135.27kb
    • 提供者:家家
  1. jfjskjkjsg

    0下载:
  2. Three dimensional force sensor, analyzes its structure, principle and mathematical model between voltage and strike force, and then use the sensor to detect three-dimensional force size, the hardware part mainly with 8051 single-chip microcomputer to
  3. 所属分类:Project Manage

    • 发布日期:2017-11-22
    • 文件大小:540.69kb
    • 提供者:lijian
  1. ring-buffer

    0下载:
  2. 环形缓冲区的实现原理,在通信程序中,经常使用环形缓冲区作为数据结构来存放通信中发送和接收的数据。环形缓冲区是一个先进先出的循环缓冲区,可以向通信程序提供对缓冲区的互斥访问-The principle of the ring buffer, in the communication process, often use ring buffers to store the data as a data structure to send and receive communications. FI
  3. 所属分类:Project Manage

    • 发布日期:2017-03-29
    • 文件大小:3.84kb
    • 提供者:wei
  1. mac_layer_frame_structure

    0下载:
  2. Mac层帧结构。介质访问控制层(MAC)帧被称为MAC协议数据单元(MPDU),其长度不超过127个字节。它具有四种不同的帧形式,即信标帧、数据帧、确认帧和命令帧。-Mac layer frame structure. MAC layer (MAC) frame is called MAC Protocol Data Unit (MPDU), whose length does not exceed 127 bytes. It has four different forms of frames
  3. 所属分类:Project Manage

    • 发布日期:2017-03-29
    • 文件大小:282.39kb
    • 提供者:VEdward
  1. 05-linked-lists.pps

    0下载:
  2. My notes on Linked Lists Data Structure
  3. 所属分类:Project Manage

    • 发布日期:2017-04-29
    • 文件大小:169.54kb
    • 提供者:nider
搜珍网 www.dssz.com