资源列表

« 1 2 ... .74 .75 .76 .77 .78 1979.80 .81 .82 .83 .84 ... 2656 »

[数据结构常用算法11

说明:算法分析与设计中计算两个数的最大公约数的原代码-Algorithm Analysis and Design of the two numbers to calculate the greatest common divisor of the original code
<11> 在 2024-09-30 上传 | 大小:240640 | 下载:0

[数据结构常用算法bagProblem

说明:背包问题的不错的编码,应用分类函数进行处理-this is a bag package problem code , which is a seperate function of it
<promise0117> 在 2024-09-30 上传 | 大小:240640 | 下载:0

[数据结构常用算法eight-queens

说明:八皇后问题,是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法解出92种结果。计算机发明后,有多种方法可以解决此问题。 可以通过更改程序中define 的n 的值将其
<kyle> 在 2024-09-30 上传 | 大小:240640 | 下载:0

[数据结构常用算法Heap_Sort

说明:堆排序的算法模拟。使用C++模拟实现堆排序算法。使用大顶堆,在数组中操作-Simulation of heap sort algorithm. Achieved using the C++ simulation of heap sort algorithm. The top of the heap using large, operate in the array
<lly> 在 2024-09-30 上传 | 大小:240640 | 下载:0

[数据结构常用算法1003first

说明:大数相乘算法,一种在大数很大时的有效算法,减少乘法次数,增加加法的算法-Large Number Multiplication algorithm, a large number is large in the efficient algorithm to reduce the number of multiplication, addition of the algorithm increases
<ming> 在 2024-09-30 上传 | 大小:240640 | 下载:0

[数据结构常用算法erchashu

说明:二叉树操作以及其中设计的某些主要的算法之类的,设计面较广,有较大的实用性-Operation and design of binary tree in which some of the main algorithms and the like, the design surface of a wider, have more practical
<张鹏翔> 在 2024-09-30 上传 | 大小:240640 | 下载:0

[数据结构常用算法yinhangjia

说明:银行家算法的实现 实现银行家算法分配资源-Bankers algorithm to allocate resources to achieve realization of banker' s algorithm
<xiao> 在 2024-09-30 上传 | 大小:240640 | 下载:0

[数据结构常用算法LONGGEKUTA

说明:龙格库塔算法实现,非常实用的算法,用C++实现,希望大家喜欢!-longgerkuta
<周亮> 在 2024-09-30 上传 | 大小:240640 | 下载:0

[数据结构常用算法duilie_bank_

说明:队列实现银行排队小系统,是学习数据结构的很好的例子,代码清晰,说明完整,可以直接运行。希望大家好运~-Banking system to achieve small queue queue, the data structure is a good learning example, the code clear, complete instructions, can be directly run. Hope you good luc
<yinjie> 在 2024-09-30 上传 | 大小:240640 | 下载:0

[数据结构常用算法PriorityQueue

说明:优先队列课程设计源码,原创,自己的课程设计分享了,是数据结构要用到的。-Priority queue curriculum design source, originality, share their own curriculum design, is a data structure to use.
<吴振禹> 在 2024-09-30 上传 | 大小:240640 | 下载:0

[数据结构常用算法1

说明:数据结构 以邻接矩阵为表示结构输入和创建一个图,对该图进行深度优先和广度优先遍历-DS homework
<Wellfly May> 在 2024-09-30 上传 | 大小:240640 | 下载:0

[数据结构常用算法Spatial-data-structure

说明:图像分割是一种重要的图像分析技术。在对图像的研究和应用中,人们往往仅对图像中的某些部分感兴趣。这些部分常称为目标或前景(其他部分称为背景)。它们一般对应图像中特定的、具有独特性质的区域。为了辨识和分析图像中的目标,需要将它们从图像中分离提取出来,在此基础上才有可能进一步对目标进行测量,对图像进行利用。图像分割就是把图像分成各具特性的区域并提取出感兴趣目标的技术和过程。本文介绍了图像分割中的边缘检测算法。-Image segmentati
<dd> 在 2024-09-30 上传 | 大小:240640 | 下载:0
« 1 2 ... .74 .75 .76 .77 .78 1979.80 .81 .82 .83 .84 ... 2656 »

源码中国 www.ymcn.org