登录
首页 » 数据结构 » in learning the application stack, it is a very typical example is the train com...

in learning the application stack, it is a very typical example is the train com...

于 2022-12-09 发布 文件大小:39.70 kB
0 171
下载积分: 2 下载次数: 1

代码说明:

在学习堆栈的应用时,有一个很典型的例子,就是火车车厢的重排问题,该程序就是针对这个做了一个简单的MFC模拟程序-in learning the application stack, it is a very typical example is the train compartments, the rearrangement, The procedure is to address this and make a simple MFC simulation program

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

发表评论

0 个回复

  • 一个sql语法分析程序
    一个sql语法分析程序- A sql grammar analysis program
    2022-07-26 18:38:16下载
    积分:1
  • 嵌入式库,在嵌入式平台上实现库功能,没有引擎,符合sql92标准...
    嵌入式数据库,在嵌入式平台上实现数据库功能,没有数据引擎,符合sql92标准-embedded database, the embedded platform database functions, data engines, in line with standard sql92
    2022-10-19 13:50:04下载
    积分:1
  • 遍历是二叉树经常要遇到的一种操作.可以运用到二叉树点计,线索化二叉树,求二叉树的深度,表达式求值等算法中.在遍历的过程中,对点的访问具有普遍的含义,可以是...
    遍历是二叉树经常要遇到的一种操作.可以运用到二叉树结点计数,线索化二叉树,求二叉树的深度,表达式求值等算法中.在遍历的过程中,对结点的访问具有普遍的含义,可以是输出各结点的数据域信息,也可以是对结点作其他处理.另外,通过一次完整的遍历,可使二叉树中结点信息由非线性排列变为某种意义上的线性排列.也就是说,遍历操作使非线性结构线性化. -traverse binary tree is frequently encountered in a operation. Binary Tree can be applied to node count, clues of a binary tree, the binary tree for depth, in the expression evaluates such algorithm. the ergodic process, right node of the visit is universal meaning, it can be output in each node of data domain information, also be on the node for other treatment. Besides, a complete traversal, Binary enables information from the node into a nonlinear with a sense of linear order. In other words, Traversing operation nonlinear structure so linear.
    2022-02-27 00:08:38下载
    积分:1
  • Dual
    双线程对一系列随机数进行归并排序,使用MFC的控制台程序-Dual-threaded on a series of random numbers to merge sort, using the Console application in MFC
    2022-03-22 15:48:01下载
    积分:1
  • Minimum spanning tree, my own little program, very good, and would like to share...
    最小生成树,我自己做的小程序,很好用,希望和大家分享-Minimum spanning tree, my own little program, very good, and would like to share with
    2022-08-07 14:03:44下载
    积分:1
  • For K
    求K阶斐波那契序列 一个难得的数据结构示例 有详细注解 适合正在学习数据结构的STU-For K-order Fibonacci sequence a rare example of data structure has detailed annotations are learning the data structure suitable for the STU
    2022-04-22 01:20:38下载
    积分:1
  • 这是用java实现的一个仓储管理系统,库部分有一定参考价值,包含整套设计方案和项目报告书。...
    这是用java实现的一个仓储管理系统,数据库部分有一定参考价值,包含整套设计方案和项目报告书。-Java This is achieved using a warehouse management system, part of the database have a certain reference value, including the entire design and project report.
    2022-03-26 12:54:54下载
    积分:1
  • C#中,应用程序与库access的链接解释
    C#中,应用程序与数据库access的链接解释-C#, applications and database access links to explain the
    2022-07-09 06:23:46下载
    积分:1
  • 推箱子状态空间搜索,慢慢研究吧。分支限界法,采用优先队列实现...
    推箱子状态空间搜索,慢慢研究吧。分支限界法,采用优先队列实现-tuixiangzi
    2022-02-01 17:00:12下载
    积分:1
  • 实现堆栈先入后出的功能
    堆栈是一种执行“先入后出”算法的存储器。数据一个一个顺序的存入(也就是压入——push)存储区中。有一个地址指针总是指向最后一个压入堆栈的数据所在的数据单元,存放这个地址的指针的寄存器叫做堆栈指示器。开始放入数据的单元叫做“栈底”,最后放入的数据的单元叫做“栈顶”。数据一个一个地存入,这个过程叫做“压栈”。在压栈的过程中,每有一个数据压入堆栈,就放在和前一个单元相连的后面的一个单元中,堆栈指示器中的地址自动加1。读取这些数据时,按照堆栈指示器中的地址读取数据,堆栈指示器的地址数自动减1,这个过程叫做“弹出——pop”。如此,就可以实现了“先入后出”的原则。
    2022-02-14 16:34:28下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载