CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 数据结构 栈 队列

搜索资源列表

  1. migong

    0下载:
  2. /*这个程序是学数据结构后写的,里面涉及到了栈和队列的一些操作。开始本来只是要做迷宫求解的,但就看着电脑在里面运行,没有互动性也没什么意思,于是加入了由人控制的角色,让电脑控制的角色每走一步都计算一次当前两者的最短距离去追赶人控制的角色。这个程序画地图的部分是得于网上的一个迷宫程序,汉字部分也是用的别别人写好的子程序。其实这个程序还不是很完善,开始做好了一个,却不知那儿弄丢了,假期因为参加电子设计大赛,都玩单片机去了,这方面的也忘差不多了,希望有兴趣的朋友能改好了发给我.我的email:xian
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:28067
    • 提供者:向远
  1. project2

    0下载:
  2. 数据结构实验——停车场管理系统 停车场管理。设停车场内只有一个可停放几辆汽车的狭长通道,且只有一个大门可供汽车进出。汽车在停车场内按车辆到达时的先后顺序,依次由北向南排列(大门在最南端,最先到达的第一辆车停放在车场的最北端),若车场内已停满几辆汽车,则后来的汽车只能在门外的便道上等候,一旦停车场内有车开走,则排在便道上的第一辆车即可开入;当停车场内某辆车要离开时,由于停车场是狭长的通道,在它之后开入车场的车辆必须先退出车场为它让路,待该辆车开出大门外后,为它让路的车辆再按原次序进入车场
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2581
    • 提供者:luqianhui
  1. Embbeded_tcp_ip_user_guide

    0下载:
  2. 嵌入式TCP/IP协议栈说明书下载-- 技术说明: 1)用户应用协议栈则需要编写以太网的数据报收发驱动,就可以使用协议栈提供的标准SOCKET API,完成服务器和客户端应用程序的开发。 2)协议栈运行于非操作系统的环境下,因此它的运行速度与一般采用多任务操作系统的TCP/IP协议,速度相对说来要快。 3)协议栈完成的功能包括ARP,IP,ICMP(ping),TCP,UDP,暂不支持IGMP,RARP。 4)协议栈采用C代码编写,可方便的移植于各种单片机平台。 5)协
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:11406
    • 提供者:6756
  1. Structc

    0下载:
  2. 内容简介: 查找 递归 链表基本操作练习 排序 栈、队列基本操作练习 数据结构讲义
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2076163
    • 提供者:ww
  1. parking

    0下载:
  2. 停车场模拟 队列和栈的应用 哈哈 又是数据结构经典 都用的是模板类和模板栈-parking cohort simulation of the application stack and Ha Ha is classic data structures are using the template and the template stack category
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4256
    • 提供者:xjt
  1. java_stack

    0下载:
  2. 用java实现数据结构中的栈和队列,是一个applet程序,可以通过实际操作来演示数据结构的栈的具体实现方式。-Realize the stack and queue in the structure of the data with java. It s a applet programe which can demonstrate realizing the way concretly of the stack of the structure of the data through pra
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:18343
    • 提供者:吴强
  1. OrderedArray

    0下载:
  2. 用java实现数据结构中的栈和队列,是一个applet程序,可以通过实际操作来演示数据结构的栈的具体实现方式。-An applet program, use java to achieve stack and queue in data structure. It can be used to demonstrate the implement of the stack.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:10636
    • 提供者:吴强
  1. Bubble_stack

    0下载:
  2. 用java实现数据结构中的栈和队列,是一个applet程序,可以通过实际操作来演示数据结构的栈的具体实现方式。-This is an applet program, which implements Stack and List by means of java. It can show the actions of stack through operations.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:5410
    • 提供者:吴强
  1. Insertion_stack

    0下载:
  2. 用java实现数据结构中的栈和队列,是一个applet程序,可以通过实际操作来演示数据结构的栈的具体实现方式。-An applet program, which use java to implement the stack and queue data structure. It can be used to demonstrate the implement of stack.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:5807
    • 提供者:吴强
  1. Selection_stack

    0下载:
  2. 用java实现数据结构中的栈和队列,是一个applet程序,可以通过实际操作来演示数据结构的栈的具体实现方式。-use java to Selection_stack
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:5557
    • 提供者:吴强
  1. Parking.rar

    0下载:
  2. 数据结构课程设计,实现一个停车场管理模拟的小程序,主要是对栈和队列的经典操作,Data structure curriculum design, the realization of a simulation of a small car park management procedures, mainly for classic stack and queue operation
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:12072
    • 提供者:y0315219
  1. yy2

    0下载:
  2. 1.定义顺序栈的数据结构 2.编写函数实现的栈的初始化、入栈、出栈、判断栈是否为空的算法,并应用与表达式的括号匹配检测。 3.定义队列的链式数据结构 4.编写函数实现链队列的入队列、出队列算法 -1. Stack data structure defines the order of 2. Write a function to achieve the stack initialization, stack, stack, to determine the stack is em
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-26
    • 文件大小:184803
    • 提供者:武朝阳
  1. ds_2

    0下载:
  2. 1.定义顺序栈的数据结构 2.编写函数实现的栈的初始化、入栈、出栈、判断栈是否为空的算法,并应用与表达式的括号匹配检测。 3.定义队列的链式数据结构 4.编写函数实现链队列的入队列、出队列算法-1. Stack data structure defines the order of 2. Write a function to achieve the initialization of the stack, stack, out of the stack, to determine
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:916
    • 提供者:Yvonne
  1. DS

    0下载:
  2. 自己写的数据结构代码,包括链表,栈,队列,树-Data structure to write their own code, including linked lists, stacks, queues, trees
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:14530
    • 提供者:fzy
  1. vc_data_structure_work

    1下载:
  2. 我自己写的vc数据结构的作业,包括单链表、双向链表、排序、队列、栈等数据结构-I wrote it myself vc data structure operations, including single-chain, two-way linked lists, sorting, queues, stacks, such as data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:21136
    • 提供者:denglijun
  1. shu

    0下载:
  2. 这又是一个C++ 编写的数据结构,里面有许多最基本的功能,如栈\队列\树等.应该有一定的帮助.-This is a C++ Prepared data structure, there are many of the most basic functions, such as trees, such as stack queue. There should be some help.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:12433
    • 提供者:陈大圣
  1. hello

    0下载:
  2. 管理停车场的模拟程序,是数据结构课程设计的一部分,用到栈和队列-Simulation of the car park management procedures, data structure is part of the curriculum design, used for stack and queue
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1628
    • 提供者:sunnydream
  1. mowang

    0下载:
  2. 魔王语言的题目,是数据结构里的一个关于栈,队列的,希望对大家有些帮助-Devil language topic which is a data structure on the stack, queue, and I hope all of you some help
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:1355
    • 提供者:lzq
  1. Alex

    0下载:
  2. 大二数据结构实验课的几个源码(顺序表的合并、多项式的合并、栈和队列的基本操作、稀疏矩阵的运算、二叉树基本操作、图的存储和应用)-Experimental data structure sophomore class several source (the order form merger, the merger of polynomial, stack and the basic operation of the queue, sparse matrix computation, the ba
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:59375
    • 提供者:Alex
  1. DataStructureUtil

    0下载:
  2. 该压缩文件夹内有诸多常用算法和数据结构的c++模板编程实现,可作为您程序开发的辅助工具。具体有栈、队列、优先队列、字典、二叉树、图(包括节点的遍历,连通性判断,3种经典最短路径算法的实现等)。-The compressed folder, there are many commonly used algorithms and data structures c++ Template programming, can be used as your development tool. Specif
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:12844
    • 提供者:张杨
« 1 2 3 4 5 67 8 9 10 11 ... 17 »
搜珍网 www.dssz.com