资源列表
paixu
- 冒泡排序,折半查找,Bubble sort, binary search-Bubble sort, binary search
sort_algrithms
- 包含三种排序算法的演示,冒泡排序、快速排序和选择排序-include three sort algrithms:sort_bubble sort_quick and sort_select
Dining_Philosophers_problem
- 是操作系统中的哲学家就餐问题的一个完整的示例源代码,可以在VC++6.0中完美编译运行。-The operating system in the Dining Philosophers problem of a complete sample source code in VC++6.0 can be compiled to run perfectly.
Ex1
- 由先序和中序创建一科二叉树,以及凹入法输出该树。-By the first order and in order to create a binary tree branches, and the output of the tree indentation method.
tudebianli
- 实现图的深度优先, 广度优先遍历算法,并输出原图结构及遍历结果。 初步完成总体设计,搭好框架; 最低要求:两种遍历都要实现,写出画图的思路; 进一步要求:画出图的结构,有兴趣的同学可以进一步改进图的效果。 -Implementation of Depth-first, breadth-first traversal algorithm, and outputs the original image structure and the traversal result. Complet
vectorpy.tar
- Vector and graph cla-Vector and graph class
Modeling_system_of_differential_equations
- Modeling system of differential equations - Maple
Graph
- 基于数据结构(c语言)图的遍历,包括深度优先遍历和广度优先遍历。-Based on data structures (c language) graph traversal, including the depth-first traversal and breadth-first traversal.
mataqipan
- 马踏棋盘经典算法,用到非递归回溯算法,C/C-Mata board classic algorithms, used in non-recursive backtracking algorithm, C/C++
liiu
- 该程序内包含数据插入 删除 查询等一系列操作-The program contains a delete query data into a series of operations
RB_Tree
- 红黑树,数据结构相关的结构,用Java实现-red_black_tree
8
- 实现两链表的并集和交集,每个单链表可以输入任意个数,合并后不能有重复数据-The list and to achieve the two sets and intersection, each one linked list can enter any number, can not have duplicate data after the merger
