资源列表

« 1 2 ... .00 .01 .02 .03 .04 1905.06 .07 .08 .09 .10 ... 2656 »

[数据结构常用算法543631AOE-net

说明:求关键路径的算法,可以求出最早开始、最为结束和关键路径-Algorithm for Finding the Critical Path
<kelly> 在 2024-11-03 上传 | 大小:2048 | 下载:0

[数据结构常用算法69254514key_path

说明:关键路径法,求最早开始、最晚开始和工期,求出关键路径-Critical path method, find the early start, late start and duration, find the critical path
<kelly> 在 2024-11-03 上传 | 大小:2048 | 下载:0

[数据结构常用算法408367206PRAGH_caq

说明:关键路径法,求最早开始、最晚开始和工期,求出关键路径-Critical path method, find the early start, late start and duration, find the critical path
<kelly> 在 2024-11-03 上传 | 大小:2048 | 下载: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
<徐梁> 在 2024-11-03 上传 | 大小:2048 | 下载:0

[数据结构常用算法huffman3

说明:3进制的哈弗曼编码程序C下面的,操作界面请按照提示输入-3 hex coding procedures Hafu Man C
<xcc> 在 2024-11-03 上传 | 大小:2048 | 下载:0

[数据结构常用算法program-3

说明:压缩包包含三个程序 分别是动态规划解奶牛家谱问题,普里姆算法求最小生成树,回溯法解决24点问题-Package contains three programs are the problem of dynamic programming solutions cow family tree, Prim for the Minimum Spanning Tree, backtracking to solve the problem 24 p
<lonely917> 在 2024-11-03 上传 | 大小:2048 | 下载:0

[数据结构常用算法duoxiangshijuzhen

说明:能实现多项式矩阵的相加减,还有相乘,还有逆置等-To achieve the phase polynomial matrix addition and subtraction, and multiplication, as well as against the home, etc.
<yangyunhui> 在 2024-11-03 上传 | 大小:2048 | 下载:0

[数据结构常用算法AFSA

说明:人工鱼群算法在调整和优化机器人路径中的应用-Artificial fish swarm algorithm to adjust and optimize the paths of the robot
<P> 在 2024-11-03 上传 | 大小:2048 | 下载:0

[数据结构常用算法c

说明:题目需求分析 1,游戏(1):类似文曲星里的猜数字: 输入四入不重复的数字(中间用空格隔开) 形式为 " ? A ? B", 四个数中位置和数字都正确为 A,数字相同位置不同为 B, 当 4 A 0 B 时为猜对,每一局有8次机会. 2,游戏(2):计算机随机生成一个1-100中的某数,用户输入一个数字去猜。 -Needs analysis questions 1, games (1): Simila
<fire> 在 2024-11-03 上传 | 大小:2048 | 下载: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 rea
<陈倩倩> 在 2024-11-03 上传 | 大小:2048 | 下载:0

[数据结构常用算法banker

说明:银行家算法(实现银行家算法的整个流程。从资源申请,到数据结构数值的修改,到安全性检测;循环资源申请,检测每次的安全状态,输出安全序列,直至所有进程执行完毕)-Banker' s algorithm
<ronny> 在 2024-11-03 上传 | 大小:2048 | 下载: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> 在 2024-11-03 上传 | 大小:2048 | 下载:0
« 1 2 ... .00 .01 .02 .03 .04 1905.06 .07 .08 .09 .10 ... 2656 »

源码中国 www.ymcn.org