瀏覽器軟件設計.rar
瀏覽器軟件設計,4.8萬字57頁有源程序和運行代碼摘要 為了使設計瀏覽器的工作比較方便,微軟公司開發(fā)設計了internet explorer active模型,它將activex 與internet explorer集成到一起作為一個internet explorer html瀏覽器控件做一個activex文件服務運行于應用程序內(nèi)部,...
該文檔為壓縮文件,包含的文件列表如下:


內(nèi)容介紹
原文檔由會員 space 發(fā)布
4.8萬字 57頁 有源程序和運行代碼
摘要
為了使設計瀏覽器的工作比較方便,微軟公司開發(fā)設計了Internet Explorer Active模型,它將ActiveX 與Internet Explorer集成到一起作為一個Internet Explorer HTML瀏覽器控件做一個ActiveX文件服務運行于應用程序內(nèi)部,從而使應用程序實現(xiàn)Internet Exploeer的全部功能。同時,為了增強其靈活性,在這個控件中還增加了執(zhí)行腳本語言和包含其他ActiveX控件的能力,從而使讀者可以催該控件進行擴展以實現(xiàn)其他功能。
Internet Explore HTML瀏覽器封裝在CHtml View類中,通過使用該類就可以輕松地創(chuàng)建出具有WEB瀏覽能力的應用程序。
ChtmlView 類在文件/視圖結構的上下文中提供WebBrower控件的功能。WebBrower控件是客戶瀏覽網(wǎng)址以及本地文件系統(tǒng)和網(wǎng)絡文件夾的窗口。WebBrower控件支持超級鏈接,URL(統(tǒng)一資源定位符)導航器,并維護一張歷史列表。
對Visual C++應用平臺進行設計的介紹和功能的實現(xiàn)過程,讓我們了解到瀏覽器的制作與實現(xiàn)過程,通過強大的Visual C++應用平臺設計一個WEB瀏覽器,要求它具有瀏覽器的最基本的應用功能的基礎上,添加一些具有人性化的選項功能。給出其詳細的設計與實現(xiàn)的過程和程序代碼。
關鍵字:IE,Viual c++,瀏覽器
Abstract
It isn't left the spread of knowledge by technological progress.The demanding of the time is our responsibility.In the days of the internet developing fastly,we should catch the pulse of it,make the internet become a basilic channel that make people getting,issuancing and passing the news at a rapid rate.And then made the internet receives people's emphasis increasingly.One looking for the information by the browser's browsing,so I hope everyone should increasing the cognition of the network and all kinds of functions of the browser by my paper.Besides,the actualize of the web browser by Visual c++ 6.0 contacted the related knowledge studyed in the university.
Keywords:IE,Visual c++,browser
目 錄
1 緒論
2 Visual C++應用平臺
3 IE瀏覽器的初步設計
3.1瀏覽器的實現(xiàn)技術
3.3. ActiveX控制和Internet
3.4 ActiveX腳本描述語言
3.5 ActiveX服務器框架
3.6 ActiveX控制在WEB上的應用
3.7 IE瀏覽器的實現(xiàn)步驟
3.8 小結
4 瀏覽器詳細設計
5 總結
6 開發(fā)體會
7 致謝
參考文獻
摘要
為了使設計瀏覽器的工作比較方便,微軟公司開發(fā)設計了Internet Explorer Active模型,它將ActiveX 與Internet Explorer集成到一起作為一個Internet Explorer HTML瀏覽器控件做一個ActiveX文件服務運行于應用程序內(nèi)部,從而使應用程序實現(xiàn)Internet Exploeer的全部功能。同時,為了增強其靈活性,在這個控件中還增加了執(zhí)行腳本語言和包含其他ActiveX控件的能力,從而使讀者可以催該控件進行擴展以實現(xiàn)其他功能。
Internet Explore HTML瀏覽器封裝在CHtml View類中,通過使用該類就可以輕松地創(chuàng)建出具有WEB瀏覽能力的應用程序。
ChtmlView 類在文件/視圖結構的上下文中提供WebBrower控件的功能。WebBrower控件是客戶瀏覽網(wǎng)址以及本地文件系統(tǒng)和網(wǎng)絡文件夾的窗口。WebBrower控件支持超級鏈接,URL(統(tǒng)一資源定位符)導航器,并維護一張歷史列表。
對Visual C++應用平臺進行設計的介紹和功能的實現(xiàn)過程,讓我們了解到瀏覽器的制作與實現(xiàn)過程,通過強大的Visual C++應用平臺設計一個WEB瀏覽器,要求它具有瀏覽器的最基本的應用功能的基礎上,添加一些具有人性化的選項功能。給出其詳細的設計與實現(xiàn)的過程和程序代碼。
關鍵字:IE,Viual c++,瀏覽器
Abstract
It isn't left the spread of knowledge by technological progress.The demanding of the time is our responsibility.In the days of the internet developing fastly,we should catch the pulse of it,make the internet become a basilic channel that make people getting,issuancing and passing the news at a rapid rate.And then made the internet receives people's emphasis increasingly.One looking for the information by the browser's browsing,so I hope everyone should increasing the cognition of the network and all kinds of functions of the browser by my paper.Besides,the actualize of the web browser by Visual c++ 6.0 contacted the related knowledge studyed in the university.
Keywords:IE,Visual c++,browser
目 錄
1 緒論
2 Visual C++應用平臺
3 IE瀏覽器的初步設計
3.1瀏覽器的實現(xiàn)技術
3.3. ActiveX控制和Internet
3.4 ActiveX腳本描述語言
3.5 ActiveX服務器框架
3.6 ActiveX控制在WEB上的應用
3.7 IE瀏覽器的實現(xiàn)步驟
3.8 小結
4 瀏覽器詳細設計
5 總結
6 開發(fā)體會
7 致謝
參考文獻
TA們正在看...
- 2010年6月蘇州“金門國際商業(yè)廣潮招商、銷售策劃推...ppt
- 2010年07月20日達州東湖國際溫泉城概念方案匯報.ppt
- 2010年11月30日鄭州居易國際廣場6號樓營銷推廣提報.ppt
- 2010年11月德州皇明太陽谷項目整體定位及物業(yè)發(fā)展...ppt
- 2010年保利置業(yè)神州半島項目整體定位與物業(yè)發(fā)展建...ppt
- 2010年北京昌平牛蹄嶺別墅項目定位與開發(fā)建議.ppt
- 2010年東莞方中-莞太路項目初步思路建議案.ppt
- 2010年濟南海爾綠城玉蘭公寓營銷推廣方案.ppt
- 2010年蘇州中信森林湖別墅項目營銷推廣報告233py.ppt
- 2010首屆中國房地產(chǎn)魯商大會推廣報告-中國房地產(chǎn)報.ppt