搜索资源列表
dhs
- 利用栈判断表达式中左右刮号是否配对出现 包括栈的一些基本操作 如进栈出栈-use expressions stack judgment about whether the scratch, including that Stack matching some basic operations such as stack up into stacks
NO7
- 著名的电信七号信令NO7,协议栈实现代码。包含了从最底层HDCL数据流处理到上层L4呼叫处理的流程。-The code for Ss7 protocol stacks,include from the HDCL data stream handling to the the Handle flow of L4 Call.
用C++描述的各种数据结构算法
- 包含几十个有关数据结构算法的源代码 包括栈 队列 树图等 是初学者的最佳选择-contains dozens of the data structure of the algorithm source code stacks include Queue tree map is the best choice for beginners
秀秀在线书店
- 用jbuilder开发的在线书店源码.前台用户页面的功能:注册,浏览,下订单,取消订单等.后台管理员的功能:更新图书库,处理订单,添加或注销用户.- On-line bookstore source code develops which with jbuilder Onstage user page function: The registration, the browsing, gets down the order form
简单的表达式求值
- 语法分析正确后就可以求值了,求值时用到一个操作数堆栈和操作符堆栈,以及一个算符优先表(存储了运算符之间的优先关系),具体细节可以阅读源码。-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 (
迷宫求解(wjluo)
- 三种算法实现的迷宫出路求解,枚举、递归、还有栈。-three Algorithm way to solve the maze, enumeration, recursive, there are stacks.
停车管理系统
- C编的停车场管理系统,用堆栈和队实现的,并加入了人性化设计-C series of the car park management system, with stacks and team achievement, and joined the humanized design
ZigBee_Specification_v1.0_TSC-ZigBee-Specification
- zigbee协议,类似蓝牙的协议,协议栈的资料更少了-agreement, similar to the Bluetooth agreement, protocol stacks and even less information
stacks
- Ex3.6 车皮编序问题 .问题描述: 在一个列车调度站中,1 条轨道连接到1 条侧轨处,形成1 个铁路转轨栈,如下图所示。 其中左边轨道为车皮入口,右边轨道为出口,编号为1,2,…,n 的n 个车皮从入口依次进 入转轨栈,由调度室安排车皮进出栈次序,并对车皮按其出栈次序重新编序a1, a2,., an 。 .编程任务: 给定正整数n,编程计算左边轨道车皮编号依次为1,2,…,
Java_SIFT-src
- A lightweight SIFT-implementation for Java after the paper of David Lowe (2004). The ImageJ plugin can be used for rigidly aligning image stacks.
Stacks
- Lecture material on Stacks, adopted from E-book "Data Structures with C++ using STL" by William Todd, William Ford
Stacks.pdf
- How to use stacks in C language
stacks-and-queues
- 栈和队列的实现,包括共享栈、链栈、循环队列、链队列。-Implementation of stacks and queues, including the sharing of the stack, chain stack, circular queue, the queue chain.
stacks-and-queues-in-CPP
- implementation of stacks and queues of structure student in C-implementation of stacks and queues of structure student in C++
ch3---Queue-using-two-stacks
- Queue using two Stacks
Data-structures---stacks-and-queues
- 数据结构之--栈和队列的代码。 它是参考和学习的上好资料。 数据结构系列代码包含:排序算法;表,树,图,栈和队列。-Data structures- stacks and queues code. It is a superbly reference and learning information. Series code contains data structures: sorting algorithm tables,
Small-TCPIP-stacks-for-mcu
- 嵌入式TCP/IP协议栈,例如著名的uIP, LWIP, uC/IP等(原版)-Embedded TCP/IP protocal stacks
stacks-and-queues-in-CPP
- implementation of stacks and queues of structure student in C-implementation of stacks and queues of structure student in C++
Stacks
- source code of stacks that is a technique of inserting a value.
Two-Stacks-in-One-Array.c
- 在一个数组中中实现两个栈,方法:一个从数组头,一个数组尾。-Implementing two stacks in an array, methods: one the array header, one array tail.