{{sellerTotalView > 1 ? __("sellers", {number: sellerTotalView}) : __("seller", {number: sellerTotalView}) }}, {{numTotalView > 1 ? __("items", {number: numTotalView}) : __("item", {number: numTotalView}) }}
free FREE

Change Your Zip Code

Inventory information and delivery speeds may vary for different locations.

Location History

{{email ? __('Got it!') : __('Restock Alert')}}

We will notify you by email when the item back in stock.

Cancel
Yami

Jingdong book

新编操作系统实验教程

{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}

新编操作系统实验教程

{{__(":people-members", {'people': item.limit_people_count})}} {{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ item.invalid_price }} {{ itemDiscount }}
Ends in
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }} {{ itemCurrency }}{{ item.invalid_price }} {{itemDiscount}}
{{ itemCurrency }}{{ item.valid_price }}
Sale ends in
Sale will starts after Sale ends in
{{ getSeckillDesc(item.seckill_data) }}
{{ __( "Pay with Gift Card to get sale price: :itemCurrency:price", { 'itemCurrency' : itemCurrency, 'price' : (item.giftcard_price ? priceFormat(item.giftcard_price) : '0.00') } ) }} ({{ itemCurrency }}{{ priceFormat(item.giftcard_price / item.bundle_specification) }}/{{ item.unit }}) Details
Best before

Currently unavailable.

We don't know when or if this item will be back in stock.

Unavailable in your area.
Sold Out

Details

Full product details
Content Description

《新编操作系统实验教程》注意了以下3个方面:传统理论与现代最新技术相结合,便于学习上循序渐进,不割断历史,又着眼未来发展。为验证操作系统的原理,结合案例进行分析并进行实验,提高读者的感性认识。
为使读者将注意力集中在掌握原理上,实验使用较简单的编程语言,结合应用程序接口(API),使得实验易于开展,增强学习效果。
Catalogue

第1章 操作系统概论
1.1 操作系统的定义
1.1.1 操作系统的概念
1.1.2 计算机系统的结构
1.1.3 操作系统功能
1.2 操作系统的形成和发展
1.3 操作系统的发展动力
1.4 操作系统的特征
1.5 操作系统的分类
1.5.1 单用户操作系统
1.5.2 批处理操作系统
1.5.3 实时操作系统
1.5.4 分时操作系统
1.5.5 网络操作系统和分布式操作系统
1.5.6 现代操作系统
1.6 操作系统的设计规范
1.7 现代主流操作系统简介
习题

第2章 Windows操作系统的发展
2.1 Windows的起源
2.2 Windows95和Windows98操作系统
2.3 WindowsNT操作系统
2.4 Windows2000操作系统
2.5 WindowsXP操作系统
2.6 WindowsVista操作系统
2.7 Windows7操作系统
2.8 Windows的应用程序接口
2.8.1 动态链接库与应用程序接口
2.8.2 应用程序接口的使用方法
2.9 Windows中的句柄
2.9.1 窗口句柄
2.9.2 设备环境句柄
2.10 应用实例
2.10.1 句柄及窗体闪烁
2.10.2 获取计算机名
2.10.3 获得操作系统版本
习题

第3章 操作系统用户界面
3.1 作业
3.1.1 作业的定义
3.1.2 作业的分类
3.1.3 作业组织
3.2 作业管理
3.2.1 作业输入
3.2.2 作业调度
3.3 用户界面接口
3.4 系统调用
3.5 图形界面
3.6 Windows的设备环境
3.6.1 剪裁
3.6.2 坐标转换
3.7 图形设备接口
3.7.1 逻辑坐标与设备坐标
3.7.2 映射模式
3.7.3 视口
3.8 应用实例
3.8.1 建立椭圆窗体
3.8.2 设备环境与裁剪
3.8.3 设置窗口元素的颜色
3.8.4 列表框消息的应用
习题

第4章 操作系统的体系结构
4.1 操作系统的结构设计
4.1.1 单体结构
4.1.2 层次结构
4.1.3 客户/服务器模型与微内核结构
4.2 WindowsXP的体系结构
4.3 WindowsXP的构成
4.4 WindowsXP的注册表
4.4.1 注册表结构
4.4.2 注册表操作函数概述
4.4.3 控制项及数据类型的对应常数
4.5 应用实例
4.5.1 开机自动运行指定程序
4.5.2 图标与文件扩展名关联
习题

