资源列表

« 1 2 ... .65 .66 .67 .68 .69 670.71 .72 .73 .74 .75 ... 2656 »

[数据结构常用算法112213432545435

说明:n后问题,实现n后问题的求解,并且可以输出最有解-n, n after realizing the problem solving, and can export most Solution
<李真志> 在 2025-02-02 上传 | 大小:240kb | 下载:0

[数据结构常用算法btree

说明:平衡二叉树操作的演示: 1、 操作界面给出查找、插入、删除、退出等操作选择。 2、 每种操作均要提示输入关键字。 3、 每次插入或删除一个节点后,应更新平衡二叉树的显示(以凹入表形式显示)。 -Balanced binary tree operations Demo: 1, Operator Interface given to find, insert, delete, withdraw from the operat
<> 在 2025-02-02 上传 | 大小:240kb | 下载:0

[数据结构常用算法biaodashi

说明:数据结构里的经典算法的模拟,约瑟夫环的求解等问题,以程序的形式给出-Data structure of the classical algorithm simulation, Joseph Central problem solving, etc. in order to give the form of procedures
<李海涛> 在 2025-02-02 上传 | 大小:240kb | 下载:0

[数据结构常用算法yemianzhihuan

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

[数据结构常用算法graph

说明:graph 图的相关算法 含有遍历等操作 有解题报告 详细说明-graph
<ycd> 在 2025-02-02 上传 | 大小:240kb | 下载: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> 在 2025-02-02 上传 | 大小:240kb | 下载:0

[数据结构常用算法CHAP10

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

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

说明:数据结构实验,C语言写的哈夫曼树编码器和译码器-Experimental data structures, C language to write the Huffman tree encoder and decoder
<德曼> 在 2025-02-02 上传 | 大小:240kb | 下载: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
<陈旭> 在 2025-02-02 上传 | 大小:240kb | 下载: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
<王震> 在 2025-02-02 上传 | 大小:240kb | 下载:0

[数据结构常用算法h

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

[数据结构常用算法datakechengsheji

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

源码中国 www.ymcn.org