资源列表

« 1 2 ... .38 .39 .40 .41 .42 2243.44 .45 .46 .47 .48 ... 2656 »

[数据结构常用算法GraphAlgorithms

说明:There are many algorithms that can be applied to graphs. Many of these are actually used in the real world, such as Dijkstra’s algorithm to find shortest paths. We will discuss a few here.-有很多算法,可用于图形。其中许多是实际使用在现实世界中,
<anton shieh> 在 2024-10-05 上传 | 大小:669696 | 下载:0

[数据结构常用算法minimumpathcover

说明:这是一个关于最小路径覆盖的算法,用c++的类封装的-this is a program about minimum path cover using class of C++ it is good for algorithm learner
<sheldon> 在 2024-10-05 上传 | 大小:671744 | 下载:0

[数据结构常用算法Web_Design_Guide_Open_Shortest_Path_First

说明:网络设计开放式最短路径优先教程Web Design Guide Open Shortest Path First -Web Design Open Shortest Path First Tutorial Web Design Guide Open Shortest Path First
<ask> 在 2024-10-05 上传 | 大小:670720 | 下载:0

[数据结构常用算法Priority_queue

说明:非常好的优先队列学习资料,喜欢acm的同学千万不要错过-Priority queue very good learning materials, like the students do not miss acm
<真实姓名> 在 2024-10-05 上传 | 大小:669696 | 下载:0

[数据结构常用算法01bag_problem

说明:特殊的01背包(原算法分析题4-3) 问题描述:01背包是在N件物品取出若干件放在空间为C的背包里,每件物品的体积为W1,W2……Wn,与之相对应的价值为P1,P2……Pn,并取得最大价值。普通的01背包中物品的重量和价值没有明确的关系,这里定义一种特殊的01背包:向背包中放入的物品的价值和体积成反比,也就是价值越高,体积越小,注意这里物品价值和体积的乘积并不是固定值。例如:如下的物品满足这个“特殊的01背包”,5件物品: 物品
<毛骏> 在 2024-10-05 上传 | 大小:671744 | 下载:0

[数据结构常用算法123

说明:单链表的操作,生成两个有序的单链表并进行合并-Single list of operations to generate a single chain and two ordered to merge
<> 在 2024-10-05 上传 | 大小:667648 | 下载:0

[数据结构常用算法Prim

说明:Prim算法求连通加权无向图的最小生成树,在VS2010下编写并测试通过-Prim algorithm for connected weighted undirected graph, minimum spanning tree.
<> 在 2024-10-05 上传 | 大小:670720 | 下载:0

[数据结构常用算法The-circuit-wiring

说明:算法分析与设计电路布线问题,通过二维数组模拟一个电路布线最短路径问题-Algorithm analysis and design of the circuit wiring problem, simulating a circuit wiring through a two-dimensional array of the shortest path problem
<> 在 2024-10-05 上传 | 大小:669696 | 下载:0

[数据结构常用算法mina-maleki

说明:THIS CODE IS IDENTFICATION SYSTEM BY DATA EXCEL IN MATLAB WITH ARX MODEL
<aaaa> 在 2024-10-05 上传 | 大小:670720 | 下载:0

[数据结构常用算法Priority2

说明:数据结构实验,优先队列与堆,C++编程实现(Data structure experiment, priority queue and heap, C ++ programming implementation)
<FishHere > 在 2024-10-05 上传 | 大小:670720 | 下载:0

[数据结构常用算法Debug

说明:用该代码可以实现数据结构中实现字符串的问题(Using this code to implement a string in a data structure)
<archeryy> 在 2024-10-05 上传 | 大小:670720 | 下载:0

[数据结构常用算法蚁群算法

说明:但由于基本蚁群算法(Basic ant colony algorithm)收敛速度慢、易陷入局部最优,所以很多改进的蚁群算法被提出,补偿本身的缺点,在实际应用中也得到了很好的效果(However, due to the slow convergence speed of Basic ant colony algorithm and easy to fall into local optimum, many improved ant co
<ZJN27> 在 2024-10-05 上传 | 大小:669696 | 下载:0
« 1 2 ... .38 .39 .40 .41 .42 2243.44 .45 .46 .47 .48 ... 2656 »

源码中国 www.ymcn.org