搜索资源列表
JeromelOOs
- 准备一个文件,统计该文件中各种字符的频率,对各字符进行Huffman编码,将该文件翻译成Huffman编码文件,再将Huffman编码文件翻译成源文件。-prepared a document, statistics that document the frequency of various characters, on the characters Huffman coding, the document translated into Huffman coding documents, H
translation
- 全国交通算法,求最短路径,最省时间,最少工作量. VC开发的,很有借鉴意义
模拟分页式存储管理
- 模拟分页式存储管理中硬件的地址转换和用先进先出调度算法(FIFO)处理缺页中断-simulation tabbed storage management hardware address translation, and the use of FIFO scheduling algorithm (FIFO) interrupt handling missing pages
monsterlanguate
- 魔王语言翻译,使用C语言编写,适用初学数据结构的朋友-Devil language translation, the use of C language, the application of data structure beginner friends
sy1
- 使用如下所谓的简单变量“数据平移”方法来求出Fibonacci数列的第n项(的具体项值)并显示在屏幕上(正整数n通过键盘输入):说明变量old1=1,old2=1,newItem;新的Fibonacci项newItem总是“距它最近”的前两项(old1与old2)的累加和。而后通过“old1=old2 old2=newItem ”进行所谓的“数据平移”。接着计算另一个新的Fibonacci项newItem,依次循环,直到求出数列的第n项时为止。-Use the following so-call
mowangyuyan
- 魔王语言翻译,严蔚敏数据结构实习报告中需要用到的代码-Devil language translation, YAN Wei-Min internship report data structure of the code needed
mowang
- 用C++语言写的简单魔王语言源码,是关于数据结构作业中的魔王翻译语言的一组简单代码-Using C++ language source code of a simple language devil is operating on the data structure of the devil in the translation of a group of simple language code
1234
- 页式虚拟存储管理中地址转换与缺页中断 分页存储管理将一个进程的逻辑地址空间分成若干大小相等的片,称为页面或页。-Virtual Storage Management page in the address translation page fault paging and storage management will be a process of logical address space divided into equal size chip, known as the page o
horse
- 实现马周游的改良算法,通过平移,设优先级等方法使在每一个出发点的运行时间降到最低-Ma traveled to achieve improved algorithm, through translation, priority-based method, such as a starting point in each of the running time to a minimum
hfmbyq
- 哈夫曼编/译器。有点问题,得不到正确的结果,望修改-Huffman Encoder/translation device . A little problem, not the correct results, look changes
mowangyuyan
- 实现简单的魔王语言的翻译 既规定翻译规则若输入待翻译句子则可得到翻译结果-To achieve a simple devil language translation provided for the translation rules, if the input sentence can be translated to be translated results
HuffmanCode
- 本程序是数据结构中常见的哈弗曼编码的实现,通过统计文本文件中的字符出现次数,在另一个文本文件中输出统计次数及对应编码,在两一个文本文件中可以给出英语短文对应的翻译编码。-This procedure is common Havermann data structure encoded to achieve, through the statistics text file in the number of characters that appear in another text file i
c
- 配套书籍的源代码,将数据结构清华那版书上的伪代码翻译-Complete book' s source code, the data structure that version of the book Tsinghua pseudo-code translation
mowang
- 数据结构实验参考,魔王语言,用户输入魔王语言,中文输出翻译结果。-Experimental reference data structure, devil language, user input devil language, Chinese output translation.
LangueofDiablo
- 数据结构实验,魔王语言,可自定义翻译规则,具有可视化界面-Experimental data structure, devil language translation rules can be customized with a visual interface
HaffmanCode
- 哈弗曼编码 暑期课程设计作业,c++开发,输入字母串后,对个字母编码以及译文显示,动态演示哈弗曼树的生成-Ha Fuman summer curriculum work coding, c++ development, the input letter string, the translation of the letter codes and show that the generation of dynamic display Hafu Man Tree
LRUsuanfamoni
- 1.通过本实验的模拟算法理解和加深页式存储管理的地址变换过程。 2.通过模拟LRU算法加强理解和掌握OS中实现虚拟存储器的关键技术。 -1. Through this experiment, the simulation algorithm and deepen understanding of storage management page address translation process. 2. LRU algorithm through simulation to enha
Text1
- 使用数据结构中的链栈和队列的知识实现魔王语言的翻译-Using the data structure of knowledge chain stack and queue sovereign language translation realization
shujujiegou
- 该书是国外翻译的书,有关数据结构,我看了之后还觉得不错,所以推荐给大家-This book is the translation of foreign books, the data structure, I still feel good after reading, it is recommended to everyone
huffman
- 实现了哈夫曼的编码,建立了哈夫曼表,并根据节点查询译码。-Carried out to admire the encode of man Man, created to admire huffMan table, and search translation according to the nodal point.
