资源列表
02BinarySortTree
- 数据结构中查找算法当中利用二叉排序树进行查找的算法的C语言源代码,非常实用-Data structure search algorithm which use binary sort tree search algorithm in C language source code, very useful
04BTree
- 数据结构的查找算法当中利用B树来查找的算法。包括B树的数据结构,非常实用的C语言源代码-Data structure in which the use of B-tree search algorithm to find algorithms. Including the B-tree data structure, a very practical C language source code
03AVLTree
- 数据结构的查找算法当中利用平衡树AVL树来进行查找的内容,包括AVL树的数据结构定义,非常实用的C语言源代码-Data structure in which the use of balanced tree search algorithm AVL tree to find content, including AVL tree data structure definition, a very practical C language source code
ZOJ2112A
- ACM算法,ZOJ2112(树状数组+*树)-ACM algorithm, ZOJ2112 (tree array+ Chairman tree)
fashe
- 无线通信的C程序,解压后,复制到ICCAVR上可以直接便已通过,希望大家喜欢哟-Wireless communication C program, unpacked, can be directly copied to ICCAVR already passed, I hope you like yo
xiaobaishu
- 参加数学建模的同学很可能会遇到这套题。本程序采用链表进行编写,很方便地解决了小白鼠问题。-Mathematical modeling of the students participating are likely to encounter this question, the program uses the list to solve the problem of mice, very convenient.
goMaze
- *问题描述:一个网格迷宫由n行m列的单元格组成,每个单元格要么是空地(用1表示), * 要么是障碍物(用0 表示)。找出从起点到终点的最短移动序列,其中U,D,L,R, * 分别代表往上,下,左,右移动到相邻单元格。任何时候都不能在障碍格中, * 也不能走到迷宫之外,起点和终点保证是空地。n,m<=100.- go maze
sort
- 各种排序算法,下标都从1开始。sort_test.c是用来测试的。 void heap_sort(int *array,int size) void create_min_heap(int *array,int size) void adjust_min_heap(int *array,int start,int size) void bubble_sort(int *array,int size) void select_sort(int *array,int
trie
- c++实现的一个trie树,可以实现插入、查找和遍历打印。-c++ implementation of a trie tree, you can achieve insert, search and traversal printing.
KEY-LED
- 这是stm32的关于LED流水灯的例程,对大家学习非常有帮助,毕竟永远的流水灯是经典的-This is about stm32 LED light water routines, very helpful for them to learn, after all, always a classic light water
macro_list
- 用宏实现的链表,在linux下测试通过,包含一个测试程序。-Using Macros to implement list , test under linux, including a test program.
sort
- 说那么多有这么用,自己看下不久知道啦,很不错的sort-Good sort code
