亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

OBJECT-Oriented

  • 使用WebBrowser控件作為容器打開Word文檔 === === === === === === === 這個源代碼演示了使用WebBrowser控件作為容器打開Word文檔的操作。需要在工

    使用WebBrowser控件作為容器打開Word文檔 === === === === === === === 這個源代碼演示了使用WebBrowser控件作為容器打開Word文檔的操作。需要在工程中添加的引用主要為Office支持庫,本示例是以在OFFICEXP 2003的環(huán)境下打開。所需文件如下: Microsoft Word 11.0 Object Library (MSWord.olb) Microsoft Office 11.0 Object Library (MSO.dll) Microsoft Dialog Automation Objects (DlgObjs.dll) 具體一些功能,請查看源碼示例。

    標(biāo)簽: WebBrowser Word 控件 容器

    上傳時間: 2014-01-01

    上傳用戶:rishian

  • 在為Linux開發(fā)應(yīng)用程序時

    在為Linux開發(fā)應(yīng)用程序時,絕大多數(shù)情況下使用的都是C語言,因此幾乎每一位Linux程序員面臨的首要問題都是如何靈活運用C編譯器。目前Linux 下最常用的C語言編譯器是GCC(GNU Compiler Collection),它是GNU項目中符合ANSI C標(biāo)準(zhǔn)的編譯系統(tǒng),能夠編譯用、C++和Object C等語言編寫的程序。GCC不僅功能非常強(qiáng)大,結(jié)構(gòu)也異常靈活。最值得稱道的一點就是它可以通過不同的前端模塊來支持各種語言,如Java、 Fortran、Pascal、Modula-3和Ada等。開放、自由和靈活是Linux的魅力所在,而這一點在GCC上的體現(xiàn)就是程序員通過它能夠更好地控制整個編譯過程。

    標(biāo)簽: Linux 應(yīng)用程序

    上傳時間: 2013-12-22

    上傳用戶:TF2015

  • MPEG4的介紹

    MPEG4的介紹,說明了MPEG4的組成,Tools,Object,Profile,Level等

    標(biāo)簽: MPEG4

    上傳時間: 2015-12-30

    上傳用戶:lnnn30

  • ollydbg完全教程。OllyDbg 是一種具有可視化界面的 32 位匯編-分析調(diào)試器。它的特別之處在于可以在沒有源代碼時解決問題

    ollydbg完全教程。OllyDbg 是一種具有可視化界面的 32 位匯編-分析調(diào)試器。它的特別之處在于可以在沒有源代碼時解決問題,并且可以處理其它編譯器無法解決的難題。 一,什么是 OllyDbg? 二,一般原理[General principles] 三,反匯編器[Disassembler] 四,分析器[Analysis] 五,Object掃描器[Object scanner] 六,Implib掃描器 [Implib scanner] 七,如何開始調(diào)試[How to start debugging session] 八,CPU 窗口[CPU window] 九,斷點[Breakpoints] 十,內(nèi)存映射窗口[Memory map window] 十一、十二,監(jiān)視與監(jiān)察器[Watches and inspectors] 十三,線程[Threads] 十四,復(fù)制到剪切板[Copy to clipboard] 十五,調(diào)用棧[Call stack] 十六,調(diào)用樹[Call tree] 十七,選項[Options] 十八,搜索[Search] 十九,自解壓文件[Self-extracting (SFX) files] 二十,單步執(zhí)行與自動執(zhí)行[Step-by-step execution and animation] 二一,Hit跟蹤[Hit trace]

    標(biāo)簽: ollydbg OllyDbg 32 教程

    上傳時間: 2016-01-02

    上傳用戶:xhz1993

  • Contains source to demonstrate how to copy/delete files and folders with HFS+ APIs. It also demonstr

    Contains source to demonstrate how to copy/delete files and folders with HFS+ APIs. It also demonstrates a technique to rename an object if an object of the same name exists in the destination. This sample shows how to perform these operations in an MP-safe way.

    標(biāo)簽: demonstrate Contains demonstr folders

    上傳時間: 2016-01-14

    上傳用戶:我們的船長

  • these are the original publications of Haar-like features and Adaboost framework, which form the bas

    these are the original publications of Haar-like features and Adaboost framework, which form the basis of the newest object detections technology

    標(biāo)簽: publications Haar-like the framework

    上傳時間: 2014-01-01

    上傳用戶:gxmm

  • You imagine? Right, there s more than one possibility, this time I ll give you tree. One for your pr

    You imagine? Right, there s more than one possibility, this time I ll give you tree. One for your private data, one for the common data in order to receive data from other applications like Excel, WinWord etc. and at last, I ll give you a handy-dandy class you can derive ANY MFC object from, to make it a drop target

    標(biāo)簽: possibility imagine Right there

    上傳時間: 2013-12-21

    上傳用戶:jichenxi0730

  • TFIND searches for one or more strings (boolean AND) in a text file. TFIND reports all lines whe

    TFIND searches for one or more strings (boolean AND) in a text file. TFIND reports all lines where the string(s) were found (or NOT found by option). The search can be limited to a field in a fixed field (i.e. column oriented) list. An extended search mode is available, where only letters and digits are relevant. Other options: case sensitive search, alternative errorlevel with number of hits, header line with file name, LFN, custom prefix

    標(biāo)簽: TFIND searches boolean reports

    上傳時間: 2016-01-24

    上傳用戶:lindor

  • Thinking in C++ patiently and methodically explores the issues of when and how to use inlines, refer

    Thinking in C++ patiently and methodically explores the issues of when and how to use inlines, references, operator overloading, inheritance and dynamic objects, as well as advanced topics such as the proper use of templates, exceptions and multiple inheritance. The entire effort is woven in a fabric that includes Eckel’s own philosophy of object and program design. A must for every C++ developer’s bookshelf, Thinking in C++ is the one C++ book you must have if you’re doing serious development with C++.

    標(biāo)簽: methodically and patiently Thinking

    上傳時間: 2014-01-03

    上傳用戶:it男一枚

  • Adaptive Filter. This script shows the BER performance of several types of equalizers in a static ch

    Adaptive Filter. This script shows the BER performance of several types of equalizers in a static channel with a null in the passband. The script constructs and implements a linear equalizer object and a decision feedback equalizer (DFE) object. It also initializes and invokes a maximum likelihood sequence estimation (MLSE) equalizer. The MLSE equalizer is first invoked with perfect channel knowledge, then with a straightforward but imperfect channel estimation technique.

    標(biāo)簽: performance equalizers Adaptive several

    上傳時間: 2016-02-16

    上傳用戶:yan2267246

主站蜘蛛池模板: 南华县| 密山市| 阿克苏市| 沙洋县| 盘山县| 黎城县| 贡觉县| 红桥区| 明光市| 颍上县| 新宾| 太保市| 宁蒗| 广昌县| 互助| 娱乐| 阜阳市| 成都市| 瑞安市| 天柱县| 江华| 增城市| 当雄县| 萨嘎县| 团风县| 巍山| 巴青县| 平邑县| 大田县| 金乡县| 龙川县| 福海县| 康保县| 枝江市| 恩施市| 苗栗市| 镇江市| 碌曲县| 辽中县| 新津县| 噶尔县|