虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

详细<b>过程</b>

  • 一:需求分析 1. 问题描述 魔王总是使用自己的一种非常精练而抽象的语言讲话,没人能听懂,但他的语言是可逐步解释成人能听懂的语言,因为他的语言是由以下两种形式的规则由人的语言逐步抽象上去的: -

    一:需求分析 1. 问题描述 魔王总是使用自己的一种非常精练而抽象的语言讲话,没人能听懂,但他的语言是可逐步解释成人能听懂的语言,因为他的语言是由以下两种形式的规则由人的语言逐步抽象上去的: ----------------------------------------------------------- (1) a---> (B1)(B2)....(Bm) (2)[(op1)(p2)...(pn)]---->[o(pn)][o(p(n-1))].....[o(p1)o] ----------------------------------------------------------- 在这两种形式中,从左到右均表示解释.试写一个魔王语言的解释系统,把 他的话解释成人能听得懂的话. 2. 基本要求: 用下述两条具体规则和上述规则形式(2)实现.设大写字母表示魔王语言的词汇 小写字母表示人的语言的词汇 希腊字母表示可以用大写字母或小写字母代换的变量.魔王语言可含人的词汇. (1) B --> tAdA (2) A --> sae 3. 测试数据: B(ehnxgz)B 解释成 tsaedsaeezegexenehetsaedsae若将小写字母与汉字建立下表所示的对应关系,则魔王说的话是:"天上一只鹅地上一只鹅鹅追鹅赶鹅下鹅蛋鹅恨鹅天上一只鹅地上一只鹅". | t | d | s | a | e | z | g | x | n | h | | 天 | 地 | 上 | 一只| 鹅 | 追 | 赶 | 下 | 蛋 | 恨 |

    标签: 语言 抽象

    上传时间: 2014-12-02

    上传用户:jkhjkh1982

  • java连接数据库的一个实例

    java连接数据库的一个实例,在eclipse下运行通过,在包中有详细的过程说明,doc格式,希望对大家有所帮助

    标签: java 连接 数据库

    上传时间: 2015-12-11

    上传用户:qiaoyue

  • We have a group of N items (represented by integers from 1 to N), and we know that there is some tot

    We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.

    标签: represented integers group items

    上传时间: 2016-01-17

    上传用户:jeffery

  • The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical)

    The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).

    标签: converts Toolbox complex logical

    上传时间: 2016-02-12

    上传用户:a673761058

  • 校园网规划与设计 摘 要 该设计方案主要完成对长岭四中校园网络的组网

    校园网规划与设计 摘 要 该设计方案主要完成对长岭四中校园网络的组网,布线组网及解决方案。 主要介绍了长岭四中校园网中主干传输网和Internet接入网的组网,所要完成的是组网的整个过程。重点的说明了校园网的设计思想、网络拓扑图、难点技术和解决方案。 校园网的详细设计过程主要是从校园网主干传输网方案设计,Internet接入方案设计,远程访问控制,子网划分设计,网络设备选型方案设计及其网络管理系统方案设计这几个方面考虑的。 关键词:网络拓扑图;IP划分;主干网设计;信息服务方案

    标签: 校园网 设计方案 校园网络 组网

    上传时间: 2016-03-15

    上传用户:x4587

  • 本项目是针对中小型企业人事信息管理系统而设计的。它是利用Visual Basic 6.0为主要开发工具

    本项目是针对中小型企业人事信息管理系统而设计的。它是利用Visual Basic 6.0为主要开发工具,并结合SQL SERVER 2000和ADO数据库技术开发而成的C/S结构模式MIS系统。本文主要论述了可行性分析、需求分析,软件系统概要设计,数据库设计、详细设计过程、编码和软件测试与调试,以及软件使用方法等,并在此基础上做开发总结。

    标签: Visual Basic 6.0 项目

    上传时间: 2016-04-26

    上传用户:璇珠官人

  • matlab里的经典算法

    matlab里的经典算法,插值于拟合,含详细实现过程

    标签: matlab 算法

    上传时间: 2016-06-08

    上传用户:ecooo

  • linux内核编译文档

    linux内核编译文档,是在linux内核里添加驱动的很详细的过程。是2.4内核的

    标签: linux 内核 编译 文档

    上传时间: 2014-12-03

    上传用户:wangdean1101

  • A*算法

    A*算法,有详细说明过程,其中的奥妙自己看吧。

    标签: 算法

    上传时间: 2014-01-25

    上传用户:kbnswdifs

  • 基于MFC和ADO的股票数据上传系统

    基于MFC和ADO的股票数据上传系统,内附详细编程过程

    标签: MFC ADO 股票 数据

    上传时间: 2014-01-02

    上传用户:whenfly