资源列表
Binary-sort-tree
- 二叉排序树维护子系统实现:建立排序二叉树的函数,可以实现查找删除等功能-Binary sort tree maintenance subsystems
list
- 很好用的链表程序,采用面向对象的实现思路。-Good use of the linked list program, object-oriented realization of ideas.
Hanoi
- C#写的动态显示汉诺塔移动过程的小程序。使用了线程技术,同步技术。-write in C#, display the moving procedure of the Tower of Hanoi. The use of threading, synchronization.
sizeof()
- 描述了C语言中sizeof函数学习过程会遇到的问题及好的解决办法-Describes the C language learning process will encounter problems, how to improve program quality and good solution
101110215
- 对随机产生的一百万个数据进行快速排序,包含文件处理(读取文件和存入文件)。-On randomly generated one million data quicksort
insertion
- A program to sort a range of numbers with Insertion and Quicksort, check their sorting time and prompt the result on the screen-A program to sort a range of numbers with Insertion and Quicksort, check their sorting time and prompt the
Hash
- 自己编写的hash程序,带有调试界面,方便初学者学习参考-I have written hash program with debugging interface for beginners to learn reference ~ ~ ~
shu
- 数据结构中建立一棵二叉树,并实现先序,中续,后续输出-creat a tree
STACK
- c语言,数据结构 ,栈,实现入栈,出栈,判断栈空等各种方法-c language data structure, stack, to achieve the stack, stack, stack waited in vain for a variety of methods to determine
eightqueen
- 八皇后的摆放问题 八皇后问题是1850年大数学家高斯提出来的,该问题在8*8的国际象棋棋盘上放置8个皇后,条件是做到没有一个皇后能“吃掉”任何其他皇后,即没有任何两个皇后被放置在棋盘的同一行或者同一列,或者同一对角线上。 该案例利用回溯算法穷举出该问题的所有解。 -Placing eight queens problem eight queens problem is the high Christie mathematician in 1850 out of the ques
ant-VRP
- C++实现的VRP算法,作为实例非常不错的-C++ implementation of the VRP algorithm, as a very good example
00123
- 非递归实现二叉树的后序遍历程序,希望随大家有帮助-The recursive realize binary tree after the order sequence, the hope of times with help
