资源列表

« 1 2 ... .53 .54 .55 .56 .57 2058.59 .60 .61 .62 .63 ... 2656 »

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

说明:Catch the Thief,acm竞赛题,基础类型的题目。-Catch the Thief, acm contest problems, basic types of topics.
<> 在 2025-06-18 上传 | 大小: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个积木为顶的已搭积木的最大高度 */-/* Hdu400
<> 在 2025-06-18 上传 | 大小: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> 在 2025-06-18 上传 | 大小: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> 在 2025-06-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法Knapsack

说明:背包问题(0-1背包和完全背包)动态规划代码-Code for Knapsack Problem using Dynamic Programming
<小魏> 在 2025-06-18 上传 | 大小:241kb | 下载:0

[数据结构常用算法main_MatrixMul

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

[数据结构常用算法xml

说明:将输入的xml代码格式化输出。比如<html></html> 输出 <html> </html>-The input xml code formatting output. For example <html> </ html> Output <html> </ html>
<chenqun> 在 2025-06-18 上传 | 大小:188kb | 下载:0

[数据结构常用算法airline

说明:数据结构课程设计中,用单链表实现航空订票系统。功能包括航班信息的录入、修改、查看,机票预订,退票等操作。-Airline reservation system with a single linked list data structure curriculum design. Features include flight information input, modify, view, air ticket booking, refunds and other operations.
<苏叶> 在 2025-06-18 上传 | 大小:6kb | 下载:0

[数据结构常用算法Binarytree

说明:能够在MFC中实现二叉树的,通过这个歌例子可以很好的学习C++中MFC编程-this isa binary
<thuang> 在 2025-06-18 上传 | 大小:7.28mb | 下载:0

[数据结构常用算法myvc6

说明:线性链表操作,可以删除、添加、显示、查询等功能-Linear list operations, you can delete, add, display, query and other functions
<刘刚> 在 2025-06-18 上传 | 大小:13kb | 下载:0

[数据结构常用算法Algorithm

说明:算法学习代码,各种数据结构和算法,包括动态规划-Algorithm to learn the code
<li xiang> 在 2025-06-18 上传 | 大小:703kb | 下载:0

[数据结构常用算法stone

说明:福大数据结构与算法实验题9.1 石头 sean收集了很多石头,其中有很多是相同的,他想知道收集了多少种不同的石头. 输入第一行为一个正整数N(2<N<=50000)表示收集的石头数。 接下来N行,每行1个正整数x代表一个编号为x的石头,两个石头相同当且仅当他们 的编号相同。 输出一行一个整数,表示不同的石头的个数。-Fu major data structures and algorithms experimental questions 9.1 stones
<> 在 2025-06-18 上传 | 大小:50kb | 下载:0
« 1 2 ... .53 .54 .55 .56 .57 2058.59 .60 .61 .62 .63 ... 2656 »

源码中国 www.ymcn.org