资源列表

« 1 2 ... .14 .15 .16 .17 .18 1719.20 .21 .22 .23 .24 ... 2656 »

[数据结构常用算法data

说明:殷人昆 数据结构 一些书中的源代码 系某师兄所做 c++版 -data structure
<linshibo> 在 2024-10-05 上传 | 大小:107520 | 下载:0

[数据结构常用算法N

说明:数据结构中的逆置问题,感觉不是很难,但是很常用的作业程序。-Data structure in the home against the problem, rather than feel it is very difficult, but very common operating procedures.
<gracie> 在 2024-10-05 上传 | 大小:107520 | 下载:0

[数据结构常用算法graph

说明:图: 调试图的邻接链表存储的程序,解决下列问题: 根据教科书P157页的G2图(无向图),输入数据运行程序;再适当修改程序使它适用于G1图(有向图),输入数据运行程序。-Adjacency list graph debug stored procedures, to address the following issues: According to the textbook page G2 Fig P157 (undirected
<奈奈> 在 2024-10-05 上传 | 大小:107520 | 下载:0

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

说明:0-1背包问题的动态规划,根据算法书上自己编写的一个小程序,背包问题用动态规划的方法来解决-0-1 knapsack problem dynamic programming, according to algorithm I have written the book on a small program, knapsack problem using dynamic programming approach to the
<王周利> 在 2024-10-05 上传 | 大小:107520 | 下载:0

[数据结构常用算法rmq

说明:Structure rsq(range sum query) help to find sum on segment l and r O(log(l-r+1)) and update O(logN)
<ODDI> 在 2024-10-05 上传 | 大小:107520 | 下载:0

[数据结构常用算法rsq

说明:Structure rmq(range minimum or maximum query) help to find minimum or maximum on segment l and r O(log(l-r+1)) and update O(logN)
<ODDI> 在 2024-10-05 上传 | 大小:107520 | 下载:0

[数据结构常用算法BOJ1293

说明:BOJ1293:小马想用最快的速度过河。 河水有缓有急,不同地方深浅也不一样,因此,在河的不同地方,行走的速度是有区别的。小马把河划分成N*M个矩形区域,像一个矩阵,南北N个区,东西M个区。小马现在在河的南岸,要走到北岸去。小马可以从任何邻接南岸的区域进入河中;在河里,每次只能从当前区域走到北方、东北、西北三个相邻区域;只要走到最北边的任何一个区域,下一步就可以上岸。小马在每个区域中需要停留的时间不尽相同。请你帮助小马计算一下它在河
<小获> 在 2024-10-05 上传 | 大小:107520 | 下载:0

[数据结构常用算法Graph

说明:实现了数据结构中的图的建立搜索等功能,希望与大家分享学习、-Implementation of data structure diagrams of search functions, I hope to share learning,
<刘兵> 在 2024-10-05 上传 | 大小:107520 | 下载:0

[数据结构常用算法shujujiegou

说明:这里介绍了基本的数据结构资料。内容丰富且非常实用。-Here are the basic data structure information. Rich and very practical.
<云上的鱼> 在 2024-10-05 上传 | 大小:107520 | 下载:0

[数据结构常用算法contour_auto_maker

说明:等值线生成与填充算法,用线性链表追踪方式生成等值线。-Isoline and the filling algorithm, generates a linear list contour tracking method.
<sulanghua> 在 2024-10-05 上传 | 大小:107520 | 下载:0

[数据结构常用算法hashMap

说明:数据结构中的哈希查找,首先先插入n个数据,然后按值可以查找,并显示位置-Find the hash data structure, the first n-first into the data, and then you can find by value, and display position
<dengxianzhi> 在 2024-10-05 上传 | 大小:107520 | 下载:0

[数据结构常用算法string

说明:程序设计任务: 用堆分配存储表示实现Hstring串类型的最小操作子集的基础上,实现串抽象数据类型的其余基本操作(不使用C语言本身提供的串函数)。参数合法性检查必须严格。 程序所能达到的功能:一个命令解释程序,循环往复地处理用户键入的每一条命令,直至终止程序的命令为止。 -Programming tasks: With pile distribution of memory says achieving Hstring
<Andy> 在 2024-10-05 上传 | 大小:107520 | 下载:0
« 1 2 ... .14 .15 .16 .17 .18 1719.20 .21 .22 .23 .24 ... 2656 »

源码中国 www.ymcn.org