资源列表

« 1 2 ... .61 .62 .63 .64 .65 966.67 .68 .69 .70 .71 ... 2656 »

[数据结构常用算法JOSEPHUS

说明:著名的约瑟夫环问题,采用链表数据结构  已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。   例如:n = 9, k = 1, m = 5   【解答】   出局人的顺序为5, 1, 7, 4, 3, 6, 9, 2, 8。-well-known Josephus P
<宋歌> 在 2025-01-23 上传 | 大小:91kb | 下载:0

[数据结构常用算法tree

说明:implementation of tree and postorder method
<Daniel> 在 2025-01-23 上传 | 大小:91kb | 下载:0

[数据结构常用算法IndexDemo

说明:一个学习数据结构的好例子,通过此代码能够学习倒排索引时如何创建的,本代码在vc6.0下运行通过-A good example of learning data structure, through this code to learn how to create the inverted index, and the code vc6.0 run through! ! !
<lvcheng> 在 2025-01-23 上传 | 大小:91kb | 下载:0

[数据结构常用算法eightQueen

说明:八皇后源代码,利用c语言来实现这些功能,-use c program language to achieve 8 Queens source code the process is very easy,upload it for others to download!
<王天> 在 2025-01-23 上传 | 大小:91kb | 下载:0

[数据结构常用算法93939393939

说明:数据结构中二叉树、堆栈、队列以及深度优先与广度优先算法实现-Binary tree data structure, stack, queue and the depth first and breadth-first algorithm
<木暮团> 在 2025-01-23 上传 | 大小:91kb | 下载:0

[数据结构常用算法AVLtree

说明:AVL tree implementation.
<sunando> 在 2025-01-23 上传 | 大小:91kb | 下载:0

[数据结构常用算法ziyuanfenpei

说明:用银行家算法和随机分配算法模拟实现资源分配-With the banker' s algorithm and random allocation of resources allocation algorithm simulation
<> 在 2025-01-23 上传 | 大小:91kb | 下载:0

[数据结构常用算法AVLTreeStudy

说明:该资源是对于AVL树学习的资料,包含插入和删除操作的伪代码,与《数据结构》书中的代码相对应。属于本人原创。-The AVL tree learning resource for information, including the insertion and deletion of the pseudo code, and " data structure" corresponding to the code book
<文豪> 在 2025-01-23 上传 | 大小:91kb | 下载:0

[数据结构常用算法lab5

说明:CS 201 _ DATA STRUCTURES AND ALGORITHMS LAB5 Aim: Understanding recursion.
<abcd> 在 2025-01-23 上传 | 大小:91kb | 下载:0

[数据结构常用算法erchashu

说明:这是一个二叉树程序,实现二叉树求结点的功能-This is a binary tree program, seeking to achieve a binary tree node function
<陈骞> 在 2025-01-23 上传 | 大小:91kb | 下载:0

[数据结构常用算法123

说明:一、最长公共子序列问题;二,最大子段和问题(分治算法)-First, the longest common subsequence problem Longest common subsequence problems longest common subsequence problem Longest common subsequence problem
<王海颖081> 在 2025-01-23 上传 | 大小:91kb | 下载:0

[数据结构常用算法Data-structures

说明:Data structures Data structures-C Data structures
<张智> 在 2025-01-23 上传 | 大小:91kb | 下载:0
« 1 2 ... .61 .62 .63 .64 .65 966.67 .68 .69 .70 .71 ... 2656 »

源码中国 www.ymcn.org