资源列表

« 1 2 ... .60 .61 .62 .63 .64 1865.66 .67 .68 .69 .70 ... 2656 »

[数据结构常用算法graph

说明:图的操作,一个关于数据结构的图的操作,是学习c语言的源码-tu de chaozuo,yige guanyu shujujiegou de guangyuutu de chaozuo
<yeshaohua> 在 2025-06-24 上传 | 大小:2kb | 下载:0

[数据结构常用算法huolangdang

说明:学数据结构时 用C++解决的一个货郎担问题-using C++ to solve the problem of 货郎担
<ddc> 在 2025-06-24 上传 | 大小:926kb | 下载:0

[数据结构常用算法Dijkstra

说明:数据结构中的迪杰斯特拉算法,能求出从起点到其他各个点的最短距离-Dijkstra algorithm, the data structure to calculate the shortest distance from point of origin to other points
<tom> 在 2025-06-24 上传 | 大小:208kb | 下载:0

[数据结构常用算法Floyd

说明:数据结构中的最短路径问题,弗洛依德算法,能求出各个点到其他各个点的最短路径-The shortest path problem in the data structure of the Floyd algorithm can solve for each point to point shortest path
<tom> 在 2025-06-24 上传 | 大小:205kb | 下载:0

[数据结构常用算法wanghaosuanfa

说明:王浩算法的C实现,对输入的逻辑式,可以输出王浩算法的推理过程和所用的定理号。-Wang Hao algorithm C implementation, the input logical form, can output Wang Hao algorithm for the inference process and the used by the theorem.
<zhangsong> 在 2025-06-24 上传 | 大小:348kb | 下载:0

[数据结构常用算法Maze--spurt--

说明:电脑鼠校级竞赛参赛程序,能稳定的搜索迷宫,并进行最后冲刺,遍历搜寻以寻找最优路径-IEEE micro mouse the competition the procedure, can stable search maze, and final sprint, traverse search to find the most optimal path
<何成洋> 在 2025-06-24 上传 | 大小:97kb | 下载:0

[数据结构常用算法1

说明:链表相关操作 输入 排序 输出 插入数据删除 -List of related operations
<鬼厉> 在 2025-06-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法Bintree

说明:二叉树,数据结构,实现查找任意两个结点的共同祖先-Binary Tree,Data Structure to achieve Find the common ancestor of any two nodes
<lu> 在 2025-06-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法DataHiding

说明:基于TBPC的最佳数据隐藏算法,利用数据结构中N叉树实现-An optimal data hiding scheme based on TBPC , Achieve that with N-Nary Tree of data structure
<lu> 在 2025-06-24 上传 | 大小:477kb | 下载:0

[数据结构常用算法ArbolABB

说明:All empty tree is a binary search tree. A binary tree is not empty, the root R is a binary search tree if: • In case of left subtree, the root R must be greater than the maximum value stored in the left subtree, and that the left subtr
<ivan> 在 2025-06-24 上传 | 大小:21kb | 下载:0

[数据结构常用算法edit

说明: 问题描述: 设A和B是2个字符串。要用最少的字符操作将字符串A转换为字符串B。这里所说的字符操作包括 (1)删除一个字符; (2)插入一个字符; (3)将一个字符改为另一个字符。 将字符串A变换为字符串B所用的最少字符操作数称为字符串A到B的编辑距离,记为d(A,B)。试设计一个有效算法,对任给的2个字符串A和B,计算出它们的编辑距离d(A,B)。 -this is a project
<ziv> 在 2025-06-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法wenbenbianjiqi

说明:这是利用C语言编辑的一个关于文本输入的小程序,对于应付课程作业很有帮助。-this is just a small project which is very helpful to homework.
<Jie Lam> 在 2025-06-24 上传 | 大小:135kb | 下载:0
« 1 2 ... .60 .61 .62 .63 .64 1865.66 .67 .68 .69 .70 ... 2656 »

源码中国 www.ymcn.org