第5章 进程和线程
5.1 进程
5.1.1 顺序程序和并发程序
5.1.2 进程的定义和描述
5.1.3 进程的状态转换
5.1.4 进程控制
5.2 进程通信
5.3 线程
5.3.1 线程的概念
5.3.2 进程和线程的比较
5.4 处理机调度
5.4.1 队列机制
5.4.2 调度算法与调度方式
5.5 WindowsXP中的进程和线程管理
5.5.1 WindowsXP中的进程
5.5.2 WindowsXP中的线程
5.5.3 WindowsXP中进程和线程的优先级
5.6 WindowsxP进程间通信
5.6.1 WindowsXP的信号
5.6.2 WindowsXP基于文件映射的共享存储区
5.6.3 WindowsXP的管道
5.6.4 WindowsXP的邮件槽
5.6.5 WindowsXP套接字
5.6.6 剪贴板
5.7 WindowsXP的线程调度
5.7.1 WindowsXP的线程调度特征
5.7.2 调度策略
5.8 应用实例
5.8.1 进程的启动与结束
5.8.2 列举系统中的进程和线程
5.8.3 通过命名管道进行程序间通讯
习题

第6章 存储管理
6.1 存储管理的任务和功能
6.2 存储分配的方式与重定位
6.2.1 存储分配方式
6.2.2 重定位
6.2.3 覆盖与交换
6.3 连续分配存储管理
6.4 分区存储管理
6.4.1 固定分区法
6.4.2 动态分区法
6.5 页式管理
6.5.1 页式管理的原理
6.5.2 静态页面管理
6.5.3 动态页式管理
6.5.4 请求页式管理中的置换算法
6.5.5 存储保护
6.5.6 页式管理的优缺点
6.6 段式管理
6.6.1 段式管理的实现原理
6.6.2 段式管理的优缺点
6.7 段页式管理
6.8 局部性原理和抖动问题
6.9 WindowsXP内存管理
6.9.1 地址空间布局
6.9.2 地址转换机制
6.9.3 用户空间内存分配方式
6.9.4 WindowsXP的内存保护机制
6.10 应用实例
6.10.1 动态测试系统内存
6.10.2 检测网卡的物理地址
习题

第7章 文件系统
7.1 文件概念
7.2 文件的物理结构
7.3 目录
7.4 文件系统的组织结构
7.5 WindowsXP文件系统
7.5.1 WindowsXP文件系统概述
7.5.2 主控文件表
7.5.3 WindowsXP文件系统模型
7.6 应用实例
7.6.1 文件操作
7.6.2 文件属性
7.6.3 清空回收站
习题

第8章 设备管理
8.1 设备管理概述
8.1.1 设备管理的目标
8.1.2 设备分类
8.1.3 I/O系统的硬件组成
8.2 I/O控制方式
8.3 缓冲技术
8.4 设备分配
8.4.1 设备分配的数据结构
8.4.2 设备分配的原则
8.5 设备驱动
8.5.1 启动设备
8.5.2 中断处理
8.5.3 I/O操作的实现过程
8.6 WindowsXP的设备管理
8.6.1 I/O管理器
8.6.2 PnP管理器
8.6.3 电源管理器
8.6.4 关键数据结构
8.6.5 WindowsXP的I/O处理
8.7 应用实例
8.7.1 键盘、光标、鼠标控制
8.7.2 改变屏幕分辨率
8.7.3 计算机喇叭播放音乐
习题
Book Abstract

一个系统中内存容量是有限的,不能随意扩充其大小。然而,用户程序对内存的需求越来越大,很难完全满足用户的要求。这样就出现各用户对内存“求大于供”的局面。物理上按需扩充内存的办法往往并不妥当,实际上是采取逻辑扩充内存的办法,这就是虚拟存储技术。简单来说,就是把一个程序当前正在使用的部分(不是全体)放在内存,而其余部分放在磁盘上。在这种“程序部分装入内存”的情况下,就启动并执行它。以后根据程序执行时的要求和内存当时使用的情况,随机地将所需部分调入内存;必要时还要把已分出去的内存回收,供其它程序使用(即内存置换)。
2.处理机管理功能
计算机系统中最重要的资源是CPU,对它管理的优劣直接影响整个系统的性能。操作系统中有两个重要概念,即作业和进程。用户的计算任务称为作业。简要地说,进程(Process)是指程序的一次执行过程。从传统意义上讲,进程是分配资源和在处理机上运行的基本单位。因而,处理机管理的功能包括:作业和进程调度、进程控制和进程通信。
(1)作业和进程调度
一个作业通常经过两级调度才得以在CPU上执行。首先是作业调度,它把选中的一批作业放人内存,并分配其它必要资源,为这些作业建立相应的进程。然后进程调度按一定的算法从就绪进程中选出一个合适进程,使之在CPU上运行。
(2)进程控制
进程是系统中活动的实体。进程控制包括创建进程、撤消进程、封锁进程、唤醒进程等。
(3)进程通信
多个进程在活动过程中彼此间会发生相互依赖或者相互制约的关系。为保证系统中所有进程都能正常活动,就必须设置进程同步机制,它分为同步方式和互斥方式。
相互合作的进程之间往往需要交换信息,为此,系统要提供通信机制。
3.设备管理功能
设备管理的主要功能包括:缓冲区管理、设备分配、设备驱动和设备无关性。
……
Introduction

