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

搜索资源列表

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

    0下载:
  2. 数据结构第三章中栈和队列的源程序,实现了全部算法-this is a code of data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:15816
    • 提供者:wangming
  1. maze

    0下载:
  2. 一个用栈写的走迷宫小程序,开发环境C++,有用的朋友可以拿去参考-Written by Maze with a stack of small procedures, development environment, C++, a useful reference to a friend is unspeakable. .
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:1049
    • 提供者:Hyker
  1. TCP-IP-Implimention

    1下载:
  2. tcpip协议栈实现,手持设备的tcpip协议栈实现架构总图等。-tcpip protocol stack implementation, handheld devices tcpip protocol stack to achieve the overall structure of maps.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:198330
    • 提供者:roc
  1. ExpressionTest

    0下载:
  2. 中缀表达式转后缀表达式基本思路是:用一个链表 List 储存将要生成的后缀表达式;用一个栈 Stack 储存操作符;判断当前节点, 如果是操作数, 直接加入后缀表达式中, 如果是操作符,则比较前一个操作符和当前操作符的优先级…… -Infix expression basic idea is to switch to postfix expression: list List with a store that will be generated by postfix expression
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:156513
    • 提供者:水生
  1. sizeyunsuan

    0下载:
  2. 以字符序列的形式从终端输入语法正确的、不含变量的整数表达式,利用给定的算符优先关系,实现对算术四则混合运算表达式的求值,并演示在求值过程中运算符栈、操作数栈、操作数栈和主要操作的变化过程。-In the form of a sequence of characters entered from the terminal grammatically correct, non-integer variable expressions using the operators given priorit
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:1436
    • 提供者:张斌
  1. linklist

    0下载:
  2. 链栈的操作(创建、打印、进栈、出栈、返回源程序)-Chains stack operations (create, print, into the stack, out of the stack, return source code)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:864
    • 提供者:于梦玲
  1. lianzhan

    0下载:
  2. 数据结构的链栈C++代码,实现链栈的初始化,入栈,出栈,取栈顶元素等操作-The chain of stack data structure C++ code to achieve the chain of stack initialization, stack, a stack, take the top element and other operations
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:22500
    • 提供者:张尚
  1. bracketmatch

    0下载:
  2. 检查算数表达式中括号是否匹配 使用“链式栈”模板定义作为数据结构来实现括号匹配。-Check the arithmetic expression in parentheses match use " chain stack" template definition as a data structure to achieve the matching parenthesis.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1368
    • 提供者:
  1. CANopen

    0下载:
  2. ADS编译,CANOPen协议栈源代码,使用PIC18微处理器-ADS compiler, CANOPen protocol implementation code,A CANopen Stack for PIC18 ECANTM Microcontrollers
  3. 所属分类:SCM

    • 发布日期:2017-03-24
    • 文件大小:217896
    • 提供者:可可关
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com