资源列表
[数据结构常用算法] 69254514key_path
说明:关键路径法,求最早开始、最晚开始和工期,求出关键路径-Critical path method, find the early start, late start and duration, find the critical path<kelly> 在 2025-06-15 上传 | 大小:2kb | 下载:0
[数据结构常用算法] 408367206PRAGH_caq
说明:关键路径法,求最早开始、最晚开始和工期,求出关键路径-Critical path method, find the early start, late start and duration, find the critical path<kelly> 在 2025-06-15 上传 | 大小:2kb | 下载:0
[数据结构常用算法] bulldozer
说明:动态规划求解:第一行包含两个数R 和C ( 2 ≤ R,C ≤ 1500 )为矩形地块的长和宽。接下来有R 行,每行有C 个用空格隔开的字符串,字符串要么以A 开头(表示 苹果),要么以B 开头(表示香蕉),后面接一个不超过99 的整数,表示对应的树木的数量。-Dynamic Programming: The first line contains two numbers R and C (2 ≤ R, C ≤ 1500) for the rectangular block of lengt<徐梁> 在 2025-06-15 上传 | 大小:2kb | 下载:0
[数据结构常用算法] duoxiangshijuzhen
说明:能实现多项式矩阵的相加减,还有相乘,还有逆置等-To achieve the phase polynomial matrix addition and subtraction, and multiplication, as well as against the home, etc.<yangyunhui> 在 2025-06-15 上传 | 大小:2kb | 下载:0
[数据结构常用算法] Parking-lots
说明:设停车场是一个可停放n辆汽车的狭长通道,且只有一个大门可供汽车进出。汽车在停车场内按车辆到达时间的先后顺序依次排列。VC++程序实现停车场编制按上述要求进行管理的模拟程序。-Parking lots is an n cars parked narrow channel, and only one gate for vehicle access. Car in the parking lot of time in order to reach by vehicle in order of prio<陈倩倩> 在 2025-06-15 上传 | 大小:2kb | 下载:0
[数据结构常用算法] Allocate
说明:Memory allocation If you want to allocate memory to vectors and matrices in C++ it will be very simple with this code. You just need to pass the adress of the pointer. Example: int **p MatrixAllocate(&p, 20, 100)<espacotempo> 在 2025-06-15 上传 | 大小:2kb | 下载:0
[数据结构常用算法] find-the-maximum-value
说明:find the maximum value,找出一组数据的最大值。-find the maximum value<孙江> 在 2025-06-15 上传 | 大小:2kb | 下载:0