Welcome![Sign In][Sign Up]
Location:
Search - mowangyuyan

Search list

[WEB Codemowangyuyan

Description: 魔王语言实习报告,题目:魔王语言解释一、需求分析二、概要设计三.详细设计(程序详细代码)四.调试结果-fiendish language laboratory, the report, entitled : a fiendish language interpretation, demand analysis, Design Summary 3. Detailed design (detailed procedure code) 4. Commissioning Results
Platform: | Size: 20054 | Author: 天天 | Hits:

[assembly languagemowangyuyan

Description: 本文主要讲了C语言编写魔王语言解释系统,把魔王抽象的语言通过进队出队按照规则α 转换为 β1β2…βm 和θδ1δ2…δn 转换为 θδnθδn-1… θδ1θ 进行解释,最后解释译成我们能够看懂得语言。同时也讲述了在编写调试程序中一些需注意的问题,如调试程序的步骤。通过队的应用(出队入队)以及其他相关知识完成了这次课程设计。
Platform: | Size: 988 | Author: 端木深 | Hits:

[WEB Codemowangyuyan

Description: 数据结构课程设计--魔王语言的解析 ### ### ### ### ### #### 问题描述: 魔王总是使用自己的一种非常精练而抽象的语言讲话,没人能听懂,但他 的语言是可逐步解释成人能听懂的语言,因为他的语言是由以下两种形式 的规则由人的语言逐步抽象上去的: ----------------------------------------------------------- 1)a---> (B1)(B2)....(Bm) 2)[(op1)(p2)...(pn)]---->[o(pn)][o(p(n-1))].....[o(p1)o] ----------------------------------------------------------- 在这两种形式中,从左到右均表示解释.试写一个魔王语言的解释系统,把 他的话解释成人能听得懂的话.
Platform: | Size: 2633 | Author: hongbingjun | Hits:

[CSharpmowangyuyan

Description: 可以把魔王语言,转化为正常的字符,是栈的应用
Platform: | Size: 687 | Author: cindycherry19 | Hits:

[Other resourcemowangyuyan

Description: 数据结构与算法 魔王语言的解释 内含DOC文件
Platform: | Size: 7043 | Author: 夏涛 | Hits:

[assembly languagemowangyuyan

Description: 1.主要是对栈和队列的运用。 2.首先实现栈和队列的基本操作。 3.将魔王语言自右至左进栈,总是处理栈顶字符。若是开括号,则注意出栈,将字母顺序如对,直至闭括号出栈,并按照规则要求注意出对在处理后入栈。 4.规则(2)的实现主要运用队和栈的特性。
Platform: | Size: 1829 | Author: 王莹 | Hits:

[Compress-Decompress algrithmsmowangyuyan

Description: 有一个魔王总是使用自己的一种非常简练而抽象的语言讲话
Platform: | Size: 104672 | Author: 胡旭灿 | Hits:

[Other resourcemowangyuyan

Description: 数据结构作业题,堆栈和队的使用(大写字母表示魔王语言的词汇;小写字母表示人的词汇语言;魔王语言中包含括号)
Platform: | Size: 11087 | Author: xuan | Hits:

[Documentsmowangyuyan

Description:
Platform: | Size: 19456 | Author: 天天 | Hits:

[assembly languagemowangyuyan

Description: 本文主要讲了C语言编写魔王语言解释系统,把魔王抽象的语言通过进队出队按照规则α 转换为 β1β2…βm 和θδ1δ2…δn 转换为 θδnθδn-1… θδ1θ 进行解释,最后解释译成我们能够看懂得语言。同时也讲述了在编写调试程序中一些需注意的问题,如调试程序的步骤。通过队的应用(出队入队)以及其他相关知识完成了这次课程设计。-This paper stresses the C language devil language interpretation systems, the devil of abstract language into the team through the Team in accordance with the rules is converted to α β1β2 ... βm and θδ1δ2 ... δn convert θδnθδn-1 ... θδ1θ explanation, and finally explained to us to look to understand the language. Also described in the preparation of commissioning procedures should pay attention to some issues, such as the debugger steps. Through the application of force (a team into the team), and other relevant knowledge to complete the curriculum design.
Platform: | Size: 1024 | Author: 端木深 | Hits:

[Data structsmowangyuyan

Description: 数据结构课程设计--魔王语言的解析 ### ### ### ### ### #### 问题描述: 魔王总是使用自己的一种非常精练而抽象的语言讲话,没人能听懂,但他 的语言是可逐步解释成人能听懂的语言,因为他的语言是由以下两种形式 的规则由人的语言逐步抽象上去的: ----------------------------------------------------------- 1)a---> (B1)(B2)....(Bm) 2)[(op1)(p2)...(pn)]---->[o(pn)][o(p(n-1))].....[o(p1)o] ----------------------------------------------------------- 在这两种形式中,从左到右均表示解释.试写一个魔王语言的解释系统,把 他的话解释成人能听得懂的话.-Data structure the curriculum design- Analysis of 23 languages devil!############################## Problem Description: devil always use their own in a very concise and abstract language of speech, no one can understand, but his language is explained step by step adult can understand the language, because his language is by the following two forms of the rules step by step from the abstract language of :----------------- up------------------------------------------ 1) a---> ( B1) (B2 )....( Bm) 2) [(op1) (p2 )...( pn )]---->[ o (pn)] [o (p (n-1))] .....[ o (p1) o ]----------------------------------------------------------- In both forms, from left to right are said to explain. try to write a devil language interpretation systems, to explain his remarks adult able to understand words.
Platform: | Size: 2048 | Author: hongbingjun | Hits:

[CSharpmowangyuyan

Description: 可以把魔王语言,转化为正常的字符,是栈的应用-Devil language can be converted to normal characters, is the application stack
Platform: | Size: 1024 | Author: | Hits:

[Data structsmowangyuyan

Description: 数据结构与算法 魔王语言的解释 内含DOC文件-Data Structures and Algorithms devil language interpretation DOC document containing
Platform: | Size: 7168 | Author: 夏涛 | Hits:

[assembly languagemowangyuyan

Description: 1.主要是对栈和队列的运用。 2.首先实现栈和队列的基本操作。 3.将魔王语言自右至左进栈,总是处理栈顶字符。若是开括号,则注意出栈,将字母顺序如对,直至闭括号出栈,并按照规则要求注意出对在处理后入栈。 4.规则(2)的实现主要运用队和栈的特性。 -1. Mainly for the use of stack and queue. 2. First of all realize the basic stack and queue operations. 3. The devil language from right to left into the stack, always deal with Top-characters. If the opening bracket, then the attention of the stack will be in alphabetical order such as the right, until the closing parenthesis of the stack, and in accordance with the rules require attention in the post-treatment入栈. 4. Rules (2) the use of force and realize the main characteristics of the stack.
Platform: | Size: 2048 | Author: 王莹 | Hits:

[Compress-Decompress algrithmsmowangyuyan

Description: 有一个魔王总是使用自己的一种非常简练而抽象的语言讲话-Have a devil always use their own in a very concise and abstract language speech
Platform: | Size: 270336 | Author: 胡旭灿 | Hits:

[Data structsmowangyuyan

Description: 数据结构作业题,堆栈和队的使用(大写字母表示魔王语言的词汇;小写字母表示人的词汇语言;魔王语言中包含括号)-Title data structure operations, the stack and force the use of (capital letters that devil language vocabulary lowercase letters that people s vocabulary language devil language contained in brackets)
Platform: | Size: 11264 | Author: xuan | Hits:

[Data structsmowangyuyan

Description: 魔王语言小程序,功能不完全,仅供初学者参考-Devil language applets, function is not complete, for beginners reference
Platform: | Size: 1024 | Author: 洋葱 | Hits:

[Documentsmowangyuyan

Description: 魔王语言的构架设计,大体的栈的调用和函数结构-mowangyuyan jian shu mowangyuyan de zhan de diao yong
Platform: | Size: 1024 | Author: caoge | Hits:

[Windows Developmowangyuyan

Description: 魔王言语实现实习报告,大家不用下载了、我这是用来应付这个网站的,-mowangyuyan
Platform: | Size: 19456 | Author: kiwill | Hits:

[Data structsmowangyuyan

Description: 数据结构 魔王语言 C语言 源码 开发环境vc++6.0-Data Structure mowangyuyan..c program
Platform: | Size: 1024 | Author: | Hits:
« 12 3 »

CodeBus www.codebus.net