资源列表

« 1 2 ... .77 .78 .79 .80 .81 1382.83 .84 .85 .86 .87 ... 2656 »

[数据结构常用算法Unary-polynomial-operations

说明:一元多项式的运算,包括加减乘法的自主输入数据的源码-Unary polynomial operations
<my> 在 2024-10-12 上传 | 大小:1024 | 下载:0

[数据结构常用算法aaaaaaa

说明:数据结构课程设计,是大三时候我做的课程设计-Data Structure Course Design
<张琪> 在 2024-10-12 上传 | 大小:3268608 | 下载:0

[数据结构常用算法pakage

说明:01背包问题:给定n种物品和一个背包。物品i的重量是wi,其价值为vi,背包的容量为c.问应如何选择装入背包中的物品,使得装入背包中物品的总价值最大。-01 knapsack problem: Given n types of items and a backpack. Item i of the weight of wi, the value of vi, c. Q backpack with a capacity of how to
<苏小猫> 在 2024-10-12 上传 | 大小:2048 | 下载:0

[数据结构常用算法algorithms

说明:传说中超越了算法导论的书籍 算法方面的经典之作 值得一看 -classical introduction about algorithms
<杨贵林> 在 2024-10-12 上传 | 大小:3408896 | 下载:0

[数据结构常用算法8ma

说明:八数码难题,使用广度搜索,体现分支限界法的思想-Eight puzzle, use the search scope, reflecting the branch and bound ideas ×××××
<吴君> 在 2024-10-12 上传 | 大小:244736 | 下载:0

[数据结构常用算法P

说明:散列表的应用:插队买票,实现两个窗口。可从中改写。-Application of hash table: jump the queue ticket, to achieve two windows. From which to rewrite.
<周凯> 在 2024-10-12 上传 | 大小:3072 | 下载:0

[数据结构常用算法erchashu

说明:二叉树 前序,中序,后序遍历 二叉树显示-Pre-order binary tree, in order, after traversing Binary display
<mengchao> 在 2024-10-12 上传 | 大小:5120 | 下载:0

[数据结构常用算法link

说明:链表的底层实现, 链表的底层实现-application of link
<guoxiao> 在 2024-10-12 上传 | 大小:2204672 | 下载:0

[数据结构常用算法BinaryTree-Visit-all-methods

说明:最全的二叉树遍历算法,包含前序、中序、后序的递归与非递归算法,还有按层次遍历(从上往下,从下往上,从左往右,从右往左)算法-The most complete binary tree traversal algorithm, including pre-order, in order, postorder recursive and non recursive algorithm, as well as by level travers
<马军> 在 2024-10-12 上传 | 大小:2048 | 下载:0

[数据结构常用算法Diameter-of-BinaryTree

说明:计算二叉树的直径(二叉树中相距最远的两个节点之间的距离)的算法。-Calculate the diameter of binary tree (binary tree in the farthest away from the distance between two nodes) of the algorithm.
<马军> 在 2024-10-12 上传 | 大小:524288 | 下载:0

[数据结构常用算法binsearch

说明:本程序实现了折半查找算法,可运行,还包括难点注释-This procedure implements the binary search algorithm can run, but also difficult notes
<> 在 2024-10-12 上传 | 大小:1024 | 下载:0

[数据结构常用算法Dijkstra

说明:这个例程,会在多条相同最短路径中选出边数最少的路径.只是改变path域即可在遍历的时候访问到边数少的路径.核心的思想,就是建立一个数组,存放从出发点到当前顶点的最短路径边数.通过每次查看最短路径相同的情况, 即dv + cvw = dw.时,如果 Count[v] + 1 < Count[w]时,就执行 Count[w] = Count[v] + 1, 同时 w -> path = c.-This routine will
<php0> 在 2024-10-12 上传 | 大小:1024 | 下载:0
« 1 2 ... .77 .78 .79 .80 .81 1382.83 .84 .85 .86 .87 ... 2656 »

源码中国 www.ymcn.org