资源列表
[数据结构常用算法] creatbinarytree
说明:随机生成25个整数,介于1~10间为真实节点,其余为虚节点。将这一生成理解成完全二叉树,构造生成一棵完全二叉树。在此基础上执行:先根、中根、后根遍历;指定一节点整数,可给出其从根开始的路径。 二叉树采用链式方式存储。-25 randomly generated integer between 1 ~ 10 for the real node, and the rest for the virtual node. Will be interpreted as the generation o<超> 在 2025-07-13 上传 | 大小:2kb | 下载:1
[数据结构常用算法] biinarytreetraverse
说明:二叉树数据结构编程,主要功能:输入二叉树,完成前序、中序、后序、遍历-Binary tree data structure programming, the main function: Enter the tree to complete the pre-order, in sequence after sequence, ergodic<zyz> 在 2025-07-13 上传 | 大小:2kb | 下载:0
[数据结构常用算法] 0410714309
说明:稀疏矩阵运算器 以“带行逻辑链接信息”的三元组顺序表表示稀疏矩阵-Sparse Matrix calculator to line with the logic of the link information triple sequence tables that sparse matrix<milk> 在 2025-07-13 上传 | 大小:2kb | 下载:0
[数据结构常用算法] zuoye
说明:用高级语言编写和调试一个多道作业调度程序,以加深对进程的概念及作业调度算法的理解-Using high-level language writing and debugging more than one Road job scheduling procedures in order to deepen their understanding of the process of the concept and understanding of job scheduling algorithm<hesile> 在 2025-07-13 上传 | 大小:2kb | 下载:0
[数据结构常用算法] armlinux-Buddy
说明:Buddy(伙伴算法)最让人为之激动的在于它释放回收页面过程中将小内存合并成大内存进而减少碎片的功能, 下面让我们来看看释放页面的函数__free_pages_ok()的具体实现.-Buddy (partner algorithm) was the most exciting is that it will release the process of recovery page at National Cheng Kung University small memory combined<feng> 在 2025-07-13 上传 | 大小:2kb | 下载:0
[数据结构常用算法] nhuanghou
说明:八皇后问题是大数学家高斯于1850年提出来的。该问题是在8×8的国际象棋棋盘上放置8个皇后,使得没有一个皇后能"吃掉"任何其他一个皇后,即没有任何两个皇后被放置在棋盘的同一行、同一列或同一斜线上。要求编一个程序求出该问题的所有解。骑士游历问题是放在8×8的国际象棋棋盘上的一个马,按照马走"日"字的规则是否能够不重复地走遍棋盘的每个格。要求编一个程序求出该问题的一个解。-Eight Queen s question is the main mathematician Gauss was put f<夏鑫> 在 2025-07-13 上传 | 大小:2kb | 下载:0