资源列表
[数据结构常用算法] 201203121944
说明:这是关于计算机数据结构方面的线性表的基本操作-This is about the computer data structure of the basic operation of the linear form<wenmin> 在 上传 | 大小:2kb | 下载:0
[数据结构常用算法] C_CPP-Algorithm-of-case
说明:c++语言各种经典算法案例,对很多初学者很有用-Algorithm of case<陈建军> 在 上传 | 大小:190kb | 下载:0
[数据结构常用算法] Campus-navigation
说明:校园导航 设计学校的平面图,至少包括10个以上的场所,每两个场所间可以有不同的路,且路长也可能不同,找出从某个场所到达另一场所的最佳路径(最短路径)。 -Campus navigation Design your school plan, including at least more than 10 places, one of the two places can have different between the way, and road long can also be<李志文> 在 上传 | 大小:25kb | 下载:0
[数据结构常用算法] shoppingSystem
说明:利用c语言和少量C++语言编写的商品信息管理系统,适合初学者学习。-C and C++<wjl> 在 上传 | 大小:411kb | 下载:0
[数据结构常用算法] Prim_Demo
说明:用vc实现的图中最小生成树的动态演示,点击菜单时就会自动演示,实现寻找最小生成树的时候思路清晰而简洁,是一份不可多得的资料。-Vc achieve the minimum spanning tree diagram dynamic presentation, click the menu will automatically presentations, find the minimum spanning tree when a clear and concise ideas, is a rar<xkyzmr> 在 上传 | 大小:2.3mb | 下载:0
[数据结构常用算法] cPP
说明:当我学习数据结构时,将其所用到的部分算法,用C++语言实现了,这是其代码。-Learning when the data structure used in part of the code.<liaoruihuan> 在 上传 | 大小:17.53mb | 下载:0
[数据结构常用算法] chengxu
说明:从一文本中读取单词,统计其出现的频率,并按频率大小输出到另一文本中。这里的单词是分二种,一种是ASCII码大于0x20小于0X80字符,第 二种是小于0x20以及大于0x80的字符。这里我用的是哈希表,这样能很快查找读取的单词是否已经存在。排序我用的是二个循环,按理来说可以改进-It is very good program!<wangjianming> 在 上传 | 大小:2kb | 下载:0