-
栈(stack)是程序设计过程中经常遇到朝气一种数据结构形式,它对于数据的存放和操作有下面这样的特点: 1) 它只有一个对数据进行存入和取出的端口; 2) 后进...
栈(stack)是程序设计过程中经常遇到朝气一种数据结构形式,它对于数据的存放和操作有下面这样的特点: 1) 它只有一个对数据进行存入和取出的端口; 2) 后进者先出,即最后被存入的数据将首先被取出。其形式很象一种存储硬币的小容器,每次只可以从顶端压入一个硬币,而取出也只可以从顶端进行,即后进先出。 这样的数据存储和管理形式在一些程序设计中很有用。例如,编译系统中(这是一类比较复杂的程序),对于函数调用的处理、对于表达式计算的处理,都利用了栈这样的数据结构。- The stack (stack) is in the programming process frequently
meets the vitality one kind of construction of data form under, it has
such characteristic regarding data depositing and the operation: 1) it
only has a logarithm according to the port which carries on stores and
takes out; 2) less advanced first leaves, namely finally the data
which will store first is taken out. Its form looks like one kind of
memory coin very much the small container, each time only may press in
a coin from the peak, but takes out also only may carry on from the
peak, namely less advanced first leaves. Such data storage and the
management form are very useful in some programmings. For example, in
the compiling system (this is a kind of quite complex procedure),
transfe
- 2023-08-22 21:50:04下载
- 积分:1
-
一个能求图中任两顶点之间的最短距离的程序
一个能求图中任两顶点之间的最短距离的程序-seeking a map to the two vertices of the shortest distance between the procedures
- 2022-07-20 07:05:48下载
- 积分:1
-
a binary tree using the trigeminal Chain example, the leaves are obtained and th...
一个二叉树的三叉链表运用实例,求出叶子的结点并输出从根结点到该叶子结点的路径!-a binary tree using the trigeminal Chain example, the leaves are obtained and the output node from the Root of leaf nodes in the path!
- 2022-02-21 08:16:56下载
- 积分:1
-
用C语言实现的各种算法及演示,可以结合代码分步观看执行过程...
用C语言实现的各种算法及演示,可以结合代码分步观看执行过程-C language algorithms and the various presentations, combining code can watch the step-by-step implementation process
- 2022-01-26 07:49:12下载
- 积分:1
-
C语言常用算法源代码,数据结构原理实现,
对学习应用有参考价值。...
C语言常用算法源代码,数据结构原理实现,
对学习应用有参考价值。-C language source code commonly used algorithms and data structures to achieve the principle of learning about the application of a reference value.
- 2022-02-01 16:31:45下载
- 积分:1
-
用C++开发餐馆导航系统
C++控制台程序,在不知道城市方位的情况下对某个城市的餐馆和小吃店进行导航定位。使用链表数据结构,采用继承的方式进行类的编写实现餐馆导航。
- 2022-01-24 16:09:06下载
- 积分:1
-
学生成绩管理系统
学生成绩管理系统,实现以下功能,管理员可以增加删除学生,老师可以增删改学生的成绩,学生自己查询自己的成绩,学生可以修改自己的部分信息。
- 2022-08-08 12:47:12下载
- 积分:1
-
Practice of information technology systems, the application of information techn...
信息技术练习系统,适用开高中信息技术课的使用-Practice of information technology systems, the application of information technology to open high school classes use
- 2022-03-21 06:58:13下载
- 积分:1
-
产生脉冲流密度为百万的雷达脉冲,可以对信号进行能够仿真达到给出测试的信号源环境...
产生脉冲流密度为百万的雷达脉冲,可以对信号进行能够仿真达到给出测试的信号源环境-Have a pulse current density for the millions of radar pulse, the signal can reach is given to simulation test signal source environment
- 2022-02-01 12:30:39下载
- 积分:1
-
n个数的全排列的非递归算法,cpp文件可编译运行
n个数的全排列的非递归算法,cpp文件可编译运行-n the number of full-order non-recursive algorithm, cpp files can be compiled to run
- 2022-04-27 20:01:08下载
- 积分:1