Welcome![Sign In][Sign Up]
Location:
Search - 栈和队列

Search list

[Console栈和队列CQandS

Description: 该程序实现了栈和队列的操作,可以作为其他程序的头文件-the program stack and a queue of operation, as with other procedures in the first paper
Platform: | Size: 8901 | Author: 沈石林 | Hits:

[Documents数据结构讲义

Description: 1.算法 2.线性表 3.栈和队列 4.数组 5.树 6.图 7.查找 8.排序
Platform: | Size: 1039826 | Author: goyisking | Hits:

[Data structs数椐结构实验指导书

Description: 数据结构的实验算法 有线性表的,栈和队列,数组,树和而叉树,图,查找以及排序等算法的源代码 -experimental data structure is linear algorithm to the table, stack and queue, arrays, trees and the trees and fork, graphics, such as search and sorting algorithm source code
Platform: | Size: 61440 | Author: 龙亚星 | Hits:

[Data structs数据结构配套光盘

Description: 《数据结构》配书光盘 内容包括:线性表,栈和队列,串,数组与广义表,树,图,查找,排序等所以算法。 该光盘中配有《数据结构》一书中的所有算法、每一个算法的 C 程序(后缀为 .cpp 的文件)及可执行文件(后缀为 .exe 的文件)。-"data structure" assigned CD include : linear table, stack and queue, strings, arrays and broad scale tree, map, search, sort, etc. So algorithm. The CD-ROM equipped with a "data structure," a book of all the algorithm, the algorithm for each one C (suffix. Cpp files) and the executable file (wayward. Exe files).
Platform: | Size: 2952192 | Author: mars | Hits:

[Console栈和队列CQandS

Description: 该程序实现了栈和队列的操作,可以作为其他程序的头文件-the program stack and a queue of operation, as with other procedures in the first paper
Platform: | Size: 229376 | Author: 沈石林 | Hits:

[WEB Codestackandlist(1)

Description: 栈和队列的实验一。以前上课的时候编写的时候花了很长时间的。-stack and a queue of experiments. The time before class time spent preparing for a very long time.
Platform: | Size: 1024 | Author: niqing | Hits:

[Data structscodewac

Description: 数据结构:如 线性表,栈和队列,数组和广义表,串,文件, 排序 , 查找, 图 ,树 等的详细设计及分析方法。帮助初学者快速入门、使有一定基础的朋友有很大的提高。-Data structure: If the linear form, stack and queue, and in a broad array of tables, string, file, sort, find, map, tree, such as detailed design and analysis methods. To help beginners get started quickly, so that friends have a certain base has greatly improved.
Platform: | Size: 62464 | Author: 王阿川 | Hits:

[ConsoleJiSuanQi

Description: Visual c++6.0实现的用数据结构栈和队列实现的计算器-Visual c++ 6.0 realize the use of stack and queue data structures realize calculator
Platform: | Size: 338944 | Author: 南才北往 | Hits:

[DSP programhuiw.dsp

Description: 本程序是由vc编写的一个简单的回文代码,运用栈和队列存储表示-This procedure is vc prepared by a simple palindrome code, the use of stack and queue storage express
Platform: | Size: 1024 | Author: 张天伟 | Hits:

[Data structszhanheduiliedejibencaozu

Description: 数据结构栈和队列的基本操作及其应用。对于一个从键盘输入的字符串,判断其是否为回文。回文即正反序相同。如“abba”是回文,而“abab”不是回文。-Stack and queue data structure of the basic operation and its application. For a string from the keyboard input, determine whether the palindrome. Palindrome sequence that is the same as the pros and cons. Such as
Platform: | Size: 19456 | Author: | Hits:

[CSharppaking

Description: 一个模拟停车场的控制台程序,利用栈和队列来完成停车功能,并有计费功能-A simulated car park console procedures, the use of stack and queue to complete the parking functions, and billing functions
Platform: | Size: 45056 | Author: mlw | Hits:

[Data structszhanduilie

Description: 栈和队列的基本操作实现及其应用,肯定对你有帮助的!需要的请下载!-Stack and queue and its application to achieve the basic operation is definitely helpful for you! Need to download!
Platform: | Size: 5120 | Author: 侯坚强 | Hits:

[Data structs3698

Description: 栈和队列的基本操作及应用,内有实验报告和具体程序实现!-Stack and queue the basic operation and applications, there are experimental reports and the specific procedures to achieve!
Platform: | Size: 18432 | Author: | Hits:

[Data structsstackqueue

Description: 数据结构栈和队列基本源代码,并包括银行模拟、中缀表达式计算、列车调度、农夫过河问题等经典数据结构算法。-Stack and queue data structure of the basic source code, and includes Bank of simulation, in the calculation is made up of expressions, the train scheduling, the farmer across the river, such as the classic problem of data structure algorithms.
Platform: | Size: 12288 | Author: guanjun | Hits:

[Data structsclgl_lz

Description: 一个有关停车场管理的小程序,应用到栈和队列的知识。-A small car park management procedures, applied to the stack and queue knowledge.
Platform: | Size: 2048 | Author: mll | Hits:

[Data structsCar_parking

Description: 主要用栈和队列,实现一个模拟停车场的程序-Stacks and queues is mainly used to achieve a simulated car park program
Platform: | Size: 108544 | Author: 陈意鹏 | Hits:

[Data structsstack

Description: 数据结构第三章中栈和队列的源程序,实现了全部算法-this is a code of data structure
Platform: | Size: 15360 | Author: wangming | Hits:

[ApplicationsParking

Description: 停车场管理系统,熟练栈和队列的结构特征,实现和比较顺序和链式两种存储结构的特点-Parking management systems, skilled stack and queue structure, implementation, and compare sequence and structural features of two storage chain
Platform: | Size: 2048 | Author: 王强 | Hits:

[Data structs栈和队列的链接

Description: 数据结构实验 栈和队列的连接实验 ①编写程序实现循环队列的初始化、入队和出队操作 ②编写程序实现将一个任意的十进制数转换成对应的二进制数 要求: ①用栈的基本操作来实现(具体栈的存储结构可用顺序栈也可用链栈) 十进制数由键盘输入,输出对应的二进制数。 ②在初始化队列后,利用入队操作构建具有n个元素的队列并依次输出队列中的元素。在构建的具有n个元素的队列中,执行出队操作,输出出队后队列中的剩余元素(Data structure experiment stack and queue connection experiment)
Platform: | Size: 1024 | Author: 蚊子酱 | Hits:

[DocumentsCH3栈和队列-PDF

Description: 栈和队列(Stack and queue)
Platform: | Size: 1432576 | Author: Turf | Hits:
« 12 3 4 5 6 7 8 9 10 ... 24 »

CodeBus www.codebus.net