-
33jiedianyichuansuanfa
用于配电网重构的遗传算法,用了很久整理的(Genetic algorithm for distribution network reconfiguration)
- 2021-04-28 15:48:44下载
- 积分:1
-
I own Part 2 for the steady
本人自己编的2为稳态导热模型,还挺好用的,与大家分享-I own Part 2 for the steady-state heat conduction model, kinda nice to share with you
- 2022-11-20 05:15:03下载
- 积分:1
-
WaitForSingleObject和WaitForMultipleObjects使用详解
WaitForSingleObject和WaitForMultipleObjects使用详解-Detailed use WaitForSingleObject and WaitForMultipleObjects
- 2022-08-12 22:10:29下载
- 积分: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
-
刺激战场开源附驱动读写
刺激战场开源附驱动读写 找基质就可用的刺激战场开源附驱动读写(Open source attached drive reading and writing)
- 2021-04-13 20:38:56下载
- 积分:1
-
数据手册文档
单片机编程数据手册文档,适合单片机编程应用,值得读阅(MCU programming data manual document, suitable for MCU programming applications, is worth reading)
- 2020-06-21 20:20:01下载
- 积分:1
-
question2
Q1 Create a program that will initialise Port2 bits 0 - 7 to outputs. Then in an endless loop perform the sequence of bit manipulations shown below. Your program should use bit masking operations. Here is an outline of the program in pseudo-code and with the first two bit manipulations done for you.
//initialise port 2 for output
//set all outputs to 0
while(1)
{
FIO2PIN |= 0x04 // set bit 2 on (0x04 = 00000100)
FIO2PIN &= ~0x04 // set bit 2 off
//set port2 bit 1 on
//set port2 bit 1 off
//set port2 bit 4 on
//set port2 bit 6 and bit 7 on
//set port2 bit 4 off
//set port2 bit 6 and bit 7 off
- 2010-03-09 01:40:03下载
- 积分:1
-
Personal Income Tax Calculator Individual Income Tax Calculator v
个人所得税计算器 v个人所得税计算器 -Personal Income Tax Calculator Individual Income Tax Calculator v
- 2022-03-14 08:17:28下载
- 积分:1
-
SLM的OAM相位
使用matlab制作螺旋相位版的简单程序,欢迎大家借鉴(Using matlab to make spiral phase version of the simple procedure, you are welcome to learn from)
- 2020-06-30 13:20:02下载
- 积分:1
-
2013-TEC-LIPS
说明: 进化算法中解决多峰优化问题的经典算法 LIPS(LIPS: A Classical Algorithms for Multi-modal Optimization in Evolutionary Algorithms)
- 2019-10-11 21:19:19下载
- 积分:1