搜索资源列表

  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
    • 文件大小:5.05kb
    • 提供者:三每川页
  1. NO7

    0下载:
  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
    • 文件大小:183.06kb
    • 提供者:李强
  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
    • 文件大小:67.58kb
    • 提供者:往往
  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
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1.34mb
    • 提供者:李民
  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 (
  3. 所属分类:其它资源

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

    0下载:
  2. 三种算法实现的迷宫出路求解,枚举、递归、还有栈。-three Algorithm way to solve the maze, enumeration, recursive, there are stacks.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:215.15kb
    • 提供者:刘源
  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
    • 文件大小:13.09kb
    • 提供者:李明
  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
    • 文件大小:3.57mb
    • 提供者:
  1. stacks

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

    • 发布日期:2008-10-13
    • 文件大小:25.63kb
    • 提供者:无翼
  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. 所属分类:多媒体编程

    • 发布日期:2024-11-26
    • 文件大小:67kb
    • 提供者: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

    • 发布日期:2024-11-26
    • 文件大小:41kb
    • 提供者:grom2
  1. Stacks.pdf

    0下载:
  2. How to use stacks in C language
  3. 所属分类:文件格式

    • 发布日期:2024-11-26
    • 文件大小:316kb
    • 提供者: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. 所属分类:数据结构常用算法

    • 发布日期:2024-11-26
    • 文件大小:101kb
    • 提供者: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. 所属分类:其他小程序

    • 发布日期:2024-11-26
    • 文件大小:1kb
    • 提供者:rocky91
  1. ch3---Queue-using-two-stacks

    0下载:
  2. Queue using two Stacks
  3. 所属分类:其他小程序

    • 发布日期:2024-11-26
    • 文件大小:1.96mb
    • 提供者: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,
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-11-26
    • 文件大小:5kb
    • 提供者:欧才俊
  1. Small-TCPIP-stacks-for-mcu

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

    • 发布日期:2024-11-26
    • 文件大小:280kb
    • 提供者: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. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-11-26
    • 文件大小:1kb
    • 提供者:cheanahihh
  1. Stacks

    0下载:
  2. source code of stacks that is a technique of inserting a value.
  3. 所属分类:其他小程序

    • 发布日期:2024-11-26
    • 文件大小:1kb
    • 提供者: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. 所属分类:其他小程序

    • 发布日期:2024-11-26
    • 文件大小:1kb
    • 提供者:胡单春
« 12 3 4 5 6 7 8 9 10 ... 26 »

源码中国 www.ymcn.org