资源列表

« 1 2 ... .54 .55 .56 .57 .58 559.60 .61 .62 .63 .64 ... 2656 »

[数据结构常用算法Josephus

说明:一个经典的约瑟夫环游戏算法,每个人抽到的数都不同-A classic game Josephus algorithm, the number of each person are different pumped
<杨静> 在 2025-01-27 上传 | 大小:1kb | 下载:0

[数据结构常用算法lengthOfLongestSubstring

说明:求最长不重复子串,利用哈希表求解的,leetcode中的题目-Not repeated for the longest substring, use a hash table to solve the
<> 在 2025-01-27 上传 | 大小:1kb | 下载:0

[数据结构常用算法SeQueue

说明:栈的顺序存储结构及实现 C++语言源程序。该程序的功能是实现顺序栈的定义和操作。该程序包括定义的栈结构类型以及对每一 种栈操作的具体的函数定义和主函数。 -Sequential storage structure and implementation C++ language source stack. Feature of the program is to define and implement a sequential op
<庭月照> 在 2025-01-27 上传 | 大小:1kb | 下载:0

[数据结构常用算法BOX_MULLER

说明:box muller方法生成正态分布随机数-Box muller method to generate normal distribution random number
<augjiw> 在 2025-01-27 上传 | 大小:1kb | 下载:0

[数据结构常用算法lcs_length

说明:lcs-search 查找两个字符串的最长公共子串-implementation of searching maxium sub-sequence of two character string.
<jason> 在 2025-01-27 上传 | 大小:1kb | 下载:0

[数据结构常用算法shunxubiaodehebing

说明:创建两个顺序表,通过指针的方式实现顺序表的合并-Create two order table, through the pointer way to realize the merger of the sequence table
<> 在 2025-01-27 上传 | 大小:1kb | 下载:0

[数据结构常用算法xishujuzhnedezhuanzhiyucunchu

说明:通过三元组和快速转置两种方法实现对稀疏矩阵 的转置与存储-Through a triple and rapid transposed two methods of sparse matrix The transpose and storage
<> 在 2025-01-27 上传 | 大小:1kb | 下载:0

[数据结构常用算法dijkstra

说明:数据结构中dijkstra单源最短路径算法-dijkstra single-source shortest path algorithm
<杨将> 在 2025-01-27 上传 | 大小:1kb | 下载:0

[数据结构常用算法Parentheses-matching-algorithm

说明:这是一个利用栈与队列来进行括号匹配的算法,相信会有利于初学者对数据结构的理解-This is a stack and queue to brace matching algorithm, I believe there will help beginners understand the data structure
<陈新> 在 2025-01-27 上传 | 大小:1kb | 下载:0

[数据结构常用算法Linear-table-to-insert-a-number

说明:这是一个数据结构的线性表插入一个元素的算法,该程序由课本伪代码改编而成,非常方便于初学者学习数据结构线性表的知识以及提高自信心-This is a linear list data structure to insert an element of the algorithm, the program adapted from the textbook pseudo-code is made very easy for beginner
<陈新> 在 2025-01-27 上传 | 大小:1kb | 下载:0

[数据结构常用算法LCS

说明:该程序用于求两个序列的最长子段,通过动态规划算法,记录子问题的结果,进而求出最终的最长子段。-The procedure used to find the longest sequence of two sub-sections, through dynamic programming algorithm to record the results of sub-problems, and then find the longest s
<朱江> 在 2025-01-27 上传 | 大小:1kb | 下载:0

[数据结构常用算法lianshou

说明:有15个人围成一圈,顺序从1到15编号。从第一个人开始报数,凡报到n的人退出圈子。用C语言写出程序,输入n(n>=1)的值,输出最后留在圈子里的人的编号 -Have 15 people in a circle, the order number from 1 to 15.Starting from the first person counted off people who report to n out of circle.U
<丁丁> 在 2025-01-27 上传 | 大小:1kb | 下载:0
« 1 2 ... .54 .55 .56 .57 .58 559.60 .61 .62 .63 .64 ... 2656 »

源码中国 www.ymcn.org