资源列表
[数据结构常用算法] Merge_Quick
说明:排序算法,关于merge和quicksort的算法实现,适合其他初学算法的人下载-Sorting algorithm, quicksort algorithms on the merge and the realization of the algorithm is suitable for downloading to other beginners<wangsa> 在 2025-06-09 上传 | 大小:1kb | 下载:0
[数据结构常用算法] huffmancode
说明:有关huffman编码的具体实现的源代码,算法参考严蔚敏版算法课本的huffmancode伪代码,供初学者参考-Concrete realization of the huffman encoding the source code, algorithm reference Yan Wei-min version of the textbooks huffmancode algorithm pseudo-code for beginners reference<wangsa> 在 2025-06-09 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 1404_IKeyBoard
说明:题目是PKU 1404 I KEY BOARD。这是用C++实现的代码-It a the C++ solution of problem-1404 in PKU ACM on-line judge<jess> 在 2025-06-09 上传 | 大小:1kb | 下载:0
[数据结构常用算法] datastructandalogrithems
说明:国外优秀的算法数据结构丛书,有六本;是英文原版的,要有相当的基础才看得懂哦。献给有需要的人。-Excellent algorithm for data structure of foreign books, there are six it is the English original, and must be able to understand the basis of a considerable oh. Dedicated to people in need.<徐德亮> 在 2025-06-09 上传 | 大小:27.66mb | 下载:0
[数据结构常用算法] mybestfeifengoverle
说明:遗传算法求极值 体会遗传算法思想,能够设计并编写遗传算法的相关操作函数,并能够应用遗传算法求解具体问题。-Genetic algorithm genetic algorithms seek extremal understand ideas of genetic algorithms to design and prepare the relevant operational function, and be able to apply genetic algorithm to solve sp<playboy> 在 2025-06-09 上传 | 大小:31kb | 下载:0
[数据结构常用算法] VectorGraphOfTrans.tar
说明:对矢量图形的简单操作,如:平移、旋转、依直线镜像、依点镜像以及放大或缩小 。-The geometric transformation of vector graphics<playboy> 在 2025-06-09 上传 | 大小:20kb | 下载:0
[数据结构常用算法] collectioncaculator
说明:运用顺序表的基本运算。(插入、删除) 1)集合的数据类型为一个结构体,其中包括一个数组用来存放集合元素,一个整型数据来统计集合元素的个数。生成两个集合A和B。 2)将集合中的元素按照从小到大排序。具体方法为:从第二个元素起(i),依次扫描每个元素前面的所有元素(j),若i<j,则将j插在i的前面,结束对i的排序,照这个方法,再依次对i后的元素进行排序。 3)求两集合的并:生成一个新集合C,将集合A的元素复制过来,对集合B的元素依次进行扫描,若没有该元素,则插入,若已存在,则扫描<weiwei> 在 2025-06-09 上传 | 大小:1kb | 下载:0