搜索资源列表
b
- 在程序中输入数组大小n,通过动态分配内存函数malloc产生一个整型数组,接着输入该数组的n个元数,并使用一个函数对组数进行排序(从小到大,要求用选择法实现)-In the procedure input array size n, through dynamic allocation of memory function malloc generate an integer array, and then enter the array of n-ary number, and use a f
2
- 1) 实现对两个文件数据进行合并,生成新文件3.txt 2) 抽取出三科成绩中有补考的学生并保存在一个新文件4.txt 3) 对合并后的文件3.txt中的数据按总分降序排序(至少采用两种排序方法实现) 4) 输入一个学生姓名后,能查找到此学生的信息并输出结果(至少采用两种查找方法实现) 5) 要求使用结构体,链或数组等实现上述要求. 6) 采用多种方法且算法正确者,可适当加分. -1) The realization of the merger of the two
gongzi
- 工资管理系统 利用单链表实现的学生管理系统不同的是,此工资管理系统主要利用数组来实现,其数组元素是结构体类型。-Payroll management system uses the singly linked list implementation of the student management system, this wage system array, the array element is a structure type.
orderof
- 简单数组升序排列,实现简单的升序功能 简单数 组升序排列,实现简单的升序功能-Simple array in ascending order, to achieve a simple ascending functionality simple array in ascending order, to achieve a simple ascending functionality simple array in ascending order, to achieve a simple fu
guanjianlujingwenti-
- 用拓扑排序、邻接矩阵存储 结构建图、for语句的灵活运用,栈及数组来实现最短路径问题-Topological sorting adjacency matrix storage structure building plans, the flexible use of the for statement, stacks and arrays to achieve the shortest path problem
two-end-stack
- 数据结构 C语言数组实现双向栈 在两端可删除,可添加元素-Two-way data structure C language array stack at both ends can be deleted, you can add elements
Implement-employee-information
- 实现员工信息的管理。用C语言开发。通过结构体数组实现。-Implement employee information