搜索资源列表
tree
- 用树的应用模拟铁路查询功能。掌握图的邻接表的定义及应用,能够熟练使用邻接表。加强对map容器的理解,能够熟练使用map容器,复习集合和字典的相关知识。理解最短路径问题,并使用Dijkstra算法解决最短路径问题。掌握线形表的使用,并理解优先队列解决问题的过程。利用栈解决需要逆向输出的问题。 -Application of simulation using the tree railway inquiry function. Master graph adjacency list of def
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
asdf
- 算术表达式求值演示,栈的应用的一个典型的例子,演示用算符优先法对算术表达式求值的过程-Arithmetic expression evaluation demonstration, the application stack, a typical example, demonstrate the priority operator arithmetic expression on the process of evaluation
duizhan
- 堆栈的基本应用(用于通讯录)适于初学者加深对其理解学习。-The basic application of the stack (for address book) for beginners to learn to deepen their understanding.
number4
- 回文判别 实验要求:称正读和反读都相同的字符序列为“回文”,如“abba”和“abccba”是“回文”,“abcde”和“ababab”则不是“回文”,试设计一个算法,判别读入的一个以@为结束符的字符序列是否是“回文”。 实验目的: 1、掌握循环队列的定义及应用; 2、掌握队列的基本操作; 3、进一步熟练掌握栈的基本操作及应用; 4、初步学会解决具体问题的算法设计。-Experimental identification requirements palindrome:
Editor_Soft
- .采用算符优先数算法,能正确求值表达式 2.熟练掌握栈的应用 3.熟练掌握计算机系统的基本操作方法,了解如何编辑、编译、链接和运行一个C++程序 -. Using operator priority number algorithm, able to correctly evaluated expression 2. Familiar with the application of the stack 3. Familiar with the basic operation
calculator
- 一、实验一:带括号的算术表达式求值 二、实验的目的和要求: 1.采用算符优先数算法,能正确求值表达式 2.熟练掌握栈的应用 3.熟练掌握计算机系统的基本操作方法,了解如何编辑、编译、链接和运行一个C++程序 -1, experiment 1: arithmetic expressions with parentheses evaluated two experimental purposes and requirements: 1. Using operators pr
stack
- 堆栈的简单应用举例,出栈、入栈的操作方式及其改进-A simple application of the stack example, a stack, stack' s mode of operation and its improvement
vcMyBMP
- 通过这个国外的程序,你会了解到VC++位图拉伸与背景叠加方面的应用示例,普通风格:没有背景显示,以位图作为背景,以指定颜色作为背景,学习使用位图拉伸作为背景、位图平铺等方式,同时还将了解构造函数重载,分别设置和获得背景显示风格、背景颜色和位图显示风格,背景图的CDib类指针等方面的知识。-Through this program abroad, you will learn VC++ background bitmap drawing and the application stack exam
shiyanbaogao
- 数据结构试验报告册,其中包括了线性表的基本操作,栈和队列的基本操作,稀疏矩阵的运算,二叉树的基本操作,图的存储和应用,查找运算实现,排序运算实现的C程序和调试结果。-Basic operation, the stack and queues are the basic operation of the matrix and operation of the basic operation of the tree, storage and application, the lookup opera
QueueWithVoice
- This program was produced by the PHM Project : Version : Date : 2010/05/08 Author : toshiba Company : Comments: Chip type : ATmega16 Program type : Application AVR Core Clock frequency: 16.000000 MHz Memory model :
jisuanqi
- 简单计算器程序,实现加减乘除运算,能对输入的表达式判错(ps:栈的应用)-Simple calculator program, to achieve subtraction multiplication and division, the expression of the input sentence can be wrong (ps: the application stack)
SqStack
- 数据结构中栈的两个应用,进制转换和括号匹配-Data structure stack two application, hexadecimal conversion and matching brackets
StackCoversion
- 栈的应用:进制转换。将某个十进制数转换为规定的进制,比如二进制,八进制等等。-Application of the stack: base conversion. A decimal number is converted to the specified band, such as binary, octal, and so on.
stack-and-queue
- 栈和队列的应用,实现一定规则文件的译码。如A=Bdsfg,(eshge)=eeegehese.-Application stack and queue certain rules file decoding. A = Bdsfg, (eshge) = eeegehese.
Map-four-staining
- 用不多于四种颜色为地图染色,使相邻的行政区不重色,是计算机科学中著名的“四染色”的典型应用,应用这个思想,是以回溯的算法对一幅给定的地图染色。是对数据结构中栈的应用。-With no more than four colors map staining the adjacent borough is not heavy color, typical applications of computer science "stain" the application of this idea, a b
Bracket-matching
- 使用堆栈实现的括号匹配,应用的是后缀表达式,是学习数据结构时候的实习作业。-Use the stack to achieve matching brackets application postfix expression, learning data structures when the internship job.
Calculator
- 应用栈实现简单表达式的计算。(没有界面)-Application of the stack to achieve simple calculation expression.(no interface)
fibonacci
- 此程序为非递归法求解斐波那契数列的程序,是基于C++语言环境下的一个面向对象程序,主要涉及到C++语言堆栈知识的应用,供C++初学者学习-This program is a non-recursive method for solving the Fibonacci program column is based on an object-oriented programming C++ language environment, mainly related to the applicatio
port-problem
- 此程序为汽车轮渡口问题程序,是基于C++语言环境下的一个面向对象程序,主要涉及到C++语言堆栈知识的应用,供C++初学者学习-This program is for the car ferry port procedures, is based on an object-oriented programming C++ language environment, mainly related to the application of the knowledge of C++ language