资源列表

« 1 2 ... .82 .83 .84 .85 .86 987.88 .89 .90 .91 .92 ... 2656 »

[数据结构常用算法dongtaiguihua

说明:用动态规划算法计算旅行商 挺不错的,可以看看 输入的时候是输入矩阵 需要自己换行-Dynamic programming algorithm with very good salesman, you can see when the input is the input matrix needs its own wrap
<GYM> 在 2025-01-23 上传 | 大小:175kb | 下载:0

[数据结构常用算法3-8-1

说明:把10进制的整数和小数转换成二进制整数和小数-dddddddddd
<苏裕辉> 在 2025-01-23 上传 | 大小:1kb | 下载:0

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

说明:Dijkstra算法中要求边的权非负,如果遇到负权,则可以采用Bellman-Ford算法。-about bellman-ford
<我下下> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法CRC

说明:CRC校验采用多项式编码方法。被处理的数据块可以看作是一个n阶的二进制多项式-CRC checksum using polynomial encoding. Data blocks can be processed as a binary n-order polynomial
<我下下> 在 2025-01-23 上传 | 大小:63kb | 下载:0

[数据结构常用算法Dijkstra

说明:Dijkstra算法是典型最短路算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法能得出最短路径的最优解,但由于它遍历计算的节点很多,所以效率低-Dijkstra algorithm is a typical shortest path algorithm to calculate a node to all other nodes of the shortes
<我下下> 在 2025-01-23 上传 | 大小:16kb | 下载:0

[数据结构常用算法paper5

说明:本文讨论标定两台数码相机的数学模型和算法。为了达到这个目的,本文根据不同的背景建立了两个模型。-This article discusses the calibration of two digital cameras, the mathematical models and algorithms. To this end, the paper under the background of the establishment of t
<shyhio> 在 2025-01-23 上传 | 大小:628kb | 下载:0

[数据结构常用算法pop

说明:冒泡算法,数据结构17页,带标示符判断是否已经排序成功-Bubble Sort algorithm, data structure 17, with identifiers to determine whether the order has been successfully
<陈根> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法Array

说明:数组类的定义,自己写的,根据 清华大学数据结构上面改编的-Array class definition, write, according to the above data structure adapted Tsinghua University
<陈根> 在 2025-01-23 上传 | 大小:2kb | 下载:0

[数据结构常用算法datastructure

说明:这是老师给我们的数据结构(C语言 严蔚敏版)的源码-This is the teacher gave us the data structure (C language Yan Wei-min version) source
<曾浩> 在 2025-01-23 上传 | 大小:5.43mb | 下载:0

[数据结构常用算法Maze_Engine

说明:数据结构一书上 关于迷宫游戏的算法-Book on data structure algorithms on maze game
<陈根> 在 2025-01-23 上传 | 大小:2kb | 下载:0

[数据结构常用算法data

说明:我们的一个数据结构课程设计(基本操作)-A data structure of our curriculum design (vomited basic operation)
<曾浩> 在 2025-01-23 上传 | 大小:2.32mb | 下载:0

[数据结构常用算法kkk

说明:给定K个单词作为文本的开始。程序每次生成一个单词,其过程为:读取文本中最后的K个单词,并在书中寻找这K个单词连续出现的所有位置,然后从中随机挑选一个位置,并把该位置之后的一个单词加入到文本中。该过程不断重复,直到生成的文本达到最大单词数,或者生成的单词恰好是这本书的最后一个单词。-Given K words as the beginning of the text. Each program generates a word, the
<燕子> 在 2025-01-23 上传 | 大小:1kb | 下载:0
« 1 2 ... .82 .83 .84 .85 .86 987.88 .89 .90 .91 .92 ... 2656 »

源码中国 www.ymcn.org