计算机操作系统具有内容丰富、涉及面广、概念抽象等特点,它涉及计算机科学中硬、软件方面的知识。这些特点使得这门课程并不是那么容易学懂弄通,教师在教学过程中也往往感到难以将操作系统的原理讲清楚。
作者根据多年教学和科研的经验和体会,汲取国内外操作系统优秀教材的精华,结合我国国情,本着提高学生素质、培养创新意识的精神,遵循本科教学大纲,力求编写一本浅显易懂、实用易学的教材。在全书的编写过程中将Windows XP作为代表性操作系统。
本教材采用理论与实际相结合的方式,既讲述传统和现代理论,又介绍最新开发应用技术,以达到学以致用的目的。
本书注意了以下3个方面:
(1)传统理论与现代最新技术相结合,便于学习上循序渐进,不割断历史,又着眼未来发展。
(2)为验证操作系统的原理,结合案例进行分析并进行实验,提高读者的感性认识。
(3)为使读者将注意力集中在掌握原理上,实验使用较简单的编程语言,结合应用程序接口(API),使得实验易于开展,增强学习效果。
全书共分8章:第1章介绍操作系统的定义、功能、特征、发展历程和分类;第2章介绍了Windows操作系统的特点和发展情况,并讲述了应用程序接口(API)的使用方法;第3章介绍了操作系统的用户界面,并分析了Windows操作系统的界面情况;第4章讲述了操作系统的体系结构,重点分析了windows操作系统的体系结构;第5章介绍了进程与处理机管理;第6章介绍了存储管理的基本原理,并讲述了windows中存储管理的基本思路;第7章讲述了文件系统的管理方法,分析了Windows操作系统中文件管理思路;第8章是设备管理,介绍了设备管理的一般性方法,并讲述了Windows操作系统中管理设备的方法。
由于作者水平有限,书中不妥之处在所难免,恳请各位同行和读者赐教。

Specifications

Brand Jingdong book
Brand Origin China

Disclaimer

Product packaging, specifications and price are subject to change without notice. All information about the products on our website is provided for information purposes only. Please always read labels, warnings and directions provided with the product before use.

View Full Terms of Use
Add to favorites
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}
{{__("Buy Directly")}} {{ itemCurrency }}{{ item.directly_price }}
Quantity
{{ quantity }}
{{ instockMsg }}
{{ limitText }}
{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}
Sold by JD@CHINA
Ship to
{{ __("Ship to United States only") }}
Free shipping over 69
Genuine guarantee

Added to Cart

Keep Shopping

More to Consider

{{ item.brand_name }}

{{ item.item_name }}

{{ item.currency }}{{ item.market_price }}

{{ item.currency }}{{ item.unit_price }}

{{ item.currency }}{{ item.unit_price }}

Coupons

{{ coupon.coupon_name_new | formatCurrency }}
Clip Clipped Over
{{ getCouponDescStr(coupon) }}
{{ coupon.use_time_desc }}
Expires soon {{ formatTime(coupon.use_end_time) }}

Share this item with friends

Cancel

Yami Gift Card

Get this exclusive deal when paying with gift card

Terms and Conditions

Gift card deals are special offers for selected products;

The gift card deals will automatically be activated if a customer uses gift card balance at check out and the balance is sufficient to pay for the total price of the shopping cart products with gift card deals;

You will not be able to activate the gift card deals if you choose other payment methods besides gift card. The products will be purchased at their normal prices;

If your account balance is not enough to pay for the products with gift card deals, you can choose to reload your gift card balance by clicking on the Reload button at either shopping cart page or check out page;

Products that have gift card deals can be recognized by a special symbol showing 'GC Deal';

For any additional questions or concerns, please contact our customer service;

Yamibuy reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

