搜索资源列表
kuaipai
- 用c语言实现数据的快排序。用户输入一组数据,按键控制排序步骤。-data faster sequencing. A user input data, control buttons sequencing steps.
企业职工管理系统2
- 这是个用C语言编写而成的职工信息管理系统,在VisualStudio C++的运行,具有职工信息添加,修改,排序,查询,删除等基本功能-This is a C language has been prepared by the union information management system, the C oriented Javascr ipt framework of the operation, workers have information to add, modify, sor
scoremanage
- 1、整个系统均用C语言实现; 2、利用指针、链表来实现学生成绩的数据结构设计; 3、系统具有输入、显示、查询、删除、排序、插入,保存、读取基本功能; 4、系统的各个功能模块都用函数的形式来实现; 5、可以将学生成绩信息保存在文件中。 6、可以将学生信息从文件中读取出来。-one, the entire system will be used C language; 2, the use of indicators, Listless to achieve student pe
heapsortq
- 用C#写的堆排序,根据c语言数据结构所讲知识编写-written in C# Heap Sort, c language data structures are prepared to impart knowledge
sort
- 五个排序:选择,插入,起泡,快速,归并 的C语言实现
折半插入排序
- 此算法为从c语言折半查找-this algorithm from C language binary search
yundonghui
- 这个是我的课程设计,运动会分数统计,用c语言编写的,包括说明和代码. 程序可以输入各个项目的成绩,能统计各学校总还可以按学校编号、学校总分、男女团体总分排序输出,可以按学校编号查询学校某个项目的情况,可以按项目编号查询取得前三或前五名的学校.
usingSyste1
- 嗨!朋友们,C#将是未来网络开发的首选语言。本人用了C#开发出选择排序算法。希望能为C#语言的学习者带来一些益处。
冒泡法改进
- 冒泡法是数据排序的一种基本算法,它的基本方法是:相邻两元素进行比较,如有需要则进行交换,每完成一次循环就将最小元素排在最后(如从大到小排序),下一次循环是将其他的数进行类似操作?如将N 个数按从大到小排序,Turbo C语言程序函数 -Bubble Act to sort the data is a basic algorithm, which is the basic method : two adjacent elements, if required for the exchange, e
phonebook
- C语言电话本,一、 题目说明: 在学校的管理中,在同学的交流中,班级同学信息的管理都很重要。一本通信录,查找起来麻烦,难以添加新的信息……不方便人们的使用。 而班级同学信息管理程序的设计,建立了一个直观、方便的通信录系统。本系统功能齐全,包括:添加、删除、显示、排序、查询、修改和退出七大功能。用户可根据自己的需要,进行选择。 1.添加功能,可加入一个同学的姓名、性别、学号、生日、地址和QQ等信息。; 2.删除功能,可删除不要的记录。 3.显示功能,可把所有同学的记录都显示出
MergeSort_Demo
- C语言实现的 归并排序算法 有着完美的界面-C language implementation of the merge sort algorithm has a perfect interface
quicksort
- 用C语言实现了快速排序算法的非递归实现,方法比较有创意,有需要的可以研究一下-this is a C programme writed by C.
bubble_C
- C语言实现的冒泡排序,详细设计以及代码参考,仅供参考学习!-C language implementation of bubble sort, detailed design and code for reference purposes only to learn!
C
- 小型C语言程序库,数列排序,数组求和,指针-Small C language library, column sorting, the array sum, pointer, etc.
The-quick-sort-algorithm-C-language
- 快速排序算法C语言实现,快速排序算法C语言实现-The quick sort algorithm C language, C language implementation of the Quicksort algorithm
Radix-sort-c-source-code
- C语言中用于排序的代码:基数排序c源代码,使用初学者-Radix sort c source code c source code of radix sort, radix sort c source code
c增删改查
- c语言基础编程,适合初学者参考,关于c的增删改查排序
C-algorithm
- C语言经典算法大全,其中包含了河内之塔、 生命游戏、超长整数运算(大数运算)、快速排序法等经典的C语言算法的详细介绍及源代码.-C language classical algorithm Guinness, which includes the Tower of Hanoi, Game of Life, long integer arithmetic (computing large numbers), and other classic quick sort algorithm C lang
综合程序:学生成绩管理系统(四种写法)
- 1、可打印学生的信息; 2、可计算每个学生的M门功课的总成绩和平均成绩; 3、选择法按总成绩由高到低排序; 4、顺序查找法按学号查找; 5、可按姓名和学号分别查找; 6、有菜单功能;(1. Print student information; 2, calculate the total score and average grade of each student's M homework; 3, the selection method, according to the to
算法练习
- C#语言实现快速排序,可以提供算法参考,基于VS平台进行实现(C# language implements fast sorting, which provides algorithm reference)