-
>
考研英語背單詞20個詞根詞綴
-
>
西班牙語詞根寶典
-
>
美國K-12原版語文課本--初中·下(全12冊)
-
>
流浪地球劉慈欣
-
>
西南聯大英文課 輕讀禮盒版
-
>
英語大書蟲世界經典名譯典藏書系:中國人的精神 (英漢對照)(精選權威版本)
-
>
許淵沖譯唐詩三百首:漢文·英語
#計算機專業英語(第2版) 版權信息
- ISBN:9787302149286
- 條形碼:9787302149286 ; 978-7-302-14928-6
- 裝幀:一般膠版紙
- 冊數:暫無
- 重量:暫無
- 所屬分類:>>
#計算機專業英語(第2版) 內容簡介
《計算機專業英語(第2版)/21世紀高職高專規劃教材·計算機專業基礎系列》作為第2版,在教材的結構和內容組織上,基本上沿用了第1版的模式。在內容上,《計算機專業英語(第2版)/21世紀高職高專規劃教材·計算機專業基礎系列》采用新的計算機專業技術資料,更新了部分課文和閱讀材料,并免費提供電子教案。《計算機專業英語(第2版)/21世紀高職高專規劃教材·計算機專業基礎系列》適合于計算機應用專業及相關專業高職高專學生使用,也可供廣大計算機專業技術人員學習和參考。
#計算機專業英語(第2版) 目錄
1.1 專業英語的專業性和客觀性
1.1.1 專業英語的特點
1.1.2 專業英語的專業性與客觀性
1.1.3 英語的句子成分簡介
1.2 計算機專業英語的詞匯特點
1.2.1 專業英語詞匯的構成特點
1.2.2 詞匯縮略
1.2.3 計算機專用術語與命令
1.2.4 專業英語中常用的符號和數學表達式
1.3 計算機專業文獻的閱讀與翻譯
1.3.1 計算機專業文獻的閱讀方法
1.3.2 計算機專業文獻翻譯的基本方法
第2章 Hardware Knowledge
2.1 Computer Hardware Basics
2.1.1 Text
2.1.2 Exercises
2.1.3 Reading Material: Digital Computer System
2.2 CPU
2.2.1 Text
2.2.2 Exercises
2.2.3 Reading Material: Microprocessor
2.3 Memory
2.3.1 Text
2.3.2 Exercises
2.3.3 Reading Material: Magnetic Disks and Optical Disks
2.4 Input/Output Devices
2.4.1 Text
2.4.2 Exercises
2.4.3 Reading Material: Printer
2.5 Parallel Organization
2.5.1 Text
2.5.2 Exercises
2.5.3 Reading Material: Multiprocessing
第3章 Software Knowledge
3.1 Data Structures
3.1.1 Text
3.1.2 Exercises
3.1.3 Reading Material: Applications of Stack and Queue
3.2 Operating System
3.2.1 Text
3.2.2 Exercises
3.2.3 Reading Material: Windows XP Technical Overview
3.3 Programming Languages
3.3.1 Text
3.3.2 Exercises
3.3.3 Reading Material: A Brief Introduction of Programming Languages
3.4 Software Engineering
3.4.1 Text
3.4.2 Exercises
3.4.3 Reading Material: The Software Life Cycle
3.5 Software Testing and Maintenance
3.5.1 Text
3.5.2 Exercises
3.5.3 Reading Material: Evolution of Software Engineering
第4章 Computer Network Knowledge
4.1 Computer Networking Concepts
4.1.1 Text
4.1.2 Exercises
4.1.3 Reading Material: Network Management
4.2 The OSI Reference Model
4.2.1 Text
4.2.2 Exercises
4.2.3 Reading Material : TCP/IP
4.3 Internet Overview
4.3.1 Text
4.3.2 Exercises
4.3.3 Reading Material: E-mail
4.4 Internet Security
4.4.1 Text
4.4.2 Exercises
4.4.3 Reading Material: C,omputer Security
4.5 E-commerce
4.5.1 Text
4.5.2 Exercises
4.5.3 Reading Material: Development of Electronic Commerce in China
第5章 Computer Applications
5.1 Word Processing
5.1.1 Text
5.1.2 Exercises
5.1.3 Reading Material: Office Automation
5.2 Multimedia
5.2.1 Text
5.2.2 Exercises
5.2.3 Reading Material: Multimedia Software
5.3 Computer Graphics
5.3.1 Text
5.3.2 Exercises
5.3.3 Reading Material: Digital Images
5.4 Database Applications
5.4.1 Text
5.4.2 Exercises
5.4.3 Reading Material: Data Warehousing
5.5 Computer Virus
5.5.1 Text
5.5.2 Exercises
5.5.3 Reading Material: Classification of Computer Virus
練習答案
參考譯文
第2章 硬件知識
第3章 軟件知識
第4章 計算機網絡知識
第5章 計算機應用
附錄A 計算機專業英語常用術語表
附錄B 計算機專業英語縮寫詞表
參考文獻
#計算機專業英語(第2版) 節選
《計算機專業英語(第2版)/21世紀高職高專規劃教材·計算機專業基礎系列》: There are many applications of the first-in/first-out (FIFO) protocol of queues in computing.For example,the line of input/output (I/O) requests waiting for access to a disk drive in a multi-user time-sharing system might be a queue.The line of computing jobs waiting to be run on a computer system might also be a queue.The jobs and I/O requests are serviced in order of their arrival,that is,the first in is the first out.There is a second kind of queue that is important.An everyday example can be seen in an emergency room of a hospital.In large emergencies it is common to first treat the worst injured patients who are likely to survive. There are several algorithms that use queues to give efficient running times.For now,we will give some simple examples of queue usage.When jobs are submitted to a printer,they are arranged in order of arrival.Thus,essentially,jobs sent to a line printer, are placed on a queue.Another example concerns computer networks.There are many network setups of personal computers in which the disk is attached to one machine, known as the file server.Users on other machines are given access to files on a firstcome first-served basis,so the data structure is a queue. If queues do not share elements,procedures may be written to manipulate them as side effects,much as for stacks.Frequently return and pop are combined in one procedure that returns the front elements and removes it from the queue. ……
- >
新文學天穹兩巨星--魯迅與胡適/紅燭學術叢書(紅燭學術叢書)
- >
隨園食單
- >
二體千字文
- >
我從未如此眷戀人間
- >
伊索寓言-世界文學名著典藏-全譯本
- >
名家帶你讀魯迅:故事新編
- >
李白與唐代文化
- >
推拿