资源列表

« 1 2 ... .40 .41 .42 .43 .44 145.46 .47 .48 .49 .50 ... 2656 »

[数据结构常用算法topsorting

说明:此函数功能是图的遍历算法,用邻接矩阵存储图,然后求出其拓扑排序,再输出其图的信息-Function is to map the function of the traversal algorithm, the adjacency matrix storage map, then calculated the topological sort, then the output of its map information
<li> 在 2025-07-02 上传 | 大小:1kb | 下载:0

[数据结构常用算法Josephus

说明:编号为1,2,3,……,n的n个人按顺时针方向围坐一圈。任选一个正整数作为报数上限m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,从他在顺时针方向上的下一个人开始重新从1报数,如此下去,直至所有人全部出列为止。-Numbered 1,2,3, ... ..., n of n individuals according to a clockwise direction around a circle. Choose a positive integer as the
<许奇龙> 在 2025-07-02 上传 | 大小:1kb | 下载:0

[数据结构常用算法magic

说明:将魔王的语言抽象为人类的语言:魔王语言由以下两种规则由人的语言逐步抽象上去的:α-〉β1β2β3…βm ;θδ1δ2…-〉θδnθδn-1…θδ1 设大写字母表示魔王的语言,小写字母表示人的语言B-〉tAdA,A-〉sae,eg:B(ehnxgz)B解释为tsaedsaeezegexenehetsaedsae对应的话是:“天上一只鹅地上一只鹅鹅追鹅赶鹅下鹅蛋鹅恨鹅天上一只鹅地上一只鹅”。(t-天d-地s-上a-一只e-鹅z-追g-赶x-下n-蛋h-恨)
<于翔> 在 2025-07-02 上传 | 大小:1kb | 下载:0

[数据结构常用算法1

说明:设有n个人站成一圈,每个人持有一个密码(正整数)。现从第t个人开始,按顺时针方向“1,2,3,4,…”循环报数,数到m1(第t个人所持密码)的人出列,然后从出列者的下一个人重新开始报数,数到m2(刚出列者所持密码)的人又出列,如此重复进行,直到n个人都出列为止。-something like Joseph problem
<fengyumoce> 在 2025-07-02 上传 | 大小:1kb | 下载:0

[数据结构常用算法Queen

说明:八皇后的c++实现怎么能写出20个字的描述呢-Eight queen c implementation
<卢佳楠> 在 2025-07-02 上传 | 大小:1kb | 下载:0

[数据结构常用算法park

说明:以栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的数据序列进行模拟管理。每一组输入数据包括三个数据项:汽车“到达”或“离去”信息、汽车牌照号码以及到达或离去的时刻。对每一组输入数据进行操作后的输出信息为:若是车辆到达,则输出汽车在停车场内或便道上的停车位置;若是车辆离去,则输出汽车在停车场内停留的时间和应交纳的费用(在便道上停留的时间不收费)。栈以顺序结构实现,队列以链表结构实现。-park solution
<upingman> 在 2025-07-02 上传 | 大小:1kb | 下载:0

[数据结构常用算法supermarketsiete

说明:超市选址,用数据结构,求最小生成树问题。自设计算法为超市寻找一个最短路径。-Supermarket site, the data structure, and minimum spanning tree problem. Since the design of algorithms for the supermarket to find a shortest path.
<送爱心> 在 2025-07-02 上传 | 大小:1kb | 下载:0

[数据结构常用算法stack_link

说明:这是用链表实现的栈数据结构。链表数据结构的最大优点是不受元素个数的限制,除非内存耗尽。-This is the stack implementation with linked list data structure. List data structure is not subject to the greatest advantage of the restricted number of elements, unless the memory run out.
<刘志福> 在 2025-07-02 上传 | 大小:1kb | 下载:0

[数据结构常用算法0-1package

说明:在0和1情况下进行背包问题解决,涉及多个物体的重量和价值,求得最大价值量以及分配方案。-At 0 and 1 backpack case for problem-solving, involving more than the weight of objects and values, as well as to achieve maximum value distribution program.
<jingyuan> 在 2025-07-02 上传 | 大小:1kb | 下载:0

[数据结构常用算法26001_td

说明:Shot 26001- I_pla - Ok Shot-Shot 26001- I_pla- Ok Shot
<caracalla> 在 2025-07-02 上传 | 大小:1kb | 下载:0

[数据结构常用算法Maze

说明:迷宫算法(maze) /* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means OK, * 1 means cannot go there, boundary is 0 and 9, cannot go beyond boundary. * Each step can be made horizontally or vertically for one more gri
<JerryJiang> 在 2025-07-02 上传 | 大小:1kb | 下载:0

[数据结构常用算法first

说明:数据结构与算法分析中创建链表,实现多项式相加-Analysis of the data structure and algorithm to create a list, add up to the realization of polynomial
<百树人> 在 2025-07-02 上传 | 大小:1kb | 下载:0
« 1 2 ... .40 .41 .42 .43 .44 145.46 .47 .48 .49 .50 ... 2656 »

源码中国 www.ymcn.org