资源列表

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

[数据结构常用算法jisuanqi

说明:c语言计算带括号的四则运算(字符串输入运算表达式)-C language computing the parenthesized arithmetic operations (string input expression)
<haoyou> 在 2024-10-10 上传 | 大小:1516544 | 下载:0

[数据结构常用算法dynamic-planning

说明:给定n个矩阵{A1,A2,…,An},其中Ai与Ai+1是可乘的,i=1,2,…,n-1。考察这n个矩阵的连乘积A1A2…An。由于矩阵乘法满足结合律,故计算矩阵的连乘积可以有许多不同的计算次序,这种计算次序可以用加括号的方式来确定。-Given n matrices {A1, A2, ..., An}, where Ai and Ai+1 is a mere of, i = 1,2, ..., n-1. Study the n mat
<庞存岐> 在 2024-10-10 上传 | 大小:1024 | 下载:0

[数据结构常用算法gongyuan

说明:这是用c写的应用最短路算法的公园导游图,请大家下载使用-This is a written application with c shortest path algorithm park guide map, please download
<mmdg> 在 2024-10-10 上传 | 大小:3072 | 下载:0

[数据结构常用算法Monophyletic-shortest-path

说明:Dijkstra提出按各顶点与源点v间的路径长度的递增次序,生成到各顶点的最短路径的算法。既先求出长度最短的一条最短路径,再参照它求出长度次短的一条最短路径,依次类推,直到从源点v 到其它各顶点的最短路径全部求出为止。-Dijkstra proposed by the vertex and the path between the source point v in increasing order of length, to gene
<庞存岐> 在 2024-10-10 上传 | 大小:1024 | 下载:0

[数据结构常用算法FourPegsHanoi

说明:四柱汉诺塔问题,设计并实现一个求解四塔问题的动态规划算法,并分析时间和空间复杂性-Peg Hanoi Tower problem, design and implement a four tower problem solving dynamic programming algorithm, and analyze time and space complexity
<韦家隆> 在 2024-10-10 上传 | 大小:5120 | 下载:0

[数据结构常用算法QueensLVB

说明:8皇后问题.LVB以及随机算法。 .C文件-8 queens problem. LVB and random algorithms. . C file
<xmubingo> 在 2024-10-10 上传 | 大小:1024 | 下载:0

[数据结构常用算法SourceCode

说明:Data Structures and Algorithm Analysis in C
<liuyanjun> 在 2024-10-10 上传 | 大小:45056 | 下载:0

[数据结构常用算法data-structures-algorithm

说明:实现链表,队列,栈,矩阵,声明这个只是个PPT,但非常经典-Implement a linked list, queue, stack, matrix, the statement that only a PPT, but very classic
<杨阳> 在 2024-10-10 上传 | 大小:5429248 | 下载:0

[数据结构常用算法c

说明:在图论中经常会遇到这样的问题,在一个有向图里,求出任意两个节点之间的最短距离。我们在离散数学、数据结构课上都遇到过这个问题,在计算机网络里介绍网络层的时候好像也遇到过这个问题,记不请了... 但是书本上一律采取的是Dijkstra算法,通过Dijkstra算法可以求出单源最短路径,然后逐个节点利用D -single source shortest path problem of dynamic programming algorit
<monsm> 在 2024-10-10 上传 | 大小:1024 | 下载:0

[数据结构常用算法migongsuanfa

说明:迷宫算法:目前还不是很完善...希望有高手指点指点-it s a mi gong suan fa
<黄海权> 在 2024-10-10 上传 | 大小:4096 | 下载:0

[数据结构常用算法stingcombin

说明:给定一个字符串,要求判断它是否能由其它两个字符串合并而成。当两个字符串合并成一个新的字符串时,新串的字符顺序必须与原串中的顺序相一致。 -Given a string, it is required to determine whether the merger by the other two strings. When two strings into a new string, the string of characters
<irene> 在 2024-10-10 上传 | 大小:1024 | 下载:0

[数据结构常用算法stackPlistPstring

说明:自己写的小程序模板 完成 栈 队列 字符串 及链表的相关操作- a small program template which can Complete list stack queue string and related operations
<张策> 在 2024-10-10 上传 | 大小:1759232 | 下载:0
« 1 2 ... .71 .72 .73 .74 .75 1476.77 .78 .79 .80 .81 ... 2656 »

源码中国 www.ymcn.org