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

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

object-orientation

  • GNU Common C++ is a very portable and highly optimized class framework for writing C++ applications

    GNU Common C++ is a very portable and highly optimized class framework for writing C++ applications that need to use threads and support concurrent sychronization, and that use sockets, XML parsing, object serialization, thread-optimized String and data structure classes, etc. This framework offers a class foundation that hides platform differences from your C++ application so that you need not write platform specific code. GNU Common C++ has been ported to compile nativily on most platforms which support either posix threads, or on maybe be used with Debian hosted mingw32 to build native threading applications for Microsoft Windows.

    標(biāo)簽: applications framework optimized portable

    上傳時間: 2014-01-02

    上傳用戶:luke5347

  • AutomaticPropertiesDefaultValues Article_src.zip PropertyInfo[] props = o.GetType().GetPropert

    AutomaticPropertiesDefaultValues Article_src.zip PropertyInfo[] props = o.GetType().GetProperties(BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.Instance | BindingFlags.Static) for (int i = 0 i < props.Length i++) { PropertyInfo prop = props[i] if (prop.GetCustomAttributes(true).Length > 0) { object[] defaultValueAttribute = prop.GetCustomAttributes(typeof(DefaultValueAttribute), true) if (defaultValueAttribute != null) { DefaultValueAttribute dva = defaultValueAttribute[0] as DefaultValueAttribute if(dva != null) prop.SetValue(o, dva.Value, null) }

    標(biāo)簽: AutomaticPropertiesDefaultValues PropertyInfo Article_src GetPropert

    上傳時間: 2014-11-22

    上傳用戶:xaijhqx

  • Ajax(Asynchronous JavaScript + XML)的定義 基于web標(biāo)準(standards-based presentation)XHTML+CSS的表示; 使用 DOM

    Ajax(Asynchronous JavaScript + XML)的定義 基于web標(biāo)準(standards-based presentation)XHTML+CSS的表示; 使用 DOM(Document Object Model)進行動態(tài)顯示及交互; 使用 XML 和 XSLT 進行數(shù)據(jù)交換及相關(guān)操作; 使用 XMLHttpRequest 進行異步數(shù)據(jù)查詢、檢索; 使用 JavaScript 將所有的東西綁定在一起。英文參見Ajax的提出者Jesse James Garrett的原文。 類似于DHTML或LAMP,AJAX不是指一種單一的技術(shù),而是有機地利用了一系列相關(guān)的技術(shù)。事實上,一些基于AJAX的“派生/合成”式(derivative/composite)的技術(shù)正在出現(xiàn),如“AFLAX”。 含實例源碼。

    標(biāo)簽: standards-based Asynchronous presentation JavaScript

    上傳時間: 2016-07-03

    上傳用戶:tfyt

  • This handbook is a concise guide to architecting, designing, and building J2EE applications. It guid

    This handbook is a concise guide to architecting, designing, and building J2EE applications. It guides technical architects through the entire J2EE project, including identifying business requirements, performing use-case analysis, doing object and data modeling, and leading a development team through construction. Whether you are about to architect your first J2EE application or are looking for ways to keep your projects on-time and on-budget, you will refer to this handbook again and again.

    標(biāo)簽: architecting applications designing handbook

    上傳時間: 2014-08-06

    上傳用戶:xuan‘nian

  • IDE開發(fā)環(huán)境

    IDE開發(fā)環(huán)境,可以掛載SDCC The BASIC IDE is a new, RAD (Rapid Application Development) IDE (Integrated Development Environment) for the RapidQ programming language. The IDE currently has rich project options, a form designer (similar to Delphi s), and code editor. The BASIC IDE is being coded in Borland® Delphi® . We are currently using Delphi 6, but you should be able to use Delphi 3 or later (Delphi 7 included). Some of the BASIC IDEs features include: Form Designer with support for all of RapidQ s components Flexible Code Editor Project Management Written in OO (Object Oriented) Delphi. Some future items that we are working on are: Code Tip Code Completion CVS Integration Code Editor Macros Point-and-Click access to subroutines, functions, and variables

    標(biāo)簽: IDE 開發(fā)環(huán)境

    上傳時間: 2016-07-05

    上傳用戶:dapangxie

  • T-kernel 的extension源代碼

    T-kernel 的extension源代碼,是日本最著名的T-kernel所獨有的,適合開發(fā)T-kernel的朋友們使用! TK/SE is the program that extends T-Kernel and provides the functions such as a file system and a process management. The TK/SE archive to be provided is comprised of the main portion and the 2 extended file system portions, and TK/SE object is built by adding these to T-Kernel source. a) tkernel_se_1.00.00.tar.gz Main source of T-Kernel/SE b) extfs_fatfs_1.00.00.tar.gz Difference source of T-Kernel/SE extended file system (FAT) c) extfs_cdrom_1.00.00.tar.gz Difference source of T-Kernel/SE extended file system (CD-ROM)

    標(biāo)簽: extension T-kernel 源代碼

    上傳時間: 2014-01-20

    上傳用戶:czl10052678

  • Finally: a hands-on, Java-centric workbook companion for the classic Design Patterns! Workbook appro

    Finally: a hands-on, Java-centric workbook companion for the classic Design Patterns! Workbook approach deepens your understanding, builds your confidence, and strengthens your skills. Covers all five categories of design pattern intent: interfaces, responsibility, construction, operations, and extensions. CD-ROM contains all code examples from the book -- plus bonus code examples not found in the book. About the Author: Steven John Metsker is a researcher and author focused on advanced techniques for magnifying the abilities of object-oriented software developers. A rising star in the patterns community, he was recently invited to join the acclaimed Hillside Group. He is author of Building Parsers with Java? (Addison-Wesley).

    標(biāo)簽: Java-centric companion hands-on Patterns

    上傳時間: 2013-12-01

    上傳用戶:1079836864

  • Pegasus is an open-source implementationof the DMTF CIM and WBEM standards. It is designed to be por

    Pegasus is an open-source implementationof the DMTF CIM and WBEM standards. It is designed to be portable and highly modular. It is coded in C++ so that it effectively translates the object concepts of the CIM objects into a programming model but still retains the speed and efficiency of a compiled language. Pegasus is designed to be inherently portable and builds and runs today on most versionsof UNIX(R), Linux, OpenVMS, and Microsoft Windows.

    標(biāo)簽: implementationof open-source standards designed

    上傳時間: 2014-09-09

    上傳用戶:haohaoxuexi

  • 實驗8 繼承與多態(tài) 8.1 實驗?zāi)康? (1) 理解類的繼承

    實驗8 繼承與多態(tài) 8.1 實驗?zāi)康? (1) 理解類的繼承,掌握變量隱藏、方法覆蓋的概念。 (2)理解引用類型的變量的賦值轉(zhuǎn)換原則。 (3)理解多態(tài)概念,掌握方法的匹配調(diào)用原則; (4)理解抽象類與接口的使用; (5)理解this和super的含義及使用。 (6)理解訪問控制符的使用 8.2 知識要點 8.2.1 繼承的概念 通過類的繼承,祖先類的所有成員均將成為子類擁有的“財富”。但是能否通過子類對象直接訪問這些成員則取決于訪問權(quán)限設(shè)置。Object類是所有類的祖先。 8.2.2 構(gòu)造方法與繼承關(guān)系 構(gòu)造方法不存在繼承關(guān)系,子類中是如何給父類繼承的屬性賦初值呢? 子類通過調(diào)用父類的構(gòu)造方法給父類的屬性賦值,在子類的構(gòu)造方法的第1行可以通過super去調(diào)用父類的構(gòu)造方法,如果沒有super調(diào)用,則默認調(diào)用父類的無參構(gòu)造方法。所以,在父類中編寫構(gòu)造方法通常均要提供無參構(gòu)造方法。 8.2.3 對象引用變量賦值原則 可以將子類的對象引用賦值給父類引用變量,由于父類能操作訪問屬性和方法的子類已全部繼承。但將父類引用變量的值賦給子類引用變量就受到限制,必須進行強制轉(zhuǎn)換,編譯總是認可強制轉(zhuǎn)換,但運行程序時如果不能正確轉(zhuǎn)換就會報錯。

    標(biāo)簽: 8.1 實驗

    上傳時間: 2016-08-05

    上傳用戶:baiom

  • sql equipment management system for the Institute of Laboratory office automation management system

    sql equipment management system for the Institute of Laboratory office automation management system an important part of it can lend to the return of the equipment scrapped and a new standardized management, thereby increasing efficiency and avoiding waste of resources.  background database using Access, prospects of development tools using Visual Basic.  The system uses ADO data access technology, and each database table and operation of the field to the type of package, which succeeded in object-oriented programming thinking applied to the database application design.

    標(biāo)簽: management system Laboratory automation

    上傳時間: 2016-08-15

    上傳用戶:784533221

主站蜘蛛池模板: 隆德县| 南木林县| 新乐市| 红原县| 锡林郭勒盟| 奉节县| 错那县| 忻州市| 尚义县| 林口县| 连山| 黑水县| 兰考县| 邯郸市| 伊宁县| 琼海市| 林西县| 宜丰县| 浑源县| 宜黄县| 大悟县| 木里| 宣恩县| 万山特区| 谷城县| 揭东县| 原平市| 翼城县| 张家口市| 手游| 清水县| 千阳县| 渭源县| 砀山县| 曲沃县| 黄梅县| 葫芦岛市| 金沙县| 营口市| 武宁县| 天气|