搜索资源列表
1254545454
- 运动会成绩统计系统为用户提供了一个简单友好的用户接口,功能需求分析描述如下: (1)整个程序的信息界面为汉字界面,输入输出均用汉字实现; (2)系统的操作界面,有提示用户如何操作; (3)运动会的基本项目包括:100米,长跑,跳高; (4)从键盘可以将学生的各个运动项目的成绩输入; (5)运动会的录入成绩可以通过查询方式在屏幕上显示出来;(通过学校的编号) (6)程序具有修改输入资料的功能; (7)程序实现对文件的读取和写入操作; (8)程序具有对某一运动会项目的
binaryTree
- 本程序用二叉树类实现了从键盘输入二叉树的两种遍历结果,在内存中建立二叉链表,根据遍历结果恢复该二叉树,并在屏幕上显示该二叉树。整个程序采用多文件,一个头文件,一个函数实现文件,以及主函数所在文件。-The program uses a binary tree class implements a binary tree from two keyboard traversal results in memory to create the binary list, according to res
3~3
- 判断一个链表是否中心对称,该链表是存数字的,在屏幕上显示用户输入的链表,并说明是否中心对称,该程序是数据结构中的范例-Centrosymmetric determine whether a linked list, the list is kept digital, displayed on the screen the user to enter the list, and whether centrosymmetric, the program is an example of data s
bitree
- 一个简单的遍历二叉树的示例程序,搜索并在屏幕上显示-A simple example of binary tree traversing procedures, search and display on the screen