资源列表

« 1 2 ... .93 .94 .95 .96 .97 1398.99 .00 .01 .02 .03 ... 2656 »

[数据结构常用算法dij

说明:这是一个将Dijkstra算法的时间复杂度从O(n*n) 优化为O(nlogn)的方法-This method can reduce time complexity from O(n*n) to O(nlogn) for Dijkstra s algorithm.
<秦天> 在 2024-11-15 上传 | 大小:17kb | 下载:0

[数据结构常用算法mst

说明:MST算法就是最小生成树算法! 在ACM中这个应该是比较简单的一个算法! 大家好好学习吧! -MST algorithm is the minimum spanning tree algorithm! In ACM in this should be a relatively simple algorithm! We can learn from it!
<邱雄> 在 2024-11-15 上传 | 大小:17kb | 下载:0

[数据结构常用算法p3G19

说明:数据结构(C)实现寻找最短路径的算法,配合文档说明-An algorithm for finding the shortest path in a graph
<巫刚> 在 2024-11-15 上传 | 大小:17kb | 下载:0

[数据结构常用算法071806210

说明:(1)、了解无向图和有向图的概念 (2)、掌握无向连通图或有向连通图的最小生成树的构造算法既Prim算法 (3)、了解有向图跟无向图的最短路径的解法 (4)、掌握图与网的基本概念和基本存储方法 -make your 111111111111
<陈胜> 在 2024-11-15 上传 | 大小:17kb | 下载:0

[数据结构常用算法AOE

说明:自己写的数据结构的AOE网络的算法,大二的时候写的,写的不好请不要见怪-Write their own data structure of the AOE network algorithm, written in his sophomore year when, well written please forgive
<叶晗> 在 2024-11-15 上传 | 大小:17kb | 下载:0

[数据结构常用算法0431412032

说明:数据结构源代码系统 [1]-线性表子系统 [2]-停车场管理系统 [3]-二叉树子系统 [4]-图子系统 [5]-查找子系统 [6]-排序子系统 [7]-退出系统-Data structure source code system [1]- Linear table subsystem [2]- the car park management system [3]- Binary Tree subsystem [4]- map subs
<蓝色忧郁> 在 2024-11-15 上传 | 大小:17kb | 下载:0

[数据结构常用算法graph

说明:这是数据结构中图的全部实现代码,对学习数据结构的同学很有帮助-this is a code of data structure
<wangming> 在 2024-11-15 上传 | 大小:17kb | 下载:0

[数据结构常用算法TIN_OutPackage

说明:采用VB6.0实现TIN的另一种构建算法:凸闭包构建TIN算法-TIN using VB6.0 to achieve another building algorithms: convex closure algorithm for building a TIN
<sihaikuangke> 在 2024-11-15 上传 | 大小:17kb | 下载:0

[数据结构常用算法ssd7exercise1

说明:描述:这个实验中需要实现的是拍卖系统的3个核心的类(Class Date, class Advertisement, and class Client) 目的: 1,使用C++的数据类型; 2,实现所有声明的函数; 3,使用预处理器实现包含。-Descr iption:This assessment requires the creation of three of the core classes of the auc
<邹斌> 在 2024-11-15 上传 | 大小:17kb | 下载:0

[数据结构常用算法passenger

说明:数据结构大作业 用双向链表 和五种数据结构实现 飞机场旅客信息查询检索订票等-Great job with the two-way data structure linked list, and five kinds of data structures to achieve an airport passenger information query and search booking, etc.
<chn> 在 2024-11-15 上传 | 大小:17kb | 下载:0

[数据结构常用算法hafumanbianma

说明:(1) 初始化。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree.txt中。 (2) 编码。利用已建好的哈夫曼树,对文件ToBeTra.txt中的正文进行编码,然后将结果存入文件CodeFil.txt中。 (3) 译码。利用已建好的哈夫曼树将文件CodeFile.txt中的代码进行译码,结果存入文件Textfile.txt中。 -Huffman encoder/decoder
<liukaibo> 在 2024-11-15 上传 | 大小:17kb | 下载:0

[数据结构常用算法auts_sjjg

说明:安徽工程科技学院 2009年计算机07级数据结构课程设计题目及要求-Anhui Institute of Engineering and Technology in 2009 a computer 07 data structure and requirements of the subject curriculum design
<莫影痕> 在 2024-11-15 上传 | 大小:17kb | 下载:0
« 1 2 ... .93 .94 .95 .96 .97 1398.99 .00 .01 .02 .03 ... 2656 »

源码中国 www.ymcn.org