搜索资源列表
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。 -
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
uthash-1.5
- c语言实现的一组哈希操作,并附带文档 可以添加、删除、统计、排序等-a hash implement by c
homework-536
- 计算文件中word出现的次数,并且按照字典顺序排序。使用UNIX编译器。C语言实现-Calculate the number of occurrences of the document word, and sorted according to the dictionary order. Using UNIX compiler. C language
bubble_sort
- linux c语言编写的冒泡排序程序,已测试通过-linux c language bubble sort program has been tested
insertion_sort
- linux c语言编写的插入法排序程序,已测试通过-linux c language insertion sort program, have been tested
quick_sort
- linux c语言编写的快速排序实例程序,已测试通过-linux c language quickly sort instance, have been tested by
htk-3.3
- HTK是英国剑桥大学开发的一套基于C语言的隐马尔科夫模型工具箱,主要应用于语音识别、语音合成的研究,也被用在其他领域,如字符识别和DNA排序等。HTK是重量级的HMM版本。-Cambridge University HTK is a C-based language developed by the Hidden Markov Model Toolkit, mainly used in speech recognition, speech synthesis research, has also
11Huffman_Tree
- 用C语言详细描述了哈弗曼树的构架,并且可以利用此哈弗曼树进行排序,或者实现数据的压缩和解压-In C language is described in harvard, tree structure, and can make use of the harvard sort tree, or for data compression and decompression
student
- 在某培训公司培训时基于linux操作系统 的用C语言学生管理系统,主要语法 链表,排序-Training in a training company based linux operating system using C language student management system, the main grammar- list, sorting
RadixSort
- c语言单链表实现的基数排序也就是桶排(卡式排序)-c language to achieve single list radix sort is a barrel row (card-sorting)
bitncP
- 在linux下C语言使用线程并行实现双调排序的实例-An example of bitonic sort by using C language parallel processing on Linux
bitionic
- 在linux上使用C语言串行实现双调排序的一个实例。-An example of the bitonic sort by using C language serial programing on linux.
TimSort
- c语言实现的Tim排序算法,使用栈来实现非递归-TimSort in C
链表排序
- 解决用C语言实现头插法尾插法建立链表并实现解决链表排序问题(Solve the C language list sorting problem)
sort
- 实现C语言的几种常用排序算法,封装了一下,可以在需要的时候直接调用(Several common algorithms of C language are implemented.)