登录
首页 » Windows开发 » 数据结构中实现栈空间共享的小程序.先用户分配一个空间.再分为几个栈.尽量平分每个栈的空间,但是各个栈的空间是可以变化的,由用户的需要而定.用户可任意选择输入栈的...

数据结构中实现栈空间共享的小程序.先用户分配一个空间.再分为几个栈.尽量平分每个栈的空间,但是各个栈的空间是可以变化的,由用户的需要而定.用户可任意选择输入栈的...

于 2022-03-16 发布 文件大小:214.55 kB
0 220
下载积分: 2 下载次数: 1

代码说明:

数据结构中实现栈空间共享的小程序.先用户分配一个空间.再分为几个栈.尽量平分每个栈的空间,但是各个栈的空间是可以变化的,由用户的需要而定.用户可任意选择输入栈的顺序,如先选择第1栈,输入元素,再输第0栈,再输入第2栈,以后也可以再在原先的栈内添加或删除元素.若pop,留下的空间归原栈所有,以后添加元素的时候可以用来左右移动栈,元素在整个空间的开始装入的顺序是先分别在各个栈的bot处装.-data structure to achieve the shared stack space small programs. First distribution of a user space. Again divided into several stacks. Equally as each stack space, but all stack space can change from the user"s needs. Users can freely select input stack in the order, if we choose a stack, the importation of elements and transported 0 stack, the first re-entry two stack, could again after the original stack within add or delete elements. if pop, leaving the space under the original stack all, after adding the element of time can be used to stack and move around, the elements in the entire space to the beginning of the loading sequence is first in the various bot Department stack installed.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • borland3.1c platform
    borland3.1c++平台-borland3.1c platform
    2022-01-25 22:32:47下载
    积分:1
  • Two
    双向缓冲,读入数据,写出数据,内存的操作-Two-way buffer, read data, write data, memory operation
    2022-03-22 07:43:36下载
    积分:1
  • 一个阅读器的小程序上传给 大家看看 吧3希望有帮助
    一个阅读器的小程序上传给 大家看看 吧3希望有帮助-a project use for read file
    2022-03-12 09:30:26下载
    积分:1
  • 这个是旅行查询系统,模拟查询旅游路线。欢迎使用,希望大家提供意见。...
    这个是旅行查询系统,模拟查询旅游路线。欢迎使用,希望大家提供意见。-This is a travel query system, simulating travel route inquiries. Welcome, I hope to advise the U.S..
    2022-01-25 23:30:03下载
    积分:1
  • VB的经典计算方法,可以设计界面,函数计算,很 有帮助的
    VB的经典计算方法,可以设计界面,函数计算,很 有帮助的 -VB classic method of calculation can design interface, function, very helpful
    2022-01-31 20:57:38下载
    积分:1
  • regular expression syntax processing software demonstrations illustrate the oper...
    表达式语法处理过程说明 这个软件演示了基于操作符优先级的表达式处理算法,属于很经典的算法。详细的演示了处理过程的每个动作以及辅助栈、表的使用。对学习《编译原理》和《数据结构》中的相关内容会有所帮助。 关于此算法的详细描述请见《数据结构》(清华出版社)。 软件使用方法,可以直接采用程序样例中的表达式(-9.3*((8+2-3*6/2-0.8)+(-64))),也可以在表达式输入的文本框中输入一个新的表达式(限数字、基本运算符、括号),先点击“初始化计算”按钮,然后点击“演示”按钮,每次一步。在此过程中,请观察“操作符号栈”、“操作数栈”、“操作数对照表”的变化情况,以及每次读取的当前词和当前动作。 题外话:觉得许多软件开发人员有一种只重视程序语言和技巧,而忽视算法设计的倾向。记得有个很出名的说法:程序=算法+数据结构。当然现在软件领域出现了许多新的动向,但基本功仍应重视。颖易教育软件工作室主页:http://www.yingyi.net电子邮件:yingyi@yingyi.net,true_yingyi@etang.com电话:(010)63522531-regular expression syntax processing software demonstrations illustrate the operator based on the priority of expression processing algorithm, a very classic algorithms. A detailed demonstration of the process every movement and auxiliary stack, table use. The study "Compiler Principle" and "data structure" of the content will be helpful. This algorithm on a detailed description, see "Data Structure" (Tsinghua University Press). Use of the software can be used directly in the sampl
    2022-03-19 01:12:37下载
    积分:1
  • OCR 图片识别
    OCR方式的图片识别,API方式,调用简单,识别率还可以.OCR (Optical Character Recognition,光学字符识别)是指电子设备(例如扫描仪或数码相机)检查纸上打印的字符,通过检测暗、亮的模式确定其形状,然后用字符识别方法将形状翻译成计算机文字的过程;即,对文本资料进行扫描,然后对图像文 件进行分析处理,获取文字及版面信息的过程。如何除错或利用辅助信息提高识别正确率,是OCR最重要的课题,ICR(Intelligent Character Recognition)的名词也因此而产生。衡量一个OCR系统性能好坏的主要指标有:拒识率、误识率、识别速度、用户界面的友好性,产品的稳定性,易 用性及可行性等
    2022-03-22 12:19:29下载
    积分:1
  • 该程序计算组合的
    this program calculates combination s
    2022-05-28 00:28:40下载
    积分:1
  • 锁定鼠标,按ALT + F4 可以退出
    锁定鼠标,按ALT + F4 可以退出-lock mouse, according ALT F4 can be withdrawn
    2022-05-27 05:33:52下载
    积分:1
  • 这是一个实现质因数分解的程序,输出这个数的质因数的连乘形式...
    这是一个实现质因数分解的程序,输出这个数的质因数的连乘形式-Realize this is a quality factor decomposition process, the output of the quality factor of a few even take the form of
    2023-02-03 06:50:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载