Yami is committed to provide our customers with a peace of mind when purchasing from us. Most items shipped from Yamibuy.com can be returned within 30 days of receipt of shipment (For Food, Beverages, Snacks, Dry Goods, Health supplements, Fresh Grocery and Perishables Goods, within 7 days of receipt of shipment due to damages or quality issues; To ensure that every customer receives safe and high-quality products, we do not provide refunds or returns for beauty products once they have been opened or used, except in the case of quality issues; Some products may have different policies or requirements associated with them, please see below for products under special categories, or contact Yami Customer Service for further assistance).
Thank you for your understanding and support.

Learn More

Sold by Yami

Terms and Conditions of Yami E-Gift Card

If you choose “Redeem automatically” as your delivery method, your gift card balance will be reload automatically after your order has been processed successfully;

If you choose “Send to Email”as your delivery method, the card number and CVV will be sent to the email address automatically;

Any user can use the card number and CVV to redeem the gift card, please keep your gift card information safely. If you have any trouble receiving email, please contact Yami customer service;

Yami gift card can be used to purchase both Yami owned or Marketplace products;

Yami gift card will never expire;

Yami gift card balance does not have to be used up at once;

All rights reserved by Yami.

Return Policy

Gift card that has already been consumed is non-refundable.

Sold by JD@CHINA

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Sold by JD@CHINA

Service Guarantee

Yami Cross-store Free Shipping over $69
Yami 30-days Return

Yami-China FC

Yami has a consolidation warehouse in China which collects multiple sellers’ packages and combines to one order. Our Yami consolidation warehouse will directly ship the packages to your door. Cross-store free shipping over $69.

Return Policy

You may return products within 30 days upon receiving the products. Sellers take responsibilities for any wrong shipment or missing items. Packing needs to be unopened for any other than quality issues return. We promise to pack carefully, but because goods are taking long journey to destinations, simple damages to packaging may occur. Any damages not causing internal goods quality problems are not allowed to return. If you open the package and any quality problem is found, please contact customer service within three days after receipt of goods.

Shipping Information

Yami Consolidation Service Shipping Fee $9.99(Free shipping over $69)

Sellers in China will ship their orders within 1-2 business days once the order is placed. Packages are sent to our consolidation warehouse in China and combined there. Our Yami consolidation warehouse will directly ship the packages to you via UPS. The average time for UPS to ship from China to the United States is about 10 working days and it can be traced using the tracking number. Due to the pandemic, the delivery time may be delayed by about 5 days. The package needs to be signed by the guest. If the receipt is not signed, the customer shall bear the risk of loss of the package.

Sold by JD@CHINA

Service Guarantee

Free shipping over 69
Genuine guarantee

Shipping

Yami Consolidated Shipping $9.99(Free shipping over $69)


Seller will ship the orders within 1-2 business days. The logistics time limit is expected to be 7-15 working days. In case of customs clearance, the delivery time will be extended by 3-7 days. The final receipt date is subject to the information of the postal company.

Yami Points information

All items are excluding from any promotion or points events on Yamibuy.com

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Yami

Download the Yami App

Back Top

Recommended for You

About the brand

Jingdong book

为您推荐

Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折

Reviews{{'('+ commentList.posts_count + ')'}}

Have your say. Be the first to help other guests.

Write a review
{{ totalRating }} Write a review
  • {{i}} star

    {{i}} stars

    {{ parseInt(commentRatingList[i]) }}%

Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}
Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}

No related comment~

Review

Yami Yami

{{ showTranslate(commentDetails) }}Show Less

{{ strLimit(commentDetails,800) }}Show more

Show Original

{{ commentDetails.content }}

Yami
Show All

{{ formatTime(commentDetails.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ commentDetails.likes_count }} {{ commentDetails.likes_count }} {{ commentDetails.reply_count }} {{commentDetails.in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Comments{{'(' + replyList.length + ')'}}

Yami Yami

{{ showTranslate(reply) }}Show Less

{{ strLimit(reply,800) }}Show more

Show Original

{{ reply.reply_content }}

{{ formatTime(reply.reply_in_dtm) }}

{{ reply.reply_likes_count }} {{ reply.reply_likes_count }} {{ reply.reply_reply_count }} {{reply.reply_in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Cancel

That’s all the comments so far!

Write a review
How would you rate this item?

Please add your comment.

  • A nice nickname will make your comments more popular!
  • The nickname in your account will be changed to the same as here.
Thanks for your review
Our community rely on great reviews like yours to find the best of Asia.

Report

If you find this content inappropriate and think it should be removed from the Yami.com site, let us know please.

Cancel

Are you sure to delete your review?

Cancel

You’ve Recently Viewed

About the brand

Jingdong book