资源列表

« 1 2 ... .41 .42 .43 .44 .45 2346.47 .48 .49 .50 .51 ... 2656 »

[数据结构常用算法birstday

说明:生日是星期几 写一个程序,只要输入生日的年月日,就能回答那天是星期几。 -Birthday is the day of the week to write a program, as long as the input birthday date, will be able to answer the day of the week.
<黄利> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法substr

说明:给定1 棵有n 个结点的树T。子树分割问题要求从树T 中删除尽可能少的边得到一个恰有k 个结点的连通分支。 -There is a given n nodes of the tree T. Subtree the division of T from the tree to remove as far as possible, get a little edge there are exactly k nodes branch co
<黄利> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法DATESTRUCTshow

说明:(严蔚敏、吴伟民)数据结构配套可视化算法演示系统-(YAN Wei-min,吴伟民) data structure matching algorithm visualization demonstration system
<董宇> 在 2024-11-16 上传 | 大小:224kb | 下载:0

[数据结构常用算法List1

说明:链表操作集合,包括了所有链表的有关操作,用c编写-List collection operations, including all the list of the operation, using c prepared
<yaoziliang> 在 2024-11-16 上传 | 大小:2kb | 下载:0

[数据结构常用算法Ackermann-nonrecursive

说明:Ackermann-nonrecursive.cpp, 艾克曼, 非递回-Ackermann-nonrecursive.cpp, Aikman, non-recursive
<YC_CHIANG> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法knight

说明:经典的骑士漫游问题的算法,可以指定起始位置-Cavalier classic algorithm roaming problem, you can specify the start position
<Julius> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法delete

说明:一个简单的删数问题的程序,用的是贪心算法-err
<zxc> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法damon

说明:(排列宝石问题)算法思想 形如着色问题依次填充,如不能填写任何宝石则回溯. -(Problem with precious stones) algorithm thinking like the coloring problem followed by filling, if they can not fill in any precious stones are back.
<lee> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法haidao

说明:海盗船问题 循环数数,每三个人就死亡一个-Corsair cycle count problem, every third person on the death of a
<张巨松> 在 2024-11-16 上传 | 大小:247kb | 下载:0

[数据结构常用算法dukou

说明:有一个渡口,每条渡轮一次能装载10辆汽车过江,过江车辆分为客车和货车两类,上渡轮有如下规定: ⑴同类汽车先到先上船; ⑵客车先于货车上船; ⑶每上4辆客车才允许上一辆货车,但若等待的客车不足4辆则用货车填补,反过来,若没有货车等待则用客车填补; ⑷装满10辆后则自动开船,当等待时间较长时车辆不足10辆也应人为控制发船。 -There is a ferry, and each time the ferry can ca
<张巨松> 在 2024-11-16 上传 | 大小:260kb | 下载:0

[数据结构常用算法si

说明:设有一个背包可以放入的物品重量最重为s,现有n件物品,它们的重量分别为w[0]、 w[1]、w[2]、…、w[n-1]。问能否从这n件物品中选择若干件放入此背包中,使得放入的重量之和正好为s。如果存在一种符合上述要求的选择,则称此背包问题有解(或称其解为真);否则称此背包问题无解(或称其解为假)。试用递归方法设计求解背包问题的算法。-There is a backpack weight items can be placed the m
<张巨松> 在 2024-11-16 上传 | 大小:244kb | 下载:0

[数据结构常用算法wu

说明:给定n个小区之间的交通图。若小区i与小区j之间有路可通,则将顶点i与顶点j之间用边连接,边上的权值 表示这条道路的长度。现在打算在这n个小区中选定一个小区建一所医院。试问这家医院应建在哪个小区,才能使距离医院最远的小区到医院的路程最短?请设计一个算法求解上述问题。-N given the traffic between plots Fig. If the cell i and cell j can pass between the ro
<张巨松> 在 2024-11-16 上传 | 大小:253kb | 下载:0
« 1 2 ... .41 .42 .43 .44 .45 2346.47 .48 .49 .50 .51 ... 2656 »

源码中国 www.ymcn.org