-
桌球的改进版本...还在不断改进中,望多多指教
桌球的改进版本...还在不断改进中,望多多指教-err
- 2022-04-07 19:53:50下载
- 积分:1
-
可以打开图片
可以打开图片-Can open the picture
- 2022-04-21 12:58:41下载
- 积分:1
-
inter电脑主板电路原理图,私家收藏网上是找不到的!
inter电脑主板电路原理图,私家收藏网上是找不到的!-inter computer motherboard circuit diagram, private collections are not to be found online!
- 2023-06-29 21:20:06下载
- 积分:1
-
一:需求分析
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
-
Cable
附近是电缆的简易模型,利用PSCAD进行仿真,利用frequency model(PSCAD Cable frequency model)
- 2019-02-18 22:37:45下载
- 积分:1
-
c++面向对象程序设计-谭浩强
说明: c++面向对象程序设计-谭浩强-包含教材与答案(C + + Object Oriented Programming - Tan Haoqiang - includes teaching materials and answers)
- 2021-01-12 16:47:01下载
- 积分:1
-
gc:高级程序员考试用书的c程序源文件
gc:高级程序员考试用书的c程序源文件-gc : Senior Programmer examination with the source files c
- 2022-05-14 00:46:51下载
- 积分:1
-
envelope
说明: 提取振动曲线的波峰和波谷值,返回对应的坐标值和峰值。(extract vibration curve peaks and trough values corresponding to the coordinates of the peak value.)
- 2006-04-07 12:31:11下载
- 积分:1
-
N-sheets
以G列分成多个工作表(以宏运行VBA)
(Sub aa()
Dim a As Integer, b As Integer, c As Integer, sh As Worksheet
For a = 2 To [g65536].End(3).Row
If Cells(a, 7) <> Cells(a- 1, 7) Then
b = a
End If
c = Range("g:g").Find(Cells(a, 7), , , , , xlPrevious).Row
Set sh = Sheets.Add(, Sheets(Sheets.Count))
sh.Name = Sheets("sheet1").Cells(a, 7).Value
With Sheets("Sheet1")
Sheets("Sheet1").Range(.Cells(b, 1), .Cells(c, 10)).Copy Destination:=sh.[a2]
Sheets("Sheet1").Range("a1:j1").Copy Destination:=sh.[a1]
a = c
End With
Sheets("Sheet1").Select
Next
End Sub
)
- 2013-05-03 08:50:54下载
- 积分:1
-
单例模式-基本代码
说明: dahua hikvision test door access control
- 2020-06-24 07:20:02下载
- 积分:1