资源列表

« 1 2 ... .47 .48 .49 .50 .51 1152.53 .54 .55 .56 .57 ... 2656 »

[数据结构常用算法Merg_sort

说明:利用C++编写的归并排序算法的递归实现。-Using C++ merge sort algorithm written in the recursive implementation.
<byd> 在 2024-11-20 上传 | 大小:854kb | 下载:0

[数据结构常用算法Overlap

说明:重叠模型的基本设计原理便是让应用程序使用一个重叠的数据结构,一次投递一个或多个 Winsock I/O请求。针对那些提交的请求,在它们完成之后,应用程序可为它们提供服务。-The basic design principle of superposition model is to let applications use an overlapping of the data structure, a drop of one or mo
<happenhappy> 在 2024-11-20 上传 | 大小:6kb | 下载:0

[数据结构常用算法Hash

说明:试构造一个算法,从键盘输入一组关键字,按哈希函数H(key) = key MOD 13和链地址法处理冲突构来造哈希表,能对关键字进行查找并显示。 如(19,14,23,1,68,20,84,27,55,11,10,79,33). -Try to construct a method, a set of keywords from the keyboard, press the hash function H (key) = ke
<王玉珏> 在 2024-11-20 上传 | 大小:2kb | 下载:0

[数据结构常用算法datastructure

说明:严蔚敏版数据结构(C)第二章习题答案源程序-线性表,包括顺序表和链表。代码结构规范简洁,注释完善。全部编译调试通过。-YAN Wei-min version of the data structure (C) Chapter Exercises Answer source- the linear form, including the order of tables and lists. Simple code structure sp
<赵稳> 在 2024-11-20 上传 | 大小:26kb | 下载:0

[数据结构常用算法2

说明:二)二叉排序树的一些基本操作 (1)利用二叉链表的存储形式,从键盘输入建立一棵二叉排序树; (2)对(1)中建立的二叉排序树进行中序遍历并打印; (3)编写算法,判断一棵二叉树是否为二叉排序树。 (4)在(1)建立的二叉排序树中,查找一个树中不存在的关键字后并插入,之后打印该树; -B) binary tree of some sort of basic operations (1) the use of bina
<王玉珏> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法BaseSort

说明:(2)已知序列{503,87,512,61,908,170,897,275,652,462},采用基数排序法对其作升序排序,打印每一趟的结果。-(2) the known sequence {503,87,512,61,908,170,897,275,652,462} method of its use radix sort for ascending order, print the results of each trip.
<王玉珏> 在 2024-11-20 上传 | 大小:2kb | 下载:0

[数据结构常用算法Treap

说明:Treap C++模板类 实现了treap数据结构 同时具有堆和二叉树的性质-Treap C++ template class implements the treap data structure of both the nature of the heap and binary tree
<nigoe> 在 2024-11-20 上传 | 大小:2kb | 下载:0

[数据结构常用算法sjt

说明:用于将单链表形式的多项式相加,并将结果俺降次顺序排列-Polynomial is used to add a single linked list
<仲休奇> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法number

说明:输入一个新数,然后按照顺序进行排序 正确可用,有注释,方便阅读-Enter a new number, then follow the correct sort order is available, there are notes for easy reading
<李浩> 在 2024-11-20 上传 | 大小:10kb | 下载:0

[数据结构常用算法Cplusplus

说明:几个算法问题的解决方法,例如多级调度,最短路径等-Solution to the problem of several algorithms
<胡双双> 在 2024-11-20 上传 | 大小:31kb | 下载:0

[数据结构常用算法cm

说明:利用C++语言 实现可变二维矩阵的算法,即把已经定义的二维矩阵变成认为可输入大小的矩阵-C++ language using a variable two-dimensional matrix algorithm, that is two-dimensional matrix has been defined that can be entered into a matrix of size
<胡鹏> 在 2024-11-20 上传 | 大小:878kb | 下载:0

[数据结构常用算法4

说明:(1)已知一棵完全二叉树存放于一个一维数组T[n]中,T[n]中存放的是各结点的值。试设计一个算法,从T[0]开始顺序读出各结点的值,建立该二叉树的二叉链表表示。 (2)二叉树的双序遍历(Double-order traversal)是指:对于二叉树的每一个结点来说,先访问这个结点,再按双序遍历它的左子树,然后再一次访问这个结点,接下来按双序遍历它的右子树。试写出执行这种双序遍历的算法。 -(1) known to a comp
<huxiameng> 在 2024-11-20 上传 | 大小:1kb | 下载:0
« 1 2 ... .47 .48 .49 .50 .51 1152.53 .54 .55 .56 .57 ... 2656 »

源码中国 www.ymcn.org