搜索资源列表
停车管理系统
- C编的停车场管理系统,用堆栈和队实现的,并加入了人性化设计-C series of the car park management system, with stacks and team achievement, and joined the humanized design
stacks
- Ex3.6 车皮编序问题 .问题描述: 在一个列车调度站中,1 条轨道连接到1 条侧轨处,形成1 个铁路转轨栈,如下图所示。 其中左边轨道为车皮入口,右边轨道为出口,编号为1,2,…,n 的n 个车皮从入口依次进 入转轨栈,由调度室安排车皮进出栈次序,并对车皮按其出栈次序重新编序a1, a2,., an 。 .编程任务: 给定正整数n,编程计算左边轨道车皮编号依次为1,2,…,n 时,在右边轨道最多可 以得到多少个不同的车皮编序方案
1
- 简易计算器完整代码------使用栈实现-Simple calculator using stacks to achieve full code
bookquire
- VB+Access图书借阅查询系统完整源码,使用了TAB选项卡,不少朋友都喜欢选项卡的功能。这套图片查询系统功能有书库管理、系统查询、系统设置、新书资料管理、图书类别管理、正常借书管理、续借图书管理、还书管理等,都是些基本的数据库操作,因此VB初学者更应该接触了解一下此类源代码,对你以后从事更复杂的数据库编程打下基矗 -VB+ Access Library Loan Inquiry System full source code, use the TAB tab, and many of m
template
- 数据结构的一些代码,包含链表,栈,树,图等,源代码内容翔实,正确-Some of the code data structures, including linked lists, stacks, trees, maps, informative source code, the correct
stacks
- simple stack example
LINK_Stack_Queue
- 栈和队列 栈的概念,存储结构及其基本操作 队列的概念、存储结构及其基本操作 栈与队列的应用举例 -The concept of the stack stacks and queues, queue storage structure and its basic operation concept, structure and basic operation of the storage stack and queue Application examples
stack
- 运用C语言的数据结构部分,关于栈和队列的学习资料。-Part of the data structure, stacks and queues on learning materials.
calculator_in_CSharp
- C#实现的简单计算器,可识别括号,使用栈实现。-C# implementation of a simple calculator, recognizable brackets, using stacks.
hannuota
- 数据结构的通过栈实现汉诺塔的程序,主要用到递归的思想,以及栈和链表以及数组的知识。-Data structures through the stack HANOR program, mainly used recursive thought and knowledge as well as an array of stacks and lists.