资源列表

« 1 2 ... .95 .96 .97 .98 .99 1600.01 .02 .03 .04 .05 ... 2656 »

[数据结构常用算法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> 在 2024-10-08 上传 | 大小:1024 | 下载:0

[数据结构常用算法Calculation-expressions

说明:数据结构实验4栈的使用。程序用于数据结构实验中计算数学表达式的值,在程序中用到了堆栈的数据结构。-Experimental data structure used to calculate the value of mathematical expression, used in the program a stack data structure.
<敏敏特穆尔> 在 2024-10-08 上传 | 大小:1112064 | 下载:0

[数据结构常用算法maze

说明:数据结构中的一个小实验,迷宫,1表示障碍物,0表示通路,最后在程序运行结束时用*号的路线便是迷宫的通路或者没有通路。-Data structure in a small experiment, maze, an obstacle that, 0 channels, and finally the end of the run course with an asterisk is a maze of paths or no path.
<敏敏特穆尔> 在 2024-10-08 上传 | 大小:250880 | 下载:0

[数据结构常用算法LinkedQueue

说明:数据结构算法中的关于二叉树的一些实验,该小程序主要实现了一个二叉树的前序,中序和后序表达式,同时还可以输入前序和中序来输出后序的内容。-Data structure binary tree algorithm on a number of experiments, the applet implements a binary tree of the main sequence before, in order and the order
<敏敏特穆尔> 在 2024-10-08 上传 | 大小:290816 | 下载:0

[数据结构常用算法graph

说明:数据结构实验六图的操作,在程序中提示输入的顶点数以及每两条边之间的权值,最后使用深度优先和广度优先算法实现遍历,同时构建最小耗费生成树的最小权值和路径。-Experimental data structure diagram of the operation of six, in the program prompts for the number of vertices and edges between every two weig
<敏敏特穆尔> 在 2024-10-08 上传 | 大小:1214464 | 下载:0

[数据结构常用算法sort

说明:数据结构实验二排序算法,程序中实现了选择排序、冒泡排序、插入排序和基数排序四种排序算法,在使用的时候会在你输入想要排序的数据后选择排序方法,方便使用。-Experiment II data structure, sorting algorithm, the program implements selection sort, bubble sort, insertion sort and radix sort four kinds of
<敏敏特穆尔> 在 2024-10-08 上传 | 大小:267264 | 下载:0

[数据结构常用算法sfdfsa

说明:解决8枚硬币问题。在8枚硬币中有一枚是假硬币,把这个假硬币找出来。-Solve the eight coins problem. In the eight coins in a coin is fake, fake coins to find this out.
<韩娇> 在 2024-10-08 上传 | 大小:168960 | 下载:0

[数据结构常用算法kmp

说明:串匹配问题。在主串中找出与模式串匹配的字符开始位置即下标。-String matching problem. In the main string and pattern matching to find the character position that subscr ipt.
<韩娇> 在 2024-10-08 上传 | 大小:336896 | 下载:0

[数据结构常用算法huffman

说明:Implementation of Hoffmann algorithm
<ober> 在 2024-10-08 上传 | 大小:2048 | 下载:0

[数据结构常用算法hash

说明:Implementation of a Hash Table
<ober> 在 2024-10-08 上传 | 大小:1024 | 下载:0

[数据结构常用算法VIRAT_Video_Dataset

说明:VIRAT Video 数据结构 对分析处理图象有帮助!-VIRAT Video image analysis and processing of data structures for help!
<ZLSH> 在 2024-10-08 上传 | 大小:502784 | 下载:0

[数据结构常用算法lianbiao

说明:关于链表的非常经典的问题与实现,非常实用,尤其是对刚刚学的以及需要面试的同学。-On the list of problems and to achieve a very classic, very useful, especially for newly learned and the need to interview students.
<Lzhou> 在 2024-10-08 上传 | 大小:6144 | 下载:0
« 1 2 ... .95 .96 .97 .98 .99 1600.01 .02 .03 .04 .05 ... 2656 »

源码中国 www.ymcn.org