资源列表
LINKLIST
- 数据结构常用算法的程序实现,采用C语言,之_链表_篇。-Commonly used data structure of the program algorithm using C language, the Quick Sort articles.
hanoi
- 实现汉诺塔的操作步骤输出,可以设置1,2,3三个塔柱,输出结果为用1,2,3表示的操作-Tower of Hanoi the steps to achieve the output, you can set 1,2,3 3 Pylon, the output result of the operation that used 1,2,3
fx
- c++程序代码,能够计算一元n次方程,感觉还可以-c++ program code, to calculate a dollar n-equation can also be felt
dual_linklist
- 用C语言程序实现双向链表的实例程序,对学习数据结构的朋友非常有帮助!-C language program with two-way linked list of example programs for learning data structures friends very helpful!
4
- 编程实现银行家算法 通过实例模拟银行家算法实现死锁预防。 掌握银行家算法实现死锁预防的原理 要求:输入实例,能够使用银行家算法判断资源分配后是否存在安全序列。 -Programming by example simulation banker bankers algorithm deadlock prevention algorithm. Master bankers, deadlock prevention algorithm principle requirements: i
nihequxian
- 改程序应用于数据校正以及一般的数据处理当中,用于曲线的拟合,目标是使得数据协调达到期望【版权所有】-The procedure is applied to the data correction and data processing, used for curve fitting, the target is to make data coordination to achieve the desired All Rights Reserved
addoil
- 算法实现汽车加油问题,用贪心算法实现汽车加油问题。-Algorithm vehicle refueling problem and achieve vehicle refueling problem greedy algorithm.
graph
- 使用C++语言编写,实现了图的深度遍历的算法-Use C++ language, realize the depth graph traversal algorithms
heap
- 数据结构 最大堆 最小堆 C++ 代码 对于数据结构学习很有帮助-code of Maxheap minHeap
1235465
- 数据结构中全选主元算法 用于计算矩阵的一种算法-In data structure, the entire selections host basic algorithm is used to calculate one kind of algorithm of matrix
guangyidigui
- 数据结构中的广义表递归算法,用C++实现的,初学者很适用-Data structure in the generalized form recursive algorithm, using C++ to achieve, beginners are applicable to
wannianli
- 设计一个通讯录管理,包括通讯录链表的建立、通讯者的插入、通讯者的删除、通讯者的查询以及通讯录表的输出等。 2)基本要求 a.菜单内容 程序运行后,给出6个菜单项的内容和输入提示: 1.通讯录链表的建立 2.通讯者结点的插入 3.通讯者结点的查询 4.通讯者结点的删除 5.通讯者结点的输出 6.退出管理系统 请选择:0---5 b.基本要求 使用数字0-5来选择菜单项,其他输入则不起作用。 -设计一个通讯录管理,包括通讯录链表的建立、通讯者