资源列表

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

[数据结构常用算法8corns

说明:此文件主要用于观察八枚硬币的排列情况,我们可以用它观察八枚硬币的随机排列!-This file is mainly used to observe the eight coins arrangement, we can use it to observe the random arrangement of eight coins!
<friends> 在 2025-01-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法Knight-to-travel-around

说明:骑士周游问题,用回溯法计算~希望对大家有帮助~-Knights tour problem with backtracking method ~
<> 在 2025-01-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法101

说明:若矩阵Am×n中的某个元素aij是第i行中的最小值,同时又是第j列中的最大值,则称此元素为该矩阵中的一个马鞍点。假设以二维数组存储矩阵Am×n ,试编写求出矩阵中所有马鞍点的算法。 注意一行(列)中可能有多个最小(大)值 可用下列矩阵进行测试: 1 2 3 1 1 1 4 7 6 2 2 2 7* 7* 9 3* 3* 3* (*表示马鞍点) -If the matrix Am × n aij is an
<YCL> 在 2025-01-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法hash

说明:Implementation of a Hash Table
<ober> 在 2025-01-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法Ex2

说明:用两个栈实现队列,新颖 新颖 新颖 -Queue with two stacks, novel novel novel novel novel novel
<hannianqiao> 在 2025-01-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法ep121

说明:用动态规划方法模拟0-1背包的问题,并包含了文件。-Simulation using dynamic programming methods 0-1 knapsack problem, and contains the file.
<> 在 2025-01-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法tree

说明:数据结构中二叉树的基本操作,主要有建立、遍历、求深度等操作-The data structure of the basic operation of the binary tree, the main building, traverse, be in depth in operation
<朴颜> 在 2025-01-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法new_sorting_clock

说明:mergesort with time in clock ticks
<veda> 在 2025-01-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法yhj

说明:银行家动态算法源代码 适合初学者 代码简单明了-Banker' s algorithm
<lzd> 在 2025-01-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法Cpp1

说明:二叉树遍历。数据类型为字符型,以中序,后序遍历为方向-Binary tree traversal. Data type for the character to the order, the order of traversal for the direction
<蔡天伦> 在 2025-01-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法problem1

说明:八皇后问题,是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法解出92种结果。计算机发明后,有多种方法可以解决此问题。 -Eight queens problem i
<刘九龙> 在 2025-01-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法zuoye

说明:汉诺塔 算法:将上面的n-1个盘子从A移动到C,B作为辅助; 将最下面的盘子n从A移动到B, 将n-1个盘子从C移动到B,A作为辅助 1. 对一个整形数组设计一个排序算法 .n个元素的实数数组,写出求其最大元素和最小元素的算法-Tower of Hanoi algorithm: the above n-1 a plate moves from A to C, B as an auxiliary n the bott
<张祎> 在 2025-01-20 上传 | 大小:1kb | 下载:0
« 1 2 ... .82 .83 .84 .85 .86 387.88 .89 .90 .91 .92 ... 2656 »

源码中国 www.ymcn.org