搜索资源列表
QIQIAO
- 本函数是智力拼图问题演示程序,程序最多可以将6*8大小的矩阵分成15个模块,每个小模块的大小不能超过4*4大。并允许 手动编辑。该程序计算所有的可行方案并显示出组合拼接的所有结果。本程序在初始的时候已经给了一个11模块的划分形式,要演示按回车即可。 -intellectual puzzle problem demo program, most procedures can be 6 * 8 matrix size of 15 is divided into modules, each m
DSstringProcessingDemo
- 1.用堆分配存储表示实现Hstring 串类型的最小操作子集。 2.实现串抽象类型的其余基本操作(如联接、删除等),且不能使用c语言本身提供的串函数,必须自己构造新的函数实现串的基本操作。 3.本演示系统是一个命令解释程序,循环往复的处理用户输入的每一条命令,直至终止程序的命令为止。 4.参数的合法性必须严格检查,要严格按照命令的输入格式进行输入,否则程序可能无法正确执行指令。 -1. Heap allocated storage, said with a string t
classesandinheritance
- 简单演示C++中的类与继承关系,通过这个小程序还可以了解一下C++中的排序问题-Simple demo C++ classes and inheritance, through this little program can also learn about C++, the scheduling problem
0000
- 一个数据结构演示的小程序,很形象,有关链表,栈,树,图,排序的各种算法逐步演示,有C和pascal两种语言。-A data structure shows a small program, it is the image, the linked list, stacks, trees, graphs, sorting the various algorithms to gradually demo of the two languages C and pascal.
min-heap
- 采用C++语言完成的程序设计课程作业,实现最小堆算法,附带演示程序-C++ language program design course to achieve the minimum heap algorithm, along with the demo program
point24
- 实现24点计算的小程序,演示如何用几个整数通过四则运算得到24,用于教学-demo of 24 calculation