搜索资源列表
0305111
- 很好的一个DD。。 能够进行快速排序...利用C语言实现,8种排序算法! 例如:插入排序、快速排序、选择排序、冒泡排序、堆排序、希尔排序、归并排序、基数排序!-good a DD. . To conduct rapid sequencing ... use C language, eight algorithm! For example : insert sequencing, Quick Sort, select, in order of Bubble Sort, heap sort, Hil
Search_Sort
- 语言其实并不是一种局限的东西,尤其说道算法.如果你的数据库存有上百万条信息,你要用什么方法在短短的几秒钟之内把你想要查找的数据找出来呢?另外如果对数据进行一个快速的排序呢?是否可以?很显然,这就要求算法的独特了.不能依靠简单的冒泡排序了.这里有两个C语言写的程序,一是快速查询,而是快速排序.-Language is actually not a limited thing, in particular, said algorithm. If your database contains mill
student_system
- 学生信息管理系统,控制台程序,标准C语言,学生信息的录入,增删改查、成绩排序等功能。-Student Information Management System, console application, standard C, student information input, additions and deletions to change search, results sorting functions.
StudentManagementSystem
- 在Linux系统下,使用C语言编写学生管理系统,实现添加、查询、排序、统计、删除、登陆等功能。-In the Linux system, using the C language student management system, to achieve added, query, sorting, statistics, delete, landing and other functions.
CompanyManagementSystem
- 在Linux系统下,使用C++语言编写公司人员管理系统,实现添加、查询、排序、统计、删除、登陆等功能。-In the Linux system, using the C++ language company personnel management system, to achieve added, query, sorting, statistics, delete, landing and other functions.
jinchengkongzhi
- 进程控制实验 每个进程的状态可以是就绪 W(Wait)、运行R(Run)、或完成F(Finish)三种状态之一。 本实验要求用C语言编程实现创建n个进程的创建函数creat;根据进程的优先数把就绪进程插入就绪队列的排序函数sort;打印就绪进程PCB信息的函数check;以及进程的撤销函数destroy。 -
mergesort
- 完成一个归并排序,同时里面有关于位段的操作,对于研究c语言是很好的例子。-merge sort function
1
- 用C++语言做的一个手机话费查询系统, 1、输入记录功能(从键盘输入:各次交费金额, 各次呼出电话号码、日期、时间长短、长途与否。 设长途每分钟1元,短途每分钟0.3元) 2、统计余额、各次呼出电话金额。 3、统计长话总金额、短话总金额。 3、排序功能(按时间长短,显示各次呼出的电话号码)。 4、查询呼叫某电话的次数。 5、增加记录、删除记录、修改记录功能。 6、统计结果保存在文本文件中。 7、从文本文件中读取数据、显示。 要求:设计一个总菜单,分别
14-kinds-ofsorting-method
- c语言14中排序方法汇总,包括快速排序,归并排序。-14 kinds ofsorting method for C program language.
s3
- C语言编写一个算法,从键盘读入一组数据,建立二叉排序树,并能够对其进行遍历、打印、查找、插入、删除等有关操作。-C language to write an algorithm, the requirement from the keyboard read in a set of data, the establishment of binary sort tree and carries on the ergodic, print, search, insert, delete, and ot
my_subject
- 熟练掌握并灵活运用C语言知识点,特别是指针和结构,以及文件操作。 熟练掌握并灵活运用常见的数据结构数组,链表和树。 熟练掌握并灵活运用相关的检索与排序算法。 -Proficiency and flexibility in the use of the C language knowledge, especially pointer and structure, as well as file operations. Proficiency and flexibility in the
paixu
- 排序的算法有很多种,本程序运用C语言经典的冒泡排序方法和选择排序法。同时用过文本文件对需要的数据进行存取。-Sort algorithm, the program to use C language classic bubble sort method and select the sorting method. Used the text file of the data required at the same time to be accessed.
StuInfoManSystem
- 学生信息管理系统: 在VS2008环境下,分别用C语言,用自己链表完成学生成绩和学籍信息的查询,插入,删除,修改,排序以及上传已建信息和保存新建信息。(独立完成)-Student Information Management System
uthash-1.5
- c语言实现的一组哈希操作,并附带文档 可以添加、删除、统计、排序等-a hash implement by c
paixu
- C经典数值算法实例源码,C语言程序设计必看源码,内含多种排序算法,如PCBUB0、PCHAP0、PCSHL0等。-C classical numerical algorithm example source code, C language programming must-see source code, containing a variety of sorting algorithms, such as PCBUB0, PCHAP0, PCSHL0.
Insertion_sort
- C语言的插入排序代码,适合没有学习更好的算法的新手看看,以前写的,只不过是最近修改了修改!绝对可用!-C language insertion sort code, did not learn better algorithm suitable for the novice to see written before, but was recently changed to modify! Absolutely free!
MyProjects
- 关于c语言中一些常见的问题的源代码,例如,冒泡排序,水仙花数,求二次方程等-C language on some common problems of the source code, for example, bubble sort, daffodils, seeking quadratic equations, etc.
c-Senior-courseware
- 这是一个c语言高级课件,共十章,包括编译预处理、c语言编程实践、数据结构与算法概述、链表、c语言在嵌入式中的应用、以及一些常用的排序算法等等。另外附上嵌入式c程序的编译与调试及单独对指针和数组的讲解。-This is a senior c language courseware, chapter ten, including compiling pretreatment, c language programming practice, summary of data structure and
链表排序
- 解决用C语言实现头插法尾插法建立链表并实现解决链表排序问题(Solve the C language list sorting problem)
sort
- 实现C语言的几种常用排序算法,封装了一下,可以在需要的时候直接调用(Several common algorithms of C language are implemented.)