网上购物 货比三家
您现在的位置:快乐比价网 > 图书 > 教育/科技 > 教育 > 商品详情

实时系统(影印版)

分享到:
实时系统(影印版)

最 低 价:¥33.20

定 价:¥0.00

作 者:jane W.S.Liu

出 版 社:高等教育出版社

出版时间:2002 年11月

I S B N:7040114062

价格
缺货
  • 实时系统
  • 送货上门
  • 价格
    33.20元
    价格
    33.60元
    价格
    33.60元

    商品详情

    编辑推荐

    本套教学用书的特点:
       ·权威性——教育部高等教育司推荐、教育部高等学校信息科学与技术引进教材专家组遴选
       ·系统性——覆盖计算机专业主干课程和非计算机专业计算机基础课程
       ·先进性——著名计算机专家近两年的最新著作,内容体系先进
       ·经济性——价格与国内自编教材相当、是国内引进教材价格最低的

    内容简介

    20世纪末,以计算机和通信技术为代表的信息科学和技术对世界经济、科技、军事、教育和文化等产生了深刻影响。信息科学技术的迅速普及和应用,带动了世界范围信息产业的蓬勃发展,为许多国家带来了丰厚的回报。
       进入21世纪,尤其随着我国加入WTO,信息产业的国际竞争将更加激烈。我国信息产业虽然在20世纪末取得了迅猛发展,但与发达国家相比,甚至与印度、爱尔兰等国家相比,还有很大差距。国家信息化的发展速度和信息产业的国际竞争能力,最终都将取决于信息科学技术人才的质量和数量。引进国外信息科学和技术优秀教材,在有条件的学校推动开展英语授课或双语教学,是教育部为加快培养大批高质量的信息技术人才采取的一项重要举措。
       为此,教育部要求由高等教育出版社首先开展信息科学和技术教材的引进试点工作。同时提出了两点要求,一是要高水平,二是要低价格。在高等教育出版社和信息科学技术引进教材专家组的努力下,经过比较短的时间,第一批引进的20多种教材已经陆续出版。这套教材出版后受到了广泛的好评,其中有不少是世界信息科
      学技术领域著名专家、教授的经典之作和反映信息科学技术最新进展的优秀作品,代表了目前世界信息科学技术教育的一流水平,而且价格也是最优惠的,与国内同类自编教材相当。
       这项教材引进工作是在教育部高等教育司和高教社的共同组织下,由国内信息科学技术领域的专家、教授广泛参与,在对大量国外教材进行多次遴选的基础上,参考了国内和国外著名大学相关专业的课程设置进行系统引进的。其中,John Wiley公司出版的贝尔实验室信息科学研究中心副总裁Silberchatz教授的经典著作《操作系统概念》,是我们经过反复谈判,做了很多努力才得以引进的。William Stallings先生曾编写了在美国深受欢迎的信息科学技术系列教材,其中有多种教材获得过美国教材和学术著作者协会颁发的计算机科学与工程教材奖,这批引进教材中就有他的两本著作。留美中国学者Jiawei Han先生的《数据挖掘》是该领域中具有里程碑意义的著作。由达特茅斯学院刀Thomas Cormen和麻省理工学院、哥伦比亚大学的几位学者共同编著的经典著作《算法导论》,在经历了11年的锤炼之后于2001年出版了第二版。目前任教于美国Massachusetts大学的James Kurose教授,曾在美国三所高校先后10次获得杰出教师或杰出教学奖,由他主编的《计算机网络》出版后,以其体系新颖、内容先进而倍受欢迎。在努力降低引进教材售价方面,高等教育出版社做了大量和细致的工作。这套引进的教材体现了权威性、系统性、先进性和经济性等特点。
      

    作者简介

    作者Jane W. S. Liu现执教于美国伊利诺依大学,是ACM会员,IEEE成员,目前的研究兴趣集中在为实时应用提供开放环境的最佳途径。
    .. << 查看详细

    目录

    prefa ce
    1 typical real-tlme applicatjons
    1.1 digital control
    1.2 high-level controls
    1.3 signal processing
    1.4 other real-time applications
    1.5 summary
    2 hard versus soft real-tlme systems
    2.1 jobs and processors
    2.2 release times, deadlines, and timing constraints
    2.3 hard and soft timing constraints
    2.4 hard real-time systems
    2.5 soft real-time systems
    2.6 summary
    3 a reference model of real-time systems
    3.1 processors and resources
    3.2 temporal parameters of real-time workload
    3.3 periodic task model
    3.4 precedence constraints and data dependency
    3.5 other types of dependencies
    .3.6 fanctional parameters
    3.7 resource parameters of jobs and paramelers of resources
    3.8 sckeduling hierarchy
    3.9 summary
    4 commonly used approaches to real-tme schedulig
    4.1 clock-driven approach
    4.2 weighted round-robin approach
    4.3 priority-driven approach
    4.4 dynamic versus static systems
    4.5 effective release times and deadlines
    4.6 optimality of the edf and lst algorithms
    4.7 nonoptimality of the edf and the lst algorithms
    4.8 challenges in validating timing constraints
    in ptiority-driven systems
    4.9 off-line versus on-line scheduling
    4.10 summry
    4.11 exercises
    5 clock-driven scheduling
    5.1 notations and assumptions
    5.2 static, timer-driven scheduler
    5.3 general structure of cyclic schedules
    5.4 cyclic executives
    5.5 improving the average response time of aperiodic jobs
    5.6 scheduling sporadic jobs
    5.7 practical considerations and generalizations
    5.8 algorithm for constructing static schedules
    5.9 pros and cons of clock-driven scheduling
    5.10 sammary
    6 prioroty-driven scheduling of periodic tasks
    6.1 static assumption
    6.2 fixed-priority versus dynamic-ptiority algorithms
    6.3 maximum schedulable utilization
    6.4 optimality of the rm and dm algorithms
    6.5 a schedulability test for fixed-priority tasks
    with shon response times
    6.6 schedulability test for fixed-hriority tasks with arbitrary
    response times
    6.7 sufficient schedulability conditions for the rm
    and dm algorthms
    6.8 ptactical factors
    6.9 sammary
    7 scheduling aperiodic and sporadic jobs w
    priority-drfven systems
    7.1 assumptions and approaches
    7.2 deferrable servers
    7.3 sporadic servers
    7.4 constant utilization, total bandwidth, and weighted
    fair-queueing servers
    7.5 slack stealing in deadline-driven systems
    7.6 slack stealing in fixed-priority systems
    7.7 scheduling of sporadic jobs
    7.8 real-time performance for jobs with soft timing constraints
    7.9 a two-level scheme for integrated scheduling
    7.10 summary
    8 resources and resource access control
    8.1 assumptions on resources and their usage
    8.2 effects of resource contention aad resource access control
    8.3 nonpreemptive critical sections
    8.4 basic priority-inheritance protocol
    8.5 basic priority-ceiling protocol
    8.6 stack-based, priority-ceiling (ceiling-priority) protocd
    8.7 use of priority-ceiling protocol in dynamic-priority systems
    8.8 preemption-ceiling protocol
    8.9 controlling accesses to multiple-unit resources
    8.10 controlling concurrent accesses to data objects
    8.11 summary
    9 mu tiprocessor scheduling, resource access control,
    and synchronization
    9.1 model of multiprocessor and distributed systems
    9.2 task assignment
    9.3 multiprocessor priority-ceiling protocol
    9.4 elements of scheduling algorithms for end-to-end periodic tasks
    9.5 schedulability of fixed-priority end-to-end periodic tasks
    9.6 end-to-end tasks in heterogeneous systems
    9.7 predictability and validation of dynamic multiprocessor systems
    9.8 summary
    10 scheduling flexible compputations and tasks
    with temporal distance constraints
    10.1 flexible applications
    10.2 tasks with temporal distance constraints
    10.3 summary
    11 real-tlme communicaion
    11.1 model of real-time communication
    11.2 priority-based service disciplines for switched networks
    11.3 weighted round-robin service disciplines
    11.4 medium access-control protocols of broadcast networks
    11.5 internet and resource reservation protocols
    11.6 real-time protocol
    11.7 communication in multicomputer systems
    11.8 summary
    12 operating systenis
    12.1 overiew
    12.2 time services and scheduling mechanisms
    12.3 other basic operating system functions
    12.4 processor reserves and resource kernel
    12.5 open system architecture
    12.6 capabilities of commercial real-time operating systems
    12.7 predictability of ceneral-purpose operating systems
    12.8 summary
    appendix posix thread and real-time extensions
    bibliography
    index


    商品评论(0条)

    暂无评论!

    您的浏览历史

    loading 内容加载中,请稍后...