资源列表
CLine
- 单链表操作C语言实现,包括删除、插入、逆序、排序等-C language linked list operations, including delete, insert, reverse, sort, etc.
Calender
- 日历显示,查询1900年后的日历。每一屏显示一年的日历祥情。-Calender dispaling. Acess the calender detail of years after 1900.
address_book
- 基于VC6.0,使用C语言,通讯簿的实现-ADDRESS BOOK
shu
- 二叉树的遍历,先序,中序,后序,层序遍历-Binary tree traversal, preorder, inorder, postorder sequence traversal
dijstra3
- 图论中最短路算法,Dijstra算法,用于求多个点之间的最短路-Shortest path algorithm in graph theory, Dijstra algorithm for the shortest path between seeking multiple points
Binary_Tree
- 二叉树简单实现,适于数据结构初学者,代码挺短-a simple binary tree, easy for beginner
sum
- 数据结构,两个矩阵求和,c语言编写,不是c
tree_array
- 介绍了树状数组的实现方法及代码,树状数组的优点是可以快速计算出某个范围内的和。
MyQuickSort
- 快速排序法-Quick Sort
lsh
- 约瑟夫问题的一种描述:编号为1,2....,n 的n个人按顺时针方向围坐一圈,一开始任选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,如此下去,直至所有人全部出列为止。利用循环链表为存储结构模拟此过程,按照出列的顺序输出依次出列人的编号。-Joseph, a descr iption of the problem: numbered 1,2 ...., n, n individuals in a clockwise direction a
1739
- pku 1739 Tony s Tour 连通性状态压缩DP-pku 1739 Tony s Tour connectivity state of compression DP
tuopupaixu
- 拓扑排序,随机的给出一个图,通过此算法可以获得该图的拓扑排序的结果-Topological sorting, random given a map, get through this algorithm to sort the results of the topological map