搜索资源列表
mysort
- 几种排序算法:冒泡、直接插入、选择、She-several Sorting Algorithm : Bubble, direct insert, select, She
xsxkxt
- 学生信息管理系统设计:学生信息包括:学号,姓名,年龄,性别,出生年月,地址,电话,E-mail等。试设计一学生信息管理系统,使之能提供以下功能:系统以菜单方式工作;学生信息录入功能(学生信息用文件保存)---输入学生信息浏览功能---输出 查询、排序功能---算法按学号查询 按姓名查询 学生信息的删除与修改(可选项) -Student Information Management System: Student information includes: student numb
student
- 一种排序算法,用于学生信息管理系统中,对于学生的成绩进行的排序。-A sorting algorithm, for student information management system, for students to sort the results.
avbc
- 在函数中进行 10个学生成绩从高到低排名, 再改进函数, 进行 n个学生成绩从高到低排名, 排名方式根据函数的style参数进行,如style为‘a 按升序排,style为 d 按降序排。 ( a:ascending 升,d:descending 降) 编写多个不同函数,使之能实现不同的排序算法(3种以上),再编写一个通用输出函数,(要求用函数指针做参数)能分别打印不同排序算法的结果。 步骤、方法与要求 -10 in the function were ranked from hi
sort-algorithm
- 各种排序算法大全排序 各种排序算法大全全是c语言的,运行效率高。-Various sorting algorithms various sorting algorithms Daquan Daquan sort c language, high operating efficiency.
1
- 此超市管理系统一方面用来实现商品信息的录入、修改、添加、删除、查找、打印、按库存量排序,商品信息文件的保存和读取;另一方面,可以进行收银结账、保存已售商品信息、整理库存等功能。系统使用了复杂的结构体链表,高效的排序算法,使程序运行速度进一步提高,另外,文件的保存与读取保证了商店货物量的更新。-supermarket management system on the one hand to achieve the commodity information input, modify,
Sorting-Algorithm
- 算法设计与分析 排序算法实验报告 1、实验步骤和要求: (1)分别设计并实现插入排序、合并排序、快速排序的算法。 (2)设计测试数据集,编写测试程序,用于测试正确性、算法复杂性(最好情况、最坏情况、平均情况)、效率。-Algorithm design and analysis lab report a sorting algorithm, experimental procedures and requirements: (1) were designed and imple
Bubble-sorting-function
- Bubble sorting function CODE Bubble sort is a simple sorting algorithm. The algorithm starts at the beginning of the data set. It compares the first two elements, and if the first is greater than the second, it swaps them. It continues doing thi
工件排序
- 基于遗传算法的工件排序算法,根据优先级缓冲结果(Job sorting algorithm based on genetic algorithm, according to priority buffer results)