登录
首页 » 数据结构 » 这是数据结构算法中的栈的实现的源码。用C++开发。

这是数据结构算法中的栈的实现的源码。用C++开发。

于 2022-02-06 发布 文件大小:12.85 kB
0 66
下载积分: 2 下载次数: 1

代码说明:

这是数据结构算法中的栈的实现的源码。用C++开发。-This is the data structure of the stack algorithm realize the source. With C++ Development.

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

发表评论

0 个回复

  • 一元稀疏多项式计算器[加法和乘法] 问题描述: 设计一元系多项式计器实现两个多项式间的加法、减法。 基本要求: (1) 输入并建立多项式 (2) 输出多项式...
    一元稀疏多项式计算器[加法和乘法] 问题描述: 设计一元系数多项式计数器实现两个多项式间的加法、减法。 基本要求: (1) 输入并建立多项式 (2) 输出多项式,输出形式为整数序列:n,c1,e1,c2,e2……cn,en,其中n是多项式的项数,ci,ei分别为第i项的系数和指数。序列按指数降序排列。 (3) 多项式a和b相加,建立多项式a+b,输出相加的多项式。 (4) 多项式a和b相减,建立多项式a-b,输出相减的多项式。 用带表头结点的单链表存储多项式。 测试数据: (1) (2x+5x8-3.1x11)+(7-5x8+11x9) (2) (6x-3-x+4.4x2-1.2x9)-(-6x-3+5.4x2+7.8x15) (3) (x+x2+x3)+0 (4) (x+x3)-(-x-x-3)-one yuan sparse polynomial calculator [Addition and multiplication] Problem description : Design one yuan polynomial coefficient counter achieve the two polynomials addition, subtraction. Basic requirements : (a) input and the establishment of polynomial (2) output polynomial, the output form of integer sequence : n, c1, e1, c2, e2 ... cn, en, where n is the polynomial Number, ci, ei for the first item i the coefficients and indexes. By sequencing index in descending order. (3) a and b polynomial addition, the establishment of a polynomial b, the combined output polynomial. (4) a and b polynomial subtraction, the establishment of a polyno
    2022-10-15 00:45:03下载
    积分:1
  • 二路归并算法的代码,用来排序,文件后缀名是c
    二路归并算法的代码,用来排序,文件后缀名是c-a program to sort files under visusl C++ s environment
    2022-02-03 16:39:25下载
    积分:1
  • 控件datagridSource
    控件datagridSource-Control datagridSource
    2022-03-15 12:25:35下载
    积分:1
  • 有向图 编写程序判断该图是否含有环 如没有则输出其拓扑序列...
    有向图 编写程序判断该图是否含有环 如没有则输出其拓扑序列-Digraph write a program to determine whether it contains any part of the plan if there is no sequence of the output of its topological
    2022-01-21 04:46:37下载
    积分:1
  • :有关树所有操作
    数据结构:有关树所有操作- Construction of data: The related tree all operates
    2023-08-09 05:05:03下载
    积分:1
  • odbc教程真的很不错
    odbc教程真的很不错-odbc Guide is really quite
    2023-04-03 22:40:03下载
    积分:1
  • 图书馆管理系统,PHP
    应用背景图书馆管理系统软件是用于监测和控制交易库。 ;图书馆管理系统是PHP MySQL主要集中在库中添加新成员的基本操作一样发达,新的书和更新信息,图书搜索、成员和设施,图书的借阅和归还关键技术图书馆管理系统的目的主要是提供图书馆自动化。用户提供的类别是:图书管理员:他可以读或写的任何成员的信息,可以更新,删除或创建一个会员计划。成员:他可以得到一本书。该应用范围广,可用于任何教育研究所,也可以在办公室使用的必要修改完成。有了这个应用程序,人工应用程序转换为自动在线应用。例如用途,定制的数据是用于此目的。用户将没有特权输入有关书籍的资料。在应用程序的三个主要组成部分:•登录•问题/借书•平衡费系统提供的解决方案是:•提供更好的和有效的服务•更快的信息检索减少图书馆工作人员的工作量本书的所有细节都可在点击•较少的文件工作和文件维护
    2023-05-07 00:05:02下载
    积分:1
  • 2.1将n个人围成一圈,m为未进入游戏前的先行码,用来淘汰第一个出 局的人,然后依次给出淘汰者的密码,根输入的密码来确定下一个淘汰是哪一个,并依次输出被淘汰的...
    2.1将n个人围成一圈,m为未进入游戏前的先行码,用来淘汰第一个出 局的人,然后依次给出淘汰者的密码,根据输入的密码来确定下一个淘汰是哪一个,并依次输出被淘汰的人对应的号码。 2.2用单向循环链表实现操作。-2.1 n personal cordons m not yet entered the game before the first yards out for the first out, then eliminated were given the password, the password to determine under which a one-out, and turn out the output of the corresponding number. 2.2 List circle with a one-way operation to achieve.
    2022-01-26 01:24:55下载
    积分:1
  • 队列解决杨辉三角
    队列解决杨辉三角-Queue solve Pascal"s Triangle
    2023-08-20 09:30:03下载
    积分:1
  • 模拟机场跑道上飞机起飞,VC实现,适合研究算法
    模拟机场跑道上飞机起飞,VC实现,适合研究数据结构算法 -Simulated airport runway on the plane to take off, VC achieved, appropriate to study the data structure algorithms
    2022-04-18 23:49:37下载
    积分:1
  • 696522资源总数
  • 104027会员总数
  • 45今日下载