搜索资源列表
data-structure-linear-list
- a.输入一组整型元素序列,建立线性表。 b.实现该线性表的遍历。 c.在该线性表中查找某一元素,查找成功显示查找元素,否则显示查找失败。 d.在该线性表中删除或插入指定元素。 实验要求:分别采用线性表的两种存储结构(顺序存储结构、链式存储结构)来实现以上基本操作。 -a. Enter an integer sequence of elements, and to establish a linear table. b. Traversal of the linear tabl
list-Find-a-demolition-chain--sort
- 将链表中结点分成由小到大排列的一个奇数链和一个偶数链及用递归和非递归两种方式,在一个以单链表实现的线性表中查找-Node of the linked list is divided into an odd chain of small to large order and an even chain recursive and non-recursive two ways, in a single linked list to achieve linear table lookup
Sunday
- 用于执行查找的sunday 算法,改算法实现起来还是效率比较的高-The sunday algorithm used to perform a lookup, change algorithm efficiency
SPFA
- 一种高效的最短路径算法,适用于稀疏矩阵下的电影最短路径查找-An efficient shortest path algorithm suitable for sparse matrix movie shortest path lookup
salary-Manage
- 工资管理系统,可输入,查询员工的员工号、姓名、性别、出生日期、岗位工资、补贴总额、代扣总额。可统计员工最高工资,最低工资,平均工资。 I:输入员工工资信息 O:输出员工工资信息 T:输出员工工资统计信息 S:按要求排序后输出员工工资信息 F:按员工号查找并输出其工资信息 D:按员工号查找并删除其工资信息 Q:退出系统-Salary management system, can input, query the employee number, name, se
FamilyTree
- 家谱图的简单实现,利用二叉树作为数据结构实现家谱图,可以对家庭成员实现增加,删除,修改,查找等操作,同时二叉树的应用能大大提高查找的效率-Simple implementation of family tree, binary tree data structure to achieve as a family tree, a family member can achieve add, delete, modify, search and other operations, and binar
Student-score-management-
- 功能齐全的学生成绩管理系统,可以输入成绩,计算总分和平均分,按成绩降序查看,按名字升序查看,按学号升序查看,根据学号进行查找,统计分析成绩,列出成绩,将成绩写入txt文件,读取txt文件信息。- Full-featured student achievement management system, you can enter scores, calculate the total score and the average score, according to results in de
CSharpMAP
- 按照value key的格式输出数据,并用map代替数组,避免了数组查找数据的不方便性,提高了效率,同时生成xml软件,以便查看数据-Output data in the form of value key, and map instead of array, to avoid the inconvenience of array lookup data, improve efficiency, while generating xml software to view data
