初一下册英语课文翻译一下

帮忙翻译一下~谢谢_百度知道
帮忙翻译一下~谢谢
15.2.Operational ModesUART0 provides standard asynchronous, full duplex communication. The UART mode (8-bit or 9-bit) isselected by the S0MODE bit (SCON0.7). Typical UART connection options are shown in Figure 15.3.15.2.1. 8-Bit UART8-Bit UART mode uses a total of 10 bits per data byte: one start bit, eight data bits (LSB first), and one stopbit. Data are transmitted LSB first from the TX pin and received at the RX pin. On receive, the eight databits are stored in SBUF0 and the stop bit goes into RB80 (SCON0.2).Data transmission begins when software writes a data byte to the SBUF0 register. The TI0 Transmit InterruptFlag (SCON0.1) is set at the end of the transmission (the beginning of the stop-bit time). Data receptioncan begin any time after the REN0 Receive Enable bit (SCON0.4) is set to logic 1. After the stop bit isreceived, the data byte will be loaded into the SBUF0 receive register if the following conditions are met:RI0 must be logic 0, and if MCE0 is logic 1, the stop bit must be logic 1. In the event of a receive data overrun,the first received 8 bits are latched into the SBUF0 receive register and the following overrun data bitsare lost.If these conditions are met, the eight bits of data is stored in SBUF0, the stop bit is stored in RB80 and theRI0 flag is set. If these conditions are not met, SBUF0 and RB80 will not be loaded and the RI0 flag will notbe set. An interrupt will occur if enabled when either TI0 or RI0 is set.15.2.2. 9-Bit UART9-bit UART mode uses a total of eleven bits per data byte: a start bit, 8 data bits (LSB first), a programmableninth data bit, and a stop bit. The state of the ninth transmit data bit is determined by the value in TB80(SCON0.3), which is assigned by user software. It can be assigned the value of the parity flag (bit P in registerPSW) for error detection, or used in multiprocessor communications. On receive, the ninth data bitgoes into RB80 (SCON0.2) and the stop bit is ignored.Data transmission begins when an instruction writes a data byte to the SBUF0 register. The TI0 TransmitInterrupt Flag (SCON0.1) is set at the end of the transmission (the beginning of the stop-bit time). Datareception can begin any time after the REN0 Receive Enable bit (SCON0.4) is set to ‘1’. After the stop bitis received, the data byte will be loaded into the SBUF0 receive register if the following conditions are met:(1) RI0 must be logic 0, and (2) if MCE0 is logic 1, the 9th bit must be logic 1 (when MCE0 is logic 0, thestate of the ninth data bit is unimportant). If these conditions are met, the eight bits of data are stored inSBUF0, the ninth bit is stored in RB80, and the RI0 flag is set to ‘1’. If the above conditions are not met,SBUF0 and RB80 will not be loaded and the RI0 flag will not be set to ‘1’. A UART0 interrupt will occur ifenabled when either TI0 or RI0 is set to ‘1’.
提问者采纳
UART0提供标准异步,全双工通信。 UART方式(8位或9位)是选择由S0MODE位(SCON0.7)。 典型的UART连接选择在表显示15.3。 15.2.1. 8位UART 8-Bit UART方式使用总共10位每个数据字节: 一个起始点、八个数据位元(首先LSB)和一中止bit. 数据是被传送的LSB首先从TX别针和接受在RX别针。 在接受,八数据bits在SBUF0被存放,并且结束位进入RB80 (SCON0.2)。 当软件给SBUF0记数器,写一个数据字节Data传输开始。 TI0传送中断Flag (SCON0.1)被设置在传输(停止位时间的初期的末端)。 数据招待会can任何时侯开始,在REN0接受允许量(SCON0.4)之后被设置对逻辑1。 在结束位以后是如果以下条件符合, received,数据字节将被装载入SBUF0接受记数器: RI0必须是逻辑0,并且,如果MCE0是逻辑1在接受数据超出量情形下,结束位必须是逻辑1., the首先接受了8位被锁上入SBUF0接受记数器和以下超出量数据位元are丢失了。 如果这些情况符合,八位数据在SBUF0被存放,结束位在RB80和被存放RI0设置旗子。 如果这些情况没有符合, SBUF0和RB80不会被装载,并且RI0旗子不将be集合。 中断将发生,如果使能什么时候设置TI0或RI0。 15.2.2. 9位UART 9-bit UART方式使用总共十一位每个数据字节: 起始点, 8个数据位元(首先LSB),一可编程序的ninth数据位元和结束位。 状态第九传送数据位元取决于在TB80 的价值(SCON0.3),由用户软件分配。 它可以被赋予同等旗子(在记数器的位P的价值 PSW)错失侦查的或者使用在多重处理机通信。 在接受,第九个数据位元 goes到RB80 (SCON0.2)和结束位里被忽略。 当指示给SBUF0记数器,写一个数据字节Data传输开始。 TI0传送 Interrupt旗子(SCON0.1)被设置在传输(停止位时间的初期的末端)。 数据 reception可能任何时侯开始,在REN0接受允许量(SCON0.4)之后被设置对‘1’。 在结束位以后如果以下条件符合,被接受的is,数据字节将被装载入SBUF0接受记数器: (1) RI0必须是逻辑0和(2),如果MCE0是逻辑1,第9位必须是逻辑1 (当MCE0是逻辑0时, 第九个数据位元的state是不重要的)。 如果这些情况符合,存放八位数据 SBUF0,第九位在RB80被存放,并且RI0旗子被设置对‘1’。 如果上述条件没有符合, SBUF0和RB80不会被装载,并且RI0旗子不会被设置对‘1’。 UART0中断将发生,如果enabled,当TI0或RI0被设置对‘1’。
提问者评价
其他类似问题
为您推荐:
等待您来回答
下载知道APP
随时随地咨询
出门在外也不愁谁能帮忙翻译一下_百度知道
Rot scheint die Sonne, fertig gemacht, 太阳散发着红色的光芒,准备好,
Wer weiss ob sie morgen fuer uns auch noch lacht? 谁知道明天它是否还会对我们微笑?
Werft an die Motoren, schiebt Vollgas hinein, 引擎启动了,满功率工作。
Startet los, flieget ab, heute geht es zum Feind! 起飞,带我们上路,今天我们去面对敌人
|: In die Maschinen, in die Maschinen! |: 登上飞机,登上飞机!
Kamerad, da gibt es kein zurueck. 同志们,那是有去无回的征途。
Fern im Osten stehen dunkle Wolken 在遥远的东方有黑色的云彩,
Komm' mit und zage nicht, komm' mit! :| 来,不要失魂落魄,来!
:| 2. 〔二〕 Donnern Motoren, Gedanken allein, 引擎轰鸣,伴随着个人独自的思...
Rot scheint die Sonne, fertig gemacht,
Wer weiss ob sie morgen fuer uns auch noch lacht? ?
Werft an die Motoren, schiebt Vollgas hinein,
Startet los, flieget ab, heute geht es zum Feind!
|: In die Maschinen, in die Maschinen! !
Kamerad, da gibt es kein zurueck.
Fern im Osten stehen dunkle Wolken
Komm' mit und zage nicht, komm' mit! :|
:| 2. 〔二〕 Donnern Motoren, Gedanken allein,
Denkt jeder noch schnell an die Lieben daheim.。
Dann kommt, Kameraden, zum Sprung das Signal,,
Wir fliegen zum Feind, zuenden dort das Fanal. 。
|: Schnell wird gelandet, schnell wird gelandet! !
Kamerad, da gibt es kein Zurueck. 。
其他类似问题
为您推荐:
等待您来回答
下载知道APP
随时随地咨询
出门在外也不愁帮忙翻译一下_百度知道
帮忙翻译一下
In Amsterdam, the capital of Holland, there is an unusual Children Restaurant. It is run by children. From the manager to the cooks, waiters and other members are all children from 6 to 12 years old. They themselves do all the necessary work such as cooking and cleaning. These children are selected in Amsterdam. After training they may serve in the restaurant for four weeks.
This restaurant was founded in 1983 by a woman cook who wanted to give children chances to learn to be useful to the public. And now she is the only adult there, but her job is just to take care of the children.
The restaurant is welcomed almost by everyone. Since there are only 20 seats in it, it is always full of people. If you want to have a meal in it, you must tell them ahead of time. The cost of a meal is different to different people, usually 4 dollars for each adult but much cheaper for children. And its business hours are only Saturday evenings and Sunday afternoons.
提问者采纳
在阿姆斯特丹,荷兰的首都,有一个不平常的儿童餐馆,它完全由小孩操作,从经理到厨师,服务员和其他的组成人员,都是6-12岁的小孩,他们自己做所有需要的工作,比如说烹饪和清洁,这些孩子是在阿姆斯特丹被挑选出来的,在训练完之后,他们可以在这家餐馆里服务4个礼拜.这个餐馆是在1983年被一个女厨师发现的.一个想给小孩学习对公益有帮助的机会,现在她是那个地方唯一的成年人,但是他的工作仅仅是照料这些小孩.这个餐馆被每个人所欢迎,尽管里面只有20个座位,但是他通常都是满员的,如果你想在这里吃上一餐,你必须给他们预定的时间,这个花费也因为不同的人而不同,通常是4美圆对每个成年人,但是对孩子来说,会更便宜.他营业时间是每周六晚上和周日的下午. tank you采纳我的。
其他类似问题
为您推荐:
其他4条回答
自己到谷歌在线翻译里去吧
在阿姆斯特丹,荷兰的首都,有一个不平常的儿童餐馆,它完全由小孩操作,从经理到厨师,服务员和其他的组成人员,都是6-12岁的小孩,他们自己做所有需要的工作,比如说烹饪和清洁,这些孩子是在阿姆斯特丹被挑选出来的,在训练完之后,他们可以在这家餐馆里服务4个礼拜.这个餐馆是在1983年被一个女厨师发现的.一个想给小孩学习对公益有帮助的机会,现在她是那个地方唯一的成年人,但是他的工作仅仅是照料这些小孩.这个餐馆被每个人所欢迎,尽管里面只有20个座位,但是他通常都是满员的,如果你想在这里吃上一餐,你必须给他们预定的时间,这个花费也因为不同的人而不同,通常是4美圆对每个成年人,但是对孩子来说,会更便宜.他营业时间是每周六晚上和周日的下午.
在荷兰的首都阿姆斯特丹,有一家独特的儿童餐厅。它由孩子们来经营。餐厅中的职位大到餐厅经理、厨师,小到服务员和其他成员,都由一群6到12岁的孩子们来担任。他们亲自做所有必要的工作,比如烹饪和清洁。这些孩子在阿姆斯特丹当地选出,培训过后他们可以在餐厅中任职4个星期。此餐厅由一名女厨师在1983年创建,她想给孩子们机会让他们学习做对社会有用的人。现在,她是餐厅员工里唯一的大人,但她的工作仅仅是照顾那些孩子而已。餐厅几乎受到所有人的欢迎。由于餐厅里只有20个座位,所有里面总是坐满了人。如果你想在里面进餐,必须要提前预定。用餐费用因人而异,通常每位大人要花上4美元,但是孩子们需要付的费用则低得多。餐厅只在周六晚上和周日下午营业。
翻译什么? 看不到啊
等待您来回答
下载知道APP
随时随地咨询
出门在外也不愁爱词霸质量反馈
非常抱歉,来自您ip的请求异常频繁,为了保护其他用户的正常访问,只能暂时禁止您目前的访问。
如果您频繁碰到这样的问题,请您删除浏览器中的cookie再尝试访问,也可以联系我们。
对于给您带来的不便我们深表歉意,希望您继续支持爱词霸。
需要继续访问,请输入四位字母验证码
& 2012 金山软件请帮忙翻译一下_百度知道
请帮忙翻译一下
A cerebral haemorrhage is an intra- that is, it occurs within the brain tissue rather than outside of it. The other category of intracranial hemorrhage is extra-axial haemorrhage, such as epidural, subdural, and subarachnoid hematomas, which all occur within the skull but outside of the brain tissue. There are two main kinds of intra-axial haemorrhages: intraparenchymal haemorrhage and intraventricular haemorrhages.
有道词典翻译:一个脑溢血是一种intra-axial出血;也就是说,它就发生在大脑组织,而外部的。其他类别的颅内出血是extra-axial出血,如硬膜外血肿,,,这一切发生蛛网膜下在头骨但以外的脑组织。有两种主要的intra-axial haemorrhages:intraparenchymal出血和脑室haemorrhages。谷歌翻译:阿脑出血是一种内部轴向出血,也就是说,它在脑组织,而不是在它之外发生。颅内出血的另一类是轴外出血,如硬膜外,硬膜下,血肿,蛛网膜下腔,所有的头骨内,但脑组织外面发生。主要有两种类型的内部轴向出血:脑内出血及脑室出血专业术语不太好翻..你自己看看吧..
其他类似问题
为您推荐:
其他1条回答
翻译:脑内出血是种轴内出血;也就是说它发生在大脑组织内(有更正见下述)而不是脑外。其他的颅内出血分类有轴外出血,例如硬膜外、硬膜下、和蛛网膜下腔出血,这些均在脑组织外颅骨下发生。而轴内出血分为两种:室管膜内出血和脑室内出血。更正:在NEUROLOGICAL ASSESSMENT A Clinician‘s Guide (2011)描述 intra-axial haemorrhage的定义为:This involves bleeding inside the brain but outside the tissue. 而intracerebral haemorrhage 定义为 This is a bleeding that occurs within the brain tissue itself. 也就是说intra-axial haemorrhage 是脑室内出血。
等待您来回答
下载知道APP
随时随地咨询
出门在外也不愁

我要回帖

更多关于 百度一下翻译 的文章

 

随机推荐