资源列表

« 1 2 ... .02 .03 .04 .05 .06 1707.08 .09 .10 .11 .12 ... 2656 »

[数据结构常用算法2

说明:数据结构内容,用于研究二叉树的知识-The contents of data structures, used to study the tree of knowledge
<chen > 在 2024-10-05 上传 | 大小:101376 | 下载:0

[数据结构常用算法KrusKal

说明:对一个带权无向图,求其最小生成树,本程序功能通过KrusKal算法实现。-Of a weighted undirected graph, and its minimum spanning tree, the program features through the Kruskal algorithm.
<傅山> 在 2024-10-05 上传 | 大小:101376 | 下载:0

[数据结构常用算法BTree3_src_vc6

说明:这是一个VC++根据前序序列和中序序列生成二叉树的程序,并进行遍历。 很不错的参考程序。-Btree
<高飞> 在 2024-10-05 上传 | 大小:101376 | 下载:0

[数据结构常用算法AStarFindWay

说明:A*寻路技术 A*寻路技术 A*寻路技术-A* pathfinding technology
<陈骁> 在 2024-10-05 上传 | 大小:101376 | 下载:0

[数据结构常用算法3.1

说明: 最长公共子序列问题 最长公共子序列(动态规划) 实验数据:input.txt X={A,B,C,B,D,A,B} Y={B,D,C,A,B,A} ——要求给出X、Y的最长公共子序列Z,程序运行结束时,将计算结果输出到文件output.txt中。输出文件中包含问题的答案:找不到公共子序列时给出“null” 。 -Longest common subsequence problem LCS (dynamic pr
<陈星风> 在 2024-10-05 上传 | 大小:101376 | 下载:0

[数据结构常用算法BinaryTree

说明:数据结构算法(有关二叉树的)遍历啊 之类的-Data structure algorithm (for binary tree)
<zhangshuo> 在 2024-10-05 上传 | 大小:101376 | 下载:0

[数据结构常用算法AHSACPinGo

说明:Paper <A Heuristic Search Algorithm for Capturing Problems in Go>
<sunkai> 在 2024-10-05 上传 | 大小:101376 | 下载:0

[数据结构常用算法erchashu

说明:建立一颗二叉排序树,并对其前序遍历。遍历是对树的一种最基本的运算,所谓遍历二叉树,就是按一定的规则和顺序走遍二叉树的所有结点,使每一个结点都被访问一次,而且只被访问一次。由于二叉树是非线性结构,因此,树的遍历实质上是将二叉树的各个结点转换成为一个线性序列来表示。 -Create a binary sort tree, and the preorder traversal. Tree traversal is a fundamental
<hzz> 在 2024-10-05 上传 | 大小:101376 | 下载:0

[数据结构常用算法6277509aluo1

说明: 某旅馆有n个等级的房间,第i等级有ai个房间,每个等级有bi床位(1≤i≤n)。试模拟旅馆管理系统中床位分配和回收的功能,设计能为单个旅客分配床位,在其离店便回收床位(供下次分配)的算法。-failed to translate
<xian> 在 2024-10-05 上传 | 大小:101376 | 下载:0

[数据结构常用算法Computer-algorithms

说明:计算机常用的算法,有 算法概述 分治与递归 动态规划 贪心算法 回溯法 分限界法-Computer algorithm used have an overview of divide and conquer algorithm is recursive dynamic programming, greedy algorithms with backtracking points and bound
<张国柱> 在 2024-10-05 上传 | 大小:101376 | 下载:0

[数据结构常用算法RMI

说明:Dijkstra programming-Dijkstra programming
<Dung Le Huy> 在 2024-10-05 上传 | 大小:101376 | 下载:0

[数据结构常用算法TarsusPmultiplication

说明:分治法大整数乘法课件 概述:算法概要、算法效率 合并排序 快速排序 折半查找 大整数乘法 Strassen 矩阵乘法 分治法解凸包 -Divide and conquer integer multiplication courseware about the function and some problems very effective way to solve the that ser
<彭宇> 在 2024-10-05 上传 | 大小:101376 | 下载:0
« 1 2 ... .02 .03 .04 .05 .06 1707.08 .09 .10 .11 .12 ... 2656 »

源码中国 www.ymcn.org