搜索资源列表

  1. sta

    0下载:
  2. 本实训是关于栈的应用,栈在各种高级语言编译系统中应用十分广泛,在本实训程序中,利用栈的“先进后出”的特点,分析C语言源程序代码中的的括号是否配对正确。通过本对本实训的学习,可以理解的基本操作的实现。 本实训要求设计一个算法,检验C源程序代码中的括号是否正确配对。对本算法中的栈的存储实现,我们采用的是顺序存储结构。要求能够在某个C源程序上文件上对所设计的算法进行验证。 -Training is on the stack of th
  3. 所属分类:软件工程

    • 发布日期:2024-05-21
    • 文件大小:8192
    • 提供者:王阿川
  1. mowangyuyan

    0下载:
  2. 1.主要是对栈和队列的运用。 2.首先实现栈和队列的基本操作。 3.将魔王语言自右至左进栈,总是处理栈顶字符。若是开括号,则注意出栈,将字母顺序如对,直至闭括号出栈,并按照规则要求注意出对在处理后入栈。 4.规则(2)的实现主要运用队和栈的特性。 -1. Mainly for the use of stack and queue. 2. First of all realize the basic stack and q
  3. 所属分类:汇编语言

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:王莹
  1. stack

    0下载:
  2. 利用C#编写了一个可以模拟堆栈使用的小例子,其中包含出栈、入栈等基本操作。-The use of C# Prepared a stack can be simulated using a small example, which contains a stack, the basic operation入栈.
  3. 所属分类:C#编程

    • 发布日期:2024-05-21
    • 文件大小:18432
    • 提供者:Rdc
  1. Alex

    0下载:
  2. 大二数据结构实验课的几个源码(顺序表的合并、多项式的合并、栈和队列的基本操作、稀疏矩阵的运算、二叉树基本操作、图的存储和应用)-Experimental data structure sophomore class several source (the order form merger, the merger of polynomial, stack and the basic operation of the queue, spa
  3. 所属分类:C#编程

    • 发布日期:2024-05-21
    • 文件大小:59392
    • 提供者:Alex
  1. longintsizeyunsuan

    0下载:
  2. 课程设计是实践性教学中的一个重要环节,它以某一课程为基础,可以涉及和课程相关的各个方面,是一门独立于课程之外的特殊课程。课程设计是让同学们对所学的课程更全面的学习和应用,理解和掌握课程的相关知识。《数据结构》是一门重要的专业基础课,是计算机理论和应用的核心基础课程。 数据结构课程设计,要求学生在数据结构的逻辑特性和物理表示、数据结构的选择和应用、算法的设计及其实现等方面,加深对课程基本内容的理解。同时,在程序设计方法以及上机操作等
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:268288
    • 提供者:刘桂军
  1. TRACK

    0下载:
  2. 数据结构课程设计之堆栈的应用,能实现堆栈这个数据结构的基本应用,例如,初始化,出栈和入栈操作等。-Data structure the curriculum design of the stack of applications, to achieve the stack data structure of the basic applications, for example, initialization, a stack and入
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:*
  1. TsinghuaCdatastructures

    0下载:
  2. 清华+殷人昆C++数据结构 幻灯片教学课件 通过本课程的学习,应达到知识和技能两方面的目标: 1、知识方面:从数据结构的类定义和对象的使用,以及存储表示和操作的实现两个层次,系统地学习和掌握常用的基本数据结构(包括数组、顺序表、多项式、字符串、链表、栈与队列、优先级队列、广义表、树与森林、二叉树、堆、集合、图、搜索结构、索引结构、散列结构等)及其不同的实现,了解并掌握分析、比较和选择不同数据结构、不同存储结构、不同算法的原则和
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:1839104
    • 提供者:ciweijsf
  1. structer

    0下载:
  2. 单链表的基本操作流程图及源代码 利用栈实现多种运算流程图及源代码-Single list of the basic operation flow chart and source code for implementation using a variety of computing stack and source code flowchart
  3. 所属分类:软件工程

    • 发布日期:2024-05-21
    • 文件大小:347136
    • 提供者:李明
  1. shujujiegoukechengsheji1

    0下载:
  2. 单链表的基本操作和栈的运算,平衡二叉树的生成为题目的数据结构课程设计。有详细的文字说明和源代码。-Single list of the basic operations and stack operations, balanced binary tree data structures of Health to become the subject curriculum design. A detailed written instru
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-21
    • 文件大小:538624
    • 提供者:谭锴
  1. RB

    0下载:
  2. 回文实现 栈在VC上实现的基本操作以及实际问题的操作-Stack palindrome in the VC to achieve realization of the basic operation and the operation of the practical problems
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:elick
  1. Stack544014

    0下载:
  2. 用模板实现顺序栈的基本功能:初始化;判断栈空;判断栈满;置空栈;入栈;出栈;要求入栈时,栈非满是可以插入元素,否则抛除异常;出栈时,栈非空返回栈顶元素,否则抛除异常。(陈儒焕组) 5、队列是只允许在一端进行插入操作,而另一端进行删除操作的线性表。如何改造数组实现队列的顺序存储。要求:用模板实现队列的判空;判满;置队空;出队,队列非空时,出队队首元素,否则报错;出队,队列非满时,插入新元素到队尾,否则报错; -The templa
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:38912
    • 提供者:钟书球
  1. queue

    0下载:
  2. 严蔚敏老师的教程 介绍了栈与队列的基本操作和定义等相关内容-Yan Wei-min teacher' s tutorial describes the basic operation of the stack and the queue and definitions and other related content
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:11264
    • 提供者:zhangbo
  1. Editor_Soft

    0下载:
  2. .采用算符优先数算法,能正确求值表达式 2.熟练掌握栈的应用 3.熟练掌握计算机系统的基本操作方法,了解如何编辑、编译、链接和运行一个C++程序 -. Using operator priority number algorithm, able to correctly evaluated expression 2. Familiar with the application of the stack 3. Fam
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:482304
    • 提供者:liujianye
  1. zhanduilie

    0下载:
  2. 熟悉栈、队列这种特殊线性结构的特性; 2 熟练掌握栈、队列在顺序存储结构和链表存储结构下的基本操作 -Are familiar with stacks, queues the linear structure of this particular characteristic two master stack, queue list in the order of storage structures and storage
  3. 所属分类:软件工程

    • 发布日期:2024-05-21
    • 文件大小:6144
    • 提供者:zhangge
  1. shiyanbaogao

    0下载:
  2. 数据结构试验报告册,其中包括了线性表的基本操作,栈和队列的基本操作,稀疏矩阵的运算,二叉树的基本操作,图的存储和应用,查找运算实现,排序运算实现的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
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:124928
    • 提供者:张周
  1. stack

    0下载:
  2. 堆栈的基本操作,包括堆栈的初始化,入栈,还有出栈的操作,完成了堆栈实验的基本内容。-The stack of basic operations, including a stack of initialization, into the stack, and a stack of operation, completed the stack the basic content of experimental.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:唐红
  1. kuhanshu

    0下载:
  2. 数据结构的头函数,栈、队列等的基本操作!可直接用!-The first function of data structures, stacks, queues, etc. The basic operation! Can be used directly!
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:10240
    • 提供者:momo pan
  1. software

    0下载:
  2. 计算机软件的基本操作包括排序,查找,线性表,栈和队列-The basic operation of computer software, including sorting, searching, linear tables, stacks and queues
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:20480
    • 提供者:邓炼
  1. zhan

    0下载:
  2. 栈结构的基本操作,如建空栈,入栈,弹栈以及栈的应用-Stack structure, such as the basic operation into the stack, build empty stack, the application of the stack and stack
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:177152
    • 提供者:李红雷
  1. 1132154564787

    0下载:
  2. 这是一个链栈,用户可以根据提示进行栈的入栈、出栈等基本操作。-This is a chain of stack, the user can be prompted to stack the stack, the stack and other basic operations.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:小发
« 1 2 3 4 5 6 78 9 10 11 12 13 »

源码中国 www.ymcn.org