一些著(zhù)名的軟件都用什么語(yǔ)言編寫(xiě)?
一、操作系統:Microsoft Windows :匯編 -> C -> C++
備注:曾經(jīng)在智能手機的操作系統(Windows Mobile)考慮摻點(diǎn)C#寫(xiě)的程序,比如軟鍵盤(pán),結果因為寫(xiě)出來(lái)的程序太慢,實(shí)在無(wú)法和別的模塊合并,最終又回到C++重寫(xiě)。
相信很多朋友都知道Windows Vista,這個(gè)系統開(kāi)發(fā)早期比爾蓋茨想全部用C#寫(xiě),但是最終因為執行慢而放棄,結果之前無(wú)數軟件工程師日夜勞作成果一夜之間被宣告作廢。
Linux :C
Apple MacOS : 主要為C,部分為C++。 備注: 之前用的語(yǔ)言比較雜,最早是匯編和Pascal。
Sun Solaris : C
HP-UX : C
Symbian OS : 匯編,主要為C++。 (諾基亞手機)
Google Android :2008 年推出: C語(yǔ)言(有傳言說(shuō)是用Java開(kāi)發(fā)的操作系統,但最近剛推出原生的C語(yǔ)言SDK)
RIM BlackBerry OS 4.x : 黑莓 C++
二、圖形界面層Microsoft Windows UI :C++
Apple MacOS UI (Aqua) : C++
Gnome (Linux圖形界面之一,大腳): C和C++, 主要是C。
KDE (Linux圖形界面),C++。
三、桌面搜索工具Google Desktop Search : C++
Microsoft Windows Desktop Search : C++
021yin.com : Mono)
四、辦公軟件Microsoft Office :在 匯編 -> C -> 穩定在C++
Sun Open Office : 部分JAVA(對外接口),主要為C++ (開(kāi)源,可下載其源代碼)
Corel Office/WordPerfect Office : 1996年嘗試過(guò)Java,次年被拋棄,重新回到C/C++
Adobe Systems Acrobat Reader/Distiller : C++
五、關(guān)系型數據庫Oracle : 匯編、C、C++、Java。主要為C++。
MySQL : C++
IBM DB2 :匯編、C、C++,主要為C。
Microsoft SQL Server : 匯編 -> C->C++
IBM Informix : 匯編、C、C++,主要為C。
SAP DB/MaxDB : C++
六、Web Browsers/瀏覽器Microsoft Internet Explorer : C++
Mozilla Firefox : C++
Netscape Navigator :The code of Netscape browser was written in C, and Netscape engineers, all bought to Java (see M. Cusumano book and article) redeveloped the browser using Java. It was too slow and abandoned. Mozilla, the next version, was later developed using C++.
Safari : (2003年1月發(fā)布)C++
Google Chrome : (2008的發(fā)布)C++
Sun HotJava : Java (死于1999年)
Opera : C++ (手機上占用率比較大)
Opera Mini : Opera Mini (2007) has a very funny architecture, and is indeed using both C++ and Java. The browser is split in two parts, an ultra thin (less than 100Kb) "viewer" client part and a server side responsible of rendering. The first uses Java and receives the page under the OBML format, the latter reuses classical Opera (C++) rendering engine plus Opera's Small Screen Rendering, on the server. This allows Opera to penetrate various J2ME-enabled portable devices, such as phones, while preserving excellent response time. This comes obviously with a few sacrifices, for instance on JavaScript execution.
Mosaic : 鼻祖(已死) C 語(yǔ)言
七、郵件客戶(hù)端Microsoft Outlook : C++
IBM Lotus Notes : Java
Foxmail : Delphi
八、軟件開(kāi)發(fā)集成環(huán)境/IDE:Microsoft Visual Studio : C++
Eclipse : Java (其圖形界面SWT基于C/C++)
Code::Blocks : C++
易語(yǔ)言:C++
火山中文:C++
火山移動(dòng):C++
九、虛擬機Microsoft .Net CLR (.NET的虛擬機): C++
Java Virtual Machine (JVM) : Java 虛擬機:C++
十、ERP軟件 (企業(yè)應用)SAP mySAP ERP : C,后主要為“ABAP/4”語(yǔ)言
Oracle Peoplesoft : C++ -> Java
Oracle E-Business Suite : Java
十一、商業(yè)智能(Business Intelligence )Business Objects : C++
十二、圖形處理Adobe Photoshop : C++
The GIMP : C
十三、搜索引擎Google : 匯編 與 C++,主要為C++
十四、著(zhù)名網(wǎng)站eBay : 2002年為C++,后主要遷至Java
facebook : C++ 和 PHP
This line is only about facebook, not its plugins. Plugins can be developed in many different technologies, thanks to facebook's ORB/application server, Thrift. Thrift contains a compiler coded in C++. facebook people write about Thrift: "The multi-language code generation is well suited for search because it allows for application development in an efficient server side language (C++) and allows the Facebook PHP-based web application to make calls to the search service using Thrift PHP libraries." Aside the use of C++, facebook has adopted a LAMP architecture.
阿里巴巴和淘寶:php->C++/Java(主要用)
十五、 游戲 :匯編、C、C++
星際爭霸、魔獸爭霸、CS、帝國時(shí)代、跑跑卡丁車(chē)、傳奇、魔獸世界.... 數不勝數了,自己數吧
都是用C++開(kāi)發(fā)的,C++語(yǔ)言靠近系統地稱(chēng),執行速度最快。比如你的兩個(gè)朋友與你分別玩用VB、Java、與C++編寫(xiě)的“跑跑卡丁車(chē)”,你玩C++編寫(xiě)的游戲已經(jīng)跑玩結束了,發(fā)現你的兩個(gè)朋友還沒(méi)開(kāi)始跑呢,那是相當的卡啊,
十六、編譯器Microsoft Visual C++ 編譯器: C++
Microsoft Visual Basic 解釋、編譯器:C++
Microsoft Visual C# : 編譯器: C++
gcc (GNU C compiler) : C
javac (Sun Java compiler) : Java
Perl : C++
PHP : C
十七、3D 引擎Microsoft DirectX : C++
OpenGL : C
OGRE 3D : C++
十八、Web Servers (網(wǎng)頁(yè)服務(wù))Apache : C和C++,主要為C
Microsoft IIS : C++
Tomcat:Java
Jboss:Java
十九:郵件服務(wù)Microsoft Exchange Server : C->C++
Postfix : C
hMailServer : C++
Apache James : Java
二十:CD/DVD 刻錄Nero Burning ROM : C++
K3B : C++
二十一:媒體播放器Nullsoft Winamp : C++
Microsoft Windows Media Player : C++
Microsoft Windows Media Player : C++
二十二:Peer to Peer (P2P軟件)eMule : C++
μtorrent : C++
Azureus : Java (圖形界面使用基于C/C++的SWT,類(lèi)Eclipse)
二十三:全球定位系統(GPS)TomTom : C++
Hertz NeverLost : C++
Garmin : C++
Motorola VIAMOTO : 2007年6月,停止服務(wù)。 Java。
二十四:3D 引擎Microsoft DirectX : C++(相信玩游戲的同學(xué)都知道這個(gè),現在最高版本是DX11)
OpenGL : C
OGRE 3D : C++
二十五:服務(wù)器軟件Apache:C
Nginx:C
IIS:C
二十六:其他相關(guān)OpenStack:Python