-
栈(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
-
用c#与sql编写的简单库存管理系统 ,很实用,适合初学者参考
用c#与sql编写的简单库存管理系统 ,很实用,适合初学者参考-C# and sql prepared using a simple inventory management system, it is useful for advanced users!!
- 2022-04-27 13:20:20下载
- 积分:1
-
JSP servlet Postgre MVC framework ... online library system source code. CMU Pra...
JSP+Postgre+servlet
MVC架构...
网上图书馆系统原代码.
CMU课程实践课程
-JSP servlet Postgre MVC framework ... online library system source code. CMU Practice courses
- 2022-03-17 10:31:32下载
- 积分:1
-
这是c++功能的又以体现,实现了用c++完成逻辑推理的任务,对于学习c++很有帮助,是个很不错的程序哦...
这是c++功能的又以体现,实现了用c++完成逻辑推理的任务,对于学习c++很有帮助,是个很不错的程序哦-This is another function of c embodiment achieved with c logical completion of the task, learning c helpful, is a very good procedure oh
- 2022-01-26 00:53:29下载
- 积分:1
-
中南的数据结构试验1
中南的数据结构试验1-Indochina data structure a test
- 2022-01-23 10:51:20下载
- 积分:1
-
医药销售管理系统
1)基本要求:
(1)分析各系统的需求;
(2)选用DBMS和设计工具;
(3)提出系统的设计方案;
(4)对所设计的数...
医药销售管理系统
1)基本要求:
(1)分析各系统的需求;
(2)选用DBMS和设计工具;
(3)提出系统的设计方案;
(4)对所设计的数据库系统进行调试。
-Pharmaceutical Sales Management System 1) Basic requirements: (1) to analyze the needs of each system (2) selection of DBMS and design tools (3) for the system design (4) database system designed for debugging.
- 2022-02-26 18:11:44下载
- 积分:1
-
是对加快程序运行时间,合理程序类型最有效,最有说服力的一本书...
是对加快程序运行时间,合理程序类型最有效,最有说服力的一本书-Introduction to Algorithm
- 2022-01-31 00:04:19下载
- 积分:1
-
这是关于图论算法里面的一些代码,图论基本的思想代码的实现...
这是关于图论算法里面的一些代码,图论基本的思想代码的实现-This is on the graph theory algorithm inside some code, graph theory, the idea of the basic code realize
- 2022-02-10 12:57:22下载
- 积分:1
-
minimum spanning tree data structure for the law
数据结构最小生成树的求法――算法 数据结构可后实习题目-minimum spanning tree data structure for the law-- algorithm data structure can be subject after practice
- 2022-07-13 04:01:02下载
- 积分:1
-
这个是数据结构经典算法实现,是一些不错的算法
这个是数据结构经典算法实现,是一些不错的算法-shu ju jie gou jing dian suan fa shi xian
- 2022-06-21 22:44:35下载
- 积分:1