搜索资源列表
火车调度
- 这是一个VC编写的火车调度程序,实际上是数据结构栈的应用,同时设计到递归的应用。-This is a VC prepared by the train scheduling procedures, data structure is actually the application stack, recursive design to the application.
嵌入式TCP-IP协议栈应用主机端程序(VC6源码)
- 嵌入式TCP-IP协议栈应用主机端程序(VC6源码)-embedded TCP-IP protocol stack, application - (VC6 source)
uIP_0.9_Src_Test
- 这是一个uIP协议栈在8051上使用的例子,可以在Keil_C下编译。包含uIP0.9的源代码-Application of ulP protocol stack used in the 8051 example, under the Keil_C compiler. UIP0.9 contains the source code
simpleJFXT
- 简单计费系统,虽然简单但是实现了一般的功能。应用了队列,堆栈等数据结构。-simple accounting system, but simple realization of the general function. Application of the queue, stack data structure.
PJSIP_Developer_Guide
- PJSIP开发者手册及函数库查询手册。 快速学习PJSIP协议栈的必备手册。 PJSIP,一个用C编写,功能强大的开源SIP协议栈,采用优秀的内存分配机制编写,运行速度快,支持IM、Presence、PIDF、rPIDF等最新RFC,可以用来实现各种SIP应用。 PJSIP下载见本站。-PJSIP development handbook and manual functions inquiries. Fast learning PJSIP stack of manuals r
shejistack
- 微机应用系统中对堆栈的设计是重要的一个方面,该程序将大体介绍堆栈设计的细节和过程.-microcomputer application system to stack design is an important one. The procedure will be introduced generally stack design details and processes.
tcpip_stack_full
- 完整的整合了TCP/IP协议栈里所有的协议,并包含有完整的应用层HTTP、FTP、TELNET、SMTP等等协议,可以直接应用!-complete the integration of TCP / IP protocol stack, all the agreements, and includes a complete application layer HTTP, FTP, TELNET, and SMTP, and so on the agreement, can be directly
for_stack_use
- 堆栈在停车场问题上的应用-stack in the parking lot on the application
target20060603
- This a USB core stack for the built-in USB device of LPC214x microcontrollers. It handles the hardware interface and USB enumeration/configuration. Also included are application examples like a USB joystick HID and USB serial port emul
sfloppy
- The sfloppy sample is a super floppy driver that resides in the directory \\\\Ntddk\\Src\\Storage\\sfloppy. It is a class driver for Super Floppy disk drives. It sits a level above the port driver (ATAPI, USB, etc) in the driver stack, and brokers co
funambol-outlook-plugin-src-6.5.0
- This SDK allows to integrate a syncml stack in a C++ application on a variety of platforms. Currently, Windows, WinMobile and Linux are actively supported, but you can easily build it on other Unixes or other mobile/embedded platforms.
addfilter
- Addfilter is a command-line application which adds and removes filter drivers for a given drive or volume. It is intended to demonstrate how to insert a filter driver into the driver stack of a device. The sample illustrates how to do this by using t
migong
- 迷宫问题,首先自定义建立迷宫的数据结构,迷宫数据放入矩阵中.在路线查找时,初始化栈,应用循环对每一点座标进行4个方向的判断,如果该点可达则把该点信息放入栈内,或者回溯到出栈后的坐标点,最后如果最后能够到达出口,那么栈内存储的即为走出迷宫路径-Maze problem, first of all, since the definition of the establishment of a maze of data structure, a maze of data Add matrix. Loo
stack
- 栈的应用,清空栈,判断空栈,获取栈顶元素,插入元素,进制转换上的栈的应用-Stack applications, empty the stack to determine the stack space, access to Top-element insertion elements, hexadecimal conversion application on the stack
JN-AN-1123-ZBPro-Application-Template
- Zigbee stack aplication note
stack
- 堆栈的简单应用举例,出栈、入栈的操作方式及其改进-A simple application of the stack example, a stack, stack' s mode of operation and its improvement
zhan
- 定义顺序栈类型,实现栈的所有基本操作。 定义链栈类型,实现栈的所有基本操作。 应用栈实现数制的转换-Definition of the order of the stack type, to achieve all of the basic stack operations. Defined chain stack type, all the basic operations of the stack. Application stack to achieve the conversio
T20008applicaC
- TCPIP协议栈的一些应用程序源码,其中socket源码实例能能用来测试,还有一个简单易懂的web server -TCPIP protocol stack application source code, where socket source code examples that can be used to test, there is a simple and easy to understand web server
stack-and-queue
- 栈和队列的应用,实现一定规则文件的译码。如A=Bdsfg,(eshge)=eeegehese.-Application stack and queue certain rules file decoding. A = Bdsfg, (eshge) = eeegehese.
Stack
- 数据结构入门:顺序栈的应用,参考《大话数据结构》这本书。-Getting data structures: sequential application stack, refer to Westward the data structure this book.