资源列表

« 1 2 ... .32 .33 .34 .35 .36 1737.38 .39 .40 .41 .42 ... 2656 »

[数据结构常用算法test8

说明:用邻接链表结构存储图。程序首先调用建立有向图邻接链表的算法,建立有向图的邻接链表,在此邻接链表结构上,实现对有向图的拓扑排序,并输出结果。-Structure storage figure
<孙志雄> 在 2026-01-15 上传 | 大小:65kb | 下载:0

[数据结构常用算法test2__

说明:用所编写的程序验证结果是否正确,并将结果输出。 1.已知集合A={2,5,6,3,7,4,11,10,12,8,25} B={8,11,15,7,36,25} 2、各基本操作的实现 用链表实现集合A和集合B的并集,交集和差集,实现递增排序。 -List of basic operation
<孙志雄> 在 2026-01-15 上传 | 大小:52kb | 下载:0

[数据结构常用算法instantcode

说明:给定码长,根据码长使用克拉夫特不等式判断是否可以构造即时码,假如可以则使用树来构造即时码。-Given the lengths of the instant code,the use the Kraft inequality to judge if it is ok to construct the instant code,if it is ok.Then construct it.
<钟展威> 在 2026-01-15 上传 | 大小:449kb | 下载:0

[数据结构常用算法Polynominom

说明:使用C++链表构造多项式,可以用此类来进行多项式加减乘除。-Using C++ Class to construct Polynominom.
<钟展威> 在 2026-01-15 上传 | 大小:293kb | 下载:0

[数据结构常用算法CirHDoublyLinkedList

说明:用C++编写的头结点的循环双链表操作,含头文件和源文件。-Written in C++ node of the first cycle of double-linked list operations, including the header files and source files.
<alice> 在 2026-01-15 上传 | 大小:6kb | 下载:0

[数据结构常用算法Algorithm-interview-questions

说明:算法大全 面试题 链表 栈 二叉树 数据结构 -Algorithm Guinness interview questions list stack data structure of binary tree
<胡钰> 在 2026-01-15 上传 | 大小:29kb | 下载:0

[数据结构常用算法dsa

说明:这里包含有数据结构中所有的的算法和代码,非常适合学习数据结构的人,有栈,队,链表,图等等经典算法,非常适用-It contains all of the data structure algorithms and code,which is very suitable for starte learning data structures, such as stack, team, list, graph and so on ,it is very useful
<李娜> 在 2026-01-15 上传 | 大小:59kb | 下载:0

[数据结构常用算法ppmdh

说明:PPM编解码的算法文件,c语言版本的,希望对大家有用,在网上不容易找-PPM coding
<lelingua> 在 2026-01-15 上传 | 大小:57kb | 下载:0

[数据结构常用算法insert

说明:随机生成10000个数使用快速排序,插入排序,和归并排序并保存文件,并且输出各自的运算时间-Input: A sequence of n numbers <a1, a2, . . .,an>. Output: A permutation (reordering) <a1’, a2’, . . .,an’> of the input sequence such that a1’ a2’  . . .  an’
<王文超> 在 2026-01-15 上传 | 大小:2.43mb | 下载:0

[数据结构常用算法Circular-permutation

说明:圆排列问题。算法分析与设计。C++程序。-Circular permutation. Algorithm analysis and design. C program.
<任倚天> 在 2026-01-15 上传 | 大小:3.38mb | 下载:0

[数据结构常用算法WordSegment

说明:用C++开发的分词系统 运用基于哈希的逆向最大匹配算法 基于词典-Word in C development system uses a hash-based reverse maximum matching algorithm is based on dictionary
<zhuangkun> 在 2026-01-15 上传 | 大小:327kb | 下载:0

[数据结构常用算法merge

说明:分治法排序,给定长度为n的一个序列,对其进行快速排序和求第i小数-(1) Input: A sequence of n numbers <a1, a2, . . .,an>. Output: A permutation (reordering) <a1’, a2’, . . .,an’> of the input sequence such that a1’ a2’  . . .  an’ (2) Input:
<王文超> 在 2026-01-15 上传 | 大小:2.43mb | 下载:0
« 1 2 ... .32 .33 .34 .35 .36 1737.38 .39 .40 .41 .42 ... 2656 »

源码中国 www.ymcn.org