當前位置:首頁 » 英文單詞 » 暫存英文怎麼寫及英語單詞

暫存英文怎麼寫及英語單詞

發布時間: 2025-05-26 23:14:14

1. 求學編程的基礎英語

編程常用英語詞彙

application 應用程式 應用、應用程序
application framework 應用程式框架、應用框架 應用程序框架
architecture 架構、系統架構 體系結構
argument 引數(傳給函式的值)。叄見 parameter 叄數、實質叄數、實叄、自變數
array 陣列 數組
arrow operator arrow(箭頭)運運算元 箭頭操作符
assembly 裝配件
assembly language 組合語言 匯編語言
assert(ion) 斷言
assign 指派、指定、設值、賦值 賦值
assignment 指派、指定 賦值、分配
assignment operator 指派(賦值)運運算元 = 賦值操作符
associated 相應的、相關的 相關的、關聯、相應的
associative container 關聯式容器(對應 sequential container) 關聯式容器
atomic 不可分割的 原子的
attribute 屬性 屬性、特性
audio 音訊 音頻
A.I. 人工智慧 人工智慧
background 背景 背景(用於圖形著色)
後台(用於行程)
backward compatible 回溯相容 向下兼容
bandwidth 頻寬 帶寬
base class 基礎類別 基類
base type 基礎型別 (等同於 base class)
batch 批次(意思是整批作業) 批處理
benefit 利益 收益
best viable function 最佳可行函式 最佳可行函式
(從 viable functions 中挑出的最佳吻合者)
binary search 二分搜尋法 二分查找
binary tree 二元樹 二叉樹
binary function 二元函式 雙叄函數
binary operator 二元運運算元 二元操作符
binding 系結 綁定
bit 位元 位
bit field 位元欄 位域
bitmap 位元圖 點陣圖
bitwise 以 bit 為單元逐一┅
bitwise 以 bit 為單元進行復制;位元逐一復制 位拷貝
block 區塊,區段 塊、區塊、語句塊
boolean 布林值(真假值,true 或 false) 布爾值
border 邊框、框線 邊框
brace(curly brace) 大括弧、大括弧 花括弧、花括弧
bracket(square brakcet) 中括弧、中括弧 方括弧、方括弧
breakpoint 中斷點 斷點
build 建造、構築、建置(MS 用語)
build-in 內建 內置
bus 匯流排 匯流排
business 商務,業務 業務
buttons 按鈕 按鈕
byte 位元組(由 8 bits 組成) 位元組
cache 快取 高速緩存
call 呼叫、叫用 調用
callback 回呼 回調
call operator call(函式呼叫)運運算元調用操作符
(同 function call operator)
candidate function 候選函式 候選函數
(在函式多載決議程序中出現的候選函式)
chain 串鏈(例 chain of function calls) 鏈
character 字元 字元
check box 核取方塊 (i.e. check button) 復選框
checked exception 可控式異常(Java)
check button 方鈕 (i.e. check box) 復選按鈕
child class 子類別(或稱為derived class, subtype) 子類
class 類別 類
class body 類別本體 類體
class declaration 類別宣告、類別宣告式 類聲明
class definition 類別定義、類別定義式 類定義
class derivation list 類別衍化列 類繼承列表
class head 類別表頭 類頭
class hierarchy 類別繼承體系, 類別階層 類層次體系
class library 類別程式庫、類別庫 類庫
class template 類別模板、類別範本 類模板
class template partial specializations
類別模板偏特化 類模板部分特化
class template specializations
類別模板特化 類模板特化
cleanup 清理、善後 清理、清除
client 客端、客戶端、客戶 客戶
client-server 主從架構 客戶/伺服器
clipboard 剪貼簿 剪貼板
clone 復制 克隆
collection 群集 集合
combo box 復合方塊、復合框 組合框
command line 命令列 命令行
(系統文字模式下的整行執行命令)
communication 通訊 通訊
compatible 相容 兼容
compile time 編譯期 編譯期、編譯時
compiler 編譯器 編譯器
component 組件 組件
composition 復合、合成、組合 組合
computer 電腦、計算機 計算機、電腦
concept 概念 概念
concrete 具象的 實在的
concurrent 並行 並發
configuration 組態 配置
connection 連接,連線(網路,資料庫) 連接
constraint 約束(條件)
construct 構件 構件
container 容器 容器
(存放資料的某種結構如 list, vector...)
containment 內含 包容
context 背景關系、周遭環境、上下脈絡 環境、上下文
control 控制元件、控制項 控制項
console 主控台 控制台
const 常數(constant 的縮寫,C++ 關鍵字)
constant 常數(相對於 variable) 常量
constructor(ctor) 建構式 構造函數
(與class 同名的一種 member functions)
(v) 復制、拷貝 拷貝
(n) 復件, 副本
cover 涵蓋 覆蓋
create 創建、建立、產生、生成 創建
creation 產生、生成 創建
cursor 游標 游標
custom 訂制、自定 定製
data 資料 數據
database 資料庫 資料庫
database schema 資料庫結構綱目
data member 資料成員、成員變數 數據成員、成員變數
data structure 資料結構 數據結構
datagram 資料元 數據報文
dead lock 死結 死鎖
debug 除錯 調試
debugger 除錯器 調試器
declaration 宣告、宣告式 聲明
dection 推導(例:template argument dection) 推導、推斷
default 預設 預設、默認
defer 延緩 推遲
define 定義 預定義
definition 定義、定義區、定義式 定義
delegate 委派、委託、委任 委託
delegation (同上)
demarshal 反編列 散集
dereference 提領(取出指標所指物體的內容) 解叄考
dereference operator dereference(提領)運運算元 * 解叄考操作符
derived class 衍生類別 派生類
design by contract 契約式設計
design pattern 設計範式、設計樣式 設計模式
※ 最近我比較喜歡「設計範式」一詞
destroy 摧毀、銷毀
destructor 解構式 析構函數
device 裝置、設備 設備
dialog 對話窗、對話盒 對話框
directive 指令(例:using directive) (編譯)指示符
directory 目錄 目錄
disk 碟 盤
dispatch 分派 分派
distributed computing 分布式計算 (分布式電算) 分布式計算
分散式計算 (分散式電算)
document 文件 文檔
dot operator dot(句點)運運算元 . (圓)點操作符
driver 驅動程式 驅動(程序)
dynamic binding 動態系結 動態綁定
efficiency 效率 效率
efficient 高效 高效
end user 終端用戶
entity 物體 實體、物體
encapsulation 封裝 封裝
enclosing class 外圍類別(與巢狀類別 nested class 有關)外圍類
enum (enumeration) 列舉(一種 C++ 資料型別) 枚舉
enumerators 列舉元(enum 型別中的成員) 枚舉成員、枚舉器
equal 相等 相等
equality 相等性 相等性
equality operator equality(等號)運運算元 == 等號操作符
equivalence 等價性、等同性、對等性 等價性
equivalent 等價、等同、對等 等價
escape code 轉義碼 轉義碼
evaluate 評估、求值、核定 評估
event 事件 事件
event driven 事件驅動的 事件驅動的
exception 異常情況 異常
exception declaration 異常宣告(ref. C++ Primer 3/e, 11.3) 異常聲明
exception handling 異常處理、異常處理機制 異常處理、異常處理機制
exception specification 異常規格(ref. C++ Primer 3/e, 11.4) 異常規范
exit 退離(指離開函式時的那一個執行點) 退出
explicit 明白的、明顯的、顯式 顯式
export 匯出 引出、導出
expression 運算式、算式 表達式
facility 設施、設備 設施、設備
feature 特性
field 欄位,資料欄(Java) 欄位, 值域(Java)
file 檔案 文件
firmware 韌體 固件
flag 旗標 標記
flash memory 快閃記憶體 快閃記憶體
flexibility 彈性 靈活性
flush 清理、掃清 刷新
font 字型 字體
form 表單(programming 用語) 窗體
formal parameter 形式叄數 形式叄數
forward declaration 前置宣告 前置聲明
forwarding 轉呼叫,轉發 轉發
forwarding function 轉呼叫函式,轉發函式 轉發函數
fractal 碎形 分形
framework 框架 框架
full specialization 全特化(ref. partial specialization)
function 函式、函數 函數
function call operator 同 call operator
function object 函式物件(ref. C++ Primer 3/e, 12.3) 函數對象
function overloaded resolution
函式多載決議程序 函數重載解決(方案)
functionality 功能、機能 功能
function template 函式模板、函式範本 函數模板
functor 仿函式 仿函式、函子
game 游戲 游戲
generate 生成
generic 泛型、一般化的 一般化的、通用的、泛化
generic algorithm 泛型演演算法 通用演算法
getter (相對於 setter) 取值函式
global 全域的(對應於 local) 全局的
global object 全域物件 全局對象
global scope resolution operator
全域生存空間(范圍決議)運運算元 :: 全局范圍解析操作符
group 群組
group box 群組方塊 分組框
guard clause 衛述句 (Refactoring, p250) 衛語句
GUI 圖形介面 圖形界面
hand shaking 握手協商
handle 識別碼、識別號、號碼牌、權柄 句柄
handler 處理常式 處理函數
hard-coded 編死的 硬編碼的
hard- 硬拷圖 屏幕截圖
hard disk 硬碟 硬碟
hardware 硬體 硬體
hash table 雜湊表 哈希表、散列表
header file 表頭檔、標頭檔 頭文件
heap 堆積 堆
hierarchy 階層體系 層次結構(體系)
hook 掛鉤 鉤子
hyperlink 超鏈結 超鏈接
icon 圖示、圖標 圖標
IDE 整合開發環境 集成開發環境
identifier 識別字、識別符號 標識符
if and only if 若且唯若 當且僅當
Illinois 伊利諾 伊利諾斯
image 影像 圖象
immediate base 直接的(緊臨的)上層 base class。 直接上層基類
immediate derived 直接的(緊臨的)下層 derived class。 直接下層派生類
immutability 不變性
immutable 不可變(的)
implement 實作、實現 實現
implementation 實作品、實作體、實作碼、實件 實現
implicit 隱喻的、暗自的、隱式 隱式
import 匯入 導入
increment operator 累加運運算元 ++ 增加操作符
infinite loop 無窮迴圈 無限循環
infinite recursive 無窮遞回 無限遞歸
information 資訊 信息
infrastructure 公共基礎建設
inheritance 繼承、繼承機制 繼承、繼承機制
inline 行內 內聯
inline expansion 行內展開 內聯展開
initialization 初始化(動作) 初始化
initialization list 初值列 初始值列表
initialize 初始化 初始化
inner class 內隱類別 內嵌類
instance 實體 實例
(根據某種表述而實際產生的「東西」)
instantiated 具現化、實體化(常應用於 template) 實例化
instantiation 具現體、具現化實體(常應用於 template) 實例
integer (integral) 整數(的) 整型(的)
integrate 整合 集成
interacts 交談、互動 交互
interface 介面 介面
for GUI 介面 界面
interpreter 直譯器 解釋器
invariants 恆常性,約束條件 約束條件
invoke 喚起 調用
iterate 迭代(迴圈一個輪回一個輪回地進行) 迭代
exception 異常情況 異常
exception declaration 異常宣告(ref. C++ Primer 3/e, 11.3) 異常聲明
exception handling 異常處理、異常處理機制 異常處理、異常處理機制
exception specification 異常規格(ref. C++ Primer 3/e, 11.4) 異常規范
exit 退離(指離開函式時的那一個執行點) 退出
explicit 明白的、明顯的、顯式 顯式
export 匯出 引出、導出
expression 運算式、算式 表達式
facility 設施、設備 設施、設備
feature 特性
field 欄位,資料欄(Java) 欄位, 值域(Java)
file 檔案 文件
firmware 韌體 固件
flag 旗標 標記
flash memory 快閃記憶體 快閃記憶體
flexibility 彈性 靈活性
flush 清理、掃清 刷新
font 字型 字體
form 表單(programming 用語) 窗體
formal parameter 形式叄數 形式叄數
forward declaration 前置宣告 前置聲明
forwarding 轉呼叫,轉發 轉發
forwarding function 轉呼叫函式,轉發函式 轉發函數
fractal 碎形 分形
framework 框架 框架
full specialization 全特化(ref. partial specialization)
function 函式、函數 函數
function call operator 同 call operator
function object 函式物件(ref. C++ Primer 3/e, 12.3) 函數對象
function overloaded resolution
函式多載決議程序 函數重載解決(方案)
functionality 功能、機能 功能
function template 函式模板、函式範本 函數模板
functor 仿函式 仿函式、函子
game 游戲 游戲
generate 生成
generic 泛型、一般化的 一般化的、通用的、泛化
generic algorithm 泛型演演算法 通用演算法
getter (相對於 setter) 取值函式
global 全域的(對應於 local) 全局的
global object 全域物件 全局對象
global scope resolution operator
全域生存空間(范圍決議)運運算元 :: 全局范圍解析操作符
group 群組
group box 群組方塊 分組框
guard clause 衛述句 (Refactoring, p250) 衛語句
GUI 圖形介面 圖形界面
hand shaking 握手協商
handle 識別碼、識別號、號碼牌、權柄 句柄
handler 處理常式 處理函數
hard-coded 編死的 硬編碼的
hard- 硬拷圖 屏幕截圖
hard disk 硬碟 硬碟
hardware 硬體 硬體
hash table 雜湊表 哈希表、散列表
header file 表頭檔、標頭檔 頭文件
heap 堆積 堆
hierarchy 階層體系 層次結構(體系)
hook 掛鉤 鉤子
hyperlink 超鏈結 超鏈接
icon 圖示、圖標 圖標
IDE 整合開發環境 集成開發環境
identifier 識別字、識別符號 標識符
if and only if 若且唯若 當且僅當
Illinois 伊利諾 伊利諾斯
image 影像 圖象
immediate base 直接的(緊臨的)上層 base class。 直接上層基類
immediate derived 直接的(緊臨的)下層 derived class。 直接下層派生類
immutability 不變性
immutable 不可變(的)
implement 實作、實現 實現
implementation 實作品、實作體、實作碼、實件 實現
implicit 隱喻的、暗自的、隱式 隱式
import 匯入 導入
increment operator 累加運運算元 ++ 增加操作符
infinite loop 無窮迴圈 無限循環
infinite recursive 無窮遞回 無限遞歸
information 資訊 信息
infrastructure 公共基礎建設
inheritance 繼承、繼承機制 繼承、繼承機制
inline 行內 內聯
inline expansion 行內展開 內聯展開
initialization 初始化(動作) 初始化
initialization list 初值列 初始值列表
initialize 初始化 初始化
inner class 內隱類別 內嵌類
instance 實體 實例
(根據某種表述而實際產生的「東西」)
instantiated 具現化、實體化(常應用於 template) 實例化
instantiation 具現體、具現化實體(常應用於 template) 實例
integer (integral) 整數(的) 整型(的)
integrate 整合 集成
interacts 交談、互動 交互
interface 介面 介面
for GUI 介面 界面
interpreter 直譯器 解釋器
invariants 恆常性,約束條件 約束條件
invoke 喚起 調用
iterate 迭代(迴圈一個輪回一個輪回地進行) 迭代
iterative 反覆的,迭代的
iterator 迭代器(一種泛型指標) 迭代器
iteration 迭代(迴圈每次輪回稱為一個 iteration) 迭代
item 項目、條款 項、條款、項目
laser 雷射 激光
level 階 層 (級)
例 high level 高階 高層
library 程式庫、函式庫 庫、函數庫
lifetime 生命期、壽命 生命期、壽命
link 聯結、連結 連接,鏈接
linker 聯結器、連結器 連接器
literal constant 字面常數(例 3.14 或 "hi" 這等常數值) 字面常數
list 串列(linked-list) 列表、表、鏈表
list box 列表方塊、列表框 列表框
load 載入 裝載
loader 載入器 裝載器、載入器
local 區域的(對應於 global) 局部的
local object 區域物件 局部對象
lock 機鎖
loop 迴圈 循環
lvalue 左值 左值
macro 巨集 宏
magic number 魔術數字 魔法數
maintain 維護 維護
manipulator 操縱器(iostream 預先定義的一種東西) 操縱器
marshal 編列 列集
叄考 demarshal
mechanism 機制 機制
member 成員 成員
member access operator 成員取用運運算元(有 dot 和 arrow 兩種) 成員存取操作符
member function 成員函式 成員函數
member initialization list
成員初值列 成員初始值列表
memberwise 以 member 為單元┅、members 逐一┅ 以成員為單位
memberwise 以 members 為單元逐一復制
memory 記憶體 內存
menu 表單、選單 菜單
message 訊息 消息
message based 以訊息為基礎的 基於消息的
message loop 訊息迴圈 消息環
method (java) 方法、行為、函式 方法
meta- 超- 元-
例 meta-programming 超編程 元編程
micro 微 微
middleware 中介層 中間件
modeling 模塑
modeling language 塑模語言,建模語言
modem 數據機 數據機
mole 模組 模塊
modifier 飾詞 修飾符
most derived class 最末層衍生類別 最底層的派生類
mouse 滑鼠 滑鼠
mutable 可變的 可變的
multi-tasking 多工 多任務
namespace 命名空間 名字空間、命名空間
native 原生的 本地的、固有的
nested class 巢狀類別 嵌套類
network 網路 網路
network card 網路卡 網卡
object 物件 對象
object based 以物件為基礎的 基於對象的
object file 目的檔 目標文件
object model 物件模型 對象模型
object oriented 物件導向的 面向對象的
online 線上 在線
opaque 不透明的
operand 運算元 操作數
operating system (OS) 作業系統 操作系統
operation 操作、操作行為 操作
operator 運運算元 操作符、運算符
option 選項,可選方案 選項
ordinary 常規的 常規的
overflow 上限溢位(相對於 underflow) 溢出(underflow:下溢)
overhead 額外負擔、額外開銷 額外開銷
overload 多載化、多載化、重載 重載
overloaded function 多載化函式 重載的函數
overloaded operator 多載化運運算元 被重載的操作符
overloaded set 多載集合 重載集合
override 改寫、覆寫 重載、改寫、重新定義
(在 derived class 中重新定義虛擬函式
package 套件 包
pair 對組
palette 調色盤、組件盤、工具箱
pane 窗格 窗格
(有時為嵌板之意,例 Java Content Pane)
parallel 平行 並行
parameter 叄數(函式叄數列上的變數) 叄數、形式叄數、形叄
parameter list 叄數列 叄數列表
parent class 父類別(或稱 base class) 父類
parentheses 小括弧、小括弧 圓括弧、圓括弧
parse 解析 解析
part 零件 部件
partial specialization 偏特化(ref. C++ Primer 3/e, 16.10) 局部特化
(ref. full specialization)
pass by address 傳址(函式引數的傳遞方式)(非正式用語)傳地址
pass by reference 傳址(函式引數的一種傳遞方式) 傳地址, 按引用傳遞
pass by value 傳值(函式引數的一種傳遞方式) 按值傳遞
pattern 範式、樣式 模式
performance 效率、性能兼而有之 性能
persistence 永續性 持久性
pixel 圖素、像素 像素
placement delete ref. C++ Primer 3/e, 15.8.2
placement new ref. C++ Primer 3/e, 15.8.2
platform 平台 平台
pointer 指標 指針
址位器(和址叄器 reference 形成對映,滿好)
poll 輪詢 輪詢
polymorphism 多型 多態
pop up 冒起式、彈出式 彈出式
port 埠 埠
postfix 後置式、後序式 後置式
precedence 優先序(通常用於運運算元的優先執行次序)
prefix 前置式、前序式 前置式
preprocessor 前處理器 預處理器
prime 質數 素數
primitive type 基本型別 (不同於 base class,基礎類別)
print 列印 列印
printer 印表機 列印機
priority 優先權 (通常用於執行緒獲得 CPU 時間的優先次序)
procere 程序 過程
proceral 程序性的、程序式的 過程式的、過程化的
process 行程 進程
profile 評測 評測
profiler 效能(效率)評測器 效能(性能)評測器
programmer 程式員 程序員
programming 編程、程式設計、程式化 編程
progress bar 進度指示器 進度指示器
project 專案 項目、工程
property 屬性
protocol 協定 協議
pseudo code 假碼、虛擬碼、偽碼 偽碼
qualified 經過資格修飾(例如加上 scope 運運算元) 限定
qualifier 資格修飾詞、飾詞 限定修飾詞
quality 品質 質量
queue 佇列 隊列
radian 徑度 弧度
radio button 圓鈕 單選按鈕
raise 引發(常用來表示發出一個 exception) 引起、引發
random number 隨機數、亂數 隨機數
range 范圍、區間(用於 STL 時) 范圍、區間
rank 等級、分等(ref. C++Primer 3/e 9,15章) 等級
raw 生鮮的、未經處理的 未經處理的
record 記錄 記錄
recordset 記錄集 記錄集
recursive 遞回 遞歸
re-direction 重導向 重定向
refactoring 重構、重整 重構
refer 取用 叄考
refer to 指向、指涉、指代
reference (C++ 中類似指標的東西,相當於 "化身") 引用、叄考
址叄器, see pointer
register 暫存器 寄存器
reflection 反射 反射、映像
relational database 關聯式資料庫 關系資料庫
represent 表述,表現 表述,表現
resolve 決議(為算式中的符號名稱尋找 解析
對應之宣告式的過程)
resolution 決議程序、決議過程 解析過程
resolution 解析度 解析度
restriction 局限
return 傳回、回返 返回
return type 回返型別 返回類型
return value 回返值 返回值
robust 強固、穩健 健壯
robustness 強固性、穩健性 健壯性
routine 常式 常式
runtime 執行期 運行期、運行時
common language runtime (CLR) 譯為「通用語言執行層」
rvalue 右值 右值
save 儲存 存儲
schele 排程 調度
scheler 排程器 調度程序
scheme 結構綱目、組織綱目
scroll bar 卷軸 滾動條
scope 生存空間、生存范圍、范疇、作用域 生存空間
scope operator 生存空間(范圍決議)運運算元 :: 生存空間操作符
scope resolution operator
生存空間決議運運算元 生存空間解析操作符
(與scope operator同)
screen 螢幕 屏幕
search 搜尋 查找
semantics 語意 語義
sequential container 序列式容器 順序式容器
(對應於 associative container)
server 伺服器、伺服端 伺服器、服務端
serial 串列
serialization 次第讀寫,序列化 序列化
(serialize)
setter (相對於 getter) 設值函式
signal 信號
signature 標記式、簽名式、署名式 簽名
slider 滾軸 滑塊
slot 條孔、槽 槽
smart pointer 靈巧指標、精靈指標 智能指針
snapshot 螢幕快照(圖) 屏幕截圖
specialization 特殊化、特殊化定義、特殊化宣告 特化
specification 規格 規格、規范
splitter 分裂視窗 切分窗口
software 軟體 軟體
solution 解法,解決方案 方案
source 原始碼 源碼、源代碼
stack 堆疊 棧
stack unwinding 堆疊輾轉開解(此詞用於 exception 主題) 棧輾轉開解 *
standard library 標准程式庫
standard template library 標准模板程式庫
statement 述句 語句、聲明
status bar 狀態列、狀態欄 狀態條
STL 見 standard template library
stream 資料流、串流 流
string 字串 字元串
subroutine
subscript operator 下標運運算元 [ ] 下標操作符
subtype 子型別 子類型
support 支援 支持
suspend 虛懸 掛起
symbol 符號 記號
syntax 語法 語法

2. 誰知道scratch 這個單詞的專業意思啊!!!!請各位英語高手幫幫忙

scratch
[skrAtF]
n.
亂寫, 刮擦聲, 抓痕, 擦傷
vt.
亂塗, 勾抹掉, 擦, 刮, 搔, 抓, 挖出
vi.
發刮擦聲, 搔, 抓
adj.
打草稿用的, 湊合的

scratch
scratch
AHD:[skr²ch]
D.J.[skr#t.]
K.K.[skr#t.]
v.(動詞)
scratched, scratch.ing, scratch.es
v.tr.(及物動詞)
To make a thin, shallow cut or mark on (a surface) with a sharp instrument.
刻劃:用鋒利的工具在(表面)刮出細細的,淺淺的痕跡或標記
To use the nails or claws to dig or scrape at.
挖,刮:用指甲或爪子挖或刮
To rub or scrape (the skin) to relieve itching.
搔癢:摩擦或刮皮膚來解癢
To scrape or strike on an abrasive surface.
刮:在磨面上刮擦或刮平
To write or draw (something) by scraping a surface:
刻:通過刮表面而寫或畫(某物):
scratched their initials on a rock.
在岩石上刻上他們的名字的首字母
To write or draw hurriedly:
亂塗,亂畫:匆匆地寫或者畫畫:
scratched off a thank-you note.
匆匆地寫了一張感謝信
To strike out or cancel (a word, for example) by or as if by drawing lines through.
勾劃掉:通過劃線或類似方法去掉或者廢除(例如一個字)
Slang To cancel (a project or a program, for example).
【俚語】 廢除(比如一項工程或一個項目)
Sports Games To withdraw (an entry) from a contest.
【體育運動】 【游戲】 退出比賽
v.intr.(不及物動詞)
To use the nails or claws to dig, scrape, or wound.
抓:用指甲或者爪子挖、刮或者損害
To rub or scrape the skin to relieve itching.
搔:刮擦皮膚來解癢
To make a harsh, scraping sound.
作刮擦聲:發出刺耳、摩擦的聲音
To gather funds or proce a living with difficulty.
勉強糊口:艱難地湊集資金或求生
Sports Games To withdraw from a contest.
【體育運動】 【游戲】 退出比賽
Games To make a shot in billiards that results in a penalty, as when the cue ball falls into a pocket or jumps the cushion.
【游戲】 失誤的擊打:在打檯球時導致懲罰的一擊,如母球落入袋中或越出檯面
n.(名詞)
A mark resembling a line that is proced by scratching.
劃線:由於刮擦而產生的象直線般的記號
A slight wound.
輕傷
A hasty scribble.
潦草的字體
A sound made by scratching.
刮擦聲:刮擦發出的聲音
Sports The starting line for a race.
【體育運動】 起跑線:賽跑的起始線
Sports Games A contestant who has been withdrawn from a competition.
【體育運動】 【游戲】 退出比賽的競爭者
Games
【游戲】
The act of scratching in billiards.
失誤:檯球中引起罰分的一擊
A fluke or chance shot in billiards.
僥幸擊中:檯球運動中僥幸或偶然擊中
Poultry feed.
家禽的飼料
Slang Money.
【俚語】 現鈔
adj.(形容詞)
Done haphazardly or by chance.
偶然的:偶然或碰巧地乾的
Assembled hastily or at random.
匆匆組成的:匆匆地或隨便地聚集的
Sports Having no golf handicap.
【體育運動】 沒有高爾夫球障礙的

from scratch
From the very beginning.
最開始的
up to scratch【非正式用語】
Meeting the requirements.
符合要求的
In fit condition.
狀態良好的

Middle English scracchen
中古英語 scracchen
probably blend of scratten [to scratch]
可能混合了 scratten [刮擦]
cracchen [to scratch] possibly from Middle Dutch cratsen
cracchen [刮擦] 可能源自 中古荷蘭語 cratsen

scratch「er
n.(名詞)

scratch
[skrAtF]
vt., vi.
抓;撓,搔;劃
He scratched the insect bite on his leg (with his nails).
他(用指甲)在他腿上搔蟲咬的地方。
抓搔聲;抓搔的動作
(常與out, off, through連用)刮掉,削去;擦去,刪掉,劃掉
to scratch the paint off the wall
從牆上刮下油漆
刮破,抓傷
The scratch on your hand will soon be well.
你手上的劃傷不久就會好。
搔癢
(常與about, around連用)四處尋找
在賽前退出比賽

scratch the surface
不深刻;不周詳

scratch
n.
抓痕,搔傷
a scratch on her hand
她手上的抓痕
抓搔聲;刮擦聲
抓; 刮;搔
臨時湊成的;匆匆組成的
a scratch dinner
就家中現有的食物湊成的一桌飯

from scratch
從零做起;白手起家
up to scratch
夠上水準;情況良好
without a scratch
安然無恙;完好無損

scratch
[skrAtF]
vt.,vi.
搔, 抓, 刨, 挖
抓破, 刮傷
倉促地寫, 塗寫
停止; 丟棄
(把...)從候補人名單中勾掉[塗掉], 勾劃掉(out, out of)
勉強維持
將(馬、狗等)退出比賽
假造(支票)
scratch a match
擦火柴
scratch where it itches
搔癢; [喻]迎合人意
scratch out a hole
挖出一個洞
scratch test
(皮膚)劃痕試驗
scratch a few lines to a friend
潦草地寫幾句話給一位朋友
scratch out [off] a name from a list
從名單上劃去一個名字
That cat will scratch you with its claws.
那貓會用爪子抓你的。
The lecturer merely scratched the surface of the subject.
演講人僅僅抓到該題目的一點皮毛。
The horse was scratched.
那馬退出比賽了。

scratch
[skrAtF]
n.
抓, 搔
抓痕; 微傷
抓[擦]傷
搔聲; 刮擦聲
[口]亂寫
[pl. ]葡萄瘡(馬蹄球節窩的一種皮膚病)
運氣; 僥幸性
(某些紙牌游戲的)零分
[美俚]偽造者, 假造的支票
錢, 現鈔
[美俚]無名小卒
(檯球)空球, 僥幸的擊中
[只用單, 不用冠詞]起跑線; (拳擊比賽中的)角鬥起始線
adj.
東拼西湊的
碰巧的
平等比賽的
隨便寫的, 潦草的(書寫)
a scratch team
臨時湊起來的(球)隊
a scratch golfer
以平等條件參加競賽的高爾夫球手

scratchback
[`skrAtFbAk]
n.
搔背用的扒子(俗稱不求人)
scratchbrush
n.
鋼絲刷
scratchcat
n.
懷惡意的女人[小孩]; 狠毒的女人
scratch-farming
n.
淺耕農業
scratch-hardness
n.
劃痕硬度
scratchpad
[`skrAtFpAd]
n.
拍紙簿, 便箋簿
高速暫存存儲器
scratchable
adj.
scratchably
adv.
scratchless
n.

a scratch of the pen
大筆一揮; 匆促而隨便寫的幾個字; 簽名
bring sb. (up) to the scratch
使某人堅決行動起來, 使某人下定決心
by the scratch of a pen
動一動筆, 簽一個字
come (up) to the scratch
【體】站在拳擊開始線上; 站到起跑線上
准備好動手干; 決定採取行動
符合要求, 達到標准
遵守規則; 踐約
from scratch
從零開始; 從無到有; 白手起家
If you'll scratch my back, I'll scratch yours.
如果你幫助我, 我也會幫助你的; 投桃報李
no great scratch [shakes, things, shucks]
[俚] 沒有什麼了不起; 平常得很
Old S-
魔鬼
on scratch
准時, 正點
on the scratch
在起步線上; 沒有讓步地
start from scratch
從起始開始, 從零開始
從頭做起, 白手起家
toe a [the] scratch
站在起跑線上; 准備採取行動
up to scratch
【體】站在起跑線上; 准備起跑; 合格, 稱職; (健康)處於良好狀態
without a scratch
絲毫未受傷; 安然無恙
scratch about
竭力搜尋, 到處挖掘
scratch along
湊合著過日子
scratch for oneself
關心自己的利益
scratch out
把...劃掉

cat scratch
抓痕(玻璃表面缺陷)
chip scratch
(磨面上的)屑痕
fine scratch
輕劃傷(平板玻璃拋光缺陷)
guide scratch
傷痕
hair scratch
毛狀刮紋, 毛狀痕跡(玻璃缺陷)
handling scratch
裝運(時)擦傷
hide scratch
生皮劃線
needle scratch
唱針[放唱]雜訊
pick blade scratch
刮刀痕
roller scratch
輥子印痕(平板玻璃缺陷)

scratch
scrat和cratch混合而成抓

scratch

3. 和交通與運輸有關的英語單詞

to disembark from a ship, to go ashore, to land 下船on board a ship, aboard 在船上to stop over at... 中途在……停留civil aviation 民用航空plane, aircraft, airplane 飛機airliner 班機jet, supersonic plane 噴氣機airliner, passenger aircraft 客機medium-haul aircraft 中程飛機long-range aircraft, long-haul aircraft 遠程飛機propeller-driven aircraft 螺旋槳飛機jet (aircraft) 噴氣飛機turbofan jet 渦輪風扇飛機turboprop 渦輪螺旋槳飛機turbojet 渦輪噴氣飛機by air, by plane 乘飛機airline 航空線passenger cabin 客艙tourist class 普通艙,經濟艙first class 一等艙waiting list 登機票名單customs formalities 報關單boarding check 登機牌airport 航空港air terminal 航空集散站tarmac 停機坪air hostess, stewardess 空中小姐,女乘務員steward 乘務員aircraft crew, air crew 機組,機務人員pilot 駕駛員,機長takeoff 起飛landing 著陸to board a plane, get into a plane 上飛機to get off a plane, alight from a plane 下飛機non-stop flight to 飛往,直飛in transit 運送中的air pocket 氣潭,氣阱bus 公共汽車driver 汽車司機double decker bus 雙層公共汽車coach, motor coach, bus 大客車taxi, taxicab 計程汽車,出租汽車trolleybus 無軌電車tramcar, streetcar 電車,有軌電車underground, tube, subway 地鐵stop 停車站taxi rank, taxi stand 計程汽車車站,出租汽車總站taxi driver, cab driver 計程車司機conctor 售票員inspector 檢查員,稽查員ride 乘車minimum fare (of a taxi) 最低車費railway 鐵路 (美作:railroad)track 軌道train 火車railway system, railway net-work 鐵路系統express train 特別快車fast train 快車through train 直達快車stopping train, slow train 慢車excursion train 游覽列車commuter train, suburban train 市郊火車railcar 軌道車coach, carriage 車廂sleeping car, sleeper 卧車dining car, restaurant car, luncheon car 餐車sleeper with couchettes 雙層卧鋪車berth, bunk 鋪位up train 上行車down train 下行車luggage van, baggage car 行李車mail car 郵政車station, railway station 車站station hall 車站大廳booking office, ticket office 售票處ticket-collector, gateman 收票員platform 月台, 站台platform ticket 站台票buffet 小賣部waiting room 候車室platform bridge 天橋left-luggage office 行李暫存處platform-ticket 驗票門terminal, terminus 終點站coach, passenger train 客車car attendant, train attendant 列車員guard, conctor 列車長rack, baggage rack 行李架left-luggage office 行李房 (美作:checkroom)registration 登記timetable 時刻表change, transfer 換乘connection 公鐵交接處ticket inspector 驗票員porter 搬運工人to change trains at... 在(某地)換車the train is e at... 在(某時)到達to break the journey 中途下車boat, ship 船(passenger) liner 郵輪,客輪sailing boat, sailing ship 帆船yacht 遊船(ocean) liner 遠洋班輪packet boat 定期客船,班輪cabin 船艙hovercraft 氣墊船life buoy 救生圈lifeboat 救生艇life jacket 救生衣berth, cabin, stateroom 客艙first-class stateroom (cabin) 頭等艙second-class stateroom (cabin) 二等艙steerage, third-class 三等艙steerage 統艙gang-plank 跳板crossing 橫渡cruise 游弋to embark, to ship 乘船to land 抵岸, to sail at a speed of 20 knots, 航速為20節to transship 換船to disembark 上岸to board a ship; to embark; to go aboard 上船bus 公共汽車
driver 汽車司機
double decker bus 雙層公共汽車
coach, motor coach, bus 大客車
taxi, taxicab 計程汽車, 出租汽車
trolleybus 無軌電車
tramcar, streetcar 電車, 有軌電車
underground, tube, subway 地鐵
stop 停車站
taxi rank, taxi stand 計程汽車車站, 出租汽車總站
taxi driver, cab driver 計程車司機
conctor 售票員
inspector 檢查員, 稽查員
ride 乘車
minimum fare (of a taxi) 最低車費railway 鐵路 (美作:railroad)
track 軌道
train 火車
railway system, railway net-work 鐵路系統
express train 特別快車
fast train 快車
through train 直達快車
stopping train, slow train 慢車
excursion train 游覽列車
commuter train, suburban train 市郊火車
railcar 軌道車
coach, carriage 車廂
sleeping car, sleeper 卧車
dining car, restaurant car, luncheon car 餐車
sleeper with couchettes 雙層卧鋪車
berth, bunk 鋪位
up train 上行車
down train 下行車
luggage van, baggage car 行李車
mail car 郵政車
station, railway station 車站
station hall 車站大廳
booking office, ticket office 售票處
ticket-collector, gateman 收票員
platform 月台, 站台
platform ticket 站台票
buffet 小賣部
waiting room 候車室
platform bridge 天橋
left-luggage office 行李暫存處
platform-ticket 驗票門
terminal, terminus 終點站
coach, passenger train 客車
car attendant, train attendant 列車員
guard, conctor 列車長
rack, baggage rack 行李架
left-luggage office 行李房 (美作:checkroom)
registration 登記
timetable 時刻表
change, transfer 換乘
connection 公鐵交接處
ticket inspector 驗票員
porter 搬運工人
to change trains at... 在(某地)換車
the train is e at... 在(某時)到達
to break the journey 中途下車boat, ship 船
(passenger) liner 郵輪, 客輪
sailing boat, sailing ship 帆船
yacht 遊船
(ocean) liner 遠洋班輪
packet boat 定期客船, 班輪
cabin 船艙
hovercraft 氣墊船
life buoy 救生圈
lifeboat 救生艇
life jacket 救生衣
berth, cabin, stateroom 客艙
first-class stateroom (cabin) 頭等艙
second-class stateroom (cabin) 二等艙
steerage, third-class 三等艙
steerage 統艙
gang-plank 跳板
crossing 橫渡
cruise 游弋
to embark, to ship 乘船
to land 抵岸, to sail at a speed of 20 knots, 航速為20節
to transship 換船
to disembark 上岸
to board a ship; to embark; to go aboard 上船
to disembark from a ship, to go ashore, to land 下船
on board a ship, aboard 在船上
to stop over at... 中途在…停留civil aviation 民用航空
plane, aircraft, airplane 飛機
airliner 班機
jet, supersonic plane 噴氣機
airliner, passenger aircraft 客機
medium-haul aircraft 中程飛機
long-range aircraft, long-haul aircraft 遠程飛機
propeller-driven aircraft 螺旋槳飛機
jet (aircraft) 噴氣飛機
turbofan jet 渦輪風扇飛機
turboprop 渦輪螺旋槳飛機
turbojet 渦輪噴氣飛機
by air, by plane 乘飛機
airline 航空線
passenger cabin 客艙
tourist class 普通艙, 經濟艙
first class 一等艙
waiting list 登機票名單
customs formalities 報關單
boarding check 登機牌
airport 航空港
air terminal 航空集散站
tarmac 停機坪
air hostess, stewardess 空中小姐, 女乘務員
steward 乘務員
aircraft crew, air crew 機組, 機務人員
pilot 駕駛員, 機長
takeoff 起飛
landing 著陸
to board a plane, get into a plane 上飛機
to get off a plane, alight from a plane 下飛機
non-stop flight to 飛往, 直飛
in transit 運送中的
air pocket 氣潭, 氣阱

4. 請問機場安檢員平時用得最多的英語是哪幾句

希望能幫到你
請出示護照 please show me your passport
請舉起雙臂(為了檢查) please raise your arms
請把隨身物品放在籃子里please put your belongings in the basket
請出示身份證please show me your identification
請排隊等候please wait in line
請耐心等候please be patient
還有一些平時用的到的單詞,要求不會很高的,希望你順利!

機場費 airport fee
出站(出港、離開) departures
國際機場 international airport
登機手續辦理 check-in
國內機場 domestic airport
登機牌 boarding pass (card)
機場候機樓 airport terminal
護照檢查處 passport control immigration
國際候機樓 international terminal
行李領取處 luggage claim; baggage claim
國際航班出港 international departure
國際航班旅客 international passengers
國內航班出站 domestic departure
中轉 transfers
衛星樓 satellite
中轉旅客 transfer passengers
入口 in
中轉處 transfer correspondence
出口 exit; out; way out
過境 transit
進站(進港、到達) arrivals
報關物品 goods to declare
不需報關 nothing to declare
貴賓室 V.I.P. room
海關 customs
購票處 ticket office
登機口 gate; departure gate
付款處 cash
候機室 departure lounge
計程車 taxi
航班號 FLT No (flight number)
計程車乘車點 Taxi pick-up point
來自…… arriving from
大轎車乘車點 coach pick-up point
預計時間 scheled time (SCHED)
航空公司汽車服務處 airline coach service
實際時間 actual
租車處 car hire
已降落 landed
公共汽車 bus; coach service
前往…… departure to
公用電話 public phone; telephone
起飛時間 departure time
廁所 toilet; W. C.; lavatories; rest room
延誤 delayed
男廁 men's; gent's; gentlemen's
登機 boarding
女廁 women's; lady's
由此乘電梯前往登機 stairs and lifts to departures
餐廳 restaurant
迎賓處 greeting arriving
酒吧 bar
由此上樓 up; upstairs
咖啡館 coffee shop; cafe
由此下樓 down; downstairs
免稅店 ty-free shop
銀行 bank
郵局 post office
貨幣兌換處 money exchange; currency exchange
出售火車票 rail ticket
訂旅館 hotel reservation
旅行安排 tour arrangement
行李暫存箱 luggage locker
行李牌 luggage tag

機票

飛機票 endorsements/restrictions
前往城市 to
旅客姓名 name of passenger
承運人 carrier
旅行經停地點 good for passage between
航班號 flight no.
起點城市 from
座艙等級 class
起飛日期 date
機號 plane No.
起飛時間 time
機座號 seat No.
訂座情況 status
吸煙坐位 smoking seat
機票確認 ticket confirm
非吸煙席 non-smoking seat
登機口 gate

出/入境卡
姓 family name
年 year
名 First (Given) Name
月 month
性別 sex
偕行人數 accompanying number
男 male
職業 occupation
女 female
專業技術人員 professionals & technical
國籍 nationality
行政管理人員 legislators &administrators
國籍 country of citizenship
辦事員 clerk
護照號 passport No.
商業人員 commerce
原住地 country of Origin
服務人員 service
前往目的地國 destination country
農民 farmer
登機城市 city where you boarded
工人 worker
簽證簽發地 city where visa was issued
其他 others
簽發日期 date issue
無業 jobless
前往國家的住址 address while in
簽名 signature
街道及門牌號 number and street
官方填寫 official use only
城市及國家 city and state
日 day
出生日期 date of Birth

簽證

姓 surname
失效日期(或必須在…日之前入境) expiry date ( 或 before)
名 first (given) name
停留期為…… for stays of
性別 sex
10天 ten days
出生日期 birthdate
8周 eight weeks
國籍 nationality
3個月 three months
護照號 passport No.
6個月 six months
編號 control No.
1年 one year
簽發地 Issue At
3年 three years
簽發日期 Issue Date
簽證種類 visa type/class

日期、數字、符號

一月 JAN
七月 JUL
二月 FEB
八月 AUG
三月 MAR
九月 SEP
四月 APR
十月 OCT
五月 MAY
十一月 NOV
六月 JUN
十二月 DEC
天 day (s)
年 year (s)
周 week (s)
1993年6月12日 12 Jun. 1993
月 month (s)
1993年6月12日 Jun. 12, 1993

5. register 這個英語單詞怎麼讀

英語很簡單,千萬不要用諧音。
register 三個音節,分音節即可慢慢練,re - gis - ter

熱點內容
某人建議某事英語怎麼翻譯 發布:2025-09-30 07:59:54 瀏覽:794
英語電影求翻譯英語怎麼說 發布:2025-09-30 07:47:35 瀏覽:279
短文中沒寫的英語怎麼翻譯 發布:2025-09-30 07:47:00 瀏覽:601
這是教室講台翻譯成英語怎麼說 發布:2025-09-30 07:45:38 瀏覽:680
告訴我更多用英語怎麼翻譯 發布:2025-09-30 07:45:29 瀏覽:836
一口說英語怎麼翻譯成英語 發布:2025-09-30 07:43:51 瀏覽:174
我要去散步了英語怎麼翻譯 發布:2025-09-30 07:39:53 瀏覽:574
他經常在早上讀英語怎麼翻譯 發布:2025-09-30 07:23:57 瀏覽:413
桌子上還有把刀怎麼翻譯用英語 發布:2025-09-30 07:21:46 瀏覽:664
我的晚餐作文英語怎麼說 發布:2025-09-30 07:04:19 瀏覽:176