注冊(cè) | 登錄讀書好,好讀書,讀好書!
讀書網(wǎng)-DuShu.com
當(dāng)前位置: 首頁(yè)出版圖書科學(xué)技術(shù)計(jì)算機(jī)/網(wǎng)絡(luò)操作系統(tǒng)UNIXUNIX作業(yè)系統(tǒng):UNIX內(nèi)核服務(wù)開發(fā)教程(英文版)

UNIX作業(yè)系統(tǒng):UNIX內(nèi)核服務(wù)開發(fā)教程(英文版)

UNIX作業(yè)系統(tǒng):UNIX內(nèi)核服務(wù)開發(fā)教程(英文版)

定 價(jià):¥69.00

作 者: 劉玉坤 等編著
出版社: 高等教育出版社
叢編項(xiàng):
標(biāo) 簽: Solaris

ISBN: 9787040319071 出版時(shí)間: 2011-04-01 包裝: 精裝
開本: 16開 頁(yè)數(shù): 368 字?jǐn)?shù):  

內(nèi)容簡(jiǎn)介

  UNIX操作系統(tǒng)是一個(gè)源代碼操作系統(tǒng),廣泛應(yīng)用于企業(yè)級(jí)行業(yè)應(yīng)用領(lǐng)域以及嵌入式設(shè)備中?!禪NIX操作系統(tǒng)(依據(jù)UNIX內(nèi)核服務(wù)的開發(fā)指南英文版)》全面地、系統(tǒng)地介紹了UNIX操作系統(tǒng)的開發(fā)和管理原則、內(nèi)核服務(wù)、Shell、計(jì)算機(jī)聯(lián)網(wǎng)和應(yīng)用。內(nèi)容包括五個(gè)部分:背景以及如何開始、文本編輯器、UNIX的內(nèi)核服務(wù)、UNIX的命令解釋以及編程和UNIX的網(wǎng)絡(luò)連接?!禪NIX操作系統(tǒng)(依據(jù)UNIX內(nèi)核服務(wù)的開發(fā)指南英文版)》可作為高等院校計(jì)算機(jī)專業(yè)研究生和高年級(jí)本科生的教學(xué)參考書,也可供程序設(shè)計(jì)員參考。本書由劉玉坤、岳勇、郭立煒編著。

作者簡(jiǎn)介

  郭立煒,1988年碩士研究生畢業(yè)于哈爾濱電工學(xué)院,現(xiàn)任河北科技大學(xué)信息學(xué)院院長(zhǎng)、教授。長(zhǎng)期在高校從事教學(xué)及管理工作,主講過(guò)10門大學(xué)課程,參與完成了與波蘭華沙電工研究所的大型發(fā)電設(shè)備電磁場(chǎng)計(jì)算及其頻率特性分析的合作課題,在國(guó)內(nèi)外發(fā)表有影響的學(xué)術(shù)論文30多篇。Yukun Liu(劉玉坤)河北科技大學(xué)計(jì)算機(jī)系副教授,英國(guó)貝德福特大學(xué)應(yīng)用計(jì)算研究所博士研究生。 YongYue(岳勇)英國(guó)貝德福特大學(xué)教授,應(yīng)用計(jì)算研究所主任,計(jì)算機(jī)科學(xué)與技術(shù)系執(zhí)行主任。

圖書目錄

1 Background of UNIX Operating System
 1.1 Introduction of Operating System
 1.2 Types of UNIX
 1.3 History of UNIX
 1.4 Summary
 Problems
 References
2 How to Start
 2.1 UNIX Software Architecture
  2.1.1 UNIX Kernel
  2.1.2 System Call Interface
  2.1.3 Standard Libraries and Language Libraries
  2.1.4 UNIX Shell
  2.1.5 Applicatio
 2.2 UNIX Environment
 2.3 Character User Interface Veus Graphical User Interface
 2.4 UNIX Command Lines
  2.4.1 UNIX Command Syntax
  2.4.2 Directory Operation Commands
  2.4.3 File Operation Commands
  2.4.4 Displaying Online Help
  2.4.5 General Utility Commands
  2.4.6 Summary for Useful Common Commands
 2.5 UNIX Window Systems
  2.5.1 Starting X
  2.5.2 Working with a Mouse and Windows
  2.5.3 Terminal Window
  2.5.4 Using a Mouse in Terminal Windows
 2.6 Shell Setup Files
 2.7 Summary
 Problems
 References
3 Text Edito
 3.1 Difference Between Text Edito and Word Processo
 3.2 Introduction of Pico Editor
  3.2.1 Start pico, Save File, Exit pico
  3.2.2 Create a New File with Pico
  3.2.3 Cuor-moving Commands in Pico
  3.2.4 General Keystroke Commands in Pico
 3.3 The vi Editor and Modes
  3.3.1 Three Modes of the vi and Switch Between Them
  3.3.2 Start vi, Create a File, Exit vi
  3.3.3 Syntax of the vi Commands
 3.4 Practicing in Iert Mode of the vi Editor
 3.5 Practicing in Command Mode and Last Line Mode of the viEditor
 3.6 Using Buffe of the vi Editor
 3.7 The vi Environment Setting
 3.8 Introduction of the emacs Editor
  3.8.1 Start emacs, Create File, Exit emacs
  3.8.2 Buffe, Mark and Region in emacs
  3.8.3 Cuor Movement Commands
  3.8.4 Keyboard Macros
  3.8.5 Search and Replace
  3.8.6 Operation Example
  3.8.7 Programming in emacs
 3.9 Summary
 Problems
 References
4 UNIX Process Management
 4.1 Multiple Processes'Running Concurrently
  4.1.1 Fundamental Concept for Scheduler and SchedulingAlgorithm
  4.1.2 UNIX Scheduling Algorithm and Context Switch
 4.2 Process States
 ……
5 Unix Memory Management
6 Unix File System
7 Unix i/o System, i/o Redirection and Piping
8 Unix Shell Introduction
9 How to Program in Bourne Shell (1)
10 How to Program in Bourne Shell (2)
11 Unix in Internet and Computer Networking
index 

本目錄推薦

掃描二維碼
Copyright ? 讀書網(wǎng) hotzeplotz.com 2005-2020, All Rights Reserved.
鄂ICP備15019699號(hào) 鄂公網(wǎng)安備 42010302001612號(hào)