资源列表
post__
- 经典算法实现题--邮局选址问题,包括题目PDF和程序代码实现,与大家分享。-classical algorithm that -- post office location, including the subject PDF and procedures to achieve code share with you.
wj
- 简单算术编码的实现 包括编码和解码 完整工程 -The implementation of simple arithmetic coding Complete engineering
basic-datastructure
- 一本非常好的基础数据结构,简单易懂,条理清晰-a very good basic data structure
Jstudent1130
- 学生成绩管理,可实现简单的输入输出,以及学号排序-Student achievement management
shujujiegouc++
- 数据结构c++语言描述的源代码,包含常用数据结构的实现,及各种算法的实现-data structure c + + language descr iption of the source code, including common data structure to achieve, and the realization of various algorithms
duilie
- 队列的一般数据结构 队列的创建 删除 修改 取数据-The general data structure queue queue to take the data and so create delete modify
Bellmanford
- Bellmanford最短路径设计实现,可作为算法学习的参考代码,VC下运行-bellmanford algorithm implementation can run in VC
GradeCompare
- 读取文本中的学生成绩信息,实用堆排序输出成绩前三名的学生信息-Read the text of student achievement information, practical heap sort output scores of the top three student information
bestRoute
- 最短路径问题的floyed实现,有需要的看看,可以借鉴借鉴-Shortest path problem floyed realize there is a need to look at
qugehang
- 视频去隔行,基于MELA算法。使用c语言编写,操作目标采用lena.raw-Video de-interlacing algorithm based on the MELA
ss03_exp09
- 利用快速排序算法,不完全排序,快速求出大量数据中第K大的数-Using the quick sort algorithm, incomplete sort, fast and large amounts of data in section K large number
shujujiegou
- 编制一个将待格式化的文本按照一定的版面要求重新排版并输出到文件的程序 [基本要求] (1)文本文件非空且以文本文件形式存放(为空没有格式化意义)。输入输出文件名均由用户从键盘输入。 (2)字的定义:由非(‘@’,‘ ’(空格))的任意ASCII码字符组成。 (3)文本文件的定义:由字母字符,数字字符,空格和可以用ASCII代码显示的字符组成。‘@’只表示换行的意义。‘ ’(空格)只表示一个字的结束的意义。 (4)任何完整的字都没有被分割在两行:,行尾不齐没关系,但要实现左对齐