资源列表

« 1 2 ... .66 .67 .68 .69 .70 2171.72 .73 .74 .75 .76 ... 2656 »

[数据结构常用算法Queen

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

[数据结构常用算法park

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

[数据结构常用算法26001_td

说明:Shot 26001- I_pla - Ok Shot-Shot 26001- I_pla- Ok Shot
<caracalla> 在 2024-11-13 上传 | 大小: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
<JerryJiang> 在 2024-11-13 上传 | 大小:1kb | 下载:0

[数据结构常用算法first

说明:数据结构与算法分析中创建链表,实现多项式相加-Analysis of the data structure and algorithm to create a list, add up to the realization of polynomial
<百树人> 在 2024-11-13 上传 | 大小:1kb | 下载:0

[数据结构常用算法Huffmatreeofdatastructure

说明:哈夫曼树又称最优二叉树,是一种带权路径长度最短的二叉树。所谓树的带权路径长度,就是树中所有的叶结点的权值乘上其到根结点的路径长度(若根结点为0层,叶结点到根结点的路径长度为叶结点的层数)。树的带权路径长度记为WPL=(W1*L1+W2*L2+W3*L3+...+Wn*Ln),N个权值Wi(i=1,2,...n)构成一棵有N个叶结点的二叉树,相应的叶结点的路径长度为Li(i=1,2,...n)。可以证明哈夫曼树的WPL是最小的。-Huff
<刘正朝> 在 2024-11-13 上传 | 大小:1kb | 下载:0

[数据结构常用算法main

说明:一元多项式乘法 包含密运算  新学数据结构的可以参考参考 -One dollar secret polynomial multiplication operations include the new data structure can refer to reference
<杨锦波> 在 2024-11-13 上传 | 大小:1kb | 下载:0

[数据结构常用算法houzhui

说明:中缀表达式转换为后缀表达式并求值 使用switch语句-Infix expression into a suffix for the value of expression and the use of switch statement
<baichi123> 在 2024-11-13 上传 | 大小:1kb | 下载:0

[数据结构常用算法MINTREE

说明:无向图的最小生成树程序,还不错哦~供大家分享,有文字说明-Undirected graph of the minimum spanning tree procedure, but also good for your sharing ~ Oh, there are text
<kreaya> 在 2024-11-13 上传 | 大小:1kb | 下载:1
« 1 2 ... .66 .67 .68 .69 .70 2171.72 .73 .74 .75 .76 ... 2656 »

源码中国 www.ymcn.org