资源列表

« 1 2 ... .26 .27 .28 .29 .30 1631.32 .33 .34 .35 .36 ... 2656 »

[数据结构常用算法DIJSTRA

说明:Dijkstra(迪杰斯特拉)算法是典型的单源最短路径算法,用于计算一个节点到其他所有节点的最短路径。-Dijkstra (Dijkstra) algorithm is a typical single-source shortest path algorithm for computing a node to all other nodes of the shortest path.
<浩星无恨> 在 2024-10-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法Nqueensproblem

说明:题目说明: 在一个N×N的国际象棋棋盘中摆N个皇后,使这N个皇后不能互相被对方吃掉。 题目要求: (1)依次输出各种成功的放置方法。 (2)最好能画出棋盘的图形形式,并动态的演示试探过程。 (3)程序能方便的移植到其它规格的棋盘上。 -Title Descr iption: In an N × N chess board in place N queens, so that the N-Queen can
<浩星无恨> 在 2024-10-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法HuffmanCoding

说明: Huffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长 度最短的码字,有时称之为最佳编码,一般就叫作Huffman编码。-Huffman coding in 1952 proposed a method based on characters appear completely different prefix probability to construct the average length
<浩星无恨> 在 2024-10-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法Quicksort

说明:快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。-Quick sort (Quicksort) is a bubble sort of an improvement. B
<浩星无恨> 在 2024-10-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法4

说明:henhaodegongs数据结构完整实验报告neihan-dfjdfjldsjflksdjflasj
<圆圆> 在 2024-10-07 上传 | 大小:256000 | 下载:0

[数据结构常用算法Astar

说明:利用Visual Studio 6.0实现了迷宫的A星算法路径搜索-implement A* algorithm in maze route plan using Visual Studio 6.0
<sunjian> 在 2024-10-07 上传 | 大小:2000896 | 下载:0

[数据结构常用算法xianjian

说明:仙剑的东东,关于如何走迷宫的,还有物品的取得-Sword of the East, on how to Maze, and also to obtain goods
<glose> 在 2024-10-07 上传 | 大小:16384 | 下载:0

[数据结构常用算法xuanyuanjian

说明:轩辕剑的东东,关于如何走迷宫的,还有物品的取得-Xuanyuanjian of the East, on how to Maze, and also to obtain goods
<glose> 在 2024-10-07 上传 | 大小:6144 | 下载:0

[数据结构常用算法1

说明:对于线性表的顺序存储结构,在结构体中使用静态一维数组-For the linear order of the table storage structure, the structure used in the static one-dimensional array
<王刚> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[数据结构常用算法series

说明:用简单的方法实现调和级数,大学c语言课后题目-Simple way to achieve harmonic series, University of c language after-school subject
<youngmotto> 在 2024-10-07 上传 | 大小:119808 | 下载:0

[数据结构常用算法BMalthorithm

说明:BM算法找出产生该段序列的最短级数的线性反馈移位寄存器(LFSR),如对序列a=(1001101011),结果为LFSR(25,4)即周期为25,寄存器级数为4,此处所给为固定长度。-Using BM algorithm to find the linear feedback shift registers with the least steps corresponding to certain sequence. For examp
<richard> 在 2024-10-07 上传 | 大小:164864 | 下载:0

[数据结构常用算法Check_Sorted_Array

说明:Sort array and check it
<evgenik> 在 2024-10-07 上传 | 大小:20480 | 下载:0
« 1 2 ... .26 .27 .28 .29 .30 1631.32 .33 .34 .35 .36 ... 2656 »

源码中国 www.ymcn.org