搜索资源列表
small-database
- 一个用C语言实现小型数据库的程序,能完成库的建立、修改、查询、排序和索引等功能-with a small C language database procedures can be completed for the establishment, modification, inquiries, Sorting and indexing functions
studentchoosecourse
- 大三时实训做的一个学生选课系统,c#语言编写,界面美观、实现查询、删除、添加、排序等功能。-Training to do a junior year student elective system, c# language, beautiful interface, to achieve query, delete, add, sorting and other functions.
fast_sort
- 快速排序是一种重要的排序算法,本代码用c语言实现,效果理想-Quicksort is an important sorting algorithm, the code using c language, the desired effect
hill_sort
- 希尔排序有着特殊的优点,对于特定的数据,排序速度很快。本代码用c语言实现了算法功能。-Hill has a special sort of advantage, for specific data, sorted quickly. This code implements the algorithm using c language function.