资源列表

« 1 2 ... .09 .10 .11 .12 .13 1314.15 .16 .17 .18 .19 ... 2656 »

[数据结构常用算法car

说明:设有一个可以停放n辆汽车的狭长停车场,它只有一个大门可以供车辆进出。车辆到达停车场时间的早晚依次从停车场最里面向大门口处停放(最先到达的第一辆车放在停车场最里面)。如果停车场已放满n辆车,则后来的车辆只能停在停车场大门外的便道上等待,一旦停车场里有车开走,则排在便道上的第一辆车就进入停车场。若停车场内有某辆车要开走,在它之后进入停车场的车都必须先退出停车场,为它让路,待其开出停车场后,这些车再依原来的次序进场。每辆车离开停车场 时,都应根据其在停车场的逗留时间交费。如果停留在便道上的车未进停车场
<lxc> 在 2025-06-16 上传 | 大小:2kb | 下载:0

[数据结构常用算法quan

说明:设有N个人围坐一圈,现从某个人开始报数,数到M的人出列,接着从出列的下一个人开始重新报数,数到M的人又出列,如此下去,直到所有的人都出列为止。试设计确定他们的出列次序序列的程序。-Sitting around a circle with N individuals are reported from a number of individuals began, the number of people out of the column to the M, then the next perso
<lxc> 在 2025-06-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法rabit

说明:围绕着山顶有10个圆形排列的洞,狐狸要吃兔子,兔子说:“可以,但必须找到我,我就藏身于这十个洞中,你先到1号洞找,第二次隔1个洞(即3号洞)找,第三次隔2个洞(即6号洞)找,以后如此类推,次数不限。”但狐狸从早到晚进进出出了1000次,仍没有找到兔子。问兔子究竟藏在哪个洞里 ? -Peak around the circular array of 10 holes, the fox eat the rabbit, the rabbit said: " Yes, but you fin
<lxc> 在 2025-06-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法chazhi

说明:数值分析——牛顿插值和拉格朗日插值算法的c++源代码实现-Numerical analysis- Newton interpolation and Lagrange interpolation algorithm source code c++
<ting> 在 2025-06-16 上传 | 大小:1kb | 下载:0

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

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

[数据结构常用算法900236Critical_path2to2

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

[数据结构常用算法69254514key_path

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

[数据结构常用算法408367206PRAGH_caq

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

[数据结构常用算法Cp23-(1)

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

[数据结构常用算法hoffman

说明:该程序的主体分为建树、编码、解码三个大块。 建树又可分为3个子过程:频率统计、创建叶子结点单链表、叶子结点连接成树。 单链表的创建过程:对存在的每个字符建立叶子结点,并按权值递增有序插入单链表,再将字符的叶子指针(其作用将在后文提到)指向该结点。 -The program is divided into the main achievements, encoding, decoding three chunks. Contribution can be divided into th
<张文琪> 在 2025-06-16 上传 | 大小:378kb | 下载:0

[数据结构常用算法DisseminationTree

说明:基于数据一致性的分发树的实现,根据不同的网络状况构建不同的树-Based on the distribution of data consistency to achieve the tree, depending on network conditions different tree construction
<biliucheng> 在 2025-06-16 上传 | 大小:2.1mb | 下载: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-16 上传 | 大小:2kb | 下载:0
« 1 2 ... .09 .10 .11 .12 .13 1314.15 .16 .17 .18 .19 ... 2656 »

源码中国 www.ymcn.org