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

Microc-<b>OS</b>-Ii-The-Real-Time-Kerne

  • 一:需求分析 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

  • When two dice to seven points and 11 wins When two dice and for two points. Or 3. Or 5 to lose. on t

    When two dice to seven points and 11 wins When two dice and for two points. Or 3. Or 5 to lose. on the other to continue throwing, if referrals to lose seven, and the last time it won

    标签: points two When dice

    上传时间: 2015-11-18

    上传用户:netwolf

  • 后PC时代是嵌入式和网络化的时代

    后PC时代是嵌入式和网络化的时代,包括掌上电脑在内的PDA产品是后PC时代最重要的产品之一。在PDA市场激烈竞争的今天,Palm这个PDA界的龙头老大,将被国内越来越多的人所接受,有关Palm OS 的研究、开发和应用工作也将随之推广。Palm OS programming from the ground up作为一本Palm开发的入门书籍较为全面的向读者介绍了使用Code Warrior开发工具开发一个完整Palm OS应用程序的全过程。 本书面向各个层次的C程序员读者和PDA爱好者。对于初学者来说,这是一本很好的入门教程,对于有经验的程序员来说,这是专业的参考书,对于PDA爱好者来说,这又是一本方便的手册。通过本书的学习,不仅可以快速学会开发基本的Palm OS应用程序,还可以学到调试程序、使用数据库,优化用户界面等高级PDA开发技术。 需要说明的是由于书中出现的一些新的专业词汇,国内尚无统一标准译法,只好按实际含义译出。由于译者水平有限,错误和不妥之处敬请广大读者指正。 本书由傅曦、张昌利和瞿芹翻译,书中所有例子在Palm IIIc 和 POSE 模拟器上调试通过。如有疑问可联系:fxqq@sina.com 衷心期望通过本书的学习你能成为Palm OS高级开发人员中的一员。

    标签: 后PC时代 嵌入式 网络

    上传时间: 2013-12-21

    上传用户:zhanditian

  • 从结构上来说

    从结构上来说,实时多任务操作系统包括两部分,一部分为操作系统内核(kernel),即实时执行程序(Real Time Executive:RTX),另一部分是输入输出部分(I/O)(注意开发系统不属于操作系统的范畴);嵌入式系统对I/O的需求通常比较小(无文件系统需求),因此很多实时多任务操作系统本质上就是一个实时执行程序,如AMX(Kadak),VRTX(Microtec),iRMX(Intel)等(这里的X即:eXecutive),如果纯粹从kernel的角度来考察目前流行的各种实时多任务操作系统的性能,它们的效率差别都不大。 在市面上可以得到一些RTX的源代码(有用C实现的,有用汇编实现的,还有用PL/M语言实现的),从internet上也可以荡一些下来(我介绍一个站点www.eg3.com,堪称世界电子工程师资源宝库),下面我要介绍的一个RTX版本(我命名为SRTX:short RTX),可以说是RTX中的元老级产品了,来自某研究所,九十年代初他们到美国考察,从美国某公司购得。五年以前,SRTX在国内有售,许多搞工控的研究所利用SRTX开发了一些大型或小型的产品,这里介绍的SRTX我作了一些简化和改动.

    标签:

    上传时间: 2015-12-09

    上传用户:wang5829

  • With User Mode Linux you can create virtual Linux machines within a Linux computer and use them to s

    With User Mode Linux you can create virtual Linux machines within a Linux computer and use them to safely test and debug applications, network services, and even kernels. You can try out new distributions, experiment with buggy software, and even test security. Now, for the first time, the creator and maintainer of User Mode Linux shows how to put it to work hands-on. Jeff Dike covers everything from getting started through running enterprise-class User Mode Linux servers. You ll find authoritative advice on bootup, compilation, administration, specialized configurations, and much more.

    标签: Linux computer machines virtual

    上传时间: 2013-12-19

    上传用户:xinzhch

  • celestia源代码

    celestia源代码,Celestia, a real-time 3D space simulation featuring a database of over 100000 stars, nearly a hundred solar system, objects, and a complete catalog of extrasolar planets.

    标签: celestia 源代码

    上传时间: 2013-12-26

    上传用户:缥缈

  • 实时系统分析与设计

    实时系统分析与设计,《REAL-TIME SYSTEMS DESIGN AND ANALYSIS》THIRD EDITION Phillip A. Laplante

    标签: 实时系统

    上传时间: 2013-12-09

    上传用户:xmsmh

  • Visual Basic Shell Programming ventures where none have gone before by showing how to develop shell

    Visual Basic Shell Programming ventures where none have gone before by showing how to develop shell extensions that more closely integrate an application with the Windows shell, while at the same time providing an advanced tutorial-style treatment of COM programming with Visual Basic. Each major type of shell extension gets attention, including customized context menu handlers, per instance icons, and customized property sheets.

    标签: Programming ventures develop showing

    上传时间: 2016-02-01

    上传用户:tb_6877751

  • 此范例可在window的DOS上执行.有9各TASK分别秀出时间.执行方式解压锁COPY到C碟然后BC45SOURCE下修改TEST.C在BC45TEST下执行MAKETEST.BAT就可编绎出执行档

    此范例可在window的DOS上执行.有9各TASK分别秀出时间.执行方式解压锁COPY到C碟然后BC45\SOURCE下修改TEST.C在BC45\TEST下执行MAKETEST.BAT就可编绎出执行档 to show the starting time and completion time of each task in the first round.

    标签: TEST MAKETEST window SOURCE

    上传时间: 2016-02-14

    上传用户:zhouchang199

  • 12864

    12864,fir,4buttion set time and give the correct time

    标签: 12864

    上传时间: 2016-03-15

    上传用户:zhliu007