资源列表

« 1 2 ... .82 .83 .84 .85 .86 1987.88 .89 .90 .91 .92 ... 2656 »

[数据结构常用算法yemianzhihuan

说明:在段式虚拟存储器中,虚拟空间中能容纳的程序段数要比主存空间中能存放的相同长度的程序段数要多得多。因此,必然会出现当主存中所有页面都被占用,或者所有主存空间都被占用,而又要从磁盘存储器重调入新页(或新段)的情况。这时,必须从主存储器中淘汰一个不常用的页面(或程序段),以腾出主存空间来存放新调入的页面(或程序段),那么,按照什么样的规则替换主存储器中的页面(或程序段)呢?这就是页面替换算法要解决的问题。 -Piece of virtua
<小江> 在 2024-11-01 上传 | 大小:245760 | 下载:0

[数据结构常用算法graph

说明:graph 图的相关算法 含有遍历等操作 有解题报告 详细说明-graph
<ycd> 在 2024-11-01 上传 | 大小:245760 | 下载:0

[数据结构常用算法fp_growth

说明:fp-growth的c实现算法fp-growth将发现所有的频繁项目集的过程分为以下两步:构造频繁模式树fp-tree;调用fp-growth(挖掘出所有的频繁项目集。-fp-growth of the c fp-growth algorithm will find all the frequent item sets is divided into the following two-step process: frequent pa
<yang lin> 在 2024-11-01 上传 | 大小:245760 | 下载:0

[数据结构常用算法CHAP10

说明:直接插入排序,简单选择排序,树形选择排序,多关键字排序-Direct insertion sort, simple selection sort, tree selection sort, many key sort
<王强> 在 2024-11-01 上传 | 大小:245760 | 下载:0

[数据结构常用算法huffman-tree

说明:数据结构实验,C语言写的哈夫曼树编码器和译码器-Experimental data structures, C language to write the Huffman tree encoder and decoder
<德曼> 在 2024-11-01 上传 | 大小:245760 | 下载:0

[数据结构常用算法FLOOD-algorithm

说明:该程序用FLOOD算法巧妙的实现航空订票系统,应用于小型航空订票系统,并且有利于学生学习数据结构之中的FLOOD算法。-The program with FLOOD algorithm skillful implement airline reservation system, used in the small airline reservation systems, and to benefit students learning
<陈旭> 在 2024-11-01 上传 | 大小:245760 | 下载:0

[数据结构常用算法Minimum-spanning-tree

说明:已知一个无向网,求该网的最小生成树,该程序使用的是克鲁斯卡尔算法,求的的最小生成树-A no known to the nets, for the nets minimum spanning tree, the program is using cruise Carl algorithm, and of the minimum spanning tree
<王震> 在 2024-11-01 上传 | 大小:245760 | 下载:0

[数据结构常用算法h

说明:输入n个字符和对应的权值,实现哈夫曼树的建立,哈夫曼编码和哈夫曼译码。-Input n characters and the corresponding weights, realize hoffmann, the establishment of the tree, hoffmann coding and decoding hoffmann.
<王震> 在 2024-11-01 上传 | 大小:245760 | 下载:0

[数据结构常用算法datakechengsheji

说明:建立二叉树的三叉链式存储结构,在此基础上完成下列算法: 1) 从键盘上输入二叉树的各个结点,建立三叉链表 2) 输出该二叉树 3) 非递归的层次遍历算法 4) 非递归的先序遍历、中序遍历、后序遍历算法 5)查找指定结点的双亲。 6)查找指定结点x,若存在返回true,否则返回false 7)求各结点的度 -data course design
<夏芝亮> 在 2024-11-01 上传 | 大小:245760 | 下载:0

[数据结构常用算法migongqiujie

说明:这是一个迷宫求解小程序,适用于数据结构学习-This is a maze solving procedures, applicable to the data structure learning
<高红> 在 2024-11-01 上传 | 大小:245760 | 下载:0

[数据结构常用算法IJIGSP-V3-N3-2

说明:Active contours or \snakes" can be used to segment objects automatically. The basic idea is the evolution of a curve, or curves subject to constraints from the input data. The curve should evolve until its boundary s
<patel> 在 2024-11-01 上传 | 大小:245760 | 下载:0

[数据结构常用算法chazhao

说明:c语言版数据结构实验,查找相关功能的实现,C++环境,多多理解-The data structure experiment Find related functions to achieve, C++ environment, a lot of understanding
<exia> 在 2024-11-01 上传 | 大小:245760 | 下载:0
« 1 2 ... .82 .83 .84 .85 .86 1987.88 .89 .90 .91 .92 ... 2656 »

源码中国 www.ymcn.org