资源列表

« 1 2 ... .34 .35 .36 .37 .38 739.40 .41 .42 .43 .44 ... 2656 »

[数据结构常用算法shujujiegou

说明:a.HUFFMAN树及HUFFMAN编码 任务:由用户输入n个结点权值,建立HUFFMAN树并输出HUFFMAN编码。 b.二叉树建立及相关算法实现 任务:按照广义表表达法建立二叉树,并实现二叉树的层次、先序、中序与后序遍历,以及输出树中叶子结点的结点值及叶子结点的个数。( 用递归或非递归的方法都可以) 要求能够输入树的各个结点,并能够输出用不同方法遍历的遍历序列;分别建立创建二叉树存储结构的的输入函数、输出层序遍历序列的函数、输出先序遍历序列的函数、输出后序遍历序列的函
<李珊珊> 在 2025-06-19 上传 | 大小:44kb | 下载:0

[数据结构常用算法111

说明:此程序利用线程模拟进程,用p、v原语操作实现生产者与消费者的问题。-This procedure simulated the process of using thread, with p, v primitive operations to achieve the producer and consumer issues.
<0> 在 2025-06-19 上传 | 大小:1.07mb | 下载:0

[数据结构常用算法1234

说明:页式虚拟存储管理中地址转换与缺页中断 分页存储管理将一个进程的逻辑地址空间分成若干大小相等的片,称为页面或页。-Virtual Storage Management page in the address translation page fault paging and storage management will be a process of logical address space divided into equal size chip, known as the page o
<0> 在 2025-06-19 上传 | 大小:264kb | 下载:0

[数据结构常用算法12344

说明:模拟银行家算法 页式存储管理如何实现地址转换;进一步认识页式虚拟存储管理中如何处理缺页中断。用C++实现LRU置换算法 -Bankers algorithm simulation storage management page addresses how to achieve the conversion a better understanding of virtual memory management page of how to handle page fault. Using
<0> 在 2025-06-19 上传 | 大小:278kb | 下载:0

[数据结构常用算法read_write

说明:实现操作系统读者写者问题,此处为C++实现的源代码-Readers to write to achieve the operating system problem
<东升> 在 2025-06-19 上传 | 大小:383kb | 下载:0

[数据结构常用算法tree

说明: <1>将一棵树(或森林)转换为二叉树。 <2>求森林的高度。 <3>按层次方式遍历森林。 <4>输出一个森林中每个结点的值及其对应的层次数。 <5>输出一个森林的广义表形式,如下图中的森林的输出为:-< 1> will be a tree (or forest) into a binary tree. < 2> for the high forest. < 3> by way of tra
<李涛> 在 2025-06-19 上传 | 大小:1.1mb | 下载:0

[数据结构常用算法KMPPatternMatching

说明:利用串类型的KMP算法的简单实现。该算法可以较好的完成字符串的匹配。-KMP string type to use a simple algorithm to achieve. The algorithm can be better to complete the match string.
<鲁迪> 在 2025-06-19 上传 | 大小:2kb | 下载:0

[数据结构常用算法tree

说明:数据结构中抽象数据类型-树的c语言实现(双亲表示法)-Abstract data structure data types- tree c language (parents said Law)
<李好> 在 2025-06-19 上传 | 大小:3kb | 下载:0

[数据结构常用算法fenxing

说明:分形算法与程序设计—VB实现,有各种分形的vb源程序-Fractal algorithm and program design-VB to achieve
<rhadam> 在 2025-06-19 上传 | 大小:1.1mb | 下载:0

[数据结构常用算法HeaderGen

说明:从已经存在的头文件目录中,利用头文件中信息来产生报头列表。-Already exist from the first file directory, using the first file header information to generate the list.
<李巍> 在 2025-06-19 上传 | 大小:5kb | 下载:0

[数据结构常用算法suanfasheji

说明:邮局选址问题 算法设计 c++邮局选址问题 算法设计 c-post
<gaoming> 在 2025-06-19 上传 | 大小:14kb | 下载:0

[数据结构常用算法compile_work2

说明:自动机的确定化,充分理解和掌握NFA、DFA以及NFA确定化过程的相关概念和知识,编程实现对输入NFA转换成DFA输出的功能。-Determination of automata, and fully understand and master the NFA, DFA and NFA to determine the relevance of the concept of process and knowledge of programming to convert NFA to DFA in
<wushi86> 在 2025-06-19 上传 | 大小:4kb | 下载:0
« 1 2 ... .34 .35 .36 .37 .38 739.40 .41 .42 .43 .44 ... 2656 »

源码中国 www.ymcn.org