资源列表
packing-master (1)
- 三维装箱多层启发式搜索算法,背包算法,遗传算法(3D bin packing multi layer heuristic search algorithm)
数据结构(C++版)习题解析 第三版 邓俊辉
- 清华大学数据结构课程的教科书配套的习题解析(实际上是原课本知识的延伸),用C++语言实现,讲解十分详细,插图形象易懂(problem solution of the datas tructure& algorithm text book in tsinghua university)
数据结构(C++版)邓俊辉 第三版
- 清华大学出版社的数据结构教材,语言使用C++实现,内容深度足,插图讲解十分详细(data structure & algorithm text book with c++ programing language)
课程设计
- 说明: 该系统应具有以下功能: (1) I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree中。 (2) E:编码(Encoding)。利用已建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。 (3) D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件TextFile中。 (
北邮
- 哈夫曼编码,图书管理系统,c语言编码的,还有好几种管理系统(Huffman coding, library management system, c language coding, and several management systems)
数据结构试验报告
- 整个学期所有数据结构的实验报告,非常齐全,可直接使用。(The experimental reports of all data structures throughout the semester are very complete and can be used directly.)
《数据结构:C语言版》(严蔚敏)
- 数据结构、严蔚敏、李冬梅、吴伟民、PDF、C语言版(Data structure, Yan Weimin, PDF)
哈夫曼算法.cpp
- 数据结构课程哈夫曼算法的c语言实现。二叉树应用。vs2013(Data structure course - Huffman Code - Binary Tree - C language solution - vs2013)
表达式求值.cpp
- 数据结构课程表达式求值:对用户输入的四则运输表达式求值 - 顺序栈 - vs2013。(Data structure course - Evaluate the four transportation expression given by the user - Sequential stack - VS2013)
归并排序Java
- 实现归并排序的一个类,主要分为两个方法,一个是递归的sort函数,一个是合并的merge(A class to implement merge sort is mainly divided into two methods, one is recursive sort function, the other is merge)
我的第一本算法书
- 算法学习,算法入门,这本书的着重点是用图解的方式介绍常用的算法,展示算法的过程,图文结合,通俗易懂。(Algorithm learning, algorithm introduction, the focus of this book is to use graphical methods to introduce commonly used algorithms, show the process of the algorithm, graphic combination, easy to u
Dlist
- 实现双链表的基本功能。包含增删改查以及运算符重载。(Realize the basic function of double linked list)