资源列表

« 1 2 ... .17 .18 .19 .20 .21 1422.23 .24 .25 .26 .27 ... 2656 »

[数据结构常用算法prim

说明:prim算法是从连通网中的某一个顶点开始,以此作为生成树的初始状态,然后不断的将网中的其他顶点添加到生成树上,直到最后一个顶点添加到生成数上时得到最小生成树.-prim algorithm is network connectivity from a vertex to start, as a spanning tree of the initial state, and then continuing to network other
<陈冰晶> 在 2024-10-11 上传 | 大小:8192 | 下载:0

[数据结构常用算法Bitree

说明:由二叉树的后序遍历与中序遍历结果来确定一棵二叉树。-By the binary tree traversal with the latter in order to determine the outcome of a traversal tree.
<刘慧> 在 2024-10-11 上传 | 大小:8192 | 下载:0

[数据结构常用算法Pra

说明:练习堆排序算法,将存放于数组中的一系列数通过堆将其排好序。-Practice HEAPSORT algorithm, will be stored in the array through a series of several of its lined reactor sequence.
<刘慧> 在 2024-10-11 上传 | 大小:8192 | 下载:0

[数据结构常用算法guiyihua

说明:用VC++编写的数据归一化和反归一化处理-With VC++ Prepared data normalization and anti-normalization
<温浩敏> 在 2024-10-11 上传 | 大小:8192 | 下载:0

[数据结构常用算法carton_Maze

说明:动画迷宫,采用c语言实现,有自动和手动两种演示方式,有利于学习递归算法和图形编程-Animation maze using c language, there are two types of automatic and manual demonstration mode conducive to learning recursive algorithm and graphical programming
<Issac> 在 2024-10-11 上传 | 大小:8192 | 下载:0

[数据结构常用算法datastruct

说明:一些很好用的数据结构,c++描述的! 全部用模板写写成-Some good data structure used, c++ Described! All use the template to write written
<蒋小明> 在 2024-10-11 上传 | 大小:8192 | 下载:0

[数据结构常用算法transportationsystem

说明:交通系统。实现在各个城市之间的交通路线,交通工具,以及出行价格的查询,修改,删除-Transport system. Realize in all the traffic routes between cities, transport, and travel prices query, modify, delete
<linsirui> 在 2024-10-11 上传 | 大小:8192 | 下载:0

[数据结构常用算法CalcBigMulti

说明:计算大数乘法的算法示例,windows控制台程序-Algorithm for calculating the multiplication of large numbers examples, windows console program
<和恶毒发> 在 2024-10-11 上传 | 大小:8192 | 下载:0

[数据结构常用算法MinDis

说明:n个顶点构成的完全图,求从某点出发并回到该点的最短路径,给出最短路径依次经过的顶点以及最短路径的长度。-consisting of n vertex complete graph, and a point of departure from and return to the point of the shortest path is given followed by the shortest path through the ver
<于静> 在 2024-10-11 上传 | 大小:8192 | 下载:0

[数据结构常用算法c++

说明:程序设计当中经常会出现使用同种数据结构的不同实例的情况。例如:在一个程序中 可以使用多个队列、树、图等结构来组织数据。同种结构的不同实例,也许只在数据元素 的类型或数量上略有差异,如果对每个实例都重新定义,则非常麻烦且容易出错。那么能 否对同种类型数据结构仅定义一次呢?答案是肯定的,C++提供的类模板(Class Template )就可以实现该功能。 -Program design which often use
<axax123> 在 2024-10-11 上传 | 大小:8192 | 下载:0

[数据结构常用算法Job_Arrary

说明:有限期作业安排问题”描述如下:有n个任务J1,J2,...,Jn,每个任务Ji都有一个完成期限di,若任务Ji在它的期限di内完成,则可以获利Ci(1[i[n) 问如何安排使得总的收益最大(假设完成每一个任务所需时间均为一个单位时间).这个问题适合用贪心算法来解决,贪心算法的出发点是每一次都选择利润大的任务来完成以期得到最多的收益 但是对于本问题由于每一个任务都有一个完成的期限,因此在任务安排过程中除了考虑利润Ci外,还要考虑期限di.
<yunchen> 在 2024-10-11 上传 | 大小:8192 | 下载:0

[数据结构常用算法Crawl

说明:搜索引擎部分代码,用语爬虫搜索的C++源代码-Part of the search engine code, the english language reptiles C++ Source code
<YWQ> 在 2024-10-11 上传 | 大小:8192 | 下载:0
« 1 2 ... .17 .18 .19 .20 .21 1422.23 .24 .25 .26 .27 ... 2656 »

源码中国 www.ymcn.org