资源列表
The-maximum-problem
- 最大值问题,程序设计C语言源代码,很有用,没有报告-The maximum problem
cipandiaodu
- 采用先来先服务、最短寻道优先以及电梯调度方法,对于如下给定的一组磁盘访问进行调度。要求给出每种算法中磁盘访问的顺序,计算出平均移动道数。(当前读写头在90号,向磁道号增加的方向移动)-Shortest seek first-come, first serve, priority and elevator scheduling method for following a given set of disk access scheduling. Required to give the order
Equipment-management
- 设备管理的概念和任务,掌握独占设备的分配、回收等主要算法的原理并编程实现。-Equipment management concepts and tasks, to grasp the principle of exclusive equipment distribution, recycling and other major algorithms and programming.
chengxu
- 查找算法实现与性能分析 要求:(1)数据结构的定义 (2)静态查找算法(顺序,折半)实现 (3)动态查找实现(二叉排序树建立、查找) (4)性能分析(用大批量数据测试算法的执行时间) -Search algorithm and performance analysis of requirements: (1) data structure definition (2) static search algorithm (the order of half) (3) dynami
paixu
- 数据结构中各种排序算法的比较,算法还是比较明白清晰的-Data structures in a variety of sorting algorithms
datakechengsheji
- 建立二叉树的三叉链式存储结构,在此基础上完成下列算法: 1) 从键盘上输入二叉树的各个结点,建立三叉链表 2) 输出该二叉树 3) 非递归的层次遍历算法 4) 非递归的先序遍历、中序遍历、后序遍历算法 5)查找指定结点的双亲。 6)查找指定结点x,若存在返回true,否则返回false 7)求各结点的度 -data course design
data-structures-of-C-
- 常用的数据结构 数组 表 队列 图 树等相关数据结构的C语言实-C language implementation of a common data structure array table queue graph tree data structures
boy
- boyer字串找尋 此為一種找尋字串的快速搜尋方法-the boyer string to find to find the string This is a fast search method
bintree_inorder_rec
- 实现二叉树对称根周游的递归计算,按先根次序周游的顺序输入结点的信息,生成一个双链存储的二叉树的过程-Binary tree symmetric recursive computation of the root of traveling around the first root of the order of traveling around the order of input nodes, to generate a double-stranded storage of the binar
shujujiegou
- 数据结构 顺序表 链表 二叉树的源代码.课设的作品-Order table of the data structure linked list binary tree
(C)TOK-REEC-V1.2.0
- C语言正则表达式引擎 -C language is the regular expression engine
aaaa
- 1) 先任意创建一个图; 2) 图的DFS,BFS的递归和非递归算法的实现 3) 最小生成树(两个算法)的实现,求连通分量的实现 4) 要求用邻接矩阵、邻接表、十字链表多种结构存储实现-A) any first create a graph 2) DFS, BFS recursive and non recursive algorithm 3) The minimum spanning tree (algorithm) to achieve, find the connected
