资源列表

« 1 2 ... .71 .72 .73 .74 .75 1376.77 .78 .79 .80 .81 ... 2656 »

[数据结构常用算法xiao-yuan-dao-you

说明:设计济南大学校园平面图,所含的景点不少于10个。以图中顶点表示校内各景点,存放景点名称、代号、简介等信息;以边表示路径,存放路径长度等相关信息。 为来访客人提供图中任意景点相关信息的查询。 为来访客人提供图中任意景点的问路查询,即查询任意两个景点之间的一条最短的简单路径。 选作内容: 求校园的关节点。 提供图中任意景点查询,即求任意两点间的所有路径。 校园导游图的景点和道路的修改扩充功能。 扩充道路信息,如
<> 在 2024-10-12 上传 | 大小:4096 | 下载:0

[数据结构常用算法Four-classical-algorithm

说明:四大经典算法-Four classical algorithm! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
<刘浪> 在 2024-10-12 上传 | 大小:613376 | 下载:0

[数据结构常用算法COURSEWORK

说明:best file to explain the c language to high level language-best file to explain the c language to high level language
<admoon> 在 2024-10-12 上传 | 大小:5561344 | 下载:0

[数据结构常用算法zifuchuansuanfa

说明:字符串算法的综述,非常适合算法研究的学生,研究所,或者博士生-Summary of the string algorithm is very suitable algorithm for the students, research, or doctoral
<fuchenguang> 在 2024-10-12 上传 | 大小:6144 | 下载:0

[数据结构常用算法MiGong

说明:数据结构作业,迷宫,算放上分别用队列和栈实现。用c++实现-Data structure operations, maze, operator put queue and stack implementation respectively. Achieved using c++
<qf> 在 2024-10-12 上传 | 大小:2048 | 下载:0

[数据结构常用算法Untitled1

说明:全排列算法之字典序法 全排列算法之字典序法 全排列算法之字典序法-Lexicographic permutation algorithm of the method of lexicographic permutation algorithm method of lexicographic permutation algorithm permutation algorithm for the dictionary method
<myr> 在 2024-10-12 上传 | 大小:1024 | 下载:0

[数据结构常用算法Queue_and_Stack_based-on-CPP

说明:包括多个有关队列与堆栈的应用程序,实现语言为C++,均可以运行-sevral Queue and Stack program based on C++
<dingkaimeng> 在 2024-10-12 上传 | 大小:15360 | 下载:0

[数据结构常用算法Dijk

说明:银行家算法模拟 可用于实习交作业等等 实用-Banker s algorithm simulation
<Mono> 在 2024-10-12 上传 | 大小:1024 | 下载:0

[数据结构常用算法fibonacci

说明: fibonacci数列的非递归实现-fibonacci series of non-recursive implementation
<陆泽榕> 在 2024-10-12 上传 | 大小:1024 | 下载:0

[数据结构常用算法friendfunction-(2)

说明: friendfunction数据结构算法-friendfunction Data Structure Algorithm
<陆泽榕> 在 2024-10-12 上传 | 大小:1024 | 下载:0

[数据结构常用算法big_number_add

说明:数据结构——大数相加,大整数相加(链表结构)-add numbers
<chris> 在 2024-10-12 上传 | 大小:3072 | 下载:0

[数据结构常用算法(Dijkstra)-a-shortest-path-algorithm

说明:大概流程如下: 初始对每个点e,令v[e]=0,dis[e]=inf 令起点dis[s]=0 每次找出p,使得v[p]=0,并且dis[p]最小 令v[p]=1 对每个和p相邻的q,用dis[p]+distance[p,q]去更新dis[q] 直到找不到v[p]=0-Probably process is as follows: For every dot e, initial [e] to v = 0,
<江洋> 在 2024-10-12 上传 | 大小:1024 | 下载:0
« 1 2 ... .71 .72 .73 .74 .75 1376.77 .78 .79 .80 .81 ... 2656 »

源码中国 www.ymcn.org