资源列表

« 1 2 ... .87 .88 .89 .90 .91 2092.93 .94 .95 .96 .97 ... 2656 »

[数据结构常用算法Sorting

说明:sort java 实现 insert, quick, merge-sort java implementation
<yangruan> 在 2024-10-21 上传 | 大小:5120 | 下载:0

[数据结构常用算法point

说明:用分治算法(O(nlogn)复杂度)实现寻找n个点中最邻近点对,输出为最邻近距离的平方-Looking for n points nearest point, the output of the nearest neighbor distance squared using the divide-and-conquer algorithm (O (nlogn) complexity)
<张月秋> 在 2024-10-21 上传 | 大小:910336 | 下载:0

[数据结构常用算法Introduction-to-Algorithms

说明:这是介绍算法的经典书《算法导论》,有助于提高对算法的认识-introduction to algorithms, 2nd edition
<yjq> 在 2024-10-21 上传 | 大小:12028928 | 下载:0

[数据结构常用算法1-1

说明:从文件读入30个无序整数,建立一个单链表,排序输出、再倒序输出。-Read from file into 30 disorderly integer, the establishment of a single linked list, sort out, and then reverse order output.
<一一> 在 2024-10-21 上传 | 大小:1024 | 下载:0

[数据结构常用算法1-2

说明:从文件读入30个无序整数,建立一个双向循环链表并输出,调整链表顺序为 (a1,a3.a5…,a2,a4,a6…)并输出。-Read from the document 30 disorderly integer, a bidirectional circular list and output adjustment linked list of the order of (a1, a3.a5 ..., a2, a4, a6 ...)
<一一> 在 2024-10-21 上传 | 大小:1024 | 下载:0

[数据结构常用算法2

说明:二叉树的应用 任务 :编程实现二叉树的建立,层次遍历,(递归和非递归方法)先序、中序、后序,二叉树的高度、宽度,二叉排序树的插入、删除; 基本要求:从文件中读入建树信息,树的节点数目不小于20个,树的高度不小于5; -Binary tree of tasks: programming the establishment of the binary tree hierarchy traversal (recursive an
<一一> 在 2024-10-21 上传 | 大小:942080 | 下载:0

[数据结构常用算法3

说明:校园局域网布线和游历问题 任务 :用无向网表示你所在学校的主要建筑平面图,图中顶点表示主要建筑,图中的边表示建筑之间的道路,存放路径长度信息。要求能够建立校园局域网,所花的代价最小;给出任意建筑之间游历的最短路径。基本要求: (1) 原始数据存在文件中,方便读入; (2) 建筑物点不小于20个,边不小于30个; (3) 分别用广度优先和深度优先的方法遍历图,起始点定为1号教学楼; (4) 建立校园局域网,要求所花的
<一一> 在 2024-10-21 上传 | 大小:943104 | 下载:0

[数据结构常用算法4

说明:Hash表应用 任务 :设计散列表实现电话号码查找系统。 基本要求: 1) 设每个记录有下列数据项:电话号码、用户名、地址; 2) 从键盘或文件输入各记录,不少于30个,以电话号码为关键字建立散列表; 3) 采用开放定址的方法解决冲突; 4) 查找并显示给定电话号码的记录; -Hash Table Application task: design hashtable phone number lookup
<一一> 在 2024-10-21 上传 | 大小:1773568 | 下载:0

[数据结构常用算法Two-forks-the-tree

说明:二叉树的左右子树的遍历,以及树的深度的算法-Left and right subtree of the binary tree traversal and depth of the tree algorithm
<王骏> 在 2024-10-21 上传 | 大小:1024 | 下载:0

[数据结构常用算法Transpose

说明:利用C++对一个任意的矩阵进行转置运算,即元素的位置交换-Using C++ for an arbitrary matrix transpose operation
<王骏> 在 2024-10-21 上传 | 大小:1024 | 下载:0

[数据结构常用算法Linear-list

说明:线性表是最基本、最简单、也是最常用的一种数据结构。构造一线性表-The linear form is the most basic and most simple, is also the most commonly used data structures. Construct a linear table
<王骏> 在 2024-10-21 上传 | 大小:2048 | 下载:0

[数据结构常用算法final

说明:连连看算法,对输入数据找寻是否有可能的解法-Lianliankan algorithm, giving the input data to find whether there is possible solution
<ml> 在 2024-10-21 上传 | 大小:22344704 | 下载:0
« 1 2 ... .87 .88 .89 .90 .91 2092.93 .94 .95 .96 .97 ... 2656 »

源码中国 www.ymcn.org