资源列表

« 1 2 ... .32 .33 .34 .35 .36 2137.38 .39 .40 .41 .42 ... 2656 »

[数据结构常用算法heap

说明:实现栈的基本操作,建栈,进栈,出栈,数据结构实现-To achieve the basic operation of the stack, built stack into the stack, the stack data structure
<余强> 在 2024-09-27 上传 | 大小:1024 | 下载:0

[数据结构常用算法ThePCPPPStandardPLibrary

说明:C++ 标准程序库 C++标准库的教学应用手册-C++ the standard library C++ standard library Teaching Application Notes
<张三> 在 2024-09-27 上传 | 大小:3531776 | 下载:0

[数据结构常用算法suanfafenxi

说明:算法分析课程讲解,完整而且内容十分具有代表性,让学生真正可以学好算法-Algorithm analysis course explains the complete and very representative, so that students can really learn algorithm
<王博> 在 2024-09-27 上传 | 大小:2564096 | 下载:0

[数据结构常用算法the-structor-of-data

说明:介绍了c语言的数据结构,有助于理解c语言的构成-C language data structure helps to understand the composition of the c language
<andy> 在 2024-09-27 上传 | 大小:9259008 | 下载:0

[数据结构常用算法jicha

说明:给定n个正整数数列,进行如下操作:每次删去两个数 a和b,添加1个数 a*b+1,直到只剩1个数N。在所有的这样的N中,有1个最大Max的和最小的Min,M=Max-Min是极差。设计程序计算 M -Given n positive integers, proceed as follows: each time deleting two numbers a and b, add a number of a* b+1 until on
<yan> 在 2024-09-27 上传 | 大小:1024 | 下载:0

[数据结构常用算法strassen

说明:Strassen要求阶n是2的幂,但这样的情况很少。对任一偶数n,总有 n=m*2k, 将矩阵分为m*m个的2k阶矩阵。小矩阵用Strassen相乘,大矩阵用传统算法。设计出偶数阶矩阵相乘的算法。 -Strassen requires order n is a power of 2, but this situation is seldom. On either an even number n, out of a total of
<yan> 在 2024-09-27 上传 | 大小:2048 | 下载:0

[数据结构常用算法beibao

说明:给定一个容量为C的背包及n个重量为 wi,价值为pi的物品,要求把物品装入背 包,使背包的价值最大,此类问题为背 包问题。物品或者装入背包,或者不装 入背包,称之为0/1背包问题。 -A given a capacity for the the C of the backpack, and n a of by weight for the wi, the value of for the the the items
<yan> 在 2024-09-27 上传 | 大小:2048 | 下载:0

[数据结构常用算法astar

说明:A*算法 1、将开始节点放入开放列表(开始节点的F和G值都视为0) 2、重复以下步骤: 在开放列表中查找具有最小F值的节点,并把查找到的节点作为当前节点 把当前节点从开放列表删除, 加入到封闭列表. -A* algorithm 1, will begin to node placed in the and opening up list of (the began to node of the F and G va
<yan> 在 2024-09-27 上传 | 大小:1024 | 下载:0

[数据结构常用算法dstring

说明:动态规划——编辑距离问题 设A和B是2个字符串。要用最少的字符操作将字符串A转换为字符串B。-Dynamic Programming- edit distance problem Let A and B are two strings. Characters use the least action string A converted to a string B.
<yan> 在 2024-09-27 上传 | 大小:1024 | 下载:0

[数据结构常用算法BruteForceClosePoints

说明:蛮力法解决最近对问题, 随机生成5个点,然后求出距离最近的一对-The brute force method to solve the problem, randomly generated five points, then find the distance of a pair of
<程潇> 在 2024-09-27 上传 | 大小:4096 | 下载:0

[数据结构常用算法the-average-path-length

说明:问题描述:平均路径长度是网络中另一个重要的特征度量,他是网络中所有节点对之间的平均最短距离。这里节点间的距离指的是从一个节点要经历的边的最小数目,其中所有节点之间的最大距离称为网络的直径。平均路径长度和直径衡量的是网络的传输性能与效率。平均路径长度的公式为 ,其中dij表示点i和j之间的最短距离(若dij不存在时,dij就不能加入,且分母要相应减1) 要求:输入邻接矩阵表示的图,计算其平均路径长度-Descr ipt
<cagfaiss> 在 2024-09-27 上传 | 大小:13312 | 下载:0

[数据结构常用算法huffman

说明:对手工输入字符串 手工输入字符及权重两种方式 实现哈夫曼编码 附有详细的实验报告-Two ways to achieve Huffman coding manual input the string manually input character and the right to re-
<天旭张> 在 2024-09-27 上传 | 大小:126976 | 下载:0
« 1 2 ... .32 .33 .34 .35 .36 2137.38 .39 .40 .41 .42 ... 2656 »

源码中国 www.ymcn.org