资源列表
Ed-hoffmann-decoder-
- 设计一个哈弗曼编译码器,功能如下: (1) 初始化:从终端读入字符集大小n,n个字符和n个权值,建立哈夫曼树,存入文件hfmTree (2) 编码:利用已建立好的哈夫曼树,对文件中的正文进行编码,存入文件CodeFile (3) 译码:利用已建立好的哈夫曼树将代码进行译码;或对目标正文编码,存入文件TextFile (4) 印代码文件:50个每行,存入文件CodePrin (5) 打印哈弗曼树:t同时将字符形式的哈弗曼树存入文件TreePrint -Design a Ha
banker
- 银行家算法的实现,同时具备安全性检验,简单明了-Banker' s algorithm implementation, along with security testing, simple
stroki_algoritm_kmp
- The KMP(Knuth Morris Pratt) Algorithm
szfx
- 包含几个数值分析程序,这学期的上机实验报告,希望有助于大家研究数值分析。-Contains several numerical analysis program, this semester experiment on the computer report, hope that helps everyone to numerical analysis.
001
- 数据结构中链表是一个难点,链表的合并用指针实现,可以帮助理解最基本的链表结构-Linked list data structure is a difficult, combined with a list of pointers to help understand the most basic list structure
Algorithm-introduction
- 一本介绍算法的书籍,对现代计算机数据结构和算法做了全面而深入的讲解-The book describes a method for modern computer data structures and algorithms to do a comprehensive and in-depth explanation
structure
- 这是大二上数据结构实验,编写一个通讯录,实现查找删除修改等功能-This is the second year experiment on the data structure, write a book, to achieve such functions to find deleted
TrieTree
- TrieTree数据结构的一些个人简见解-TrieTree simple data structure of some personal insights
Some-knowledge-of-AC-automaton
- 里面有一些AC自动机的相关知识和个人见解。-Some knowledge of AC automaton
code_1414
- 运筹学排队论算法的实现(m/m/c模型)-Algorithm Implementation of Operational Research queuing theory
mm
- 自然语言中实现正向切分,然后输出切分结果-To achieve positive natural language segmentation and then output the results of Segmentation
C-common-design
- c语言中常用的基本算法 包括数据结构 如冒泡排序 链表操作 堆栈等操作-c language commonly used in the basic algorithm, including data structures, such as bubble sort linked list operations such as Operation Stack
