-
目录bigraph和uigraph中包含的是两份不同的算法
bigraph: 处理双向图的算法
uigraph: 处理单向无环图的算法...
目录bigraph和uigraph中包含的是两份不同的算法
bigraph: 处理双向图的算法
uigraph: 处理单向无环图的算法-shorestpath
- 2023-03-19 14:35:04下载
- 积分:1
-
万年历的算法 c语言
万年历的算法 c语言-hefty almanac algorithm c language.
- 2022-03-12 08:47:26下载
- 积分:1
-
这是一个典型的动态编程,提供了三种方法(用C代码实现…
这是一道典型的动态规划题 提供了三种方法(用C++代码实现)-This a typical dynamic programming that provides three methods (using C code realization)
- 2022-01-24 17:01:59下载
- 积分:1
-
的最长单调序列,字符串比较,燃料问题和knapsa…
最长单调子序列、字符串比较、加油问题及背包问题的算法分析及求解-The longest monotone subsequence, string comparison, the fuel problem and knapsack problem analysis and solving algorithms
- 2022-03-18 15:32:58下载
- 积分:1
-
作业7
一.问题描述
设计、实现一个全国大城市间的交通咨询程序,为旅客提供三种最优决策方案:(1)飞行时间最短(2)总用时最短(3)费用最小(4)中转次数最少。
二、实验要求
(1)选取合适的数据结构存储带权路线图
(2)实现单源最短路径算法(1. Description of the problem
To design and implement a transportation consultation process between the major cities, we provide three optimal decision strategies for passengers: (1) the shortest flight time (2), the shortest total time (3), the minimum cost (4), and the least number of transfers.
Two. Experimental requirements
(1) select the appropriate data structure storage band weight Roadmap
(2) realization of the shortest path algorithm for single source)
- 2020-12-25 19:59:05下载
- 积分:1
-
dataStructure_yanweimin
严蔚敏的数据结构讲义
让你在学习时少走很多弯路
这可是我的珍藏版哦!!(Yan Wei-min data structure notes when you walk less in learning a roundabout that was my Special Edition Oh! !)
- 2010-09-28 15:50:00下载
- 积分:1
-
serversock
/**************************************************************************************
* Dragonfly - RTMP Server by ActionScript
*
* Author: SnowMan
* Author QQ: 228529978
* BLOG: http://rtmp.net or http://rtmp.us.to
* Copyright(c) AS-RTMP-Server(Dragonfly) 2012
* SourceCode URL: http://code.google.com/p/as-rtmp-server
*
*
* Licence Agreement
*
- 2022-03-24 18:29:14下载
- 积分:1
-
A mobile phone sales management system database using access 2000
一款手机销售管理系统 数据库采用 access 2-A mobile phone sales management system database using access 2000
- 2023-04-19 05:05:03下载
- 积分:1
-
Apriori算法实现频繁项集和关联规则
一共建6个表:
1) 购物表Trade_List(Trade_ID,Product)
2) 频繁一项集Apri
- 2022-05-08 00:30:06下载
- 积分:1
-
Skiplist 实现
Skiplist 跳表 c++ 实现, 包含vs工程文件, Skiplist.h 代码文件 和 TestMain.cpp 测试文件,主要应用实现有序集,效率接近树,但实现简单, redis内部也有skiplist的实现
- 2022-03-07 07:39:40下载
- 积分:1