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

搜索资源列表

  1. 栈类.rar

    0下载:
  2. 栈(stack)是程序设计过程中经常遇到朝气一种数据结构形式,它对于数据的存放和操作有下面这样的特点: 1) 它只有一个对数据进行存入和取出的端口; 2) 后进者先出,即最后被存入的数据将首先被取出。其形式很象一种存储硬币的小容器,每次只可以从顶端压入一个硬币,而取出也只可以从顶端进行,即后进先出。 这样的数据存储和管理形式在一些程序设计中很有用。例如,编译系统中(这是一类比较复杂的程序),对于函数调用的处理、对于表达式计算的处理,都利用了栈这样的数据结构。
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:2734
    • 提供者:
  1. Stack.rar

    0下载:
  2. 所属分类:其它

    • 发布日期:
    • 文件大小:217801
    • 提供者:
  1. Open Source Embedded Ethernet with TCP_IP Stack.zip

    1下载:
  2. nut/OS的源码,含有tcp/ip协议栈源码
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:
    • 文件大小:2474704
    • 提供者:
  1. lwip-0.7.2

    0下载:
  2. ucos的tcp/ip协议栈,-It is the TCP/IP protocol stack of uCOS.
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:327395
    • 提供者:韩伟
  1. 栈的数制转换算法

    0下载:
  2. 进制转换是数据结构中的栈的应用的一个典型例子- Enters the system transformation is in a construction of data stack application typical example
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1083
    • 提供者:杨涛
  1. openh323-v1_14_3-src

    0下载:
  2. 基于H323标准的OPENSOURCE,是一个实现了基础协议栈的D- Based on H323 standard OPENSOURCE, was has realized foundation agreement stack D
  3. 所属分类:IP电话/视频会议

    • 发布日期:2008-10-13
    • 文件大小:4046522
    • 提供者:wangxiaocheng
  1. CSS

    0下载:
  2. 介绍:一、 什么是层叠样式表二、 如何建立样式三、 将层叠样式单放在何处四、 创建并引用样式类五、 字体属性六、 字体与文本属性七、 颜色与图像属性八、 边框属性九、 滚动条属性十.方块属性,十一、 其它属性,十二、 滤镜-presentations : one, what is the style sheet stack two, how to establish a pattern 3, etc on the single format where four, Create and use
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:441599
    • 提供者:fivecay
  1. TCP_IP Code

    0下载:
  2. uCLinux下的一个TCP/IP协议栈源码-uCLinux of a TCP / IP protocol stack source
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:669427
    • 提供者:赵玉亭
  1. 停车场

    0下载:
  2. 我的数据结构的实验题,停车场,用栈和队列 模拟停车场,实现进车和出车-my data structure experiment, a car park, with Stack and Queue simulated car parks, to achieve progress and out of cars
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8860
    • 提供者:胡小勇
  1. lwip-1.0.0

    0下载:
  2. 轻量级TCP/IP协议栈最新版本-lightweight TCP / IP protocol stack latest version
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:330533
    • 提供者:张云峰
  1. ucip1

    0下载:
  2. 嵌入式TCP/IP协议栈-embedded TCP / IP protocol stack
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:497515
    • 提供者:张云峰
  1. migong

    0下载:
  2. 程序目的:输入一个任意大小的迷宫,用栈求出一条走出迷宫的路径,并显示在屏幕上。-procedures purpose : to bring in a maze of arbitrary size, with a stack get out of the maze of trails and on the screen.
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:3718
    • 提供者:徐南
  1. C++异常中的堆栈跟踪

    0下载:
  2. C++异常中的堆栈跟踪-C stack of abnormal tracking
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:30663
    • 提供者:赵力
  1. 一个专门处理c++异常的类和例子

    0下载:
  2. CExceptionLogger,是一个可以免费使用的C++类,用它可以截获未处理异常,如:非法存取、栈溢出、被零除等,并可以将异常详细信息记录到日志文件...... -CExceptionLogger, is a free use of the category C, and it can be intercepted untreated abnormalities, such as : illegal access, stack overflow, zero, and can be extr
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:21920
    • 提供者:何福保
  1. khss

    0下载:
  2. 数据结构:带括号的算术表达式求值。能完成一位数的带括号的算术表达式的运算,结果可以为多位数。用栈实现中缀表达式和后缀表达式的转换。-data structure : the bracketed arithmetic expression is evaluated. Complete with a number of brackets arithmetic expression Operational results for the multi-digit number. With Stack I
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2130
    • 提供者:橙子
  1. jaq

    0下载:
  2. /*  本程序实现的功能: 显示系统时间和日期    该程序主要操作是: 使用了dos的系统调用功能,输入大小写D显示系统当前日期,当输入大小写T输出当前系统时间,当输入大小写Q退出程序,当输入其他字符时,提示错误 。   主要算法:将系统时间及日期转化成字符显示,通过堆栈来排序显示,同时涉及到 坐标位置设置的转换。时间和日期的显示都只调用了一个(函数)compute,避免了代码的冗余,尽量做到简洁,同时当一次操作过后,程序处于等待状态,以进行下一次操作,而非自动退出。该程序显示时间时多次调
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:2671
    • 提供者:碧匀天
  1. 计算器系统

    1下载:
  2. 简单的计算器源码!可以运用+,-,*,/运算,用栈实现的简易计算器-a simple calculator that supports plus, minus, multiple and division. designed by stack.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:17158
    • 提供者:程序员
  1. 表达式求值(大程序)

    3下载:
  2. VC实现的用堆栈实现表达式求值!! 数据结构的一个小作业!! 大家可以参考一下-VC stack with the expression evaluates to achieve! ! Data structure of a small operation! ! We can take a look
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:43358
    • 提供者:冰扉
  1. dhs

    0下载:
  2. 利用栈判断表达式中左右刮号是否配对出现 包括栈的一些基本操作 如进栈出栈-use expressions stack judgment about whether the scratch, including that Stack matching some basic operations such as stack up into stacks
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5175
    • 提供者:三每川页
  1. lwIP_src_doc

    0下载:
  2. lwIPtcp/ip栈。做嵌入式的同志们肯定有很多都在找这个吧,我提供的这个包里不仅包含源代码,还有详细的参考手册(PDF)。希望大家喜欢-lwIPtcp / ip stack. So embedded comrades am sure many are looking for the bar, I offer this bundle includes not only the source code, there is a detailed reference manual (PDF). Ho
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:521367
    • 提供者:黄亮
« 1 2 ... 28 29 30 31 32 3334 35 36 37 38 ... 50 »
搜珍网 www.dssz.com