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

搜索资源列表

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

    1下载:
  2. 著名的电信七号信令NO7,协议栈实现代码。包含了从最底层HDCL数据流处理到上层L4呼叫处理的流程。-The code for Ss7 protocol stacks,include from the HDCL data stream handling to the the Handle flow of L4 Call.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:187457
    • 提供者:李强
  1. 用C++描述的各种数据结构算法

    0下载:
  2. 包含几十个有关数据结构算法的源代码 包括栈 队列 树图等 是初学者的最佳选择-contains dozens of the data structure of the algorithm source code stacks include Queue tree map is the best choice for beginners
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:69198
    • 提供者:往往
  1. 秀秀在线书店

    0下载:
  2. 用jbuilder开发的在线书店源码.前台用户页面的功能:注册,浏览,下订单,取消订单等.后台管理员的功能:更新图书库,处理订单,添加或注销用户.- On-line bookstore source code develops which with jbuilder Onstage user page function: The registration, the browsing, gets down the order form, the cancel order and so on
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1401802
    • 提供者:李民
  1. 简单的表达式求值

    0下载:
  2. 语法分析正确后就可以求值了,求值时用到一个操作数堆栈和操作符堆栈,以及一个算符优先表(存储了运算符之间的优先关系),具体细节可以阅读源码。-syntax analysis is correct after it evaluates the value used for a number of operations and the operator stacks stack, and an operator priority list (stored Operators relations bet
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1972193
    • 提供者:李平
  1. 迷宫求解(wjluo)

    0下载:
  2. 三种算法实现的迷宫出路求解,枚举、递归、还有栈。-three Algorithm way to solve the maze, enumeration, recursive, there are stacks.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:220312
    • 提供者:刘源
  1. 停车管理系统

    0下载:
  2. C编的停车场管理系统,用堆栈和队实现的,并加入了人性化设计-C series of the car park management system, with stacks and team achievement, and joined the humanized design
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:13403
    • 提供者:李明
  1. ZigBee_Specification_v1.0_TSC-ZigBee-Specification

    0下载:
  2. zigbee协议,类似蓝牙的协议,协议栈的资料更少了-agreement, similar to the Bluetooth agreement, protocol stacks and even less information
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:3743727
    • 提供者:
  1. stacks

    0下载:
  2. Ex3.6 车皮编序问题 .问题描述: 在一个列车调度站中,1 条轨道连接到1 条侧轨处,形成1 个铁路转轨栈,如下图所示。 其中左边轨道为车皮入口,右边轨道为出口,编号为1,2,…,n 的n 个车皮从入口依次进 入转轨栈,由调度室安排车皮进出栈次序,并对车皮按其出栈次序重新编序a1, a2,., an 。 .编程任务: 给定正整数n,编程计算左边轨道车皮编号依次为1,2,…,n 时,在右边轨道最多可 以得到多少个不同的车皮编序方案
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:26243
    • 提供者:无翼
  1. Java_SIFT-src

    0下载:
  2. A lightweight SIFT-implementation for Java after the paper of David Lowe (2004). The ImageJ plugin can be used for rigidly aligning image stacks.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-29
    • 文件大小:68745
    • 提供者:chenglong
  1. Stacks

    0下载:
  2. Lecture material on Stacks, adopted from E-book "Data Structures with C++ using STL" by William Todd, William Ford
  3. 所属分类:STL

    • 发布日期:2017-04-07
    • 文件大小:42320
    • 提供者:grom2
  1. Stacks.pdf

    0下载:
  2. How to use stacks in C language
  3. 所属分类:File Formats

    • 发布日期:2017-04-03
    • 文件大小:323584
    • 提供者:sukhdeep Singh
  1. stacks-and-queues

    0下载:
  2. 栈和队列的实现,包括共享栈、链栈、循环队列、链队列。-Implementation of stacks and queues, including the sharing of the stack, chain stack, circular queue, the queue chain.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:103225
    • 提供者:Wendy
  1. stacks-and-queues-in-CPP

    0下载:
  2. implementation of stacks and queues of structure student in C-implementation of stacks and queues of structure student in C++
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:1020
    • 提供者:rocky91
  1. ch3---Queue-using-two-stacks

    0下载:
  2. Queue using two Stacks
  3. 所属分类:Other systems

    • 发布日期:2017-11-19
    • 文件大小:2056966
    • 提供者:himcch
  1. Data-structures---stacks-and-queues

    0下载:
  2. 数据结构之--栈和队列的代码。 它是参考和学习的上好资料。 数据结构系列代码包含:排序算法;表,树,图,栈和队列。-Data structures- stacks and queues code. It is a superbly reference and learning information. Series code contains data structures: sorting algorithm tables, trees, graphs, stacks and que
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:5342
    • 提供者:欧才俊
  1. Small-TCPIP-stacks-for-mcu

    0下载:
  2. 嵌入式TCP/IP协议栈,例如著名的uIP, LWIP, uC/IP等(原版)-Embedded TCP/IP protocal stacks
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-23
    • 文件大小:286821
    • 提供者:u-hwa
  1. stacks-and-queues-in-CPP

    0下载:
  2. implementation of stacks and queues of structure student in C-implementation of stacks and queues of structure student in C++
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:1148
    • 提供者:cheanahihh
  1. Stacks

    0下载:
  2. source code of stacks that is a technique of inserting a value.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:604
    • 提供者:GGMO
  1. Two-Stacks-in-One-Array.c

    0下载:
  2. 在一个数组中中实现两个栈,方法:一个从数组头,一个数组尾。-Implementing two stacks in an array, methods: one the array header, one array tail.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-13
    • 文件大小:524
    • 提供者:胡单春
« 12 3 4 5 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com