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

蟲蟲首頁(yè)| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

object-Oriented_System_Developmen

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

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

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

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

    上傳用戶:水口鴻勝電器

  • 假設(shè)圖書館的圖書包含書名、編號(hào)和作者屬性

    假設(shè)圖書館的圖書包含書名、編號(hào)和作者屬性,讀者包含姓名和借書證屬性,每們讀者最多可借5本書。設(shè)計(jì)一個(gè)類object,從它派生出圖書類book和讀者類reader,在reader類中有一個(gè)rentbook()成員函數(shù)用于借閱圖書。

    標(biāo)簽: 圖書館 圖書

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

    上傳用戶:nanfeicui

  • jQuery 由 John Resig 創(chuàng)建于 2006 年初

    jQuery 由 John Resig 創(chuàng)建于 2006 年初,對(duì)于任何使用 JavaScript 代碼的程序員來(lái)說(shuō),它是一個(gè)非常有用的 JavaScript 庫(kù)。無(wú)論您是剛剛接觸 JavaScript 語(yǔ)言,并且希望獲得一個(gè)能解決文檔對(duì)象模型(Document Object Model,DOM)腳本和 Ajax 開發(fā)中一些復(fù)雜問題的庫(kù),還是作為一個(gè)厭倦了 DOM 腳本和 Ajax 開發(fā)中無(wú)聊的重復(fù)工作的資深 JavaScript 專家,jQuery 都會(huì)是您的首選。 下面提供jquery詳細(xì)顯例代碼

    標(biāo)簽: jQuery Resig John 2006

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

    上傳用戶:koulian

  • This sample is a simple example on how to perform a glow effect by rendering into an arbitrary size

    This sample is a simple example on how to perform a glow effect by rendering into an arbitrary size Frame Buffer Object (FBO). The Glow effect is performed on a specific part of the screen and can be done only on specific objects of the scene. You can imagine using such a postprocessing effect in CAD/DCC to emphasize some items from a selection or picking for example.

    標(biāo)簽: arbitrary rendering example perform

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

    上傳用戶:liuchee

  • PowerPCB教程簡(jiǎn)介 歡迎使用 PowerPCB 教程。本教程描述了PADS-PowerPCB 的絕大部分功能 和特點(diǎn)

    PowerPCB教程簡(jiǎn)介 歡迎使用 PowerPCB 教程。本教程描述了PADS-PowerPCB 的絕大部分功能 和特點(diǎn),以及使用的各個(gè)過程,這些功能包括: · 基本操作 · 建立元件(Component) · 建立板子邊框線(Board outline) · 輸入網(wǎng)表(Netlist) · 設(shè)置設(shè)計(jì)規(guī)則(Design Rule) ·元件(Part)的布局(Placement) · 手工和交互的布線 · SPECCTRA全自動(dòng)布線器(Route Engine) ·覆銅(Copper Pour) · 建立分隔/混合平面層(Split/mixed Plane) · Microsoft 的目標(biāo)連接與嵌入(OLE)(Object Linking Embedding) · 可選擇的裝配選件(Assembly options) · 設(shè)計(jì)規(guī)則檢查(Design Rule Check) · 反向標(biāo)注(Back Annotation) · 繪圖輸出(Plot Output) 使用本教程后,你可以學(xué)到印制電路板設(shè)計(jì)和制造的許多基本知識(shí)。 你不必一次完成整個(gè)教程,如果在任何時(shí)候退出后,下次直接找到你要進(jìn)入 的部分,繼續(xù)學(xué)習(xí)本教程。 當(dāng)你完成了本教程的學(xué)習(xí)后,可以參考在線幫助(On-line Help)以便得到更多 的信息。如果你需要附加的信息內(nèi)容,你可以與PADS 在各地辦事處或代理商取 得聯(lián)系,以便得到更多的幫助。 歡迎使用PowerPCB進(jìn)行PCB設(shè)計(jì)!

    標(biāo)簽: PowerPCB PADS-PowerPCB 教程

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

    上傳用戶:caozhizhi

  • Using the idea from Seam Carving for Content-Aware Image Resizing, the codes enables a selected im

    Using the idea from Seam Carving for Content-Aware Image Resizing, the codes enables a selected image to resize without having distortion of important object in the image file.

    標(biāo)簽: Content-Aware the Resizing selected

    上傳時(shí)間: 2017-03-21

    上傳用戶:thuyenvinh

  • Need to make sense of the many changes to Visual Basic for the new .NET platform? VB .NET Language

    Need to make sense of the many changes to Visual Basic for the new .NET platform? VB .NET Language in a Nutshell introduces the important aspects of the language and explains the .NET framework. An alphabetical reference covers the functions, statements, directives, objects, and object members that make up the VB .NET language. To ease the transition, each language element includes a "VB .NET/VB 6 Differences" section.

    標(biāo)簽: NET the Language platform

    上傳時(shí)間: 2017-03-26

    上傳用戶:qoovoop

  • list is a data dtructure. this is a data structure type implemantation and it is implemented in C pr

    list is a data dtructure. this is a data structure type implemantation and it is implemented in C prgramming language. General header contains pointer to object so list.c in c is implemented in generic way.

    標(biāo)簽: data implemantation implemented dtructure

    上傳時(shí)間: 2017-03-27

    上傳用戶:LIKE

  • This book is an introduction to Ada 95. It uses an example-driven approach which gradually develops

    This book is an introduction to Ada 95. It uses an example-driven approach which gradually develops small trivial programs into large case-study type programs. The main emphasis of this book is on maintenance problems, and using object-oriented technology to write maintainable, extensible programs. Program design is introduced throughout the book, with hypothetical maintenance scenarios used to shoe design shortcomings. and revise them to accomodate maintenance needs. Practical issues such as debugging programs are tackled, and important Ada features not found in other languages are dealt with practically and early on in the text. These include exception handling, user-defined types, procedures, functions, packages and child packages.

    標(biāo)簽: example-driven introduction gradually approach

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

    上傳用戶:koulian

  • CnCodeFormater Readme Author: passos Email: passos@cnpack.orgpassos@21cn.com Last Update:20

    CnCodeFormater Readme Author: passos Email: passos@cnpack.orgpassos@21cn.com Last Update:2003-12-16 Directories \CnParser Object Pascal 璇硶瑙f瀽鍣? \DCU 嫻嬭瘯宸ョ▼DCU杈撳嚭鐩綍 \Test 嫻嬭瘯宸ョ▼ Surpport Simple Stamtment can work The others language future need to be test ... Not Surpport Class type declare still cause error. And so on ... TODO Modify TCnCodeFormater s Class declare section. Add Scaner.ForwardToken future. any thing that I forget ...

    標(biāo)簽: passos CnCodeFormater orgpassos Author

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

    上傳用戶:541657925

主站蜘蛛池模板: 德清县| 收藏| 龙口市| 衡水市| 淳安县| 手机| 茶陵县| 额济纳旗| 奇台县| 安庆市| 英吉沙县| 日照市| 左云县| 宿州市| 琼结县| 育儿| 清原| 沙湾县| 建平县| 永吉县| 内丘县| 商洛市| 高邑县| 福贡县| 叙永县| 青岛市| 山东| 巫溪县| 海伦市| 佛教| 塔河县| 成都市| 尼勒克县| 庆城县| 涡阳县| 若尔盖县| 大同县| 普兰店市| 昌乐县| 潜江市| 高陵县|