资源列表
readfile
- 实现文件的读取,从第n行开始读取下一行数据-Implementation file to read from the first line n reads the next line of data
datastruct
- 《数据结构及应用算法教程》一书的源代码。作者:严蔚敏
Cyuyan
- C 语言易于描述复杂的数据结构。C语言的数据类型有;整型、实型、字符型、数组类型、指针类型、结构体类型、共用体类型等,可以方便的描述各种常用的数据结构,如链表、树、图等,这使得C语言在开发大型的系统和应用程序方面有很强的优势。 -C language is easy to describe complex data structures. C data types integer, real, character, array type, pointer type, structure
ds
- 计算机专业,数据结构的一套试题与答案,用于考试参考-Computer professional, data structure of a set of questions and answers for the test reference
Snake_project
- 用C语言写的贪吃蛇小游戏,游戏他通过蛇身不断吃掉游戏里随机出现的食物,望采纳(Using C language to write the snake game, the game through his continuous random food eating snake game, hope to adopt)
joephs-problem
- 本程序是中国科学技术大学数据结构的上机作业,本人亲自编写并调试通过,主要使用链表求解约瑟夫问题。-This program is on the machine operation University of Science and Technology of China data structures, personally written and debugged, the main use of the list Joseph problem solving.
a-variety-of-sorting-algorithms
- 实现了各种排序算法,折半插入排序,直接插入排序,起泡排序,快速排序,堆排序,基数排序,以及各种算法运行时间的比较。-The program achieves a variety of sorting algorithms,include binary insertion sort, direct insertion sort, bubble sort, quick sort, heap sort, radix sort, and running time of the algorithm com
QuickSort
- 算法导论中的快速排序算法的具体实现,包括对该算法的简单变形,其中采用文件输入,包括正序,逆序,随机情况的不同输入-Introduction to Algorithms concrete realization of fast sorting algorithms, including the algorithm is simple deformation, which uses the file input, including positive, reverse, random situati
Data-structure-source-code
- 数据结构经典算法的代码,是很用,有助于学习-Data structure classical algorithm code is used to help learning
hash
- C语言实现,利用hash表实现插入查找数据,并针对各种负载因子求平均查找次数-C language, the use of search data into the hash table implementation, and the load factor for a variety of averaging to find the number of
track
- 分子动力学计算原子径迹的程序(这是我本科毕业设计的内容)-Molecular dynamics calculations atoms track program (This is my graduation project content)
sparsehash-0.2
- google的hash table库实现,非常高效-the hash table for achieving very high efficiency