资源列表
BinaryTree
- 二叉树的MFC树状显示,遍历及完全二叉树的判断-The MFC binary tree shows judgments complete binary tree traversal and
datacode
- 高一凡随书数据结构数据机构源西安电子科技大学-data organization data gaoyifan data
jisuanjisuanfayunji
- c语言算法云集于此,在程序设计时可随时查阅,方便您的设计工作-algorithm c language gathered here, in the program design can be readily available to facilitate your design work
Introduction_to_Algorithms
- 算法导论2,地球人都知道,英文版的,很经典的书了,-Introduction to Algorithms
3
- 校园局域网布线和游历问题 任务 :用无向网表示你所在学校的主要建筑平面图,图中顶点表示主要建筑,图中的边表示建筑之间的道路,存放路径长度信息。要求能够建立校园局域网,所花的代价最小;给出任意建筑之间游历的最短路径。基本要求: (1) 原始数据存在文件中,方便读入; (2) 建筑物点不小于20个,边不小于30个; (3) 分别用广度优先和深度优先的方法遍历图,起始点定为1号教学楼; (4) 建立校园局域网,要求所花的代价最小; (5) 查询从1号教学楼到其他各点的最短路径
myLab3_final
- Base Class 和 Inheritance Class的应用,加入了单链表,可以实现用链表修改Class之中的内容-The application of base class and inheritance class, single linked list is added in the program, we can use it to change the data in the linked list
max_gap_SA13006029
- 最大间隙问题的C语言源代码 计算机算法设计与分析中的题目-C language source code for a computer algorithm design and analysis topics maximum gap problem
8queens
- 8皇后问题,其中前四个是随机输出,后四个采用回溯法,并输出计算所耗时间。-8 queens problem, which is a random output of the first four, the last four by backtracking, and output calculation of the time-consuming.
2
- 二叉树的应用 任务 :编程实现二叉树的建立,层次遍历,(递归和非递归方法)先序、中序、后序,二叉树的高度、宽度,二叉排序树的插入、删除; 基本要求:从文件中读入建树信息,树的节点数目不小于20个,树的高度不小于5; -Binary tree of tasks: programming the establishment of the binary tree hierarchy traversal (recursive and non-recursive method) preord
the-smallest-tree
- 这个源代码是一个最小生成树的算法实现,采用的visual c++6.0-This source code is a minimum spanning tree algorithm, using the visual c++6.0
FIND_VALUE
- 查找数组中等于value的值的出现次数及位置-Find the number of occurrences of value and location in the array
libHX-3.0
- libHX is a C library and C++ bindings that provide data structures and functions for tasks common in scr ipting languages: autoresizing string manipulation, maps, deques, option parsing, type-checking casts, and more.