资源列表

« 1 2 ... .49 .50 .51 .52 .53 2554.55 .56 .57 .58 .59 ... 2656 »

[数据结构常用算法graph

说明:输入多条边(村庄之间的道路)依附的顶点(村庄)及权值(路径长度),然后找到两个村庄之间的最短路径-Enter the number of edges (the road between the villages) attachment vertices (villages) and weights (path length), and then find the shortest path between two villages
<杨星> 在 2024-12-27 上传 | 大小:1kb | 下载:0

[数据结构常用算法calculator

说明:输入一个多项式,计算器通过运算输出结果(其中的实现过程为堆栈来实现)-Enter a polynomial calculator through the operation output (including the implementation process for the stack to achieve)
<杨星> 在 2024-12-27 上传 | 大小:1kb | 下载:0

[数据结构常用算法LinkTree

说明:链式存储二叉树,查找左右孩子节点、计算节点数,查找节点,输出节点等。功能齐全,实现简单,没有错误。-Chain store binary tree, find about child nodes, compute nodes, find the node, the output node and so on. Fully functional, simple, no errors.
<思臻> 在 2024-12-27 上传 | 大小:1kb | 下载:0

[数据结构常用算法index

说明:根据所输数字,生成索引表,并根据关键字在索引表中查找其所在位置。-Depending on the input numbers, generate the index table, and based on keywords in the index table to find its location.
<木沐> 在 2024-12-27 上传 | 大小:1kb | 下载:0

[数据结构常用算法LeastCommonAncestors

说明:求一棵二叉树的2个结点的最近公共祖先 输入:根据带空指针的先序遍历结果建立普通二叉树 数据元素类型:字符类型 空指针: # 输入格式: 第一行:依次为元素个数N 第二行:元素序列 第三行:字符x 字符y 输出格式:x与y的最近共同祖先的元素值,或者NULL。 注意:1、输入错误时,输出ERROR(大写)并结束程序。2、树节点保存的元素值为字符类型。3、任意多余输出视为错误。4、二叉树的结点关键字
<zrx> 在 2024-12-27 上传 | 大小:1kb | 下载:0

[数据结构常用算法lvyoubeibao

说明:旅游背包问题,采用近似算法BF、CF算法。题目:第i个物体大小为 Si, 箱子尺寸为c(maxSi<c). 现在有n个物体和m个箱子。请问,我们最少需要多少个箱子来储存这些物体? 要求: 输入 文件名 输出:最少箱子数量 文件名对应的文件内容是 第一行 物体数量n 箱子尺寸C 第二行 用空格分隔的i个物体的大小 其中的数字都是整数,物体和箱子均不能分隔-Travel knapsack problem,
<zrx> 在 2024-12-27 上传 | 大小:1kb | 下载:0

[数据结构常用算法EK

说明:图论---数据结构---算法,网络流中求最大流的经典算法,EK算法。-Graph Theory--- Data Structures--- algorithms, network flow for maximum flow of the classical algorithm, EK algorithms.
<Shao Xinqi> 在 2024-12-27 上传 | 大小:1kb | 下载:0

[数据结构常用算法avl

说明:AVL树(平衡树),根据程序运行时的提示,动态输入字符作为结点,在调整平衡时会有提示。-AVL tree (balanced tree), according to the program runtime prompts, dynamic input characters as a junction point, there will be prompted to adjust the balance.
<mike> 在 2024-12-27 上传 | 大小:1kb | 下载:0

[数据结构常用算法ap-sr

说明:基于非周期随机共振的实现,求最大相关系数有明显的效果-Implementation based on aperiodic stochastic resonance
<wlf> 在 2024-12-27 上传 | 大小:1kb | 下载:0

[数据结构常用算法List

说明:单链表定义、操作,实现增、删、改、查等功能,传递的参数用引用-Single list definitions, operation, to achieve add, delete, change, search and other functions, the parameters passed by reference
<任伟> 在 2024-12-27 上传 | 大小:1kb | 下载:0

[数据结构常用算法5

说明:二叉排序树采用二叉链表存储。写一个算法,删除结点值是X的结点。要求删除该结点后,此树仍然是一棵二叉排序树,并且高度没有增长(注:可不考虑被删除的结点是根的情况)。-Binary sort tree stores using the binary tree. Write an algorithm deleting node value of X node. Requested the deletion of the node, this
<若曦> 在 2024-12-27 上传 | 大小:1kb | 下载:0

[数据结构常用算法4

说明:设无向图G有n个点e条边,编写算法建立G的邻接表,并按照深度优先搜索输出顶点间。-Let undirected graph G with n vertices e edges, G to write algorithms to establish the adjacency table, and depth-first search in accordance with the output vertex requires time c
<若曦> 在 2024-12-27 上传 | 大小:1kb | 下载:0
« 1 2 ... .49 .50 .51 .52 .53 2554.55 .56 .57 .58 .59 ... 2656 »

源码中国 www.ymcn.org