Ⅰ 全部編程語言一共有多少個
編程語言(英語:programming language),是用來定義計算機程序的形式語言。它是一種被標准化的交流技巧,用來向計算機發出指令。一種能夠讓程序員准確地定義計算機所需要使用數據的計算機語言,並精確地定義在不同情況下所應當採取的行動。
最早的編程語言是在電腦發明之前產生的,當時是用來控制提花織布機及自動演奏鋼琴的動作。在電腦領域已發明了上千不同的編程語言,而且每年仍有新的編程語言誕生。很多編程語言需要用指令方式說明計算的程序,而有些編程語言則屬於宣告式編程,說明需要的結果,而不說明如何計算。
編程語言已超過上千種,大部分用在計算領域。編程語言和人類使用的自然語言在精確度和完整性上有很大的差異。
根據TIOBE指數在截止2021年4月,五十大最受歡迎的語言如下:
2003年-2021年最受歡迎的編程語言
如何衡量各編程語言的使用量:
很難去比較哪一種編程語言的使用量最大,而且「使用量」一詞也很難定義。某一種編程語言可能需要較多的時間進行開發,另一種編程語言可能產生的代碼較長,第三種編程語言可能在CPU中運行的時間較長。有些語言在特定的領域十分受歡迎,例如COBOL在公司的數據中心仍相當常用,多半是在大型計算機上運行,Fortran常用在科學及工程應用,C語言常用在嵌入式設備應用及操作系統,Perl常用於系統管理和文本處理,JavaScript用於網頁等。
有許多不同的測量編程語言使用的程度的方法,不同的測量方式各有誤差:
計算招聘廣告中提到各編程語言的次數。
計算教授或描述各編程語言書籍賣出的數量。
占計各編程語言目前仍在使用代碼的長度,不過可能會低估一些公開搜索不容易找到的編程語言。
利用搜索引擎計算找到不同編程語言的次數。
Ⅱ 學編程需要記住哪些英語單詞
學會編程不需要多高深的英語水平,想要學會編程,簡單的英語水平足夠了,現在的程序開發環境又很友好,基本上打開之後不需要怎麼配置,直接寫代碼就行,程序語言無外乎順序、判斷和循環語句,寫一寫簡單的程序毫無壓力,所以需要記住的英文其實並不多。
為什麼這么說呢?我們拿c++和python出來給大家看看。
實際上C語言和C++語言本身需要的英文單詞,學名關鍵詞或者保留字,也就幾十個。
根據ISOC++的標准,一共有63個關鍵詞,而初學者用的比較多的單詞,我試著圈出來了,大致一看,也就20多個,我想英文即使再不好,20多個單詞還是能記住的。
python的關鍵詞一共33個。
也就是說你只需要記住這幾十個單詞就可以寫程序。不要不信,事實上就是如此。
這就是編程本身和英語的關系。說白了就是幾十個英語單詞的關系。是不是大部分都是你認識的,而且一點也不難記,實際上也用不著刻意的去背記,用著用著就知道了。
程序其餘的部分,其實全部可以使用拼音來代替(當然推薦使用英文單詞)這樣就可以組成一個完整的程序了。
當然,英文水平肯定也是很重要的,因為在目前,大多數先進的技術,都是英文描述的,也就是說大部分的資料是英文的,如果英文的閱讀跟理解能力夠,那麼對於自身能力的提升有很大的幫助。
希望能幫助到你,望採納!
Ⅲ 計算機常用英語單詞
計算機常用英語單詞
1、message 信息
2、make 接通
3、 dialog 對話
4、right 正確的
5、example 實例
6、index 指數
7、create 創立
8、button 按鈕
9、insert 插入
10、value 值
value讀法 英['væljuː]美['væljuː]
n.價值;價格;重要性;(pl)價值觀;數值
v.估價;重視;評價
例句
1、This book will be of great value to him in his study.
這本書將對他的研究有很大價值。
2、The fall in the dollar's value worldwide sent tremors through the Wall Street.
全球性的美元價格下跌震動了整個華爾街
詞語用法
1、value用作名詞時,基本意思是「價值,價格」,指人們估計的一件東西的價值或其交換價值,引申還可表示「用處,益處,實用性,重要性」,指某物有一定的價值,值得人們去珍視。
2、value還可作「等值,劃算,上算」解,有時還可表示數學中的「值」。
3、value常用於ofvalueto sb 結構,表示「對某人有…價值」。
4、value用作動詞的基本意思是「給…估價」,指通過客觀判斷,對某事物的價格或價值作出精準的估計,但不表示權威性或內行的判斷。引申可表示對不太引人注目的事物的高度評價,即「尊重」「重視」「珍視」。
5、value是及物動詞,接名詞或代詞作賓語,當賓語後接具體價格時,常用介詞at。
Ⅳ 編程序常用英語單詞是什麼
編程序常用英語單詞部分:
1、Compile:編繹
2、Run:運行
3、Class:類
4、Object:對象
5、System:系統
6、out:輸出
7、print:列印
8、line:行
9、variable:變數
10、type:類型
11、static:靜態的
12、array:數組
13、parameter:參數
14、method:方法
15、function:函數
16、public:公有的
17、default:默認
18、get:得到
19、private:私有的
20、import:導入
21、set:設置
22、package:包
23、access:訪問
24、protected:受保護的
25、void:無(返回類型)
26、operation:操作運算
27、member-variable:成員變數
28、member-function:成員函數
29、extends:繼承 base class:基類 parent class:父類
30、interface:介面 child class:子類 super class:超類
31、overload:重載 abstract:抽象 exception:異常
32、implements:實現 Runtime:運行時
33、derived class:派生類
34、override:重寫覆蓋
35、final:最終的不能改變的
(4)程序員常用英語有多少個擴展閱讀
一、編程:設計具備邏輯流動作用的一種「可控體系」【註:編程不一定是針對計算機程序而言的,針對具備邏輯計算力的體系,都可以算編程。】
二、編程是編寫程序的中文簡稱,就是讓計算機代為解決某個問題,對某個計算體系規定一定的運算方式,使計算體系按照該計算方式運行,並最終得到相應結果的過程。
三、為了使計算機能夠理解人的意圖,人類就必須將需解決的問題的思路、方法和手段通過計算機能夠理解的形式告訴計算機,使得計算機能夠根據人的指令一步一步去工作,完成某種特定的任務。這種人和計算體系之間交流的過程就是編程。
Ⅳ 常用的150個計算機英語單詞
A
Active-matrix主動距陳
Adapter cards適配卡
Advanced application高級應用
Analytical graph分析圖表
Analyze分析
Animations動畫
Application software 應用軟體
Arithmetic operations算術運算
Audio-output device音頻輸出設備
Access time存取時間
access存取
accuracy准確性
ad network cookies
廣告網路信息記錄軟體
Add-ons 插件
Address地址
Agents代理
Analog signals模擬信號
Applets程序
Asynchronous communications port
非同步通信埠
Attachment附件
B
Bar code條形碼
Bar code reader條形碼讀卡器
Basic application基礎程序
Binary coding schemes
二進制解碼方案
Binary system二進制系統
Bit比特
Browser瀏覽器
Bus line匯流排
Backup tape cartridge units
備份磁帶盒單元
Bandwidth帶寬
Bluetooth藍牙
Broadband寬頻
Browser瀏覽器
Business-to-business
企業對企業電子商務
Business-to-consumer企業對消費者
Bus匯流排
C
Cables連線
Cell單元箱
Chain printer鏈式列印機
Character and recognition device
字元標識識別設備
Chart圖表
Chassis支架
Chip晶元
Clarity清晰度
Closed architecture封閉式體系結構
Column列
Combination key結合鍵
computer competency計算機能力
connectivity連接,結點
Continuous-speech recognition system
連續語言識別系統
Control unit操縱單元
Cordless or wireless mouse無線滑鼠
Cable modems有線數據機
carpal tunnel syndrome腕骨神經綜合症
CD-ROM可記錄光碟
CD-RW可重寫光碟
CD-R可記錄壓縮光碟
Channel信道
Chat group談話群組
chlorofluorocarbons(CFCs) ]氯氟甲烷
Client客戶端
Coaxial cable同軸電纜
cold site冷戰
Commerce servers商業伺服器
Communication channel信道
Communication systems信息系統
Compact disc rewritable
Compact disc光碟
computer abuse amendments act of 19941994
計算機濫用法案
computer crime計算機犯罪
computer ethics計算機道德
computer fraud and abuse act of 1986
計算機欺詐和濫用法案
computer matching and privacy protection act of 1988
計算機查找和隱私保護法案
Computer network計算機網路
computer support specialist計算機支持專家
computer technician計算機技術人員
computer trainer計算機教師
Connection device連接設備
Connectivity連接
Consumer-to-consumer個人對個人
cookies-cutter programs信息記錄截取程序
cookies信息記錄程序
cracker解密高手
cumulative trauma disorder積累性損傷錯亂
Cybercash電子現金
Cyberspace計算機空間
cynic憤世嫉俗者
D
Database資料庫
database files資料庫文件
Database manager資料庫管理
Data bus數據匯流排
Data projector數碼放映機
Desktop system unit台式電腦系統單元
Destination file目標文件
Digital cameras數碼照相機
Digital notebooks數字筆記本
Digital bideo camera數碼攝影機
Discrete-speech recognition system
不連續語言識別系統
Document文檔
document files文檔文件
Dot-matrix printer點矩陣式列印機
Dual-scan monitor雙向掃描顯示器
Dumb terminal非智能終端
data security數據安全
Data transmission specifications
數據傳輸說明
database administrator資料庫管理員
Dataplay數字播放器
Demolation解調
denial of service attack拒絕服務攻擊
Dial-up service撥號服務
Digital cash數字現金
Digital signals數字信號
Digital subscriber line數字用戶線路
Digital versatile disc數字化通用磁碟
Digital video disc數字化視頻光碟
Direct access直接存取
Directory search目錄搜索
disaster recovery plan災難恢復計劃
Disk caching磁碟驅動器高速緩存
Diskette磁碟
Disk磁碟
Distributed data processing system
分部數據處理系統
Distributed processing分布處理
Domain code域代碼
Downloading下載
DVD 數字化通用磁碟
DVD-R 可寫DVD
DVD-RAM DVD隨機存取器
DVD-ROM 只讀DVD
E
e-book電子閱讀器
Expansion cards擴展卡
end user終端用戶
e-cash電子現金
e-commerce電子商務
electronic cash電子現金
electronic commerce電子商務
electronic communications privacy act of1986
電子通信隱私法案
encrypting加密術
energy star能源之星
Enterprise computing企業計算化
environment環境
Erasable optical disks可擦除式光碟
ergonomics人類工程學
ethics道德規范
External modem外置數據機
extranet企業外部網
F
Fax machine傳真機
Field域
Find搜索
FireWire port port火線埠
Firmware固件
Flash RAM快閃記憶體
Flatbed scanner台式掃描器
Flat-panel monitor純平顯示器
floppy disk軟盤
Formatting toolbar格式化工具條
Formula公式
Function函數
fair credit reporting act of 1970
公平信用報告法案
Fiber-optic cable光纖電纜
File compression文件壓縮
File decompression文件解壓縮
filter過濾
firewall防火牆
firewall防火牆
Fixed disk固定硬碟
Flash memory快閃記憶體
Flexible disk可折疊磁碟
Floppies磁碟
Floppy disk軟盤
Floppy-disk cartridge磁碟盒
Formatting格式化
freedom of information act of 1970
信息自由法案
frustrated受挫折
Full-plex communication全雙通通信
G
General-purpose application通用運用程序
Gigahertz千兆赫
Graphic tablet繪圖板
green pc綠色個人計算機
H
handheld computer手提電腦
Hard 硬拷貝
hard disk硬碟
hardware硬體
Help幫助
Host computer主機
Home page主頁
Hyperlink超鏈接
hacker黑客
Half-plex communication半雙通通信
Hard disk硬碟
Hard-disk cartridge硬碟盒
Hard-disk pack硬碟組
Head crash磁頭碰撞
header標題
help desk specialist幫助辦公專家
helper applications幫助軟體
Hierarchical network層次型網路
history file歷史文件
hits匹配記錄
horizontal portal橫向用戶
hot site熱戰
Hybrid network混合網路
hyperlinks超連接
I
Image capturing device圖像獲取設備
information technology信息技術
Ink-jet printer墨水噴射印刷機
Integrated package綜合性組件
Intelligent terminal智能終端設備
Intergrated circuit集成電路
Interface cards介面卡
Internal modem內部數據機
internet telephony網路電話
internet terminal互聯網終端
Identification識別
i-drive網路硬碟驅動器
illusion of anonymity匿名幻想
index search索引搜索
information pushers信息推送器
initializing 初始化
instant messaging計時信息
internal hard disk內置硬碟
Internal modem內部數據機
Internet hard drive 網路硬碟驅動器
intranet企業內部網
J
joystick操縱桿
K
keyword search關鍵字搜索
L
laser printer激光列印機
Layout files版式文件
Light pen光筆
Locate定位
Logical operations邏輯運算
Lands凸面
Line of sight communication視影通信
Low bandwidth低帶寬
lurking潛伏
M
Main board主板
Mark sensing標志檢測
Mechanical mouse機械滑鼠
Memory內存
Menu菜單
Menu bar菜單條
Microprocessor微處理器
Microseconds微秒
Modem card數據機
Monitor顯示器
Motherboard主板
Mouse 滑鼠
Multifunctional device多功能設備
Magnetic tape reels磁帶卷
Magnetic tape streamers磁帶條
mailing list郵件列表
Medium band媒質帶寬
metasearch engine整合搜索引擎
Microwave微波
Modem解調器
Molation解調
N
Net PC網路計算機
Network adapter card網卡
Network personal computer網路個人電腦
Network terminal 網路終端
Notebook computer筆記本電腦
Notebook system unit筆記本系統單元
Numeric entry數字輸入
national information infrastructure protection act of1996
國際信息保護法案
national service provider
全國性服務供應商
Network architecture網路體系結構
Network bridge網橋
Network gateway網關
network manager網路管理員
newsgroup新聞組
no electronic theft act of1997
無電子盜竊法
Node節點
Nonvolatile storage非易失性存儲
O
Object embedding對象嵌入
Object linking目標鏈接
Open architecture開放式體系結構
Optical disk光碟
Optical mouse光電滑鼠
Optical scanner光電掃描儀
Outline大綱
off-line browsers離線瀏覽器
Online storage聯機存儲
P
palmtop computer掌上電腦
Parallel ports並行埠
Passive-matrix被動矩陣
PC card個人計算機卡
Personal laser printer個人激光列印機
Personal video recorder card個人視頻記錄卡
Photo printer照片列印機
Pixel像素
Platform scanner平版式掃描儀
Plotter繪圖儀
Plug and play即插即用
Plug-in boards插件卡
Pointer指示器
Pointing stick指示棍
Port埠
Portable scanner攜帶型掃描儀
Presentation files演示文稿
Presentation graphics電子文稿程序
Primary storage主存
Proceres規程
Processor處理機
Programming control lanugage程序控制語言
Packets數據包
Parallel data transmission平行數據傳輸
Peer-to-peer network system得等網路系統
person-person auction site個人對個人拍賣站點
physical security物理安全
Pits凹面
plug-in插件程序
Polling輪詢
privacy隱私權
proactive主動地
programmer程序員
Protocols協議
provider供應商
proxy server代理服務
pull procts推取程序
push procts推送程序
R
RAM cache隨機高速緩沖器
Range范圍
Record記錄
Relational database關系資料庫
Replace替換
Resolution解析度
Row行
Read-only只讀
Reformatting重組
regional service provider區域性服務供應商
repetitive motion injury反復性動作損傷
reverse directory反向目錄
right to financial privacy act of 1979
財產隱私法案
Ring network環形網
S
Scanner掃描器
Search查找
Secondary storage device助存儲設備
Semiconctor半導體
Serial ports串列埠
Server伺服器
Shared laser printer共享激光列印機
Sheet表格
Silicon chip矽片
Slots插槽
Smart card智能卡
Soft 軟拷貝
Software suite軟體協議
Sorting排序分類
Source file源文件
Special-purpose application專用文件
Spreadsheet電子數據表
Standard toolbar標准工具欄
Supercomputer巨型機
System cabine 系統箱
System clock時鍾
System software系統軟體
Satellite/air connection services
衛星無線連接服務
search engines搜索引擎
search providers搜索供應者
search services 搜索伺服器
Sectors扇區
security安全
Sending and receiving devices
發送接收設備
Sequential access順序存取
Serial data transmission單向通信
signature line簽名檔
snoopware監控軟體
software right act of1980
軟體版權法案
software piracy軟體盜版
Solid-state storage固態存儲器
specialized search engine
專用搜索引擎
spiders網頁爬蟲
spike尖峰電壓
Star network星型網
Strategy方案
subject主題
subscription address預定地址
Superdisk超級磁碟
surfing網上沖浪
surge protector浪涌保護器
systems analyst系統分析師
T
Table二維表
Telephony電話學
Television boards電視擴展卡
Terminal 終端
Template模板
Text entry文本輸入
Thermal printer 熱印刷
Thin client瘦客
Toggle key觸發鍵
Toolbar工具欄
Touch screen觸摸屏
Trackball追蹤球
TV tuner card電視調諧卡
Two-state system雙狀態系統
technical writer技術協作者
technostress重壓技術
telnet遠程登錄
Time-sharing system分時系統
Topology拓撲結構
Tracks磁軌
traditional cookies傳統的信息記錄程序
Twisted pair雙絞
U
Unicode統一字元標准
uploading上傳
usenet世界性新聞組網路
V
Virtual memory虛擬內存
Video display screen視頻顯示屏
Voice recognition system聲音識別系統
vertical portal縱向門戶
video privacy protection act of 1988
視頻隱私權保護法案
virus checker病毒檢測程序
virus病毒
Voiceband音頻帶寬
Volatile storage易失性存儲
voltage surge
W
Wand reader 條形碼讀入
Web 網路
Web appliance 環球網設備
Web page網頁
Web site address網路地址
Web terminal環球網終端
Webcam攝像頭
What-if analysis假定分析
Wireless revolution無線革命
Word字長
Word processing文字處理
Word wrap自動換行
Worksheet file 工**文件
web auctions網上拍賣
web broadcasters網路廣播
web portals門戶網站
web sites網站
web storefront creation packages
網上商店創建包
web storefronts網上商店
web utilities網上應用程序
web-downloading utilities
網頁下載應用程序
webmaster web站點管理員
web萬維網
Wireless modems無線數據機
wireless service provider
無線服務供應商
world wide web萬維網
worm蠕蟲病毒
Write-protect notch防寫口
其他縮寫
DVD digital bersatile
數字化通用光碟
IT information technology
信息技術
CD compact disc 壓縮盤
PDA personal digital assistant
個人數字助理
RAM random access memory
隨機存儲器
WWW World Wide Web 萬維網
DBMS database management system
資料庫管理系統
HTML Hypertext Markup Language
超文本標示語言
OLE object linking and embedding
對象鏈接入
SQL structured query language
結構化查詢語言
URL uniform resouice locator
統一資源定位器
AGP accelerated graphics port
加速圖形介面
ALU arithmetic-logic unit
算術邏輯單元
CPU central processing unit
中央處理器
CMOS complementary metal-oxide semiconctor
互補金屬氧化物半導體
CISC complex instruction set computer
復雜指令集計算機
HPSB high performance serial bus
高性能串列匯流排
ISA instry standard architecture
工業標准結構體系
PCI peripheral component interconnect
外部設備互連匯流排
PCMCIA Personal Memory Card International Association
個人計算機存儲卡國際協會
RAM random-access memory隨機存儲器
ROM read-only memory只讀存儲器
USB universal serial bus通用串列匯流排
CRT cathode-ray tube陰極射線管
HDTV high-definition television
高清晰度電視
LCD liquid crystal display monitor
液晶顯示器
MICRmagnetic-ink character recognition
磁墨水字元識別器
OCR optical-character recognition
光電字元識別器
OMR optical-mark recognition
游標閱讀器
TFT thin film transistor monitor
薄膜晶體管顯示器
Zip disk壓縮磁碟
Domain name system(DNS)域名伺服器
file transfer protocol(FTP)文件傳送協議
hypertext markup language(HTML)
超文本鏈接標識語言
Local area network(LAN)區域網
internet relay chat(IRC)互聯網多線交談
Metropolitan area network(MAN)城域網
Network operation system(NOS)網路操作系統
uniform resource locator(URL)統一資源定位器
Wide area network(WAN)廣域網
Ⅵ 程序員必須懂的英語單詞詞彙
干程序員這行實在是離不開英語,需要懂的 英語單詞 有很多。下面是我整理的程序員必須懂的英語單詞,以供大家學習參考。
程序員必須懂的英語單詞
CPU(Center Processor Unit)中央處理單元
mainboard主板
RAM(random access memory)隨機存儲器(內存)
ROM(Read Only Memory)只讀存儲器
Floppy Disk軟盤
Hard Disk硬碟
CD-ROM光碟驅動器(光碟機)
monitor監視器
keyboard鍵盤
mouse滑鼠
chip晶元
CD-R光碟刻錄機
HUB集線器
Modem= MOlator-DEMolator,數據機
P-P(Plug and Play)即插即用
UPS(Uninterruptable Power Supply)不間斷電源
BIOS (Basic-input-Output System)基本輸入輸出系統
CMOS(Complementary Metal-Oxide-Semiconctor)互補金屬氧化物半導體
setup安裝
uninstall卸載
wizzard向導
OS(Operation Systrem) 操作系統
OA(Office AutoMation)辦公自動化
exit退出
edit編輯
復制
cut剪切
paste粘貼
delete刪除
select選擇
find查找
程序員常用英語單詞select all全選
replace替換
undo撤消
redo重做
program程序
license許可(證)
back前一步
next下一步
finish結束
folder文件夾
Destination Folder目的文件夾
user用戶
click點擊
double click雙擊
right click右擊
settings設置
update更新
release發布
data數據
data base資料庫
DBMS(Data Base Manege System)資料庫管理系統
view視圖
insert插入
object對象
configuration配置
command命令
document文檔
程序員必備英語單詞彙POST(power-on-self-test)電源自檢程序
cursor游標
attribute屬性
icon圖標
service pack服務補丁
option pack功能補丁
Demo演示
short cut快捷方式
exception異常
debug調試
previous前一個
column行
row列
restart重新啟動
text文本
font字體
size大小
scale比例
interface界面
function函數
access訪問
manual指南
active激活
computer language計算機語言
menu菜單
GUI(graphical user interfaces )圖形用戶界面
template模版
page setup頁面設置
password口令
code密碼
print preview列印預覽
zoom in放大
zoom out縮小
pan漫遊
cruise漫遊
full screen全屏
tool bar工具條
>>>下一頁更多“程序員必備英語單詞”Ⅶ 計算機編程常用英語詞彙
計算機編程常用英語詞彙
程序員們對於編碼肯定很熟悉,畢竟日常工作中經常接觸。下面是我分享的一些常用的編程英語詞彙,希望能對大家有所幫助!
API (Application Programming Interface) 應用(程序)編程介面
app domain (application domain)應用域
application 應用、應用程序
application framework 應用程序框架
appearance 外觀
append 附加
architecture 架構、體系結構
archive file 歸檔文件、存檔文件
argument引數(傳給函式的值)。參見parameter
array 數組
arrow operator 箭頭操作符
ASP(Active Server Page)活動伺服器頁面
ASP.NET worker process ASP.NET工作者進程
assembly 裝配件、配件
assembly language 匯編語言
assembly manifest 裝配件清單
assert(ion) 斷言
assign 賦值
assignment 賦值、分配
assignment operator 賦值操作符
associated 相關的、相關聯的
associative container 關聯式容器(對應sequential container)
asynchronous 非同步的`
atomic 原子的
atomic operation 原子操作
attribute 特性、屬性
authentication service 驗證服務
authorization 授權
audio 音頻
A.I. 人工智慧
B2B integration B2B整合、B2B集成(business-to-business integration)
background 背景、後台(進程)
backward compatible 向後兼容、向下兼容
backup 備份
backup device備份設備
backup file 備份文件
bandwidth 帶寬
base class 基類
base type 基類型
batch 批處理
BCL (base class library)基類庫
binary 二進制
binary search 二分查找
binary tree 二叉樹
binary function 雙參函數
binary large object二進制大對象
binary operator 二元操作符
binding 綁定
bit 位
bitmap 點陣圖
bitwise 按位……
bitwise 為單元進行復制;位元逐一復制,按位拷
bitwise operation 按位運算
block 塊、區塊、語句塊
bookkeeping 簿記
boolean 布林值(真假值,true或false)
border 邊框
bounds checking 邊界檢查
boxing 裝箱、裝箱轉換
brace (curly brace) 大括弧、花括弧
bracket (square brakcet) 中括弧、方括弧
breakpoint 斷點
browser applications 瀏覽器應用(程序)
browser-accessible application 可經由瀏覽器訪問的應用程序
build 編連(專指編譯和連接
built-in 內建、內置
bus 匯流排
business 業務、商務(看場合)
business Logic 業務邏輯
business rules 業務規則
buttons 按鈕
bug 臭蟲
by/through 通過
byte 位元組(由8 bits組成)
cache 高速緩存
calendar 日歷
call 調用
callback 回調
call-level interface (CLI)調用級介面(CLI)
call operator 調用操作符
candidate key 候選鍵 (for database)
cascading delete 級聯刪除 (for database)
cascading update 級聯更新 (for database)
casting 轉型、造型轉換
catalog 目錄
chain 鏈(function calls)
character 字元
character format 字元格式
character set 字元集
CHECK constraints CHECK約束 (for database)
checkpoint 檢查點 (for database)
check box 復選框
check button 復選按鈕
child class 子類
CIL (common intermediate language)通用中間語言、通用中介語言
class 類
class declaration 類聲明
class definition 類定義
class derivation list 類繼承列表
class factory 類廠
class hierarchy 類層次結構
class library 類庫
class loader 類裝載器
class template 類模板
class template partial specializations 類模板部分特化
class template specializations 類模板特化
classification 分類
clause 子句
client application 客戶端應用程序
client cursor 客戶端游標 (for database)
code page 代碼頁
cleanup 清理、清除
CLI (Common Language Infrastructure) 通用語言基礎設施
client 客戶、客戶端
client area 客戶區
client-server 客戶機/伺服器、客戶端/伺服器
clipboard 剪貼板
clone 克隆
CLS (common language specification) 通用語言規范
code access security 代碼訪問安全
COFF (Common Object File Format) 通用對象文件格式
collection 集合
COM (Component Object Model) 組件對象模型
combo box 組合框
command line 命令行
comment 注釋
commit 提交 (for database)
communication 通訊
compatible 兼容
compile time 編譯期、編譯時
compiler 編譯器
component組件
composite index 復合索引、組合索引 (for database)
composite key 復合鍵、組合鍵 (for database)
composition 復合、組合
concept 概念
concrete具體的
concrete class 具體類
concurrency 並發、並發機制
constraint 約束 (for database)
configuration 配置、組態
connection 連接 (for database)
connection pooling 連接池
console 控制台
constant 常量
construct 構件、成分、概念、構造(for language)
constructor (ctor) 構造函數、構造器
container 容器
containment包容
context 環境、上下文
control 控制項
cookie (不譯)
拷貝
CORBA 通用對象請求中介架構(Common Object Request Broker Architecture)
cover 覆蓋、涵蓋
create/creation 創建、生成
crosstab query 交叉表查詢 (for database)
CRTP (curiously recurring template pattern)
CTS (common type system)通用類型系統
cube 多維數據集 (for database)
cursor 游標
cursor 游標 (for database)
custom 定製、自定義
data 數據
data connection 數據連接 (for database)
Data Control Language (DCL) 數據控制語言(DCL) (for database)
Data Definition Language (DDL) 數據定義語言(DDL) (for database)
data dictionary 數據字典 (for database)
data dictionary view 數據字典視圖 (for database)
data file 數據文件 (for database)
data integrity 數據完整性 (for database)
data manipulation language (DML)數據操作語言(DML) (for database)
data mart 數據集市 (for database)
data pump 數據抽取 (for database)
data scrubbing 數據清理 (for database)
data source 數據源 (for database)
Data source name (DSN) 數據源名稱(DSN) (for database)
data warehouse 數據倉庫 (for database)
dataset 數據集 (for database)
database 資料庫 (for database)
database catalog 資料庫目錄 (for database)
database diagram 數據關系圖 (for database)
database file 資料庫文件 (for database)
database object 資料庫對象 (for database)
database owner 資料庫所有者 (for database)
database project 資料庫工程 (for database)
database role 資料庫角色 (for database)
database schema 資料庫模式、資料庫架構 (for database)
database script 資料庫腳本 (for database)
data-bound 數據綁定 (for database)
data-aware control數據感知控制項 (for database)
data member 數據成員、成員變數
dataset 數據集 (for database)
data source 數據源 (for database)
data structure數據結構
data table 數據表 (for database)
datagram 數據報文
DBMS (database management system)資料庫管理系統 (for database)
DCOM (distributed COM)分布式COM
dead lock 死鎖 (for database)
deallocate 歸還
debug 調試
debugger 調試器
decay 退化
decision support 決策支持
declaration 聲明
declarative referential integrity (DRI)聲明引用完整性(DRI) (for database)
dection 推導
DEFAULT constraint默認約束 (for database)
default database 默認資料庫 (for database)
default instance 默認實例 (for database)
default result set 默認結果集 (for database)
default 預設、默認值
defer 推遲
definition 定義
delegate 委託
delegation 委託
dependent name
deploy 部署
dereference 解引用
dereference operator (提領)運運算元
derived class 派生類
design by contract 契約式設計
design pattern 設計模式
destroy 銷毀
destructor(dtor)析構函數、析構器
device 設備
DHTML (dynamic HyperText Markup Language)動態超文本標記語言
dialog 對話框
digest 摘要
digital 數字的
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 調度、分派、派發(我喜歡"調度")
DISPID (Dispatch Identifier)分派標識符
distributed computing 分布式計算
distributed query 分布式查詢 (for database)
DNA (Distributed interNet Application) 分布式網間應用程序
document 文檔
DOM (Document Object Model)文檔對象模型
dot operator (圓)點操作符
driver 驅動(程序)
DTD (document type definition) 文檔類型定義
double-byte character set (DBCS)雙位元組字元集(DBCS)
mp 轉儲
mp file 轉儲文件
dynamic cursor 動態游標 (for database)
dynamic filter 動態篩選 (for database)
dynamic locking 動態鎖定 (for database)
dynamic recovery 動態恢復 (for database)
dynamic snapshot 動態快照 (for database)
dynamic SQL statements 動態SQL語句 (for database)
dynamic assembly 動態裝配件、動態配件
dynamic binding 動態綁定
;Ⅷ 編程常用的英文有哪些
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 硬體 硬體
Ⅸ 編程常用英語
編程語言是英文字母,但是並不需要你英語太好,但是個別公司喜歡英文注釋而已,並不影響實際工作,因為還有網路,可以翻譯好之後放進去。只要讀過書,肯定接觸過英語,大學大專畢業生編程是完全不用考慮英語難不難的,但是英語好是很好的競爭優勢。
Ⅹ C語言中常用到的英語單詞有哪些
C語言中常用到的英語單詞有:int,short,long,signed,unsigned,char,float,double。