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

蟲(chóng)蟲(chóng)首頁(yè)| 資源下載| 資源專(zhuān)輯| 精品軟件
登錄| 注冊(cè)

Pro

  • 程序代碼使用說(shuō)明: (1)所有源代碼目錄下都提供了Makefile(非Qt)

    程序代碼使用說(shuō)明: (1)所有源代碼目錄下都提供了Makefile(非Qt),或者.Pro(Qt),或者更詳細(xì)的說(shuō)明(第7章)。作為對(duì)比,也可以參考在書(shū)中的對(duì)應(yīng)章節(jié)采用直接gcc命令的編譯方法,來(lái)學(xué)習(xí)如何編寫(xiě)Makefile。 (2)Makefile中默認(rèn)情況下采用“CC=gcc”或者“CPP=g++”的設(shè)置,交叉編譯時(shí)請(qǐng)使用“ make CC=arm-linux-gcc CPP=arm-linux-g++”(假設(shè)你使用的是光盤(pán)中提供的arm-linux-gcc交叉編譯工具鏈)或類(lèi)似命令。當(dāng)然,也可以修改這些Makefile。 (3)Qt程序的交叉編譯請(qǐng)參考本書(shū)第2章:可以利用qmake自動(dòng)生成用于交叉編譯的Makefile。當(dāng)然,也可以采用(2)的方法,或者直接修改Makefile。 (4)所有代碼都在Redhat9和gcc3.4.1/arm-linux-gcc3.4.1/Qtopia-core-4.3.0的環(huán)境中編譯測(cè)試通過(guò)。

    標(biāo)簽: Makefile 代碼 程序 使用說(shuō)明

    上傳時(shí)間: 2013-12-16

    上傳用戶(hù):ANRAN

  • 程序代碼使用說(shuō)明: (1)所有源代碼目錄下都提供了Makefile(非Qt)

    程序代碼使用說(shuō)明: (1)所有源代碼目錄下都提供了Makefile(非Qt),或者.Pro(Qt),或者更詳細(xì)的說(shuō)明(第7章)。作為對(duì)比,也可以參考在書(shū)中的對(duì)應(yīng)章節(jié)采用直接gcc命令的編譯方法,來(lái)學(xué)習(xí)如何編寫(xiě)Makefile。 (2)Makefile中默認(rèn)情況下采用“CC=gcc”或者“CPP=g++”的設(shè)置,交叉編譯時(shí)請(qǐng)使用“ make CC=arm-linux-gcc CPP=arm-linux-g++”(假設(shè)你使用的是光盤(pán)中提供的arm-linux-gcc交叉編譯工具鏈)或類(lèi)似命令。當(dāng)然,也可以修改這些Makefile。 (3)Qt程序的交叉編譯請(qǐng)參考本書(shū)第2章:可以利用qmake自動(dòng)生成用于交叉編譯的Makefile。當(dāng)然,也可以采用(2)的方法,或者直接修改Makefile。 (4)所有代碼都在Redhat9和gcc3.4.1/arm-linux-gcc3.4.1/Qtopia-core-4.3.0的環(huán)境中編譯測(cè)試通過(guò)。

    標(biāo)簽: Makefile 代碼 程序 使用說(shuō)明

    上傳時(shí)間: 2016-12-24

    上傳用戶(hù):yimoney

  • IDL源碼

    IDL源碼,處理IMAPP中HDF文件的IDL Pro。通過(guò)源碼可了解IDL中讀取,寫(xiě)入HDF格式文件的方法。

    標(biāo)簽: IDL 源碼

    上傳時(shí)間: 2013-12-22

    上傳用戶(hù):qiao8960

  • IDL 源碼

    IDL 源碼,包括兩個(gè)文件hdfwrite.Pro和hdfread.Pro。用于HDF格式的數(shù)據(jù)讀取與寫(xiě)入。可直接調(diào)用或針對(duì)需求進(jìn)行修改。

    標(biāo)簽: IDL 源碼

    上傳時(shí)間: 2017-01-24

    上傳用戶(hù):pompey

  • 在前面的教程中我們已經(jīng)有提到j(luò)ava script中的OLE Automation。在本節(jié)的教程中

    在前面的教程中我們已經(jīng)有提到j(luò)ava script中的OLE Automation。在本節(jié)的教程中,我們將一起來(lái)討論一下java script是怎樣利用Automation的強(qiáng)大功能來(lái)擴(kuò)展服務(wù)端腳本的能力的。 實(shí)際上Automation并不是新的事物。它已經(jīng)在好幾年前就流行了,但是被ActiveX腳本語(yǔ)言的支持是一個(gè)新的應(yīng)用。如果你已經(jīng)有了Visual Basic 或者Visual C++的編程背景,本節(jié)教程將介紹怎樣利用你的經(jīng)驗(yàn)來(lái)創(chuàng)建有用的腳本以控制外部的應(yīng)用程序。 在你的腳本中控制外部的應(yīng)用是非常強(qiáng)大的,比如從你的腳本中打開(kāi)一個(gè)Word文檔或者一個(gè)Excel電子表格。HTML編輯器,比如HomeSite 4.0和HotMetal Pro 6為你提供了豐富的工具使得你可以利用它們到你的主頁(yè)中去。它們都是封裝到ActiveX控件中的。

    標(biāo)簽: Automation script java OLE

    上傳時(shí)間: 2014-01-13

    上傳用戶(hù):zhyiroy

  • JWebChart is a simple package to allow anyone to render complex charts using a Java Servlet. The Pro

    JWebChart is a simple package to allow anyone to render complex charts using a Java Servlet. The Product was primarily written to allow Warfare to render charts from data sources, which as a tool kit is specifically design for people with no Programming knowledge

    標(biāo)簽: JWebChart Servlet complex package

    上傳時(shí)間: 2013-12-19

    上傳用戶(hù):Pzj

  • As a Programming language, C is rather like Pascal or Fortran.. Values are stored in variables. Pro

    As a Programming language, C is rather like Pascal or Fortran.. Values are stored in variables. Programs are structured by defining and calling functions. Program flow is controlled using loops, if statements and function calls. Input and output can be directed to the terminal or to files. Related data can be stored together in arrays or structures.

    標(biāo)簽: Programming variables language Fortran

    上傳時(shí)間: 2017-05-18

    上傳用戶(hù):hongmo

  • Game Programmers, check out the only book on data structures written especially for you! Described i

    Game Programmers, check out the only book on data structures written especially for you! Described in layman s terms, this book will explain all of the essential data structures that are used in video game Programming. It will also go over some of the more advanced and specialized data structures, too. Data Structures for Game Programmers is written in C++, and any special skills required to understand the book will be explained within it. The CD will include source code of the book, compiled demo s of the source, graphical demo code, plus tools such as Visual C++ 5, SDL, STLPort, Paint Shop Pro, and an SDL Primer by Ernest Pazera.

    標(biāo)簽: Programmers especially structures Described

    上傳時(shí)間: 2013-12-25

    上傳用戶(hù):lixinxiang

  • The emphasis of this book is on real-time application of Synopsys tools, used to combat various Pro

    The emphasis of this book is on real-time application of Synopsys tools, used to combat various Problems seen at VDSM geometries. Readers will be exposed to an effective design methodology for handling complex, submicron ASIC designs. Significance is placed on HDL coding styles, synthesis and optimization, dynamic simulation, formal verification, DFT scan insertion, links to layout, physical synthesis, and static timing analysis. At each step, Problems related to each phase of the design flow are identified, with solutions and work-around described in detail. In addition, crucial issues related to layout, which includes clock tree synthesis and back-end integration (links to layout) are also discussed at length. Furthermore, the book contains in-depth discussions on the basics of Synopsys technology libraries and HDL coding styles, targeted towards optimal synthesis solution.

    標(biāo)簽: application real-time Synopsys emphasis

    上傳時(shí)間: 2017-07-05

    上傳用戶(hù):waitingfy

  • Networked solutions for industrial automation Product Information (eng. Moeller) AS-Interface, Pro

    Networked solutions for industrial automation Product Information (eng. Moeller) AS-Interface, Profibus, Ethernet, Telecontrol, LON.

    標(biāo)簽: AS-Interface Information automation industrial

    上傳時(shí)間: 2013-12-22

    上傳用戶(hù):宋桃子

主站蜘蛛池模板: 合水县| 巴彦淖尔市| 虹口区| 平果县| 洛川县| 内丘县| 贵港市| 台中县| 藁城市| 高平市| 长子县| 会昌县| 广饶县| 察雅县| 潍坊市| 棋牌| 昂仁县| 抚顺县| 木兰县| 乌拉特前旗| 沧州市| 兴仁县| 喀喇| 大厂| 呼和浩特市| 东方市| 神农架林区| 尚义县| 大理市| 游戏| 平谷区| 建始县| 江陵县| 贵溪市| 瑞金市| 金堂县| 射阳县| 墨脱县| 柘荣县| 比如县| 江城|