互聯(lián)網(wǎng)/程序員/技術(shù)/資料共享?
作者:土豆居士
來源:一口Linux
1、操作系統(tǒng)
Microsoft Windows :匯編 -> C -> C++備注:曾經(jīng)在智能手機的操作系統(tǒng)(Windows Mobile)考慮摻點C#寫的程序,比如軟鍵盤,結(jié)果因為寫出來的程序太慢,實在無法和別的模塊合并,最終又回到C++重寫。相信很多朋友都知道Windows Vista,這個系統(tǒng)開發(fā)早期比爾蓋茨想全部用C#寫,但最終因為執(zhí)行慢而放棄,結(jié)果之前無數(shù)軟件工程師日夜勞作成果一夜之間被宣告作廢。Apple MacOS :?主要為C,部分為C++。備注:之前用的語言比較雜,最早是匯編和Pascal。Symbian OS :?匯編,主要為C++(諾基亞手機)Google Android?:2008 年推出:C語言(有傳言說是用Java開發(fā)的操作系統(tǒng),但最近剛推出原生的C語言SDK)RIM BlackBerry OS 4.x?:黑莓 C++2、圖形界面層
Microsoft Windows UI :C++Apple MacOS UI (Aqua) :?C++Gnome (Linux圖形界面之一,大腳):?C和C++, 但主要是C3、桌面搜索工具
Google Desktop Search :?C++Microsoft Windows Desktop Search :?C++Beagle (Linux/Windows/UNIX 下):?C# (基于開源的 .net : Mono)4、辦公軟件
Microsoft Office :在 匯編 -> C -> 穩(wěn)定在C++Sun Open Office :?部分JAVA(對外接口),主要為C++ (開源,可下載其源代碼)Corel Office/WordPerfect Office :?1996年嘗試過Java,次年被拋棄,重新回到C/C++Adobe Systems Acrobat Reader/Distiller :?C++5、關(guān)系型數(shù)據(jù)庫
Oracle :?匯編、C、C++、Java。主要為C++Microsoft SQL Server :?匯編 -> C->C++IBM Informix :?匯編、C、C++,但主要為C6、Web Browsers/瀏覽器
Microsoft Internet Explorer :?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 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.7、郵件客戶端
8、軟件開發(fā)集成環(huán)境/IDE
Microsoft Visual Studio :?C++Eclipse :?Java (其圖形界面SWT基于C/C++)9、虛擬機
Microsoft .Net CLR (.NET的虛擬機):?C++Java Virtual Machine (JVM) :?Java 虛擬機:C++10、ERP軟件 (企業(yè)應(yīng)用)
SAP mySAP ERP :?C,后主要為“ABAP/4”語言Oracle Peoplesoft :?C++ -> JavaOracle E-Business Suite :?Java11、商業(yè)智能(Business Intelligence )
12、圖形處理
13、搜索引擎
Google :?匯編 與 C++,但主要為C++14、著名網(wǎng)站
eBay :?2002年為C++,后主要遷至JavaThis 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(主要用)15、游戲
星際爭霸、魔獸爭霸、CS、帝國時代、跑跑卡丁車、傳奇、魔獸世界.... 數(shù)不勝數(shù)了,自己數(shù)吧都是用C++開發(fā)的,C++語言靠近系統(tǒng)地稱,執(zhí)行速度最快。比如你的兩個朋友與你分別玩用VB、Java、與C++編寫的“跑跑卡丁車”,你玩C++編寫的游戲已經(jīng)跑玩結(jié)束了,發(fā)現(xiàn)你的兩個朋友還沒開始跑呢,那是相當(dāng)?shù)目ò ?/span>16、編譯器
Microsoft Visual C++ 編譯器:?C++Microsoft Visual Basic 解釋、編譯器:C++Microsoft Visual C# :編譯器:?C++javac (Sun Java compiler) :?Java17、3D引擎
18、Web Servers (網(wǎng)頁服務(wù))
19、郵件服務(wù)
Microsoft Exchange Server :?C->C++20、CD/DVD刻錄
21、媒體播放器
Microsoft Windows Media Player :?C++?
22、Peer to Peer (P2P軟件)
Azureus :?Java (圖形界面使用基于C/C++的SWT,類Eclipse)23、全球定位系統(tǒng)(GPS)
Motorola VIAMOTO :?2007年6月,停止服務(wù),Java24、3D引擎
Microsoft DirectX :?C++(相信玩游戲的同學(xué)都知道這個,現(xiàn)在最高版本是DX11)25、服務(wù)器軟件
26、其它
推薦閱讀:
tinylog || Log4j 、Logback 替代品
Spring Boot 監(jiān)聽 Redis Key 失效事件實現(xiàn)定時任務(wù)
互聯(lián)網(wǎng)初中高級大廠面試題(9個G)內(nèi)容包含Java基礎(chǔ)、JavaWeb、MySQL性能優(yōu)化、JVM、鎖、百萬并發(fā)、消息隊列、高性能緩存、反射、Spring全家桶原理、微服務(wù)、Zookeeper、數(shù)據(jù)結(jié)構(gòu)、限流熔斷降級......等技術(shù)棧!
?戳閱讀原文領(lǐng)取!? ? ? ? ? ? ? ??? ??? ? ? ? ? ? ? ? ? ?朕已閱?