资源列表

« 1 2 ... .84 .85 .86 .87 .88 2089.90 .91 .92 .93 .94 ... 2656 »

[数据结构常用算法e

说明:本次实验需要建立一个关于学生姓名及其若干课程成绩的数据处理 系统,在满足基本的数据存储功能以外,还需要向用户提供添加新学生信息、删除已有学生信息、按某一门成绩对学生信息进行排序、按要求查询学生信息、输出学生信息到文件等功能 -The experiment requires the establishment of a data processing system on the students name and certain
<liqian> 在 2024-09-28 上传 | 大小:3072 | 下载: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-09-28 上传 | 大小:1024 | 下载:0

[数据结构常用算法rootdp

说明:题意:a->b c :攻克b城堡前要先攻克a城堡攻克b城堡将获得c 共有n个城堡(编号为-n)最多攻克m个城堡能获得的最大收益 把作为树的根把节点连成一棵树 p[root][i]表示在以root为根的子树中选取i个点能获得的最大收益 p[root][i]=max(p[root][i],p[root][i-j]+p[v[e]][j]) 当root!=0时每棵子树根必选所以p[root][i]=p[root][i
<> 在 2024-09-28 上传 | 大小:4096 | 下载: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-09-28 上传 | 大小:1024 | 下载:0

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

说明:Catch the Thief,acm竞赛题,基础类型的题目。-Catch the Thief, acm contest problems, basic types of topics.
<> 在 2024-09-28 上传 | 大小:1024 | 下载: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-09-28 上传 | 大小:1024 | 下载: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-09-28 上传 | 大小:1024 | 下载: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-09-28 上传 | 大小:1024 | 下载:0

[数据结构常用算法Knapsack

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

[数据结构常用算法main_MatrixMul

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

[数据结构常用算法xml

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

[数据结构常用算法airline

说明:数据结构课程设计中,用单链表实现航空订票系统。功能包括航班信息的录入、修改、查看,机票预订,退票等操作。-Airline reservation system with a single linked list data structure curriculum design. Features include flight information input, modify, view, air ticket booking, ref
<苏叶> 在 2024-09-28 上传 | 大小:6144 | 下载:0
« 1 2 ... .84 .85 .86 .87 .88 2089.90 .91 .92 .93 .94 ... 2656 »

源码中国 www.ymcn.org