资源列表
Binary-tree-traversal-of-recursion
- 【二叉树遍历的递归算法实现】 操作:根据提示输入相应数据实现各种功能 函数:菜单函数(menu) 前序建立二叉树(Crt_BinTree) 访问结点(Visit) 前序遍历(Pretraverse) 中序遍历(Intraverse) 后序遍历(Suctraverse) 删除树(Destory) 操作函数(perform)Pretraverse 主函数(main) 说明:结点数据初始为char型,但可在前面代码部分修改 成其他类型,
shunxubiao
- 顺序表的简单建立,以及相关头文件的使用,有助于初学者学习顺序表-Simple sequence table to establish, and the use of header files, help beginners learn the order table
2013061459547765
- mimosimulation,ofdmsimulation-mimosimulation, ofdmsimulation
Findstr
- 字符串的kmp模式匹配,分别输入主字符串和模式字符串,输出匹配结果-kmp string pattern matching, the main input strings and string mode, the output matching results
doublechain
- 两列双向链表相同值查询设计: 实现内容:构建两个双向链表,能够根据第一个链表中的值查询在第二个链表中的相同值的位置
maze
- 数据结构中迷宫的实现-Data structure in the realization of the maze
list
- 线性表c语言实现,数据结构 ,
PageManagement
- 模拟实现页面存储器管理 以及相关的算法描述 -Simulation to achieve memory management and related page algorithm descr iption
park_guide
- 公园导游图 给出一张某公园的导游图(景点不少于10个),游客通过终端询问可知: 任一景点的相关信息; 从某一景点到另一景点的最短简单路径。 游客从公园大门进入,选一条最佳路线,使游客可以不重复地游览各景点,最后回到出口(出口就在入口旁边)。 要求: 1、从键盘或文件输入导游图; 2、游客通过键盘选择两个景点,输出结果; 3、输出从入口到出口的最佳路线。 文件中包含详细的源代码及注释,以实现这个经典的问题。-park guide map is a par
实习1.1
- 实现运动会分数统计,包括学校编号,男女子项目等-achieve statistical Games scores, including school numbers, such as men and women Program
8queen
- 一个简单的8皇后问题的解答,里面有一个cpp文件和两个h文件,h文件一个是棋盘类,一个是写函数,cpp文件为主程序。输出为一个.txt文件,上面有所有问题的答案-A simple 8-queens problem solution, which has a cpp file and two h files, h files one is the class board, one is to write functions, cpp file-based program. Output as a.
Bankers
- 银行家算法是避免死锁的一种重要方法。 本实验的目的是,加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法。-Banker' s algorithm is an important method to avoid deadlock. The purpose of this study is to better understand the application of resources to avoid deadlock and other concep
