资源列表

« 1 2 ... .50 .51 .52 .53 .54 2555.56 .57 .58 .59 .60 ... 2656 »

[数据结构常用算法paradise

说明:编写一个程序求解迷宫问题,迷宫是一个m行n列的0-1矩阵,其中0表示无障碍,1表示有障碍,设入口为(1,1),出口为(m,n),每次移动只能从一个无障碍的单元移到其周围8个方向上任一无障碍的单元,编制程序给出一条通过迷宫的路径。 要求:(1)输入m*n的迷宫矩阵,如: 6 9 0 1 0 0 0 1 1 0 0 1 0 0 0 1 1 0 1 1 0 1 1 0 0 0 0 1 1 1 1 0 1 1
<YY> 在 2024-11-05 上传 | 大小:1024 | 下载:0

[数据结构常用算法seal-sort

说明:设计一算法,用希尔排序方法对n个原始数据进行排序。要求如下: 输入:(1)输入原始数据个数n; (2)输入n个原始数据。 输出:(1)输出原始数据; (2)输出增量gap及排序过程 (3)输出排序结果。-Design an algorithm, using the n Hill sorting method to sort the raw data. Requirements ar
<YY> 在 2024-11-05 上传 | 大小:1024 | 下载:0

[数据结构常用算法tree-similar

说明:按先序遍历序列建立两个二叉树的二叉链表 A 和链表 B ,设计算法判断 A 、 B 二叉树是否相似。-Traversal sequence established by the first two binary tree binary list A and list B, the design algorithm to determine A, B binary tree is similar.
<YY> 在 2024-11-05 上传 | 大小:1024 | 下载:0

[数据结构常用算法BANK

说明:BANKING APPLICATION IN C-BANKING APPLICATION IN C++
<raj> 在 2024-11-05 上传 | 大小:1024 | 下载:0

[数据结构常用算法vf-udf

说明:膜渗透 FUENT UDF 气液两相流 -Gas-liquid two-phase flow membrane permeation FUENT UDF
<zhangwenwei> 在 2024-11-05 上传 | 大小:1024 | 下载:0

[数据结构常用算法prim

说明:Prim算法 用Prim算法从u0出发构造网g的最小代价生成树-Prim Algorithm Prim algorithm constructed starting from u0 minimum cost spanning tree network g
<L> 在 2024-11-05 上传 | 大小:1024 | 下载:0

[数据结构常用算法top_sort

说明:拓扑排序算法 如图g无回路,则输出g的顶点的一个拓扑序列,并返回SUCCESS,否则返回FAIL-Topological sorting algorithm in Figure g no loop, the output of a topological vertex g sequence and returns SUCCESS, otherwise return FAIL
<L> 在 2024-11-05 上传 | 大小:1024 | 下载:0

[数据结构常用算法PanDuan-HuiWen

说明:利用栈的基本操作对某一字符串作出判断其是否为回文-Basic operations using the stack to make judgments on whether a string is a palindrome
<minjianhe> 在 2024-11-05 上传 | 大小:1024 | 下载:0

[数据结构常用算法DAG.cpp

说明:DFS algorithm on graphs.
<forall360> 在 2024-11-05 上传 | 大小:1024 | 下载:0

[数据结构常用算法DFS.cpp

说明:Depth first search algorithm on graphs.
<forall360> 在 2024-11-05 上传 | 大小:1024 | 下载:0

[数据结构常用算法student-information

说明:用于完成对学生的信息的管理,可以通过学号来删除或加入成员等一系列操作-For the completion of student information management, you can learn sign to remove or add members to a series of operations
<杨桐> 在 2024-11-05 上传 | 大小:1024 | 下载:0

[数据结构常用算法quicksort

说明:一种优化的快速排序方案,性能上挺好。值得推荐-An optimized quick sort program, the performance good. Recommended
<ericzhangdl> 在 2024-11-05 上传 | 大小:1024 | 下载:0
« 1 2 ... .50 .51 .52 .53 .54 2555.56 .57 .58 .59 .60 ... 2656 »

源码中国 www.ymcn.org