资源列表

« 1 2 ... .18 .19 .20 .21 .22 2523.24 .25 .26 .27 .28 ... 2656 »

[数据结构常用算法un.c

说明:Stack simple exaample.
<Vijay Suralkar> 在 2024-12-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法c

说明:(1)float型和double型变量所能表示的最小正数分别是多少? (2)分析代码在时间足够的情况下是否能运行完,如果能给出n_f及n_d值。 (3)分别用float型和double型变量保存部分和Sk,递推计算(1)(见于实验七作业文件)式的值,并判定结果是否收敛?原因?理论分析及编程测试,给出收敛时得n值。 (4)设计求和算法,使用float型变量,使得收敛时n尽量大,部分和Sk尽量准确。 -(1) float a
<liqian> 在 2024-12-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法largest-sub-matrix

说明:最大子矩阵和 求一个n*m矩形的最大子矩形和 子矩形的规格为x*y-hdu1559 largest sub-matrix and Seeking a n* m rectangular sub-rectangular and sub-rectangular specifications for x* y
<> 在 2024-12-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法Hand-in-Hand

说明:/*题意:判断两幅图是否同构 图中即判断图中环和链的个数是否相同 环和链是否一一相对应 利用并查集 一个集合中若人数num[]和拉手对手p[]相等 则为环,num[]==p[]+1则为链*/-/* The meaning of problems: to determine whether the two images with a composition that judge whether each of the correspo
<> 在 2024-12-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法Catch-the-Thief

说明:Catch the Thief,acm竞赛题,基础类型的题目。-Catch the Thief, acm contest problems, basic types of topics.
<> 在 2024-12-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法To-Miss-Our-Children-Time-DP

说明:/*hdu4001To Miss Our Children Time DP 每块积木有四个参数a(长),b(宽),c(高),d(属性) d==0 它下面的积木为X a>=X.a b>=X.b d==1 a>=X.a b>=X.b&&(a>X.a||b>X.b) d==2 a>X.a&&b>X.b 所以先按长从小到大 再宽从小到大 属性从大到小排序 f[i]表示以第i
<> 在 2024-12-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法The-NO.k-number

说明:用堆排序求第k大的数,时间复杂度课达到O(nlog(2)k)-The k-heap sort and time complexity class of O (nlog (2) k)
<jingjie> 在 2024-12-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法Use-KMP-to-judge-string-match

说明:用KMP算法判断正则表达式是否匹配,“?”匹配任意字符,“*”匹配一个或多个任意字符-KMP algorithm to determine whether the regular expression match, " ?" Matches any character, " *" matches one or more arbitrary characters
<jingjie> 在 2024-12-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法main_MatrixMul

说明:矩阵乘法问题动态规划代码。 可参见博客:http://blog.csdn.net/xiaowei_cqu/article/details/8181215-Matrix multiplication problem solution using dynamic programing
<小魏> 在 2024-12-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法lianzhan

说明:数据结构 C++版 链栈的定义,输出栈,进栈操作,出栈操作,取栈顶元素,求栈中元素个数,判断栈是否空,查找链栈中是否存在值为x的元素,-Some of the basic algorithm of the the data structure C++ EDITION chain stack
<linger> 在 2024-12-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法gaussseidel-and-sor

说明:Gaussseidel程序和sor程序,用于数值代数算法之中。-Gaussseidel sor
<颜寒笑> 在 2024-12-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法bubble-sort

说明:排序算法 冒泡排序法 此算法非常适合用于初学数据结构的人 是十大经典排序算法之一-Sorting algorithm bubble sort method for this algorithm is very suitable for the beginner data structure is one of the top ten classic sorting algorithms
<满达> 在 2024-12-24 上传 | 大小:1kb | 下载:0
« 1 2 ... .18 .19 .20 .21 .22 2523.24 .25 .26 .27 .28 ... 2656 »

源码中国 www.ymcn.org