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

搜索资源列表

  1. tingchechang

    0下载:
  2. 1.本演示程序的主要目的是由栈模拟停车场,以队列模拟车场外的便道,按照用户在终端的输入数据序列进行模拟管理.每一组输入数据包括三个数据项.汽车”到达”或”离去”信息”.汽车牌照号码以及到达或离去的时刻.对每一组输入数据进行操作后的输出信息为:若是车辆到达,则输出汽车在停车场内或便道上的停车位置 若是车辆离去,则输出汽车在停车场内停留的时间和应交纳的费用(在便道上不收费) 2.其中程序中需要别设一个栈,临时存放给要离去的汽车让路而从停车场退出的汽车,也有顺序存储结构实现.输入的数据按到达或离去
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:76754
    • 提供者:张蔷
  1. operator

    0下载:
  2. 利用栈,实现系统底层的操作符运算演示,可以通过此程序,看到系统的底层操作步骤。-The use of the stack, the bottom of the realization of the system operator computing demonstration, through this process, see the bottom of the steps the system.
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1228
    • 提供者:赵彦
  1. tcpip

    0下载:
  2. tcp/ip协议栈的主要介绍,涉及到主要的三次握手,以及关于syn洪泛攻击等案例的介绍
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-14
    • 文件大小:3857
    • 提供者:slx
  1. C64xTCPIPStack

    0下载:
  2. 绝对好东西,基于TIDM642DSP的tcp/ip协议栈,完全源代码-Definitely a good thing, TIDM642DSP based on the tcp/ip protocol stack, complete source code
  3. 所属分类:DSP program

    • 发布日期:2017-05-22
    • 文件大小:7150062
    • 提供者:张振
  1. MCU_TCPIP

    0下载:
  2. 单片机的TCP/IP协议栈,成功验证通过,希望对大家有帮助。-The single-chip TCP/IP protocol stack, the success of authentication is passed, we would like to help.
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:184082
    • 提供者:黄学达
  1. migong

    0下载:
  2. 本程序主要是用栈来实现迷宫问题。所用算法是非递归算法,输入为迷宫的行数和列数,然后在对应位置上输入其值(0表示该位置通,1表示该位置不通)。输出则是以三元组(i,j,d)的形式,其中(i,j)表示迷宫中的一个坐标,d表示走到下一坐标的方向,-This procedure is mainly used to achieve the maze problem stack. Algorithm used in a non-recursive algorithm, enter the number of
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:19168
    • 提供者:尹素芳
  1. GPRS_protocol_stack

    0下载:
  2. GPRS、WCDMA、CDMA2000都属于可漫游移动用户的承载网络,都是在移动用户和远端数据网之间提供数据连接。本文将对作为一种移动数据业务承载网并且基于GSM的GPRS技术从协议栈的角度进行深入剖析。-GPRS, WCDMA, CDMA2000 are mobile users can roam the bearer network and mobile users in the remote data network to provide data connectivity between
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:90560
    • 提供者:lhorse
  1. Micriumucos

    1下载:
  2. 这个是ucos官方网上下载的,ucos下的非常完整的商用的TCP/IP协议栈,对开发ucos下的网络产品的朋友来说是无价之宝,对想学习TCP/IP协议栈的朋友来说是最好的学习源码.更可贵的是,它还有完整的PDF资料.同时ucos也是最新版本V2.86,比较旧版本,它增加了对定时器的管理.在此贡献给大家,同时希望搞嵌入式的工程师们共同繁荣中国的嵌入式事业!-This is the official online ucos download, ucos under the very integrit
  3. 所属分类:uCOS

    • 发布日期:2017-05-19
    • 文件大小:5524473
    • 提供者:laishw
  1. tingchechang

    0下载:
  2. 停车场管理首先,实现栈和队列的基本操作,在此基础上,实现停车场管理。 停车场管理问题描述:设停车场是一个可停放n辆车的狭长通道,且只有一个大门可供汽车进出。在停车场内,汽车按到达的先后次序,由北向南依次排列(假设大门在最南端)。若车场内已停满n辆车,则后来的汽车需在门外的便道上等候,当有车开走时,便道上的第一辆车即可开入。当停车场内某辆车要离开时,在它之后进入的车辆必须先退出车场为它让路,待该辆车开出大门后,其它车辆再按原次序返回车场。每辆车离开停车场时,应按其停留时间的长短交费(在便道上停
  3. 所属分类:Applications

    • 发布日期:2017-03-28
    • 文件大小:1444
    • 提供者:小也
  1. stack

    0下载:
  2. 数据结构课程设计-栈的实现及应用,实现功能:1.数制转换2.括号区配3.行编辑4.表达式求值-Data structure the curriculum design- the realization and application stack, the realization of function: 1. The number of system conversion 2. Brackets with District 3. Line editor 4. Expression evaluat
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:26985
    • 提供者:王威
  1. MINIP

    0下载:
  2. 一个小型协议栈,里面有ARP,UDP,广播包的处理的等等,适合嵌入式开发小型网络处理-A small protocol stack, there are ARP, UDP, broadcast packet handling, etc., suitable for the development of embedded system for small network processing
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-01
    • 文件大小:17587
    • 提供者:luw
  1. wcdma_structure

    0下载:
  2. wcdma的结构,系统介绍wcdma的系统结构和协议栈-wcdma structure
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:222238
    • 提供者:James
  1. bus_stop

    0下载:
  2. 停车场管理系统,用队列和栈实现车辆管理,记录车辆到达和离开时间-bus stop system,using stack and ...
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:275082
    • 提供者:杨旸
  1. migong

    0下载:
  2. 利用栈、数组解决迷宫问题,综合了栈、数组及数学建模等知识点-The use of the stack, the array to solve the maze problem, a combination of stacks, and mathematical modeling, such as an array of knowledge points
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:25899
    • 提供者:fanlei
  1. linkstack

    0下载:
  2. 建立链栈,及其相应功能如插入,删除的实现-create linkstack
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:606
    • 提供者:johnny
  1. TCP-IPtechnology

    0下载:
  2. 本书对TCP/IP协议栈做了详细介绍,适合读者自学-TCP/IP protoal
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-06-14
    • 文件大小:21622112
    • 提供者:赵文广
  1. uIP

    0下载:
  2. uip,免费的TCP/IP协议栈,外国人编写的,希望给有需要的朋友以帮助-uip, free TCP/IP protocol stack, foreigners prepared, I hope to those in need of a friend to help
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-09
    • 文件大小:2685174
    • 提供者:tb
  1. clgl_lz

    0下载:
  2. 一个有关停车场管理的小程序,应用到栈和队列的知识。-A small car park management procedures, applied to the stack and queue knowledge.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1810
    • 提供者:mll
  1. expressions

    0下载:
  2. 有关表达式的栈的应用 内容有:表达式括号匹配 计算后缀表达式的值 计算算术表达式的值 中缀表达式转后缀表达式-Expression of the application stack are as follows: the expression in brackets to match the calculated value of the suffix arithmetic expression expression is made up of expressions of
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3205
    • 提供者:陈子杭
  1. Car_parking

    0下载:
  2. 主要用栈和队列,实现一个模拟停车场的程序-Stacks and queues is mainly used to achieve a simulated car park program
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:108510
    • 提供者:陈意鹏
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com