资源列表

« 1 2 ... .90 .91 .92 .93 .94 1495.96 .97 .98 .99 .00 ... 2656 »

[数据结构常用算法Cpp1

说明:用于比较递归算法和非递归算法的复杂度,可以通过不同的输出时间来比较两者的区别以便理解算法复杂度-And non-recursive algorithm used to compare the complexity of recursive algorithms
<sy> 在 2024-11-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法quick_sort

说明:用MPI实现的快速排序算法。在VC环境下开发.-MPI implementation with fast sorting algorithms. Development in the VC environment.
<李光瑞> 在 2024-11-12 上传 | 大小:2kb | 下载:0

[数据结构常用算法spmain

说明:用MPI实现的冒泡排序。在VC环境下开发。-Bubble sort implemented with MPI. Development in the VC environment.
<李光瑞> 在 2024-11-12 上传 | 大小:2kb | 下载:0

[数据结构常用算法BiaryTree

说明:此程序是二叉树的创建和前序中序后序的遍历和二叉树的显示功能等,主要是对数据结构中二叉树编程的理解。-This program is a binary tree in order to create and preorder postorder binary tree traversal and display functions, mainly in the binary tree data structure is programme
<周中锋> 在 2024-11-12 上传 | 大小:2kb | 下载:0

[数据结构常用算法suanfa

说明:介绍了贪心算法和回溯算法的基本思想,并举列说明形成树结构图。-Describes the greedy algorithm and the basic idea of backtracking algorithms, both columns that formed the tree structure.
<liutingting> 在 2024-11-12 上传 | 大小:269kb | 下载:0

[数据结构常用算法Merg_sort

说明:利用C++编写的归并排序算法的递归实现。-Using C++ merge sort algorithm written in the recursive implementation.
<byd> 在 2024-11-12 上传 | 大小: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-12 上传 | 大小: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-12 上传 | 大小: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-12 上传 | 大小: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-12 上传 | 大小: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-12 上传 | 大小: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-12 上传 | 大小:2kb | 下载:0
« 1 2 ... .90 .91 .92 .93 .94 1495.96 .97 .98 .99 .00 ... 2656 »

源码中国 www.ymcn.org