-
一:需求分析
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 |
| 天 | 地 | 上 | 一只| 鹅 | 追 | 赶 | 下 | 蛋 | 恨 |
-one : a needs analysis. Problem description always use their own fiendish a very concise and abstract language speech Nobody can understand, but the language is gradually explained adult can understand the language, because his language is composed of the following two forms of
- 2022-09-04 11:50:02下载
- 积分:1
-
ZD-BS是一个基于asp+access的个人blog系统
程序特点:
1.数据结构合理,执行效率高
2.缓存优化,在资源和效率上充分考虑平衡
3.可定制能力强,并不是傻瓜式系统,如果需要,用户应当修改源码(参考下面使用说明)
4.开源,免费
用户admin密码admin
编辑注:这个版本是无数据库的,所以只能升级不能重新安装,(为方便新使用朋友在data目录下的数据库为1.2的可以正常使用.)只需要把原来zd-bs的数据库复制进去就可以了,链接参数等请修改config.asp。在IE6下后台的表格可能会出现width100%的bug-ZD-BS is based on asp+ Access personal blog system program characteristics: 1. A reasonable data structure to implement high efficiency 2. Cache optimization, efficiency in terms of resources and take full account of the balance 3. Customizable ability, not a fool system, if required, the user should modify source code (refer to the following instructions) 4. open source, free user admin password admin edit note: this version is no database, we can only upgrade can not be re-installed, (For the convenience of the new use friends in the data directory of the database for normal use can be 1.2.) only to the original database zd-bs copy into it, modify the link parameters config.asp. In IE6 the backgrou
- 2023-07-14 03:15:03下载
- 积分:1
-
关联规则例子(工作室)
应用背景有很多方法可以看到项目之间的相似性。这些都是属于一般保护伞下的技术。这种技术的结果,简单来说,就是一套可以被理解为“如果这个,然后,”的规则;想象一下你坐在桌子上的10000张收据。每一个收据都代表一项交易,购买的物品。收据是一种代表性的东西,走进了客户的篮子,因此“市场篮分析”。这正是食品杂货的数据集包含的:一个集合的收据,每行1个收据和购买的物品。每一行被称为“交易”,并且每一行都代表一个项目;关键技术支持:我们的项目集发生在我们的数据集的馏分。信任:一个规则是正确的一个新的交易与项目在左边的概率。电梯:一个规则的信心超过了预期的信心;
- 2022-03-11 05:33:16下载
- 积分:1
-
stanford university 某位老师的东西
stanford university 某位老师的东西-certain things teachers
- 2023-02-11 18:50:03下载
- 积分:1
-
ieee802.11关于ad hoc网路协议的介绍,希望对各位学习有所帮助。...
ieee802.11关于ad hoc网路协议的介绍,希望对各位学习有所帮助。-IEEE802.11 on the ad hoc network protocols, the wish to help you learn.
- 2022-05-16 04:14:43下载
- 积分:1
-
一个很不错的ajax开源框架,可以直接调php函数.
一个很不错的ajax开源框架,可以直接调php函数.-a very good ajax revenue framework, can be directly transferred php function.
- 2023-09-01 11:50:04下载
- 积分:1
-
python爬虫(naver api)
简单的爬虫小程序,可以通过api对网页对象进行捕获,如果将网页代码更改则可以获取其他网页的内容,并对其进行分析提取,得到搜索页中的一些信息,例如搜索标题,搜索数等等
- 2023-06-02 19:30:02下载
- 积分:1
-
用于和证券行情数据接口的股票数据读取方式源码是用VB做的。...
用于和证券行情数据接口的股票数据读取方式源码是用VB做的。-And securities for the stock market data interface to read the way the data source is used to do in VB.
- 2022-04-30 02:13:52下载
- 积分:1
-
bouncetest java编写的程序学习编程爱好者…
JAVA编写的BounceTest程序 供编程爱好者学习参考之用-JAVA BounceTest prepared by the procedures for learning programming enthusiasts with reference
- 2022-01-25 23:27:54下载
- 积分:1
-
串口编程工具。虽然不是源码,如果需要进行串口调试的,本工具绝对有用。...
串口编程工具。虽然不是源码,如果需要进行串口调试的,本工具绝对有用。-Serail programming tools. Though it is not source code, but it is very useful when you are debugging serial port or.
- 2022-02-05 08:03:37下载
- 积分:1