電腦里常用的的英語有那些(漢語意思)? 電腦中一些英文是什么意思?
Data Structures 基本數(shù)據(jù)結(jié)構(gòu)
Dictionaries 字典
Priority Queues 堆
Graph Data Structures 圖
Set Data Structures 集合
Kd-Trees 線段樹
Numerical Problems 數(shù)值問題
Solving Linear Equations 線性方程組
Bandwidth Reduction 帶寬壓縮
Matrix Multiplication 矩陣乘法
Determinants and Permanents 行列式
Constrained and Unconstrained Optimization 最值問題
Linear Programming 線性規(guī)劃
Random Number Generation 隨機(jī)數(shù)生成
Factoring and Primality Testing 因子分解/質(zhì)數(shù)判定
Arbitrary Precision Arithmetic 高精度計(jì)算
Knapsack Problem 背包問題
Discrete Fourier Transform 離散Fourier變換
Combinatorial Problems 組合問題
Sorting 排序
Searching 查找
Median and Selection 中位數(shù)
Generating Permutations 排列生成
Generating Subsets 子集生成
Generating Partitions 劃分生成
Generating Graphs 圖的生成
Calendrical Calculations 日期
Job Scheduling 工程安排
Satisfiability 可滿足性
Graph Problems -- polynomial 圖論-多項(xiàng)式算法
Connected Components 連通分支
Topological Sorting 拓?fù)渑判?
Minimum Spanning Tree 最小生成樹
Shortest Path 最短路徑
Transitive Closure and Reduction 傳遞閉包
Matching 匹配
Eulerian Cycle / Chinese Postman Euler回路/中國郵路
Edge and Vertex Connectivity 割邊/割點(diǎn)
Network Flow 網(wǎng)絡(luò)流
Drawing Graphs Nicely 圖的描繪
Drawing Trees 樹的描繪
Planarity Detection and Embedding 平面性檢測(cè)和嵌入
Graph Problems -- hard 圖論-NP問題
Clique 最大團(tuán)
Independent Set 獨(dú)立集
Vertex Cover 點(diǎn)覆蓋
Traveling Salesman Problem 旅行商問題
Hamiltonian Cycle Hamilton回路
Graph Partition 圖的劃分
Vertex Coloring 點(diǎn)染色
Edge Coloring 邊染色
Graph Isomorphism 同構(gòu)
Steiner Tree Steiner樹
Feedback Edge/Vertex Set 最大無環(huán)子圖
Computational Geometry 計(jì)算幾何
Convex Hull 凸包
Triangulation 三角剖分
Voronoi Diagrams Voronoi圖
Nearest Neighbor Search 最近點(diǎn)對(duì)查詢
Range Search 范圍查詢
Point Location 位置查詢
Intersection Detection 碰撞測(cè)試
Bin Packing 裝箱問題
Medial-Axis Transformation 中軸變換
Polygon Partitioning 多邊形分割
Simplifying Polygons 多邊形化簡
Shape Similarity 相似多邊形
Motion Planning 運(yùn)動(dòng)規(guī)劃
Maintaining Line Arrangements 平面分割
Minkowski Sum Minkowski和
Set and String Problems 集合與串的問題
Set Cover 集合覆蓋
Set Packing 集合配置
String Matching 模式匹配
Approximate String Matching 模糊匹配
Text Compression 壓縮
Cryptography 密碼
Finite State Machine Minimization 有窮自動(dòng)機(jī)簡化
Longest Common Substring 最長公共子串
Shortest Common Superstring 最短公共父串
DP——Dynamic Programming——?jiǎng)討B(tài)規(guī)劃
recursion —— 遞歸
第二部分、編程詞匯
A2A integration A2A整合
abstract 抽象的
abstract base class (ABC)抽象基類
abstract class 抽象類
abstraction 抽象、抽象物、抽象性
access 存取、訪問
access level訪問級(jí)別
access function 訪問函數(shù)
account 賬戶
action 動(dòng)作
activate 激活
active 活動(dòng)的
actual parameter 實(shí)參
adapter 適配器
add-in 插件
address 地址
address space 地址空間
address-of operator 取地址操作符
ADL (argument-dependent lookup)
ADO(ActiveX Data Object)ActiveX數(shù)據(jù)對(duì)象
advanced 高級(jí)的
aggregation 聚合、聚集
algorithm 算法
alias 別名
align 排列、對(duì)齊
allocate 分配、配置
allocator分配器、配置器
angle bracket 尖括號(hào)
annotation 注解、評(píng)注
API (Application Programming Interface) 應(yīng)用(程序)編程接口
app domain (application domain)應(yīng)用域
application 應(yīng)用、應(yīng)用程序
application framework 應(yīng)用程序框架
appearance 外觀
append 附加
architecture 架構(gòu)、體系結(jié)構(gòu)
archive file 歸檔文件、存檔文件
argument引數(shù)(傳給函式的值)。參見parameter
array 數(shù)組
arrow operator 箭頭操作符
ASP(Active Server Page)活動(dòng)服務(wù)器頁面
ASP.NET worker process ASP.NET工作者進(jìn)程
assembly 裝配件、配件
assembly language 匯編語言
assembly manifest 裝配件清單
assert(ion) 斷言
assign 賦值
assignment 賦值、分配
assignment operator 賦值操作符
associated 相關(guān)的、相關(guān)聯(lián)的
associative container 關(guān)聯(lián)式容器(對(duì)應(yīng)sequential container)
asynchronous 異步的
atomic 原子的
atomic operation 原子操作
attribute 特性、屬性
authentication service 驗(yàn)證服務(wù)
authorization 授權(quán)
audio 音頻
A.I. 人工智能
B2B integration B2B整合、B2B集成(business-to-business integration)
background 背景、后臺(tái)(進(jìn)程)
backward compatible 向后兼容、向下兼容
backup 備份
backup device備份設(shè)備
backup file 備份文件
bandwidth 帶寬
base class 基類
base type 基類型
batch 批處理
BCL (base class library)基類庫
binary 二進(jìn)制
binary search 二分查找
binary tree 二叉樹
binary function 雙參函數(shù)
binary large object二進(jìn)制大對(duì)象
binary operator 二元操作符
binding 綁定
bit 位
bitmap 位圖
bitwise 按位...
bitwise copy 為單元進(jìn)行復(fù)制;位元逐一復(fù)制,按位拷
bitwise operation 按位運(yùn)算
block 塊、區(qū)塊、語句塊
bookkeeping 簿記
boolean 布林值(真假值,true或false)
border 邊框
bounds checking 邊界檢查
boxing 裝箱、裝箱轉(zhuǎn)換
brace (curly brace) 大括號(hào)、花括號(hào)
bracket (square brakcet) 中括號(hào)、方括號(hào)
breakpoint 斷點(diǎn)
browser applications 瀏覽器應(yīng)用(程序)
browser-accessible application 可經(jīng)由瀏覽器訪問的應(yīng)用程序
build 編連(專指編譯和連接
built-in 內(nèi)建、內(nèi)置
bus 總線
business 業(yè)務(wù)、商務(wù)(看場(chǎng)合)
business Logic 業(yè)務(wù)邏輯
business rules 業(yè)務(wù)規(guī)則
buttons 按鈕
bug 臭蟲
by/through 通過
byte 位元組(由8 bits組成)
cache 高速緩存
calendar 日歷
call 調(diào)用
callback 回調(diào)
call-level interface (CLI)調(diào)用級(jí)接口(CLI)
call operator 調(diào)用操作符
candidate key 候選鍵 (for database)
cascading delete 級(jí)聯(lián)刪除 (for database)
cascading update 級(jí)聯(lián)更新 (for database)
casting 轉(zhuǎn)型、造型轉(zhuǎn)換
catalog 目錄
chain 鏈(function calls)
character 字符
character format 字符格式
character set 字符集
CHECK constraints CHECK約束 (for database)
checkpoint 檢查點(diǎn) (for database)
check box 復(fù)選框
check button 復(fù)選按鈕
child class 子類
CIL (common intermediate language)通用中間語言、通用中介語言
class 類
class declaration 類聲明
class definition 類定義
class derivation list 類繼承列表
class factory 類廠
class hierarchy 類層次結(jié)構(gòu)
class library 類庫
class loader 類裝載器
class template 類模板
class template partial specializations 類模板部分特化
class template specializations 類模板特化
classification 分類
clause 子句
client application 客戶端應(yīng)用程序
client cursor 客戶端游標(biāo) (for database)
code page 代碼頁
cleanup 清理、清除
CLI (Common Language Infrastructure) 通用語言基礎(chǔ)設(shè)施
client 客戶、客戶端
client area 客戶區(qū)
client-server 客戶機(jī)/服務(wù)器、客戶端/服務(wù)器
clipboard 剪貼板
clone 克隆
CLS (common language specification) 通用語言規(guī)范
code access security 代碼訪問安全
COFF (Common Object File Format) 通用對(duì)象文件格式
collection 集合
COM (Component Object Model) 組件對(duì)象模型
combo box 組合框
command line 命令行
comment 注釋
commit 提交 (for database)
communication 通訊
compatible 兼容
compile time 編譯期、編譯時(shí)
compiler 編譯器
component組件
composite index 復(fù)合索引、組合索引 (for database)
composite key 復(fù)合鍵、組合鍵 (for database)
composition 復(fù)合、組合
concept 概念
concrete具體的
concrete class 具體類
concurrency 并發(fā)、并發(fā)機(jī)制
constraint 約束 (for database)
configuration 配置、組態(tài)
connection 連接 (for database)
connection pooling 連接池
console 控制臺(tái)
constant 常量
construct 構(gòu)件、成分、概念、構(gòu)造(for language)
constructor (ctor) 構(gòu)造函數(shù)、構(gòu)造器
container 容器
containment包容
context 環(huán)境、上下文
control 控件
cookie (不譯)
copy 拷貝
CORBA 通用對(duì)象請(qǐng)求中介架構(gòu)(Common Object Request Broker Architecture)
cover 覆蓋、涵蓋
create/creation 創(chuàng)建、生成
crosstab query 交叉表查詢 (for database)
CRTP (curiously recurring template pattern)
CTS (common type system)通用類型系統(tǒng)
cube 多維數(shù)據(jù)集 (for database)
cursor 光標(biāo)
cursor 游標(biāo) (for database)
custom 定制、自定義
data 數(shù)據(jù)
data connection 數(shù)據(jù)連接 (for database)
Data Control Language (DCL) 數(shù)據(jù)控制語言(DCL) (for database)
Data Definition Language (DDL) 數(shù)據(jù)定義語言(DDL) (for database)
data dictionary 數(shù)據(jù)字典 (for database)
data dictionary view 數(shù)據(jù)字典視圖 (for database)
data file 數(shù)據(jù)文件 (for database)
data integrity 數(shù)據(jù)完整性 (for database)
data manipulation language (DML)數(shù)據(jù)操作語言(DML) (for database)
data mart 數(shù)據(jù)集市 (for database)
data pump 數(shù)據(jù)抽取 (for database)
data scrubbing 數(shù)據(jù)清理 (for database)
data source 數(shù)據(jù)源 (for database)
Data source name (DSN) 數(shù)據(jù)源名稱(DSN) (for database)
data warehouse 數(shù)據(jù)倉庫 (for database)
dataset 數(shù)據(jù)集 (for database)
database 數(shù)據(jù)庫 (for database)
database catalog 數(shù)據(jù)庫目錄 (for database)
database diagram 數(shù)據(jù)關(guān)系圖 (for database)
database file 數(shù)據(jù)庫文件 (for database)
database object 數(shù)據(jù)庫對(duì)象 (for database)
database owner 數(shù)據(jù)庫所有者 (for database)
database project 數(shù)據(jù)庫工程 (for database)
database role 數(shù)據(jù)庫角色 (for database)
database schema 數(shù)據(jù)庫模式、數(shù)據(jù)庫架構(gòu) (for database)
database script 數(shù)據(jù)庫腳本 (for database)
data-bound 數(shù)據(jù)綁定 (for database)
data-aware control數(shù)據(jù)感知控件 (for database)
data member 數(shù)據(jù)成員、成員變量
dataset 數(shù)據(jù)集 (for database)
data source 數(shù)據(jù)源 (for database)
data structure數(shù)據(jù)結(jié)構(gòu)
data table 數(shù)據(jù)表 (for database)
datagram 數(shù)據(jù)報(bào)文
DBMS (database management system)數(shù)據(jù)庫管理系統(tǒng) (for database)
DCOM (distributed COM)分布式COM
dead lock 死鎖 (for database)
deallocate 歸還
debug 調(diào)試
debugger 調(diào)試器
decay 退化
decision support 決策支持
declaration 聲明
declarative referential integrity (DRI)聲明引用完整性(DRI) (for database)
deduction 推導(dǎo)
DEFAULT constraint默認(rèn)約束 (for database)
default database 默認(rèn)數(shù)據(jù)庫 (for database)
default instance 默認(rèn)實(shí)例 (for database)
default result set 默認(rèn)結(jié)果集 (for database)
default 缺省、默認(rèn)值
defer 推遲
definition 定義
delegate 委托
delegation 委托
dependent name
deploy 部署
dereference 解引用
dereference operator (提領(lǐng))運(yùn)算子
derived class 派生類
design by contract 契約式設(shè)計(jì)
design pattern 設(shè)計(jì)模式
destroy 銷毀
destructor(dtor)析構(gòu)函數(shù)、析構(gòu)器
device 設(shè)備
DHTML (dynamic HyperText Markup Language)動(dòng)態(tài)超文本標(biāo)記語言
dialog 對(duì)話框
digest 摘要
digital 數(shù)字的
DIME (Direct Internet Message Encapsulation)直接Internet消息封裝
directive (編譯)指示符
directory 目錄
dirty pages臟頁 (for database)
dirty read 臟讀 (for database)
disassembler 反匯編器
DISCO (Discovery of Web Services)Web Services的查找
disk 盤
dispatch 調(diào)度、分派、派發(fā)(我喜歡“調(diào)度”)
DISPID (Dispatch Identifier)分派標(biāo)識(shí)符
distributed computing 分布式計(jì)算
distributed query 分布式查詢 (for database)
DNA (Distributed interNet Application) 分布式網(wǎng)間應(yīng)用程序
document 文檔
DOM (Document Object Model)文檔對(duì)象模型
dot operator (圓)點(diǎn)操作符
driver 驅(qū)動(dòng)(程序)
DTD (document type definition) 文檔類型定義
double-byte character set (DBCS)雙字節(jié)字符集(DBCS)
dump 轉(zhuǎn)儲(chǔ)
dump file 轉(zhuǎn)儲(chǔ)文件
dynamic cursor 動(dòng)態(tài)游標(biāo) (for database)
dynamic filter 動(dòng)態(tài)篩選 (for database)
dynamic locking 動(dòng)態(tài)鎖定 (for database)
dynamic recovery 動(dòng)態(tài)恢復(fù) (for database)
dynamic snapshot 動(dòng)態(tài)快照 (for database)
dynamic SQL statements 動(dòng)態(tài)SQL語句 (for database)
dynamic assembly 動(dòng)態(tài)裝配件、動(dòng)態(tài)配件
dynamic binding 動(dòng)態(tài)綁定
EAI (enterprise application integration)企業(yè)應(yīng)用程序集成(整合)
EBCO (empty base class optimization) 空基類優(yōu)化(機(jī)制)
e-business 電子商務(wù)
EDI (Dlectronic Data Interchange)電子數(shù)據(jù)交換
efficiency 效率
efficient 高效
end-to-end authentication 端對(duì)端身份驗(yàn)證
end user 最終用戶
engine 引擎
entity 實(shí)體
encapsulation 封裝
enclosing class 外圍類別(與巢狀類別 nested class有關(guān))
enum (enumeration) 枚舉
enumerators 枚舉成員、枚舉器
equal 相等
equality 相等性
equality operator 等號(hào)操作符
error log 錯(cuò)誤日志 (for database)
escape code 轉(zhuǎn)義碼
escape character 轉(zhuǎn)義符、轉(zhuǎn)義字符
exclusive lock 排它鎖 (for database)
explicit transaction 顯式事務(wù) (for database)
evaluate 評(píng)估
event 事件
event driven 事件驅(qū)動(dòng)的
event handler 事件處理器
evidence 證據(jù)
exception 異常
exception declaration 異常聲明
exception handling 異常處理、異常處理機(jī)制
exception-safe 異常安全的
exception specification 異常規(guī)范
exit 退出
explicit 顯式
explicit specialization 顯式特化
export 導(dǎo)出
expression 表達(dá)式
facility 設(shè)施、設(shè)備
fat client 胖客戶端
feature 特性、特征
fetch 提取
field 字段(java)
field 字段 (for database)
field length 字段長度 (for database)
file 文件
filter 篩選 (for database)
finalization 終結(jié)
firewall 防火墻
finalizer 終結(jié)器
firmware 固件
flag 標(biāo)記
flash memory 閃存
flush 刷新
font 字體
foreign key (FK) 外鍵(FK) (for database)
form 窗體
formal parameter 形參
forward declaration 前置聲明
forward-only 只向前的
forward-only cursor 只向前游標(biāo) (for database)
fragmentation 碎片 (for database)
framework 框架
full specialization 完全特化
function 函數(shù)
function call operator (即operator ()) 函數(shù)調(diào)用操作符
function object 函數(shù)對(duì)象
function overloaded resolution函數(shù)重載決議
functionality 功能
function template函數(shù)模板
functor 仿函數(shù)
GAC (global assembly cache) 全局裝配件緩存、全局配件緩存
GC (Garbage collection) 垃圾回收(機(jī)制)、垃圾收集(機(jī)制)
game 游戲
generate 生成
generic 泛化的、一般化的、通用的
generic algorithm通用算法
genericity 泛型
getter (相對(duì)于 setter)取值函數(shù)
global 全局的
global object 全局對(duì)象
global scope resolution operator 全局范圍解析操作符
grant 授權(quán) (for database)
granularity 粒度
group 組、群
group box 分組框
GUI 圖形界面
GUID (Globally Unique Identifier) 全球唯一標(biāo)識(shí)符
hand shaking 握手
handle 句柄
handler 處理器
hard-coded 硬編碼的
hard-copy 截屏圖
hard disk 硬盤
hardware 硬件
hash table 散列表、哈希表
header file頭文件
heap 堆
help file 幫助文件
hierarchy 層次結(jié)構(gòu)、繼承體系
hierarchical data 階層式數(shù)據(jù)、層次式數(shù)據(jù)
hook 鉤子
Host (application)宿主(應(yīng)用程序)
hot key 熱鍵
hyperlink 超鏈接
HTML (HyperText Markup Language) 超文本標(biāo)記語言
HTTP pipeline HTTP管道
HTTP (HyperText Transfer Protocol) 超文本傳輸協(xié)議
icon 圖標(biāo)
IDE (Integrated Development Environment)集成開發(fā)環(huán)境
IDL (Interface Definition Language) 接口定義語言
identifier 標(biāo)識(shí)符
idle time 空閑時(shí)間
if and only if當(dāng)且僅當(dāng)
IL (Intermediate Language) 中間語言、中介語言
image 圖象
IME 輸入法
immediate base 直接基類
immediate derived 直接派生類
immediate updating 即時(shí)更新 (for database)
implicit transaction隱式事務(wù) (for database)
incremental update 增量更新 (for database)
index 索引 (for database)
implement 實(shí)現(xiàn)
implementation 實(shí)現(xiàn)、實(shí)現(xiàn)品
implicit 隱式
import 導(dǎo)入
increment operator 增加操作符
infinite loop 無限循環(huán)
infinite recursive 無限遞歸
information 信息
infrastructure 基礎(chǔ)設(shè)施
inheritance 繼承、繼承機(jī)制
inline 內(nèi)聯(lián)
inline expansion 內(nèi)聯(lián)展開
initialization 初始化
initialization list 初始化列表、初始值列表
initialize 初始化
inner join 內(nèi)聯(lián)接 (for database)
in-place active 現(xiàn)場(chǎng)激活
instance 實(shí)例
instantiated 具現(xiàn)化、實(shí)體化(常應(yīng)用于template)
instantiation 具現(xiàn)體、具現(xiàn)化實(shí)體(常應(yīng)用于template)
integrate 集成、整合
integrity 完整性、一致性
integrity constraint完整性約束 (for database)
interprocess communication (IPC)進(jìn)程間通訊(IPC)
interacts 交互
interface 接口
for GUI 界面
interoperability 互操作性、互操作能力
interpreter 解釋器
introspection 自省
invariants 不變性
invoke 調(diào)用
isolation level 隔離級(jí)別 (for database)
iterate 迭代
iterative 反復(fù)的、迭代的
iterator 迭代器
iteration 迭代(回圈每次輪回稱為一個(gè)iteration)
item 項(xiàng)、條款、項(xiàng)目
JIT compilation JIT編譯 即時(shí)編譯
key 鍵 (for database)
key column 鍵列 (for database)
laser 激光
late binding 遲綁定
left outer join 左向外聯(lián)接 (for database)
level 階、層例
high level 高階、高層
library 庫
lifetime 生命期、壽命
link 連接、鏈接
linkage 連接、鏈接
linker 連接器、鏈接器
literal constant 字面常數(shù)
list 列表、表、鏈表
list box 列表框
livelock 活鎖 (for database)
load 裝載、加載
load balancing 負(fù)載平衡
loader 裝載器、載入器
local 局部的
local object 局部對(duì)象
lock 鎖
log 日志
login 登錄
login security mode登錄安全模式 (for database)
lookup table 查找表 (for database)
loop 循環(huán)
loose coupling 松散耦合
lvalue 左值
machine code 機(jī)器碼、機(jī)器代碼
macro 宏
maintain 維護(hù)
managed code 受控代碼、托管代碼
Managed Extensions 受控?cái)U(kuò)充件、托管擴(kuò)展
managed object 受控對(duì)象、托管對(duì)象
mangled name
manifest 清單
manipulator 操縱器(iostream預(yù)先定義的一種東西)
many-to-many relationship 多對(duì)多關(guān)系 (for database)
many-to-one relationship 多對(duì)一關(guān)系 (for database)
marshal 列集
member 成員
member access operator 成員取用運(yùn)算子(有dot和arrow兩種)
member function 成員函數(shù)
member initialization list成員初始值列表
memberwise 以member為單元…、members 逐一…
memberwise copy
memory 內(nèi)存
memory leak 內(nèi)存泄漏
menu 菜單
message 消息
message based 基于消息的
message loop 消息環(huán)
message queuing消息隊(duì)列
metadata 元數(shù)據(jù)
metaprogramming元編程
method 方法
micro 微
middleware 中間件
middle tier 中間層
modeling 建模
modeling language 建模語言
modifier 修飾字、修飾符
modem 調(diào)制解調(diào)器
module 模塊
most derived class最底層的派生類
mouse 鼠標(biāo)
mutable 可變的
mutex 互斥元、互斥體
multidimensional OLAP (MOLAP) 多維OLAP(MOLAP) (for database)
multithreaded server application 多線程服務(wù)器應(yīng)用程序
multiuser 多用戶
multi-tasking 多任務(wù)
multi-thread 多線程
multicast delegate 組播委托、多點(diǎn)委托
named parameter 命名參數(shù)
named pipe 命名管道
namespace 名字空間、命名空間
native 原生的、本地的
native code 本地碼、本機(jī)碼
Native Image Generator (NGEN)本地映像生成器
nested class 嵌套類
nested query 嵌套查詢 (for database)
nested table 嵌套表 (for database)
network 網(wǎng)絡(luò)
network card 網(wǎng)卡
nondependent name
object 對(duì)象
object based 基于對(duì)象的
object file 目標(biāo)文件
object model 對(duì)象模型
object oriented 面向?qū)ο蟮?br />laser 激光
late binding 遲綁定
left outer join 左向外聯(lián)接 (for database)
level 階、層例
high level 高階、高層
library 庫
lifetime 生命期、壽命
link 連接、鏈接
linkage 連接、鏈接
linker 連接器、鏈接器
literal constant 字面常數(shù)
list 列表、表、鏈表
list box 列表框
livelock 活鎖 (for database)
load 裝載、加載
load balancing 負(fù)載平衡
loader 裝載器、載入器
local 局部的
local object 局部對(duì)象
lock 鎖
log 日志
login 登錄
login security mode登錄安全模式 (for database)
lookup table 查找表 (for database)
loop 循環(huán)
loose coupling 松散耦合
lvalue 左值
machine code 機(jī)器碼、機(jī)器代碼
macro 宏
maintain 維護(hù)
managed code 受控代碼、托管代碼
Managed Extensions 受控?cái)U(kuò)充件、托管擴(kuò)展
managed object 受控對(duì)象、托管對(duì)象
mangled name
manifest 清單
manipulator 操縱器(iostream預(yù)先定義的一種東西)
many-to-many relationship 多對(duì)多關(guān)系 (for database)
many-to-one relationship 多對(duì)一關(guān)系 (for database)
marshal 列集
member 成員
member access operator 成員取用運(yùn)算子(有dot和arrow兩種)
member function 成員函數(shù)
member initialization list成員初始值列表
memberwise 以member為單元…、members 逐一…
memberwise copy
memory 內(nèi)存
memory leak 內(nèi)存泄漏
menu 菜單
message 消息
message based 基于消息的
message loop 消息環(huán)
message queuing消息隊(duì)列
metadata 元數(shù)據(jù)
metaprogramming元編程
method 方法
micro 微
middleware 中間件
middle tier 中間層
modeling 建模
modeling language 建模語言
modifier 修飾字、修飾符
modem 調(diào)制解調(diào)器
module 模塊
most derived class最底層的派生類
mouse 鼠標(biāo)
mutable 可變的
mutex 互斥元、互斥體
multidimensional OLAP (MOLAP) 多維OLAP(MOLAP) (for database)
multithreaded server application 多線程服務(wù)器應(yīng)用程序
multiuser 多用戶
multi-tasking 多任務(wù)
multi-thread 多線程
multicast delegate 組播委托、多點(diǎn)委托
named parameter 命名參數(shù)
named pipe 命名管道
namespace 名字空間、命名空間
native 原生的、本地的
native code 本地碼、本機(jī)碼
Native Image Generator (NGEN)
硬件類(Hardware)
軟件類(Software)
網(wǎng)絡(luò)類(Network)
CPU(Center Processor Unit)中央處理單元
mainboard主板
RAM(random access
memory)隨機(jī)存儲(chǔ)器(內(nèi)存)
ROM(Read Only Memory)只讀存儲(chǔ)器
Floppy Disk軟盤
Hard Disk硬盤
CD-ROM光盤驅(qū)動(dòng)器(光驅(qū))
monitor監(jiān)視器
keyboard鍵盤
mouse鼠標(biāo)
chip芯片
CD-R光盤刻錄機(jī)
HUB集線器
Modem= MOdulator-DEModulator,調(diào)制解調(diào)器
P-P(Plug and Play)即插即用
UPS(Uninterruptable Power Supply)不間斷電源
BIOS(Basic-input-Output
System)基本輸入輸出系統(tǒng)
CMOS(Complementary Metal-Oxide-Semiconductor)互補(bǔ)金屬氧化物半導(dǎo)體
setup安裝
uninstall卸載
wizzard向?qū)?
OS(Operation Systrem)操作系統(tǒng)
OA(Office AutoMation)辦公自動(dòng)化
exit退出
edit編輯
copy復(fù)制
cut剪切
paste粘貼
delete刪除
select選擇
find查找
select all全選
replace替換
undo撤消
redo重做
program程序
license許可(證)
back前一步
next下一步
finish結(jié)束
folder文件夾
Destination Folder目的文件夾
user用戶
click點(diǎn)擊
double click雙擊
right click右擊
settings設(shè)置
update更新
release發(fā)布
data數(shù)據(jù)
data base數(shù)據(jù)庫
DBMS(Data Base Manege
System)數(shù)據(jù)庫管理系統(tǒng)
view視圖
insert插入
object對(duì)象
configuration配置
command命令
document文檔
POST(power-on-self-test)電源自檢程序
cursor光標(biāo)
attribute屬性
icon圖標(biāo)
service pack服務(wù)補(bǔ)丁
option pack功能補(bǔ)丁
Demo演示
short cut快捷方式
exception異常
debug調(diào)試
previous前一個(gè)
column行
row列
restart重新啟動(dòng)
text文本
font字體
size大小
scale比例
interface界面
function函數(shù)
access訪問
manual指南
active激活
computer language計(jì)算機(jī)語言
menu菜單
GUI(graphical user
interfaces )圖形用戶界面
template模版
page setup頁面設(shè)置
password口令
code密碼
print preview打印預(yù)覽
zoom in放大
zoom out縮小
pan漫游
cruise漫游
full screen全屏
tool bar工具條
status bar狀態(tài)條
ruler標(biāo)尺
table表
paragraph段落
symbol符號(hào)
style風(fēng)格
execute執(zhí)行
graphics圖形
image圖像
Unix用于服務(wù)器的一種操作系統(tǒng)
Mac OS蘋果公司開發(fā)的操作系統(tǒng)
OO(Object-Oriented)面向?qū)ο?
virus病毒
file文件
open打開
colse關(guān)閉
new新建
save保存
exit退出
clear清除
default默認(rèn)
LAN局域網(wǎng)
WAN廣域網(wǎng)
Client/Server客戶機(jī)/服務(wù)器
ATM( Asynchronous
Transfer Mode)異步傳輸模式
Windows NT微軟公司的網(wǎng)絡(luò)操作系統(tǒng)
Internet互聯(lián)網(wǎng)
WWW(World Wide Web)萬維網(wǎng)
protocol協(xié)議
HTTP超文本傳輸協(xié)議
FTP文件傳輸協(xié)議
Browser瀏覽器
homepage主頁
Webpage網(wǎng)頁
website網(wǎng)站
URL在Internet的WWW服務(wù)程序上
用于指定信息位置的表示方法
Online在線
Email電子郵件
ICQ網(wǎng)上尋呼
Firewall防火墻
Gateway網(wǎng)關(guān)
HTML超文本標(biāo)識(shí)語言
hypertext超文本
hyperlink超級(jí)鏈接
IP(Address)互聯(lián)網(wǎng)協(xié)議(地址)
SearchEngine搜索引擎
TCP/IP用于網(wǎng)絡(luò)的一組通訊協(xié)議
Telnet遠(yuǎn)程登錄
IE(Internet Explorer)探索者(微軟公司的網(wǎng)絡(luò)瀏覽器)
Navigator引航者(網(wǎng)景公司的瀏覽器)
multimedia多媒體
ISO國際標(biāo)準(zhǔn)化組織
ANSI美國國家標(biāo)準(zhǔn)協(xié)會(huì)
able 能
activefile 活動(dòng)文件
addwatch 添加監(jiān)視點(diǎn)
allfiles 所有文件
allrightsreserved 所有的權(quán)力保留
altdirlst 切換目錄格式
andfixamuchwiderrangeofdiskproblems 并能夠解決更大范圍內(nèi)的磁盤問題
andotherinFORMation 以及其它的信息
archivefileattribute 歸檔文件屬性
assignto 指定到
autoanswer 自動(dòng)應(yīng)答
autodetect 自動(dòng)檢測(cè)
autoindent 自動(dòng)縮進(jìn)
autosave 自動(dòng)存儲(chǔ)
availableonvolume 該盤剩余空間
badcommand 命令錯(cuò)
badcommandorfilename 命令或文件名錯(cuò)
batchparameters 批處理參數(shù)
binaryfile 二進(jìn)制文件
binaryfiles 二進(jìn)制文件
borlandinternational borland國際公司
bottommargin 頁下空白
bydate 按日期
byextension 按擴(kuò)展名
byname 按名稱
bytesfree 字節(jié)空閑
callstack 調(diào)用棧
casesensitive 區(qū)分大小寫
causespromptingtoconfirmyouwanttooverwritean 要求出現(xiàn)確認(rèn)提示,在你想覆蓋一個(gè)
centralpointsoftwareinc central point 軟件股份公司
changedirectory 更換目錄
changedrive 改變驅(qū)動(dòng)器
changename 更改名稱
characterset 字符集
checkingfor 正在檢查
checksadiskanddisplaysastatusreport 檢查磁盤并顯示一個(gè)狀態(tài)報(bào)告
chgdrivepath 改變盤/路徑
china 中國
chooseoneofthefollowing 從下列中選一項(xiàng)
clearall 全部清除
clearallbreakpoints 清除所有斷點(diǎn)
clearsanattribute 清除屬性
clearscommandhistory 清除命令歷史
clearscreen 清除屏幕
closeall 關(guān)閉所有文件
codegeneration 代碼生成
colorpalette 彩色調(diào)色板
commandline 命令行
commandprompt 命令提示符
compressedfile 壓縮文件
configuresaharddiskforusewithmsdos 配置硬盤,以為 MS-DOS 所用
conventionalmemory 常規(guī)內(nèi)存
copiesdirectoriesandsubdirectorie***ceptemptyones 拷貝目錄和子目錄,空的除外
copiesfilththearchiveattributeset 拷貝設(shè)置了歸檔屬性的文件
copiesoneormorefilestoanotherlocation 把文件拷貝或搬移至另一地方
copiesthecontentsofonefloppydisktoanother 把一個(gè)軟盤的內(nèi)容拷貝到另一個(gè)軟盤上
copydiskette 復(fù)制磁盤
copymovecompfindrenamedeletevervieweditattribwordpprintlist C拷貝M移動(dòng) O比 F搜索R改名 D刪除 V版本 E瀏覽A屬性 W寫字 P打印 L列表
copyrightc 版權(quán)(c
createdospartitionorlogicaldosdrive 創(chuàng)建DOS分區(qū)或邏輯DOS驅(qū)動(dòng)器
createextendeddospartition 創(chuàng)建擴(kuò)展DOS分區(qū)
createlogicaldosdrivesintheextendeddospartition 在擴(kuò)展DOS分區(qū)中創(chuàng)建邏輯DOS驅(qū)動(dòng)器
createprimarydospartition 創(chuàng)建DOS主分區(qū)
createsadirectory 創(chuàng)建一個(gè)目錄
createschangesordeletesthevolumelabelofadisk 創(chuàng)建,改變或刪除磁盤的卷標(biāo)
currentfile 當(dāng)前文件
currentfixeddiskdrive 當(dāng)前硬盤驅(qū)動(dòng)器
currentsettings 當(dāng)前設(shè)置
currenttime 當(dāng)前時(shí)間
cursorposition 光標(biāo)位置
defrag 整理碎片
dele 刪去
deletepartitionorlogicaldosdrive 刪除分區(qū)或邏輯DOS驅(qū)動(dòng)器
deletesadirectoryandallthesubdirectoriesandfilesinit 刪除一個(gè)目錄和所有的子目錄及其中的所有文件
deltree 刪除樹
devicedriver 設(shè)備驅(qū)動(dòng)程序
dialogbox 對(duì)話欄
directionkeys 方向鍵
directly 直接地
directorylistargument 目錄顯示變量
directoryof 目錄清單
directorystructure 目錄結(jié)構(gòu)
diskaccess 磁盤存取
diskcopy 磁盤拷貝
diskservicescopycomparefindrenameverifyvieweditmaplocateinitialize 磁盤服務(wù)功能: C拷貝 O比較 F搜索R改卷名V校驗(yàn) 瀏覽E編緝M圖 L找文件 N格式化
diskspace 磁盤空間
displayfile 顯示文件
displayoptions 顯示選項(xiàng)
displaypartitioninFORMation 顯示分區(qū)信息
displaysfilesinspecifieddirectoryandallsubdirectories 顯示指定目錄和所有目錄下的文件
displaysfilthspecifiedattributes 顯示指定屬性的文件
displaysorchangesfileattributes 顯示或改變文件屬性
displaysorsetsthedate 顯示或設(shè)備日期
displayssetupscreensinmonochromeinsteadofcolor 以單色而非彩色顯示安裝屏信息
displaystheamountofusedandfreememoryinyoursystem 顯示系統(tǒng)中已用和未用的內(nèi)存數(shù)量
displaysthefullpathandnameofeveryfileonthedisk 顯示磁盤上所有文件的完整路徑和名稱
displaysthenameoforchangesthecurrentdirectory 顯示或改變當(dāng)前目錄
doctor 醫(yī)生
doesn 不
doesntchangetheattribute 不要改變屬性
dosshell DOS 外殼
doubleclick 雙擊
doyouwanttodisplaythelogicaldriveinFORMationyn 你想顯示邏輯驅(qū)動(dòng)器信息嗎(y/n)?
driveletter 驅(qū)動(dòng)器名
editmenu 編輯選單
emsmemory ems內(nèi)存
endoffile 文件尾
endofline 行尾
enterchoice 輸入選擇
entiredisk 轉(zhuǎn)換磁盤
environmentvariable 環(huán)境變量
esc esc
everyfileandsubdirectory 所有的文件和子目錄
existingdestinationfile 已存在的目錄文件時(shí)
expandedmemory 擴(kuò)充內(nèi)存
expandtabs 擴(kuò)充標(biāo)簽
explicitly 明確地
extendedmemory 擴(kuò)展內(nèi)存
fastest 最快的
fatfilesystem fat 文件系統(tǒng)
fdiskoptions fdisk選項(xiàng)
fileattributes 文件屬性
fileFORMat 文件格式
filefunctions 文件功能
fileselection 文件選擇
fileselectionargument 文件選擇變?cè)?
filesin 文件在
filesinsubdir 子目錄中文件
fileslisted 列出文件
filespec 文件說明
filespecification 文件標(biāo)識(shí)
filesselected 選中文件
findfile 文件查尋
fixeddisk 硬盤
fixeddisksetupprogram 硬盤安裝程序
fixeserrorsonthedisk 解決磁盤錯(cuò)誤
floppydisk 軟盤
FORMatdiskette 格式化磁盤
FORMatsadiskforusewithmsdos 格式化用于MS-DOS的磁盤
FORMfeed 進(jìn)紙
freememory 閑置內(nèi)存
fullscreen 全屏幕
functionprocedure 函數(shù)過程
graphical 圖解的
graphicslibrary 圖形庫
groupdirectoriesfirst 先顯示目錄組
hangup 掛斷
harddisk 硬盤
hardwaredetection 硬件檢測(cè)
ha**een 已經(jīng)
helpfile 幫助文件
helpindex 幫助索引
helpinFORMation 幫助信息
helppath 幫助路徑
helpscreen 幫助屏
helptext 幫助說明
helptopics 幫助主題
helpwindow 幫助窗口
hiddenfile 隱含文件
hiddenfileattribute 隱含文件屬性
hiddenfiles 隱含文件
howto 操作方式
ignorecase 忽略大小寫
inbothconventionalanduppermemory 在常規(guī)和上位內(nèi)存
incorrectdos 不正確的DOS
incorrectdosversion DOS 版本不正確
indicatesabinaryfile 表示是一個(gè)二進(jìn)制文件
indicatesanasciitextfile 表示是一個(gè)ascii文本文件
insertmode 插入方式
insteadofusingchkdsktryusingscandisk 請(qǐng)用scandisk,不要用chkdsk
inuse 在使用
invaliddirectory 無效的目錄
is 是
kbytes 千字節(jié)
keyboardtype 鍵盤類型
labeldisk 標(biāo)注磁盤
laptop 膝上
largestexecutableprogram 最大可執(zhí)行程序
largestmemoryblockavailable 最大內(nèi)存塊可用
lefthanded 左手習(xí)慣
leftmargin 左邊界
linenumber 行號(hào)
linenumbers 行號(hào)
linespacing 行間距
listbyfilesinsortedorder 按指定順序顯示文件
listfile 列表文件
listof 清單
locatefile 文件定位
lookat 查看
lookup 查找
macroname 宏名字
makedirectory 創(chuàng)建目錄
memoryinfo 內(nèi)存信息
memorymodel 內(nèi)存模式
menubar 菜單條
menucommand 菜單命令
menus 菜單
messagewindow 信息窗口
microsoft 微軟
microsoftantivirus 微軟反病毒軟件
microsoftcorporation 微軟公司
mini 小的
modemsetup 調(diào)制解調(diào)器安裝
modulename 模塊名
monitormode 監(jiān)控狀態(tài)
monochromemonitor 單色監(jiān)視器
moveto 移至
multi 多
newdata 新建數(shù)據(jù)
newer 更新的
newfile 新文件
newname 新名稱
newwindow 新建窗口
norton norton
nostack 棧未定義
noteusedeltreecautiously 注意:小心使用deltree
onlinehelp 聯(lián)機(jī)求助
optionally 可選擇地
or 或
pageframe 頁面
pagelength 頁長
pausesaftereachscreenfulofinFORMation 在顯示每屏信息后暫停一下
pctools pc工具
postscript 附言
prefixmeaningnot 前綴意即"不
prefixtoreverseorder 反向顯示的前綴
presetche**yprefixingantchwithhyphenforexamplew 用前綴和放在短橫線-后的開關(guān)(例如/-w)預(yù)置開關(guān)
pressakeytoresume 按一鍵繼續(xù)
pressanykeyforfilefunctions 敲任意鍵執(zhí)行文件功能
pressentertokeepthesamedate 敲回車以保持相同的日期
pressentertokeepthesametime 敲回車以保持相同的時(shí)間
pressesctocontinue 敲esc繼續(xù)
pressesctoexit 敲鍵退出
pressesctoexitfdisk 敲esc退出fdisk
pressesctoreturntofdiskoptions 敲esc返回fdisk選項(xiàng)
(轉(zhuǎn)載)
Computer Vocabulary In Common Use
硬件類(Hardware)
軟件類(Software)
網(wǎng)絡(luò)類(Network)
CPU(Center Processor Unit)中央處理單元
mainboard主板
RAM(random access
memory)隨機(jī)存儲(chǔ)器(內(nèi)存)
ROM(Read Only Memory)只讀存儲(chǔ)器
Floppy Disk軟盤
Hard Disk硬盤
CD-ROM光盤驅(qū)動(dòng)器(光驅(qū))
monitor監(jiān)視器
keyboard鍵盤
mouse鼠標(biāo)
chip芯片
CD-R光盤刻錄機(jī)
HUB集線器
Modem= MOdulator-DEModulator,調(diào)制解調(diào)器
P-P(Plug and Play)即插即用
UPS(Uninterruptable Power Supply)不間斷電源
BIOS(Basic-input-Output
System)基本輸入輸出系統(tǒng)
CMOS(Complementary Metal-Oxide-Semiconductor)互補(bǔ)金屬氧化物半導(dǎo)體
setup安裝
uninstall卸載
wizzard向?qū)?
OS(Operation Systrem)操作系統(tǒng)
OA(Office AutoMation)辦公自動(dòng)化
exit退出
edit編輯
copy復(fù)制
cut剪切
paste粘貼
delete刪除
select選擇
find查找
select all全選
replace替換
undo撤消
redo重做
program程序
license許可(證)
back前一步
next下一步
finish結(jié)束
folder文件夾
Destination Folder目的文件夾
user用戶
click點(diǎn)擊
double click雙擊
right click右擊
settings設(shè)置
update更新
release發(fā)布
data數(shù)據(jù)
data base數(shù)據(jù)庫
DBMS(Data Base Manege
System)數(shù)據(jù)庫管理系統(tǒng)
view視圖
insert插入
object對(duì)象
configuration配置
command命令
document文檔
POST(power-on-self-test)電源自檢程序
cursor光標(biāo)
attribute屬性
icon圖標(biāo)
service pack服務(wù)補(bǔ)丁
option pack功能補(bǔ)丁
Demo演示
short cut快捷方式
exception異常
debug調(diào)試
previous前一個(gè)
column行
row列
restart重新啟動(dòng)
text文本
font字體
size大小
scale比例
interface界面
function函數(shù)
access訪問
manual指南
active激活
computer language計(jì)算機(jī)語言
menu菜單
GUI(graphical user
interfaces )圖形用戶界面
template模版
page setup頁面設(shè)置
password口令
code密碼
print preview打印預(yù)覽
zoom in放大
zoom out縮小
pan漫游
cruise漫游
full screen全屏
tool bar工具條
status bar狀態(tài)條
ruler標(biāo)尺
table表
paragraph段落
symbol符號(hào)
style風(fēng)格
execute執(zhí)行
graphics圖形
image圖像
Unix用于服務(wù)器的一種操作系統(tǒng)
Mac OS蘋果公司開發(fā)的操作系統(tǒng)
OO(Object-Oriented)面向?qū)ο?
virus病毒
file文件
open打開
colse關(guān)閉
new新建
save保存
exit退出
clear清除
default默認(rèn)
LAN局域網(wǎng)
WAN廣域網(wǎng)
Client/Server客戶機(jī)/服務(wù)器
ATM( Asynchronous
Transfer Mode)異步傳輸模式
Windows NT微軟公司的網(wǎng)絡(luò)操作系統(tǒng)
Internet互聯(lián)網(wǎng)
WWW(World Wide Web)萬維網(wǎng)
protocol協(xié)議
HTTP超文本傳輸協(xié)議
FTP文件傳輸協(xié)議
Browser瀏覽器
homepage主頁
Webpage網(wǎng)頁
website網(wǎng)站
URL在Internet的WWW服務(wù)程序上
用于指定信息位置的表示方法
Online在線
Email電子郵件
ICQ網(wǎng)上尋呼
Firewall防火墻
Gateway網(wǎng)關(guān)
HTML超文本標(biāo)識(shí)語言
hypertext超文本
hyperlink超級(jí)鏈接
IP(Address)互聯(lián)網(wǎng)協(xié)議(地址)
SearchEngine搜索引擎
TCP/IP用于網(wǎng)絡(luò)的一組通訊協(xié)議
Telnet遠(yuǎn)程登錄
IE(Internet Explorer)探索者(微軟公司的網(wǎng)絡(luò)瀏覽器)
Navigator引航者(網(wǎng)景公司的瀏覽器)
multimedia多媒體
ISO國際標(biāo)準(zhǔn)化組織
ANSI美國國家標(biāo)準(zhǔn)協(xié)會(huì)
able 能
activefile 活動(dòng)文件
addwatch 添加監(jiān)視點(diǎn)
allfiles 所有文件
allrightsreserved 所有的權(quán)力保留
altdirlst 切換目錄格式
andfixamuchwiderrangeofdiskproblems 并能夠解決更大范圍內(nèi)的磁盤問題
andotherinFORMation 以及其它的信息
archivefileattribute 歸檔文件屬性
assignto 指定到
autoanswer 自動(dòng)應(yīng)答
autodetect 自動(dòng)檢測(cè)
autoindent 自動(dòng)縮進(jìn)
autosave 自動(dòng)存儲(chǔ)
availableonvolume 該盤剩余空間
badcommand 命令錯(cuò)
badcommandorfilename 命令或文件名錯(cuò)
batchparameters 批處理參數(shù)
binaryfile 二進(jìn)制文件
binaryfiles 二進(jìn)制文件
borlandinternational borland國際公司
bottommargin 頁下空白
bydate 按日期
byextension 按擴(kuò)展名
byname 按名稱
bytesfree 字節(jié)空閑
callstack 調(diào)用棧
casesensitive 區(qū)分大小寫
causespromptingtoconfirmyouwanttooverwritean 要求出現(xiàn)確認(rèn)提示,在你想覆蓋一個(gè)
centralpointsoftwareinc central point 軟件股份公司
changedirectory 更換目錄
changedrive 改變驅(qū)動(dòng)器
changename 更改名稱
characterset 字符集
checkingfor 正在檢查
checksadiskanddisplaysastatusreport 檢查磁盤并顯示一個(gè)狀態(tài)報(bào)告
chgdrivepath 改變盤/路徑
china 中國
chooseoneofthefollowing 從下列中選一項(xiàng)
clearall 全部清除
clearallbreakpoints 清除所有斷點(diǎn)
clearsanattribute 清除屬性
clearscommandhistory 清除命令歷史
clearscreen 清除屏幕
closeall 關(guān)閉所有文件
codegeneration 代碼生成
colorpalette 彩色調(diào)色板
commandline 命令行
commandprompt 命令提示符
compressedfile 壓縮文件
configuresaharddiskforusewithmsdos 配置硬盤,以為 MS-DOS 所用
conventionalmemory 常規(guī)內(nèi)存
copiesdirectoriesandsubdirectorie***ceptemptyones 拷貝目錄和子目錄,空的除外
copiesfilththearchiveattributeset 拷貝設(shè)置了歸檔屬性的文件
copiesoneormorefilestoanotherlocation 把文件拷貝或搬移至另一地方
copiesthecontentsofonefloppydisktoanother 把一個(gè)軟盤的內(nèi)容拷貝到另一個(gè)軟盤上
copydiskette 復(fù)制磁盤
copymovecompfindrenamedeletevervieweditattribwordpprintlist C拷貝M移動(dòng) O比 F搜索R改名 D刪除 V版本 E瀏覽A屬性 W寫字 P打印 L列表
copyrightc 版權(quán)(c
createdospartitionorlogicaldosdrive 創(chuàng)建DOS分區(qū)或邏輯DOS驅(qū)動(dòng)器
createextendeddospartition 創(chuàng)建擴(kuò)展DOS分區(qū)
createlogicaldosdrivesintheextendeddospartition 在擴(kuò)展DOS分區(qū)中創(chuàng)建邏輯DOS驅(qū)動(dòng)器
createprimarydospartition 創(chuàng)建DOS主分區(qū)
createsadirectory 創(chuàng)建一個(gè)目錄
createschangesordeletesthevolumelabelofadisk 創(chuàng)建,改變或刪除磁盤的卷標(biāo)
currentfile 當(dāng)前文件
currentfixeddiskdrive 當(dāng)前硬盤驅(qū)動(dòng)器
currentsettings 當(dāng)前設(shè)置
currenttime 當(dāng)前時(shí)間
cursorposition 光標(biāo)位置
defrag 整理碎片
dele 刪去
deletepartitionorlogicaldosdrive 刪除分區(qū)或邏輯DOS驅(qū)動(dòng)器
deletesadirectoryandallthesubdirectoriesandfilesinit 刪除一個(gè)目錄和所有的子目錄及其中的所有文件
deltree 刪除樹
devicedriver 設(shè)備驅(qū)動(dòng)程序
dialogbox 對(duì)話欄
directionkeys 方向鍵
directly 直接地
directorylistargument 目錄顯示變量
directoryof 目錄清單
directorystructure 目錄結(jié)構(gòu)
diskaccess 磁盤存取
diskcopy 磁盤拷貝
diskservicescopycomparefindrenameverifyvieweditmaplocateinitialize 磁盤服務(wù)功能: C拷貝 O比較 F搜索R改卷名V校驗(yàn) 瀏覽E編緝M圖 L找文件 N格式化
diskspace 磁盤空間
displayfile 顯示文件
displayoptions 顯示選項(xiàng)
displaypartitioninFORMation 顯示分區(qū)信息
displaysfilesinspecifieddirectoryandallsubdirectories 顯示指定目錄和所有目錄下的文件
displaysfilthspecifiedattributes 顯示指定屬性的文件
displaysorchangesfileattributes 顯示或改變文件屬性
displaysorsetsthedate 顯示或設(shè)備日期
displayssetupscreensinmonochromeinsteadofcolor 以單色而非彩色顯示安裝屏信息
displaystheamountofusedandfreememoryinyoursystem 顯示系統(tǒng)中已用和未用的內(nèi)存數(shù)量
displaysthefullpathandnameofeveryfileonthedisk 顯示磁盤上所有文件的完整路徑和名稱
displaysthenameoforchangesthecurrentdirectory 顯示或改變當(dāng)前目錄
doctor 醫(yī)生
doesn 不
doesntchangetheattribute 不要改變屬性
dosshell DOS 外殼
doubleclick 雙擊
doyouwanttodisplaythelogicaldriveinFORMationyn 你想顯示邏輯驅(qū)動(dòng)器信息嗎(y/n)?
driveletter 驅(qū)動(dòng)器名
editmenu 編輯選單
emsmemory ems內(nèi)存
endoffile 文件尾
endofline 行尾
enterchoice 輸入選擇
entiredisk 轉(zhuǎn)換磁盤
environmentvariable 環(huán)境變量
esc esc
everyfileandsubdirectory 所有的文件和子目錄
existingdestinationfile 已存在的目錄文件時(shí)
expandedmemory 擴(kuò)充內(nèi)存
expandtabs 擴(kuò)充標(biāo)簽
explicitly 明確地
extendedmemory 擴(kuò)展內(nèi)存
fastest 最快的
fatfilesystem fat 文件系統(tǒng)
fdiskoptions fdisk選項(xiàng)
fileattributes 文件屬性
fileFORMat 文件格式
filefunctions 文件功能
fileselection 文件選擇
fileselectionargument 文件選擇變?cè)?
filesin 文件在
filesinsubdir 子目錄中文件
fileslisted 列出文件
filespec 文件說明
filespecification 文件標(biāo)識(shí)
filesselected 選中文件
findfile 文件查尋
fixeddisk 硬盤
fixeddisksetupprogram 硬盤安裝程序
fixeserrorsonthedisk 解決磁盤錯(cuò)誤
floppydisk 軟盤
FORMatdiskette 格式化磁盤
FORMatsadiskforusewithmsdos 格式化用于MS-DOS的磁盤
FORMfeed 進(jìn)紙
freememory 閑置內(nèi)存
fullscreen 全屏幕
functionprocedure 函數(shù)過程
graphical 圖解的
graphicslibrary 圖形庫
groupdirectoriesfirst 先顯示目錄組
hangup 掛斷
harddisk 硬盤
hardwaredetection 硬件檢測(cè)
ha**een 已經(jīng)
helpfile 幫助文件
helpindex 幫助索引
helpinFORMation 幫助信息
helppath 幫助路徑
helpscreen 幫助屏
helptext 幫助說明
helptopics 幫助主題
helpwindow 幫助窗口
hiddenfile 隱含文件
hiddenfileattribute 隱含文件屬性
hiddenfiles 隱含文件
howto 操作方式
ignorecase 忽略大小寫
inbothconventionalanduppermemory 在常規(guī)和上位內(nèi)存
incorrectdos 不正確的DOS
incorrectdosversion DOS 版本不正確
indicatesabinaryfile 表示是一個(gè)二進(jìn)制文件
indicatesanasciitextfile 表示是一個(gè)ascii文本文件
insertmode 插入方式
insteadofusingchkdsktryusingscandisk 請(qǐng)用scandisk,不要用chkdsk
inuse 在使用
invaliddirectory 無效的目錄
is 是
kbytes 千字節(jié)
keyboardtype 鍵盤類型
labeldisk 標(biāo)注磁盤
laptop 膝上
largestexecutableprogram 最大可執(zhí)行程序
largestmemoryblockavailable 最大內(nèi)存塊可用
lefthanded 左手習(xí)慣
leftmargin 左邊界
linenumber 行號(hào)
linenumbers 行號(hào)
linespacing 行間距
listbyfilesinsortedorder 按指定順序顯示文件
listfile 列表文件
listof 清單
locatefile 文件定位
lookat 查看
lookup 查找
macroname 宏名字
makedirectory 創(chuàng)建目錄
memoryinfo 內(nèi)存信息
memorymodel 內(nèi)存模式
menubar 菜單條
menucommand 菜單命令
menus 菜單
messagewindow 信息窗口
microsoft 微軟
microsoftantivirus 微軟反病毒軟件
microsoftcorporation 微軟公司
mini 小的
modemsetup 調(diào)制解調(diào)器安裝
modulename 模塊名
monitormode 監(jiān)控狀態(tài)
monochromemonitor 單色監(jiān)視器
moveto 移至
multi 多
newdata 新建數(shù)據(jù)
newer 更新的
newfile 新文件
newname 新名稱
newwindow 新建窗口
norton norton
nostack 棧未定義
noteusedeltreecautiously 注意:小心使用deltree
onlinehelp 聯(lián)機(jī)求助
optionally 可選擇地
or 或
pageframe 頁面
pagelength 頁長
pausesaftereachscreenfulofinFORMation 在顯示每屏信息后暫停一下
pctools pc工具
postscript 附言
prefixmeaningnot 前綴意即"不
prefixtoreverseorder 反向顯示的前綴
presetche**yprefixingantchwithhyphenforexamplew 用前綴和放在短橫線-后的開關(guān)(例如/-w)預(yù)置開關(guān)
pressakeytoresume 按一鍵繼續(xù)
pressanykeyforfilefunctions 敲任意鍵執(zhí)行文件功能
pressentertokeepthesamedate 敲回車以保持相同的日期
pressentertokeepthesametime 敲回車以保持相同的時(shí)間
pressesctocontinue 敲esc繼續(xù)
pressesctoexit 敲鍵退出
pressesctoexitfdisk 敲esc退出fdisk
pressesctoreturntofdiskoptions 敲esc返回fdisk選項(xiàng)
建議可以多記記-計(jì)算機(jī)常用英語術(shù)語,把一些基本的電腦操作英文名記下來(多應(yīng)用),見多了,也能大致的把英文意思記下來哦:)~~
推薦一些計(jì)算機(jī)常用英語術(shù)語、詞匯表:)~~
Computer Vocabulary In Common Use
一、硬件類(Hardware)
二、軟件類(Software)
三、網(wǎng)絡(luò)類(Network)
CPU(Center Processor Unit)中央處理單元
mainboard主板
RAM(random access
memory)隨機(jī)存儲(chǔ)器(內(nèi)存)
ROM(Read Only Memory)只讀存儲(chǔ)器
Floppy Disk軟盤
Hard Disk硬盤
CD-ROM光盤驅(qū)動(dòng)器(光驅(qū))
monitor監(jiān)視器
keyboard鍵盤
mouse鼠標(biāo)
chip芯片
CD-R光盤刻錄機(jī)
access arm 磁頭臂,存取臂
access time 存取時(shí)間
adder 加法器
address 地址
alphanumeric 字母數(shù)字的
analog computer 模擬計(jì)算機(jī)
analyst 分析員
area 區(qū)域
array 數(shù)組,陣列
assembler 匯編程序
automation 自動(dòng)化
band 區(qū)
batch processing 成批處理
binary code 二進(jìn)制碼
binary digit 二進(jìn)制位,二進(jìn)制數(shù)字
bit 比特,二進(jìn)制的一位
branch 分支,支線
brush 電刷
buffer storage 緩沖存儲(chǔ)器
calculator 計(jì)算器
call instruction 呼叫指令
card punch 卡片穿孔機(jī)
card reader 卡片閱讀機(jī),讀卡機(jī)
cell 單元
channel 通道,信道
character 字符
check digit 校驗(yàn)數(shù)位
circuit 電路,線路
to clear 清除,清零
clock 時(shí)鐘
code 代碼
to code 編碼
coder 編碼員,編碼器
command 指令,命令
compiler 編譯程序
computer language 計(jì)算機(jī)語言
console 控制臺(tái)
control unit 控制部件,控制器
core storage, core store 磁心存儲(chǔ)器
counter 計(jì)數(shù)器
cybernetics 控制論
cycle 循環(huán)
data 數(shù)據(jù)
data processing 數(shù)據(jù)處理
debugging 調(diào)試
decision 制定
digit 數(shù)字,數(shù)位,位
digital computer 數(shù)字計(jì)算機(jī)
disc, disk 磁盤
display unit 顯示裝置
drum 磁鼓
to edit 編輯
electronics 電子學(xué)
emitter 發(fā)射器
to encode 編碼
to erase 擦除,清洗,抹除
feed 饋送,供給
to feed 饋送,供給
feedback 反饋
field 字段,信息組,域
file 文件
floppy disk 軟磁盤
floppy disk drive 軟磁盤機(jī)
flow chart 流程圖
frame 幀
hardware 硬件
identifier 標(biāo)識(shí)符
index 索引
information 信息
inline processing 內(nèi)處理
input 輸入
inquiry 詢問
instruction 指令
integrated circuit 集成電路
to interpret 解釋
item 項(xiàng)目,項(xiàng)
jump 轉(zhuǎn)移
key 鍵,關(guān)鍵碼
keyboard 鍵盤
latency time 等待時(shí)間
library 庫,程序庫
linkage 連接
to load 裝入,寄存,寫入,加載
location 存儲(chǔ)單元
logger 登記器,記錄器
loop 循環(huán)
machine language 機(jī)器語言
magnetic storage 磁存儲(chǔ)器
magnetic tape 磁帶
matrix 矩陣
memory 存儲(chǔ)器
message 信息,報(bào)文
microcomputer 微型計(jì)算機(jī)
module 組件,模塊
monitor 監(jiān)視器,監(jiān)督程序,管程
nanosecond 毫微秒
network 網(wǎng)絡(luò),網(wǎng)
numeric, numerical 數(shù)字的,數(shù)值的
octet 八位位組,八位字節(jié)
operator 操作員
optical character reader 光符閱讀機(jī)
optical scanner 光掃描器
output 輸出
overflow 溢出,上溢
panel 平板
parameter 參數(shù),參量
perforator 穿孔機(jī)
peripheral equipment 外圍設(shè)備,外部設(shè)備
personal computer 個(gè)人計(jì)算機(jī)
printed circuit 印制電路
printer 打印機(jī)
printout 打印輸出
to process 處理
processing unit 處理部件
program 程序
to program 程序編制
programmer 程序設(shè)計(jì)員
programming 程序設(shè)計(jì),程序編制
pulse 脈沖
punch 穿孔
to punch 穿孔
punched card, punch card 穿孔卡片
punched tape, punch tape 穿孔紙帶
punch hole 孔,穿孔
random access 隨機(jī)存取
to read 讀
reader 閱讀程序
reading 閱讀
real time 實(shí)時(shí)
record, register 記錄
redundancy 冗余
routine 例行程序
selector 選擇器,選擇符
sentinel 標(biāo)記
sequence 序列,順序
sequential 順序的
serial 串行的.連續(xù)的
shift 移位,移數(shù)
signal 信號(hào)
simulation 模擬
simulator 模擬器,模擬程序
software 軟件,軟設(shè)備
sort 分類,排序
sorter 分類人員,分類機(jī),分類程序,排序程序
storage 存儲(chǔ)器
to store 存儲(chǔ)
subroutine, subprogram 子程序
switch 開關(guān)
symbol 符號(hào)
symbolic language 符號(hào)語言
system 系統(tǒng)
tabulator 制表機(jī)
teleprinter 電傳打字機(jī)
terminal 終端
terminal unit 終端設(shè)備
timer 時(shí)鐘,精密計(jì)時(shí)器
time sharing 分時(shí)
timing 定時(shí)
track 磁道
transducer 傳感器,翻譯機(jī)
translator 翻譯程序,翻譯器
to update 更新
Winchester disk drive 溫徹斯特磁盤機(jī),硬盤機(jī)
working storage 工作存儲(chǔ)器
回答者:Anspir - 經(jīng)理 四級(jí) 2-18 01:56
提問者對(duì)于答案的評(píng)價(jià):
3q3q3q3q 了
評(píng)價(jià)已經(jīng)被關(guān)閉 目前有 1 個(gè)人評(píng)價(jià)
好
100% (1) 不好
0% (0)
其他回答共 1 條
一些電腦常用的英語單詞EeDx
©云南國土資源職業(yè)學(xué)院-學(xué)院論壇 -- 說你想說的,寫你想寫的 rt{CD
CPU(Center Processor Unit)中央處理單元 &QLC
mainboard主板 x,ZI/u
RAM(random access Y<WpH
memory)隨機(jī)存儲(chǔ)器(內(nèi)存) b@mx6!
ROM(Read Only Memory)只讀存儲(chǔ)器 }
Floppy Disk軟盤 2-G
Hard Disk硬盤 )1CqZ%
CD-ROM光盤驅(qū)動(dòng)器(光驅(qū)) 2n'$~(
monitor監(jiān)視器 G&tfc:
keyboard鍵盤 Z<_
mouse鼠標(biāo) am[#[
chip芯片 *c]3;h
CD-R光盤刻錄機(jī) @OcK
HUB集線器 z+i
Modem= MOdulator-DEModulator,調(diào)制解調(diào)器 %/-
P-P(Plug and Play)即插即用 p'FL=e
UPS(Uninterruptable Power Supply)不間斷電源 +**R`Q
BIOS(Basic-input-Output r
System)基本輸入輸出系統(tǒng) /r88,>
CMOS(Complementary Metal-Oxide-Semiconductor)互補(bǔ)金屬氧化物半導(dǎo)體 f;W`
setup安裝 ANJA=
uninstall卸載 t
wizzard向?qū)?~|pM
OS(Operation Systrem)操作系統(tǒng) #7r
OA(Office AutoMation)辦公自動(dòng)化 )(
exit退出 tv
edit編輯 r]09
copy復(fù)制 U$'!>
cut剪切 8
paste粘貼 YV%
delete刪除 &Xw+~A
select選擇 ^p=
find查找 Gx
select all全選 ?V1.#
replace替換 C~k'lS
undo撤消 !d(.'G
redo重做 _v
program程序 L-HP
license許可(證) 7:k
back前一步 2u
next下一步 T8Y
finish結(jié)束 lxq
folder文件夾 wg
Destination Folder目的文件夾 \
user用戶 fNKh?
click點(diǎn)擊 jeQ
double click雙擊 uqPI}
right click右擊 FRI(%Z
settings設(shè)置 i
update更新 KU\S'G
release發(fā)布 ^~,dxh
data數(shù)據(jù) D*
data base數(shù)據(jù)庫 3
DBMS(Data Base Manege I
System)數(shù)據(jù)庫管理系統(tǒng) %
view視圖 L=#
insert插入 AND(8,
object對(duì)象 R&
configuration配置 +;}Owt
command命令 qa
document文檔 fW0.
POST(power-on-self-test)電源自檢程序 7
cursor光標(biāo) J)8J
attribute屬性 mEr
icon圖標(biāo) &=8rqE
service pack服務(wù)補(bǔ)丁 %+*oN
option pack功能補(bǔ)丁 3oAM$&
Demo演示 Q@31
short cut快捷方式 QI_
exception異常 /<&PT/
debug調(diào)試 1p
previous前一個(gè) "g#F.
column行 {J
row列 a`a08
restart重新啟動(dòng) S!RG
text文本 xy
font字體 M_
size大小 W
scale比例 n
interface界面 ?
function函數(shù) zmbduE
access訪問 >I"jB5
manual指南 u;-6F
active激活 {uw2KY
computer language計(jì)算機(jī)語言 G}
menu菜單 PTPT
GUI(graphical user C1;Y
interfaces )圖形用戶界面 CG
template模版 zEJf-
page setup頁面設(shè)置 >,VvY
password口令 </+fMZ
code密碼 f
print preview打印預(yù)覽 ;MRNq]
zoom in放大 1
zoom out縮小 'F
pan漫游 g0<pg{
cruise漫游 6=^
full screen全屏 ^H}*
tool bar工具條 .!@gC
status bar狀態(tài)條 f/
ruler標(biāo)尺 5wLN=|
table表 lE02W
paragraph段落 >
symbol符號(hào) J
style風(fēng)格 1
execute執(zhí)行 nfjox
graphics圖形 ~=@r@i
image圖像 GFb
Unix用于服務(wù)器的一種操作系統(tǒng) NkC
Mac OS蘋果公司開發(fā)的操作系統(tǒng) Qxsv;k
OO(Object-Oriented)面向?qū)ο?*Dm_U
virus病毒 x
file文件 H|
open打開 8d
colse關(guān)閉 }f3
new新建 X:z 9
save保存 wkxUy
exit退出 ,r
clear清除 bOJE
default默認(rèn) V
LAN局域網(wǎng) DyGj
WAN廣域網(wǎng) M
Client/Server客戶機(jī)/服務(wù)器 T% LQE
ATM( Asynchronous y
Transfer Mode)異步傳輸模式 w#%vz
Windows NT微軟公司的網(wǎng)絡(luò)操作系統(tǒng) Cf^1
Internet互聯(lián)網(wǎng) Dk
WWW(World Wide Web)萬維網(wǎng) Lt
protocol協(xié)議 Pu!
HTTP超文本傳輸協(xié)議 =$'Y
FTP文件傳輸協(xié)議 #[C5
Browser瀏覽器 Jra3LP
homepage主頁 &xhV
Webpage網(wǎng)頁 [
website網(wǎng)站 V{H]
URL在Internet的WWW服務(wù)程序上 +{0[UY
用于指定信息位置的表示方法 V@
Online在線 jsU8M
Email電子郵件 ;cK)<F
ICQ網(wǎng)上尋呼 8&
Firewall防火墻 XA
Gateway網(wǎng)關(guān) wD4OSI
HTML超文本標(biāo)識(shí)語言 Bm
hypertext超文本 `L
hyperlink超級(jí)鏈接 lk3.7
IP(Address)互聯(lián)網(wǎng)協(xié)議(地址) :!
SearchEngine搜索引擎 }bW#=<
TCP/IP用于網(wǎng)絡(luò)的一組通訊協(xié)議 Al
Telnet遠(yuǎn)程登錄 OItR
IE(Internet Explorer)探索者(微軟公司的網(wǎng)絡(luò)瀏覽器) ,(no
Navigator引航者(網(wǎng)景公司的瀏覽器) :Po
multimedia多媒體 pGLJJ/
ISO國際標(biāo)準(zhǔn)化組織 <9G7
ANSI美國國家標(biāo)準(zhǔn)協(xié)會(huì) H
able 能 KEE"_N
activefile 活動(dòng)文件 cm
addwatch 添加監(jiān)視點(diǎn) <t
allfiles 所有文件 L
allrightsreserved 所有的權(quán)力保留 Z]k
altdirlst 切換目錄格式 C
andfixamuchwiderrangeofdiskproblems 并能夠解決更大范圍內(nèi)的磁盤問題 -Czp:.
andotherinformation 以及其它的信息 Y
archivefileattribute 歸檔文件屬性 {
assignto 指定到 dYbYC|
autoanswer 自動(dòng)應(yīng)答 V
autodetect 自動(dòng)檢測(cè) 9,|^&l
autoindent 自動(dòng)縮進(jìn) {SYh]/
autosave 自動(dòng)存儲(chǔ) c]n}!
availableonvolume 該盤剩余空間 A{
badcommand 命令錯(cuò) c-P=z
badcommandorfilename 命令或文件名錯(cuò) +
batchparameters 批處理參數(shù) C^!&a
binaryfile 二進(jìn)制文件 idK
binaryfiles 二進(jìn)制文件 no2
borlandinternational borland國際公司 -
bottommargin 頁下空白 '37q
bydate 按日期 ('
byextension 按擴(kuò)展名 "Jc\
byname 按名稱 {
bytesfree 字節(jié)空閑 ]`@
callstack 調(diào)用棧 `|d>
casesensitive 區(qū)分大小寫 ^
causespromptingtoconfirmyouwanttooverwritean 要求出現(xiàn)確認(rèn)提示,在你想覆蓋一個(gè) 4
centralpointsoftwareinc central point 軟件股份公司 QLG
changedirectory 更換目錄 $xZ
changedrive 改變驅(qū)動(dòng)器 &:_F08
changename 更改名稱 Z+9
characterset 字符集 (
checkingfor 正在檢查 OE
checksadiskanddisplaysastatusreport 檢查磁盤并顯示一個(gè)狀態(tài)報(bào)告 [c,O$4
chgdrivepath 改變盤/路徑 [{?
china 中國 hAn
chooseoneofthefollowing 從下列中選一項(xiàng) #I^ceW
clearall 全部清除 kmHZ
clearallbreakpoints 清除所有斷點(diǎn) `.W
clearsanattribute 清除屬性 -2&P
clearscommandhistory 清除命令歷史 ~
clearscreen 清除屏幕 ;
closeall 關(guān)閉所有文件 =a9
codegeneration 代碼生成 d|'N
colorpalette 彩色調(diào)色板 jqmU
commandline 命令行 :>"B
commandprompt 命令提示符 )h>z
compressedfile 壓縮文件 Z5I1g
configuresaharddiskforusewithmsdos 配置硬盤,以為 MS-DOS 所用 e6
conventionalmemory 常規(guī)內(nèi)存 <4|ig
copiesdirectoriesandsubdirectorie***ceptemptyones 拷貝目錄和子目錄,空的除外 2<
copiesfileswiththearchiveattributeset 拷貝設(shè)置了歸檔屬性的文件 F}?,Ei
copiesoneormorefilestoanotherlocation 把文件拷貝或搬移至另一地方 ]X
copiesthecontentsofonefloppydisktoanother 把一個(gè)軟盤的內(nèi)容拷貝到另一個(gè)軟盤上 (
copydiskette 復(fù)制磁盤 u&6DR
copymovecompfindrenamedeletevervieweditattribwordpprintlist C拷貝M移動(dòng) O比 F搜索R改名 D刪除 V版本 E瀏覽A屬性 W寫字 P打印 L列表 P5
copyrightc 版權(quán)(c pe`pB%
createdospartitionorlogicaldosdrive 創(chuàng)建DOS分區(qū)或邏輯DOS驅(qū)動(dòng)器 fQN<>
createextendeddospartition 創(chuàng)建擴(kuò)展DOS分區(qū) $lo>
createlogicaldosdrivesintheextendeddospartition 在擴(kuò)展DOS分區(qū)中創(chuàng)建邏輯DOS驅(qū)動(dòng)器 D
createprimarydospartition 創(chuàng)建DOS主分區(qū) C+,dOl
createsadirectory 創(chuàng)建一個(gè)目錄 )PB'
createschangesordeletesthevolumelabelofadisk 創(chuàng)建,改變或刪除磁盤的卷標(biāo) a
currentfile 當(dāng)前文件 ,Ny
currentfixeddiskdrive 當(dāng)前硬盤驅(qū)動(dòng)器 *{G_^3
currentsettings 當(dāng)前設(shè)置 d
currenttime 當(dāng)前時(shí)間 L^A9U
cursorposition 光標(biāo)位置 f&x^N
defrag 整理碎片 &Q<
dele 刪去 W
deletepartitionorlogicaldosdrive 刪除分區(qū)或邏輯DOS驅(qū)動(dòng)器 h,#x
deletesadirectoryandallthesubdirectoriesandfilesinit 刪除一個(gè)目錄和所有的子目錄及其中的所有文件 Q?bbAz
deltree 刪除樹 Z;
devicedriver 設(shè)備驅(qū)動(dòng)程序 wkO'gF
dialogbox 對(duì)話欄 iq
directionkeys 方向鍵 %a3g.
directly 直接地 IHF
directorylistargument 目錄顯示變量 +P.9os
directoryof 目錄清單 SapM(
directorystructure 目錄結(jié)構(gòu) 3,/p;
diskaccess 磁盤存取 YsT
diskcopy 磁盤拷貝 Pu
diskservicescopycomparefindrenameverifyvieweditmaplocateinitialize 磁盤服務(wù)功能: C拷貝 O比較 F搜索R改卷名V校驗(yàn) 瀏覽E編緝M圖 L找文件 N格式化 LyqjZ*
diskspace 磁盤空間 vkfiE
displayfile 顯示文件 EVP@4
displayoptions 顯示選項(xiàng) T
displaypartitioninformation 顯示分區(qū)信息 t].H
displaysfilesinspecifieddirectoryandallsubdirectories 顯示指定目錄和所有目錄下的文件 x0d
displaysfileswithspecifiedattributes 顯示指定屬性的文件 )oJ
displaysorchangesfileattributes 顯示或改變文件屬性 s8bo
displaysorsetsthedate 顯示或設(shè)備日期 (MnW:
displayssetupscreensinmonochromeinsteadofcolor 以單色而非彩色顯示安裝屏信息 $^rC3x
displaystheamountofusedandfreememoryinyoursystem 顯示系統(tǒng)中已用和未用的內(nèi)存數(shù)量 ]0__
displaysthefullpathandnameofeveryfileonthedisk 顯示磁盤上所有文件的完整路徑和名稱 )lI
displaysthenameoforchangesthecurrentdirectory 顯示或改變當(dāng)前目錄 ,Ff,aO
doctor 醫(yī)生 :
doesn 不 <DK(
doesntchangetheattribute 不要改變屬性 <n%PI
dosshell DOS 外殼 EF
doubleclick 雙擊 f
doyouwanttodisplaythelogicaldriveinformationyn 你想顯示邏輯驅(qū)動(dòng)器信息嗎(y/n)? ?puxa#
driveletter 驅(qū)動(dòng)器名 &
editmenu 編輯選單 Ce`
emsmemory ems內(nèi)存 5
endoffile 文件尾 p,J'
endofline 行尾 1!9
enterchoice 輸入選擇 %Z]-
entiredisk 轉(zhuǎn)換磁盤 |4z
environmentvariable 環(huán)境變量 'o1F s
esc esc b\g
everyfileandsubdirectory 所有的文件和子目錄 NZ%$.
existingdestinationfile 已存在的目錄文件時(shí) 20jCR<
expandedmemory 擴(kuò)充內(nèi)存 UE/L(
expandtabs 擴(kuò)充標(biāo)簽 jO]5;k
explicitly 明確地 4hy
extendedmemory 擴(kuò)展內(nèi)存 W8G
fastest 最快的 ihbXqH
fatfilesystem fat 文件系統(tǒng) :v+.
fdiskoptions fdisk選項(xiàng) wKM4
fileattributes 文件屬性 AC"G4?
fileformat 文件格式 n\UCV
filefunctions 文件功能 YRp
fileselection 文件選擇 "B&i
fileselectionargument 文件選擇變?cè)?x\Y]Y
filesin 文件在 $4
filesinsubdir 子目錄中文件 Q
fileslisted 列出文件 1fCM
filespec 文件說明 -_W*r
filespecification 文件標(biāo)識(shí) Fcwm
filesselected 選中文件 0{Y
findfile 文件查尋 W3U4
fixeddisk 硬盤 SCf
fixeddisksetupprogram 硬盤安裝程序 W
fixeserrorsonthedisk 解決磁盤錯(cuò)誤 ].B
floppydisk 軟盤 /$/
formatdiskette 格式化磁盤 r ?
formatsadiskforusewithmsdos 格式化用于MS-DOS的磁盤 OfS&P4
formfeed 進(jìn)紙 {^U
freememory 閑置內(nèi)存 c2-v{o
fullscreen 全屏幕 wS
functionprocedure 函數(shù)過程 Q
graphical 圖解的 +ZL
graphicslibrary 圖形庫 sqCT
groupdirectoriesfirst 先顯示目錄組 <s
hangup 掛斷 v
harddisk 硬盤 J&N6'^
hardwaredetection 硬件檢測(cè) $Jh'E{
hasbeen 已經(jīng) [&
helpfile 幫助文件 #V~l.
helpindex 幫助索引 2
helpinformation 幫助信息 r|9
helppath 幫助路徑 W
helpscreen 幫助屏 Bdu
helptext 幫助說明 <G4
helptopics 幫助主題 8b2:
helpwindow 幫助窗口 c@[2i
hiddenfile 隱含文件 5S
hiddenfileattribute 隱含文件屬性 cmy-^
hiddenfiles 隱含文件 YQ2Z
howto 操作方式 gBl"
ignorecase 忽略大小寫 ,iZo.,
inbothconventionalanduppermemory 在常規(guī)和上位內(nèi)存 V
incorrectdos 不正確的DOS Af
incorrectdosversion DOS 版本不正確 m!l0M
indicatesabinaryfile 表示是一個(gè)二進(jìn)制文件 4hGPst
indicatesanasciitextfile 表示是一個(gè)ascii文本文件 wr$G5
insertmode 插入方式 3@(cp
insteadofusingchkdsktryusingscandisk 請(qǐng)用scandisk,不要用chkdsk B~
inuse 在使用 x
invaliddirectory 無效的目錄 3
is 是 cpDB|
kbytes 千字節(jié) .
keyboardtype 鍵盤類型 eY\%
labeldisk 標(biāo)注磁盤 a1
laptop 膝上 !
largestexecutableprogram 最大可執(zhí)行程序 L!G)uw
largestmemoryblockavailable 最大內(nèi)存塊可用 /|
lefthanded 左手習(xí)慣 `hWc
leftmargin 左邊界 }c4_
linenumber 行號(hào) ^8MTBl
linenumbers 行號(hào) \ZfR
linespacing 行間距 '?
listbyfilesinsortedorder 按指定順序顯示文件 eah"Q
listfile 列表文件 6ms
listof 清單 X
locatefile 文件定位 Nt`
lookat 查看 RoW{c2
lookup 查找 :iHWer
macroname 宏名字 ,j2g[9
makedirectory 創(chuàng)建目錄 :R
memoryinfo 內(nèi)存信息 "}X_
memorymodel 內(nèi)存模式 af
menubar 菜單條 @x
menucommand 菜單命令 s
menus 菜單 wH
messagewindow 信息窗口 A
microsoft 微軟 j`3F
microsoftantivirus 微軟反病毒軟件 xv<nf
microsoftcorporation 微軟公司 l}
mini 小的 m
modemsetup 調(diào)制解調(diào)器安裝 >`P
modulename 模塊名 Ru?
monitormode 監(jiān)控狀態(tài) @%!&p{
monochromemonitor 單色監(jiān)視器 E:.T1a
moveto 移至 ,)~LG
multi 多 -E4
newdata 新建數(shù)據(jù) XCGg
newer 更新的 +
newfile 新文件 [ptU
newname 新名稱 aIx 3
newwindow 新建窗口 EQnZ
norton norton rPMw
nostack 棧未定義 y<{k3J
noteusedeltreecautiously 注意:小心使用deltree l
onlinehelp 聯(lián)機(jī)求助 1L8>6@
optionally 可選擇地 )ur&
or 或 |kP&vO
pageframe 頁面 L^9j4Y
pagelength 頁長 J
pausesaftereachscreenfulofinformation 在顯示每屏信息后暫停一下 p'
pctools pc工具 "SiP)
postscript 附言 hNA
prefixmeaningnot 前綴意即\"不 id@6J
prefixtoreverseorder 反向顯示的前綴 =3
presetswitchesbyprefixinganyswitchwithhyphenforexamplew 用前綴和放在短橫線-后的開關(guān)(例如/-w)預(yù)置開關(guān) ?Ga
pressakeytoresume 按一鍵繼續(xù) EbBQL
pressanykeyforfilefunctions 敲任意鍵執(zhí)行文件功能 >6
pressentertokeepthesamedate 敲回車以保持相同的日期 )yUR
pressentertokeepthesametime 敲回車以保持相同的時(shí)間 @vH^bp
pressesctocontinue 敲esc繼續(xù) T|e}
pressesctoexit 敲<esc>鍵退出 ElD
pressesctoexitfdisk 敲esc退出fdisk 1
pressesctoreturntofdiskoptions 敲esc返回fdisk選項(xiàng) "vb
previously 在以前 C
printall 全部打印 Wz
printdevice 打印設(shè)備 #p
printerport 打印機(jī)端口 QO(`I(
processesfilesinalldirectoriesinthespecifiedpath 在指定的路徑下處理所有目錄下的文件 Y^
programfile 程序文件 r\S(F
programmingenvironment 程序設(shè)計(jì)環(huán)境 37fo z
promptsyoubeforecreatingeachdestinationfile 在創(chuàng)建每個(gè)目標(biāo)文件時(shí)提醒你 >by55J
promptsyoutopressakeybeforecopying 在拷貝前提示你敲一下鍵 Pz
pulldown 下拉 i]|#h?
pulldownmenus 下拉式選單 vy
quickformat 快速格式化 DP{
quickview 快速查看 3"\>
©云南國土資源職業(yè)學(xué)院-學(xué)院論壇 -- 說你想說的,寫你想寫的
readonlyfile 只讀文件 k5BsN
readonlyfileattribute 只讀文件屬性 |nZ
readonlyfiles 只讀文件 D8
readonlymode 只讀方式 =
redial 重?fù)?A(n_`A
repeatlastfind 重復(fù)上次查找 "muN1
reportfile 報(bào)表文件 c
resize 調(diào)整大小 2\|
respectively 分別地 ]1YLL-
rightmargin 右邊距 5
rootdirectory 根目錄 co&
runsdebugaprogramtestingandeditingtool 運(yùn)行debug, 它是一個(gè)測(cè)試和編輯工具 (^E
runtimeerror 運(yùn)行時(shí)出錯(cuò) uS
saveall 全部保存 plN.
saveas 另存為@92G
Computer Vocabulary In Common Use
硬件類(Hardware)
軟件類(Software)
網(wǎng)絡(luò)類(Network)
CPU(Center Processor Unit)中央處理單元
mainboard主板
RAM(random access
memory)隨機(jī)存儲(chǔ)器(內(nèi)存)
ROM(Read Only Memory)只讀存儲(chǔ)器
Floppy Disk軟盤
Hard Disk硬盤
CD-ROM光盤驅(qū)動(dòng)器(光驅(qū))
monitor監(jiān)視器
keyboard鍵盤
mouse鼠標(biāo)
chip芯片
CD-R光盤刻錄機(jī)
HUB集線器
Modem= MOdulator-DEModulator,調(diào)制解調(diào)器
P-P(Plug and Play)即插即用
UPS(Uninterruptable Power Supply)不間斷電源
BIOS(Basic-input-Output
System)基本輸入輸出系統(tǒng)
CMOS(Complementary Metal-Oxide-Semiconductor)互補(bǔ)金屬氧化物半導(dǎo)體
setup安裝
uninstall卸載
wizzard向?qū)?
OS(Operation Systrem)操作系統(tǒng)
OA(Office AutoMation)辦公自動(dòng)化
exit退出
edit編輯
copy復(fù)制
cut剪切
paste粘貼
delete刪除
select選擇
find查找
select all全選
replace替換
undo撤消
redo重做
program程序
license許可(證)
back前一步
next下一步
finish結(jié)束
folder文件夾
Destination Folder目的文件夾
user用戶
click點(diǎn)擊
double click雙擊
right click右擊
settings設(shè)置
update更新
release發(fā)布
data數(shù)據(jù)
data base數(shù)據(jù)庫
DBMS(Data Base Manege
System)數(shù)據(jù)庫管理系統(tǒng)
view視圖
insert插入
object對(duì)象
configuration配置
command命令
document文檔
POST(power-on-self-test)電源自檢程序
cursor光標(biāo)
attribute屬性
icon圖標(biāo)
service pack服務(wù)補(bǔ)丁
option pack功能補(bǔ)丁
Demo演示
short cut快捷方式
exception異常
debug調(diào)試
previous前一個(gè)
column行
row列
restart重新啟動(dòng)
text文本
font字體
size大小
scale比例
interface界面
function函數(shù)
access訪問
manual指南
active激活
computer language計(jì)算機(jī)語言
menu菜單
GUI(graphical user
interfaces )圖形用戶界面
template模版
page setup頁面設(shè)置
password口令
code密碼
print preview打印預(yù)覽
zoom in放大
zoom out縮小
pan漫游
cruise漫游
full screen全屏
tool bar工具條
status bar狀態(tài)條
ruler標(biāo)尺
table表
paragraph段落
symbol符號(hào)
style風(fēng)格
execute執(zhí)行
graphics圖形
image圖像
Unix用于服務(wù)器的一種操作系統(tǒng)
Mac OS蘋果公司開發(fā)的操作系統(tǒng)
OO(Object-Oriented)面向?qū)ο?
virus病毒
file文件
open打開
colse關(guān)閉
new新建
save保存
exit退出
clear清除
default默認(rèn)
LAN局域網(wǎng)
WAN廣域網(wǎng)
Client/Server客戶機(jī)/服務(wù)器
ATM( Asynchronous
Transfer Mode)異步傳輸模式
Windows NT微軟公司的網(wǎng)絡(luò)操作系統(tǒng)
Internet互聯(lián)網(wǎng)
WWW(World Wide Web)萬維網(wǎng)
protocol協(xié)議
HTTP超文本傳輸協(xié)議
FTP文件傳輸協(xié)議
Browser瀏覽器
homepage主頁
Webpage網(wǎng)頁
website網(wǎng)站
URL在Internet的WWW服務(wù)程序上
用于指定信息位置的表示方法
Online在線
Email電子郵件
ICQ網(wǎng)上尋呼
Firewall防火墻
Gateway網(wǎng)關(guān)
HTML超文本標(biāo)識(shí)語言
hypertext超文本
hyperlink超級(jí)鏈接
IP(Address)互聯(lián)網(wǎng)協(xié)議(地址)
SearchEngine搜索引擎
TCP/IP用于網(wǎng)絡(luò)的一組通訊協(xié)議
Telnet遠(yuǎn)程登錄
IE(Internet Explorer)探索者(微軟公司的網(wǎng)絡(luò)瀏覽器)
Navigator引航者(網(wǎng)景公司的瀏覽器)
multimedia多媒體
ISO國際標(biāo)準(zhǔn)化組織
ANSI美國國家標(biāo)準(zhǔn)協(xié)會(huì)
able 能
activefile 活動(dòng)文件
addwatch 添加監(jiān)視點(diǎn)
allfiles 所有文件
allrightsreserved 所有的權(quán)力保留
altdirlst 切換目錄格式
andfixamuchwiderrangeofdiskproblems 并能夠解決更大范圍內(nèi)的磁盤問題
andotherinFORMation 以及其它的信息
archivefileattribute 歸檔文件屬性
assignto 指定到
autoanswer 自動(dòng)應(yīng)答
autodetect 自動(dòng)檢測(cè)
autoindent 自動(dòng)縮進(jìn)
autosave 自動(dòng)存儲(chǔ)
availableonvolume 該盤剩余空間
badcommand 命令錯(cuò)
badcommandorfilename 命令或文件名錯(cuò)
batchparameters 批處理參數(shù)
binaryfile 二進(jìn)制文件
binaryfiles 二進(jìn)制文件
borlandinternational borland國際公司
bottommargin 頁下空白
bydate 按日期
byextension 按擴(kuò)展名
byname 按名稱
bytesfree 字節(jié)空閑
callstack 調(diào)用棧
casesensitive 區(qū)分大小寫
causespromptingtoconfirmyouwanttooverwritean 要求出現(xiàn)確認(rèn)提示,在你想覆蓋一個(gè)
centralpointsoftwareinc central point 軟件股份公司
changedirectory 更換目錄
changedrive 改變驅(qū)動(dòng)器
changename 更改名稱
characterset 字符集
checkingfor 正在檢查
checksadiskanddisplaysastatusreport 檢查磁盤并顯示一個(gè)狀態(tài)報(bào)告
chgdrivepath 改變盤/路徑
china 中國
chooseoneofthefollowing 從下列中選一項(xiàng)
clearall 全部清除
clearallbreakpoints 清除所有斷點(diǎn)
clearsanattribute 清除屬性
clearscommandhistory 清除命令歷史
clearscreen 清除屏幕
closeall 關(guān)閉所有文件
codegeneration 代碼生成
colorpalette 彩色調(diào)色板
commandline 命令行
commandprompt 命令提示符
compressedfile 壓縮文件
configuresaharddiskforusewithmsdos 配置硬盤,以為 MS-DOS 所用
conventionalmemory 常規(guī)內(nèi)存
copiesdirectoriesandsubdirectorie***ceptemptyones 拷貝目錄和子目錄,空的除外
copiesfilththearchiveattributeset 拷貝設(shè)置了歸檔屬性的文件
copiesoneormorefilestoanotherlocation 把文件拷貝或搬移至另一地方
copiesthecontentsofonefloppydisktoanother 把一個(gè)軟盤的內(nèi)容拷貝到另一個(gè)軟盤上
copydiskette 復(fù)制磁盤
copymovecompfindrenamedeletevervieweditattribwordpprintlist C拷貝M移動(dòng) O比 F搜索R改名 D刪除 V版本 E瀏覽A屬性 W寫字 P打印 L列表
copyrightc 版權(quán)(c
createdospartitionorlogicaldosdrive 創(chuàng)建DOS分區(qū)或邏輯DOS驅(qū)動(dòng)器
createextendeddospartition 創(chuàng)建擴(kuò)展DOS分區(qū)
createlogicaldosdrivesintheextendeddospartition 在擴(kuò)展DOS分區(qū)中創(chuàng)建邏輯DOS驅(qū)動(dòng)器
createprimarydospartition 創(chuàng)建DOS主分區(qū)
createsadirectory 創(chuàng)建一個(gè)目錄
createschangesordeletesthevolumelabelofadisk 創(chuàng)建,改變或刪除磁盤的卷標(biāo)
currentfile 當(dāng)前文件
currentfixeddiskdrive 當(dāng)前硬盤驅(qū)動(dòng)器
currentsettings 當(dāng)前設(shè)置
currenttime 當(dāng)前時(shí)間
cursorposition 光標(biāo)位置
defrag 整理碎片
dele 刪去
deletepartitionorlogicaldosdrive 刪除分區(qū)或邏輯DOS驅(qū)動(dòng)器
deletesadirectoryandallthesubdirectoriesandfilesinit 刪除一個(gè)目錄和所有的子目錄及其中的所有文件
deltree 刪除樹
devicedriver 設(shè)備驅(qū)動(dòng)程序
dialogbox 對(duì)話欄
directionkeys 方向鍵
directly 直接地
directorylistargument 目錄顯示變量
directoryof 目錄清單
directorystructure 目錄結(jié)構(gòu)
diskaccess 磁盤存取
diskcopy 磁盤拷貝
diskservicescopycomparefindrenameverifyvieweditmaplocateinitialize 磁盤服務(wù)功能: C拷貝 O比較 F搜索R改卷名V校驗(yàn) 瀏覽E編緝M圖 L找文件 N格式化
diskspace 磁盤空間
displayfile 顯示文件
displayoptions 顯示選項(xiàng)
displaypartitioninFORMation 顯示分區(qū)信息
displaysfilesinspecifieddirectoryandallsubdirectories 顯示指定目錄和所有目錄下的文件
displaysfilthspecifiedattributes 顯示指定屬性的文件
displaysorchangesfileattributes 顯示或改變文件屬性
displaysorsetsthedate 顯示或設(shè)備日期
displayssetupscreensinmonochromeinsteadofcolor 以單色而非彩色顯示安裝屏信息
displaystheamountofusedandfreememoryinyoursystem 顯示系統(tǒng)中已用和未用的內(nèi)存數(shù)量
displaysthefullpathandnameofeveryfileonthedisk 顯示磁盤上所有文件的完整路徑和名稱
displaysthenameoforchangesthecurrentdirectory 顯示或改變當(dāng)前目錄
doctor 醫(yī)生
doesn 不
doesntchangetheattribute 不要改變屬性
dosshell DOS 外殼
doubleclick 雙擊
doyouwanttodisplaythelogicaldriveinFORMationyn 你想顯示邏輯驅(qū)動(dòng)器信息嗎(y/n)?
driveletter 驅(qū)動(dòng)器名
editmenu 編輯選單
emsmemory ems內(nèi)存
endoffile 文件尾
endofline 行尾
enterchoice 輸入選擇
entiredisk 轉(zhuǎn)換磁盤
environmentvariable 環(huán)境變量
esc esc
everyfileandsubdirectory 所有的文件和子目錄
existingdestinationfile 已存在的目錄文件時(shí)
expandedmemory 擴(kuò)充內(nèi)存
expandtabs 擴(kuò)充標(biāo)簽
explicitly 明確地
extendedmemory 擴(kuò)展內(nèi)存
fastest 最快的
fatfilesystem fat 文件系統(tǒng)
fdiskoptions fdisk選項(xiàng)
fileattributes 文件屬性
fileFORMat 文件格式
filefunctions 文件功能
fileselection 文件選擇
fileselectionargument 文件選擇變?cè)?
filesin 文件在
filesinsubdir 子目錄中文件
fileslisted 列出文件
filespec 文件說明
filespecification 文件標(biāo)識(shí)
filesselected 選中文件
findfile 文件查尋
fixeddisk 硬盤
fixeddisksetupprogram 硬盤安裝程序
fixeserrorsonthedisk 解決磁盤錯(cuò)誤
floppydisk 軟盤
FORMatdiskette 格式化磁盤
FORMatsadiskforusewithmsdos 格式化用于MS-DOS的磁盤
FORMfeed 進(jìn)紙
freememory 閑置內(nèi)存
fullscreen 全屏幕
functionprocedure 函數(shù)過程
graphical 圖解的
graphicslibrary 圖形庫
groupdirectoriesfirst 先顯示目錄組
hangup 掛斷
harddisk 硬盤
hardwaredetection 硬件檢測(cè)
ha**een 已經(jīng)
helpfile 幫助文件
helpindex 幫助索引
helpinFORMation 幫助信息
helppath 幫助路徑
helpscreen 幫助屏
helptext 幫助說明
helptopics 幫助主題
helpwindow 幫助窗口
hiddenfile 隱含文件
hiddenfileattribute 隱含文件屬性
hiddenfiles 隱含文件
howto 操作方式
ignorecase 忽略大小寫
inbothconventionalanduppermemory 在常規(guī)和上位內(nèi)存
incorrectdos 不正確的DOS
incorrectdosversion DOS 版本不正確
indicatesabinaryfile 表示是一個(gè)二進(jìn)制文件
indicatesanasciitextfile 表示是一個(gè)ascii文本文件
insertmode 插入方式
insteadofusingchkdsktryusingscandisk 請(qǐng)用scandisk,不要用chkdsk
inuse 在使用
invaliddirectory 無效的目錄
is 是
kbytes 千字節(jié)
keyboardtype 鍵盤類型
labeldisk 標(biāo)注磁盤
laptop 膝上
largestexecutableprogram 最大可執(zhí)行程序
largestmemoryblockavailable 最大內(nèi)存塊可用
lefthanded 左手習(xí)慣
leftmargin 左邊界
linenumber 行號(hào)
linenumbers 行號(hào)
linespacing 行間距
listbyfilesinsortedorder 按指定順序顯示文件
listfile 列表文件
listof 清單
locatefile 文件定位
lookat 查看
lookup 查找
macroname 宏名字
makedirectory 創(chuàng)建目錄
memoryinfo 內(nèi)存信息
memorymodel 內(nèi)存模式
menubar 菜單條
menucommand 菜單命令
menus 菜單
messagewindow 信息窗口
microsoft 微軟
microsoftantivirus 微軟反病毒軟件
microsoftcorporation 微軟公司
mini 小的
modemsetup 調(diào)制解調(diào)器安裝
modulename 模塊名
monitormode 監(jiān)控狀態(tài)
monochromemonitor 單色監(jiān)視器
moveto 移至
multi 多
newdata 新建數(shù)據(jù)
newer 更新的
newfile 新文件
newname 新名稱
newwindow 新建窗口
norton norton
nostack 棧未定義
noteusedeltreecautiously 注意:小心使用deltree
onlinehelp 聯(lián)機(jī)求助
optionally 可選擇地
or 或
pageframe 頁面
pagelength 頁長
pausesaftereachscreenfulofinFORMation 在顯示每屏信息后暫停一下
pctools pc工具
postscript 附言
prefixmeaningnot 前綴意即"不
prefixtoreverseorder 反向顯示的前綴
presetche**yprefixingantchwithhyphenforexamplew 用前綴和放在短橫線-后的開關(guān)(例如/-w)預(yù)置開關(guān)
pressakeytoresume 按一鍵繼續(xù)
pressanykeyforfilefunctions 敲任意鍵執(zhí)行文件功能
pressentertokeepthesamedate 敲回車以保持相同的日期
pressentertokeepthesametime 敲回車以保持相同的時(shí)間
pressesctocontinue 敲esc繼續(xù)
pressesctoexit 敲鍵退出
pressesctoexitfdisk 敲esc退出fdisk
pressesctoreturntofdiskoptions 敲esc返回fdisk選項(xiàng)
一個(gè)中國人,腦子里有多少詞匯量?
因此,無論是英語、日語還是中文,都應(yīng)注重詞匯量的積累和提升。綜上所述,一個(gè)中國人的腦子里詞匯量究竟有多少,沒有一個(gè)確切的答案。不同的人在不同的領(lǐng)域、不同的興趣愛好下,詞匯量的積累會(huì)有所不同。但可以肯定的是,無論是哪種語言,詞匯量的積累對(duì)于提高語言能力和文化素養(yǎng)都具有重要意義。
跪求英語"數(shù)字記憶諧音記憶聯(lián)想記憶圖像記憶口訣記憶"處理后的單詞大全...
圖像必須精簡、夸張、生動(dòng)有趣。圖像記憶的難度在于如何將需要記憶的文字內(nèi)容轉(zhuǎn)換為印象深刻的圖像,并進(jìn)行聯(lián)想以轉(zhuǎn)為影像記憶。圖像記憶的最高境界是照相記憶(過目不忘),這種能力在兒童中較為常見,但隨著年齡增長可能會(huì)退化。圖像記憶的訓(xùn)練可以激活這種能力,并提高記憶效率。
在課程表里常用的科目英文縮寫
在課程表中,常用的科目英文有:1、語文:Chinese。Chinese英[?t?a??ni:z]美[t?a??niz, -?nis]n.中文; 漢語; 華人; 中國人;adj.中國的; 中文的; 中國人的; 中國話的;[例句]The new design compromises the merits of Chinese and ...
...實(shí)用的英語詞組有哪些可供推薦?(ps:在英文后面注明中文意思...
生活中比較常見的比較實(shí)用的英語詞組有哪些可供推薦?(ps:在英文后面注明中文意思,謝謝) 我來答 1個(gè)回答 #熱議# 孩子之間打架 父母要不要干預(yù)? dorawwww 2014-05-24 知道答主 回答量:20 采納率:0% 幫助的人:11.9萬 我也去答題訪問個(gè)人頁 關(guān)注 展開全部 look out向外看;當(dāng)心look at...
如何快速速背單詞還不會(huì)忘記
3.看著單詞讀讀音(在確保已經(jīng)讀會(huì)音標(biāo)的情況下,就不要再看音標(biāo)讀單詞了)。看是否能讀出來,能的話就繼續(xù)進(jìn)行下一步,不能的話就回上一步跟讀音頻。二.漢語意思(確保會(huì)讀讀音的情況下,再背漢語意思)。1.看一眼詞匯的漢語意思。2.看著英語單詞不斷重復(fù)其漢語意思(至少五遍,直至讀會(huì)為止,...
如果一個(gè)中國人,去一個(gè)英語環(huán)境里生活,說英文,甚至思考也用英語...
不會(huì)的,母語永遠(yuǎn)都忘不了。人的大腦語言中樞可以同時(shí)會(huì)多種語言的,就像一個(gè)人會(huì)說家鄉(xiāng)話,也會(huì)說普通話,還會(huì)說英語一樣。不會(huì)沖突的。
常用英語口語求翻譯中文諧音
沒搞完呢 后面這哥們發(fā)上來了 善始善終吧 你雙向參考著更好 不過還是把英語發(fā)音學(xué)好吧 統(tǒng)共就那么些發(fā)音 用漢字表音怎么也是多數(shù)不太準(zhǔn)確的 Follow my nose. 憑直覺做某事。 否樓買儂子 Cheap skate! 小氣鬼!吃撲死尅特 Come seat here. 來這邊坐。 康姆斯特黑爾 Your are welcome. 你太...
一些英語的至理名言,比較常用的那種
Saying and doing are two different things. (說和做是迥然不同的兩回事。)Actions speak louder than words. (行動(dòng)比語言更響亮。)From small beginnings comes great things. (偉大始于渺小。)Wisdom in the mind is better than money in the hand.(腦中有知識(shí),勝過手中有金錢。)The voice ...
英語好的人是否有像漢語一樣一目十行的閱讀感 ?
回答:我覺得這個(gè)可能還是不太大的,如果英語是你的母語的話,那么我覺得還是有一點(diǎn)可能的。 首先,一目十行這個(gè)問題其實(shí)就是閱讀速度的問題,就算你的英語學(xué)的再好,腦子中還是要經(jīng)過那種把英語翻譯成漢語來理解意思的過程。人其實(shí)在閱讀的時(shí)候是有各種各樣的障礙的,就比如你在閱讀漢語的時(shí)候,會(huì)有很多的人...
各位在讀英語時(shí),腦子里反映的是英文還是中文,我想知道我們?cè)谧x外語時(shí)...
哇,這個(gè)問題好深?yuàn)W的感覺。不過大部分中國人看到英文的第一反應(yīng)還是得由中文做載體的。你想啊,我們并不是英語的母語國家,是以漢語為母語的。所以條件反射就是漢語。看到一一句英語首先就是想它的漢語意思。。才更有益于我們理解啊。純屬個(gè)人見解 ...
相關(guān)評(píng)說:
瓊海市有色: ______ 首先,電腦可以統(tǒng)稱為computer, 筆記本可以叫做laptop, 臺(tái)式機(jī)是desktop, 平板電腦是tablet;對(duì)于電腦的各個(gè)部件,鼠標(biāo)是mouse, 鍵盤是keyboard, 顯示器是monitor ,優(yōu)盤是thumb drive.這些是硬件方面的,還有軟件方面: 安裝軟件叫install, 卸載是uninstall ,設(shè)置叫做set up .電腦其它操作方面的對(duì)應(yīng)英文,可以嘗試把系統(tǒng)切換成英文,也可以學(xué)到一些相應(yīng)的英文.
瓊海市有色: ______ http://wenku.baidu.com/view/3a363508f78a6529647d53d5.html 計(jì)算機(jī)專業(yè)的英語單詞
瓊海市有色: ______ Esc鍵:退出鍵.英文Escape的縮寫,中文意思是逃脫、出口等.在電腦的應(yīng)用中主要的作用是退出某個(gè)程序.例如,我們?cè)谕嬗螒虻臅r(shí)候想退出來,就按一下這個(gè)鍵. Tab鍵:表格鍵.可能大家比較少用這一個(gè)鍵.它是Table的縮寫,中文意...
瓊海市有色: ______ press F1 to continue? 就告訴你按F1就繼續(xù)(啟動(dòng)) 按DEL,就進(jìn)BIOS. 電腦這個(gè)東西,多按按,多試試,人類就是這樣一點(diǎn)一點(diǎn)進(jìn)步的. 實(shí)踐是學(xué)習(xí)的唯一途徑,目的. (補(bǔ)充): 當(dāng)時(shí)我也和你一樣困惑哦,這樣說吧,當(dāng)問題來的時(shí)候,...
瓊海市有色: ______ PC personal computer 個(gè)人計(jì)算機(jī).軟件操作篇 OS Operating System, 計(jì)算機(jī)操作系統(tǒng),計(jì)算機(jī)中必不可少的軟件.DOS Disk Operating System 磁盤操作系統(tǒng).Windows NT 一種操作系統(tǒng)...
瓊海市有色: ______ Esc,返回鍵;Tab,跳格鍵;Caps Lock,大小寫鎖定鍵;Shift,上檔鍵;Ctrl、Alt,功能鍵;Backspace,退格鍵;Enter,回車鍵;Print,拷屏鍵;Scroll Lock,滾屏鍵;Pause,暫停鍵;Insert,插入改寫鍵;Deletr、Del,刪除鍵;Home,開始鍵;End,結(jié)尾鍵;Page Up,上翻頁鍵;Page Down,下翻頁鍵;Num Lock,小鍵盤數(shù)字、功能轉(zhuǎn)換鍵.
瓊海市有色: ______ 主要是顯示硬件檢測(cè)的結(jié)果 CPU型號(hào) 內(nèi)存的型號(hào),大小 顯示器參數(shù) 主板CMOS參數(shù)等
瓊海市有色: ______ 電腦主板常見英文的縮寫及其意思有: 1、PC:Personal Computer,個(gè)人計(jì)算機(jī)、個(gè)人電腦,又稱微型計(jì)算機(jī)或微機(jī). 2、NC: Network Computer,網(wǎng)絡(luò)計(jì)算機(jī). 3、MPC: Multimedia Personal Computer,多媒體個(gè)人電腦. 4、MMX: 是...
瓊海市有色: ______ PC:個(gè)人計(jì)算機(jī)Personal Computer CPU:中央處理器Central Processing Unit CPU Fan:中央處理器的“散熱器”(Fan) MB:主機(jī)板MotherBoard RAM:內(nèi)存Random Access Memory...
瓊海市有色: ______ 計(jì)算機(jī)語言:計(jì)算機(jī)語言通常是一個(gè)能完整、準(zhǔn)確和規(guī)則地表達(dá)人們的意圖,并用以指揮或控制計(jì)算機(jī)工作的“符號(hào)系統(tǒng)”. 計(jì)算機(jī)語言通常分為三類:即機(jī)器語言,匯編語言和高級(jí)語言. 1. 機(jī)器語言 機(jī)器語言是用二進(jìn)制代碼表示的計(jì)算機(jī)能...