资源列表

« 1 2 ... .09 .10 .11 .12 .13 2414.15 .16 .17 .18 .19 ... 2656 »

[数据结构常用算法calculator

说明:用链栈做计算器,数据结构实验课作业,原创代码-Chain calculator stack data structure to do
<唐糖> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法Josephus

说明:基础问题,用循环链表实现约瑟夫问题,数据结构作业-Basic problem, the problem with the circular linked list implementation Joseph, the data structure operations
<王子剑> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法bm

说明:BM算法,通过BM算法实现字符串匹配,快速匹配字符串-BM algorithm, through the BM string matching algorithm fast string matching
<邱士永> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法MaxSum

说明:用动态规划算法完成最大子矩阵和问题,是最大子段和问题向二维的推广。-Complete with a dynamic programming algorithm and the largest sub-matrix problem, the problem is the largest sub-segment and the promotion of the two-dimensional.
<奚雅诺> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法MaxSum-(2)

说明:用动态规划算法实现最大m子段和问题,给定N个整数组成的序列,以及一个正整数m,要求确定序列的m个不相交子段,使这m个子段的总和达到最大-Dynamic programming algorithm with the maximum m sub-section and the problem, given a sequence of N integers, and a positive integer m, required to dete
<奚雅诺> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法Maintain-the-linear-form

说明:线性表的维护,包括删除,修改,排序,建立,打印输出等功能。-Linear form of maintenance, including delete, modify, sort, create, print output function.
<chuangfen> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法Maintenance-of-binary-search-tree

说明:二叉排序树的维护,包括修改建立删除插入等功能。-Binary sort tree maintenance, including the establishment of modified to delete the inserted functions.
<chuangfen> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法establish-and-travel

说明:二叉树的建立(固定数字)及用前序遍历法周游并输出。-The establishment and use of binary tree traversal method before travel and output.
<chuangfen> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法mergesort

说明:归并排序算法,c++代码。利用mergesort算法读取文件并对其中数据排序-Merge sort algorithm, c++ code
<刘小晴> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法Hanmin

说明:汉明码,一个错误校验码码集。与其他的错误校验码类似,汉明码也利用了奇偶校验位的概念,通过在数据位后面增加一些比特,可以验证数据的有效性。利用一个以上的校验位,汉明码不仅可以验证数据是否有效,还能在数据出错的情况下指明错误位置。 -Hamming code, a checksum error code set. And other similar error checking code, Hamming code also makes u
<oracle> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法PolynomialCoeff

说明:NTL应用——大数系数多项式乘法的计算。从文件读如参数,计算多项式相乘后某项的系数-NTL application- the multiplication of big numbers coefficient polynomial
<za> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法yusefusi

说明:约瑟夫斯(Josephus)问题的一种描述是:编号为1,2,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个 正整数作为报数上限值m,从第一个人开始按顺时针方向自1开始报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向下一个人 开始重新从1报数,如此下去,直至所有的人全部出列为止。试设计一个程序,按出列顺序印出各人编号。-Josephus (Josephus) a descr i
<dlj> 在 2025-01-11 上传 | 大小:1kb | 下载:0
« 1 2 ... .09 .10 .11 .12 .13 2414.15 .16 .17 .18 .19 ... 2656 »

源码中国 www.ymcn.org