Microsoft Visual Basic developers have long clamored for complete Objectoriented language support. Microsoft Visual Basic .NET supports all the features of an Objectoriented language. In addition, the entire Microsoft .NET Framework, which includes the development support for Microsoft Windows applications, Web applications, Web services, graphics, and data access, is designed according to Object-oriented principles. Developers who have a firm grasp of Object-oriented principles will be the strongest .NET developers.
標簽: Objectoriented developers Microsoft clamored
上傳時間: 2014-12-21
上傳用戶:shizhanincc
Delphi Win32核心API參考光盤源碼 本書包含了常用的Windows API函數,從窗口創建和消息處理函數到內存管理和文本輸出函數。每一個函數均包含語法,函數作用的描述,可接受的常數值,返回值,相關函數的交叉引用,以及這些函數在Delphi的Object Pascal中的使用范例。 本書是暢銷的Delphi開發人員系列叢書的一本,并針對Windows 2000做了更新和修訂。這個新版本是32位Delphi下最易用的和最權威的圖書,為微軟Windows應用程序接口開發提供了正確且全面的指導。本書包含了常用的Windows API函數,從窗口創建和消息處理函數到內存管理和文本輸出函數。每一個函數均包含語法,函數作用的描述,可接受的常數值,返回值,相關函數的交叉引用,以及這些函數在Delphi的Object Pascal中的使用范例。無論你是一個對Windows編程開發有經驗的Delphi程序員,還是中級水平的Delphi程序員,本書都能幫助你擴展Delphi組件和對象的功能,并演示Win32 API可以為你做什么。
上傳時間: 2013-12-10
上傳用戶:梧桐
本手冊針對的是已有一定網頁設計制作經驗的讀者。其目的是提供最新最全的樣式表內容的快速索引及注釋。所以對于樣式表的基礎知識,在此僅簡單介紹,恕不贅述。 本手冊的升級信息與版權聲明請參閱關于本書頁面。本手冊中專用詞匯請參閱中英文詞匯對照表。 限于篇幅,對于一些過于繁雜的相關內容,如動態樣式屬性(Dynamic Properties),濾鏡(Filters),行為(Behaviors)請參閱我的其它相關著作。 本書中涉及到的所有HTML對象(Object,Element),HTML特性(Attributes)和屬性(Properties)請參閱我的相關著作。
上傳時間: 2017-04-26
上傳用戶:xaijhqx
深入淺出MFC是一本介紹 MFC(Microsoft Foundation Classes)程式設計技術的書籍。對于 Windows 應用軟體的開發感到興趣,并欲使用 Visual C++ 整合環境的視覺開發工具,以 MFC 為程式基礎的人,都可以從此書獲得最根本最重要的知識與實例。 如果你是一位對 Application Framework 和物件導向(Object Oriented)觀念感興趣的技術狂熱份子,想知道神秘的 Runtime Type Information、Dynamic Creation、Persistence、Message Mapping 以及 Command Routing 如何實作,本書能夠充分滿足你。事實上,依我之見,這些核心技術與徹底學會操控 MFC 乃同一件事情。
標簽: Foundation MFC Microsoft Classes
上傳時間: 2013-12-31
上傳用戶:fxf126@126.com
The purpose of the design pattern dictionary is to serve as reference point for commonly accepted software design patterns and idioms. It contains structured summaries of some 30 design patterns and idioms, commonly used in Object oriented programming
標簽: dictionary reference accepted commonly
上傳時間: 2013-12-21
上傳用戶:leixinzhuo
FastReport is reporting tool component. It consists of report engine, designer and preview. It written on 100 Object Pascal and can be installed in Delphi 2-7 and C++Builder 1-6. Also available cross-platform version FR CLX for Delphi 6,7 C++ Builder 6 and Kylix 1,2,3 - check out webpage to get latest information.
標簽: FastReport component reporting consists
上傳時間: 2014-01-20
上傳用戶:壞壞的華仔
Learn how to: * Tokenize a null-terminated string * Create a search and replace function for strings * Implement subtraction for string Objects * Use the vector, deque, and list sequence containers * Use the container adaptors stack, queue, and priority_queue * Use the map, multimap, set, and multiset associative containers * Reverse, rotate, and shuffle a sequence * Create a function Object * Use binders, negators, and iterator adapters * Read and write files * Use stream iterators to handle file I/O * Use exceptions to handle I/O errors * Create custom inserters and extractors * Format date, time, and numeric data * Use facets and the localization library * Overload the [ ], ( ), and -> operators * Create an explicit constructor * And much, much more
標簽: null-terminated Tokenize Create string
上傳時間: 2014-01-18
上傳用戶:yph853211
java面試筆試題大匯總 ~很全面 java面試筆試題大匯總 第一,談談final, finally, finalize的區別。 最常被問到。 第二,Anonymous Inner Class (匿名內部類) 是否可以extends(繼承)其它類,是否可以implements(實現)interface(接口)? 第三,Static Nested Class 和 Inner Class的不同,說得越多越好(面試題有的很籠統)。 第四,&和&&的區別。 這個問得很少。 第五,HashMap和Hashtable的區別。 常問。 第六,Collection 和 Collections的區別。 你千萬別說一個是單數一個是復數。 第七,什么時候用assert。 API級的技術人員有可能會問這個。 第八,GC是什么? 為什么要有GC? 基礎。 第九,String s = new String("xyz") 創建了幾個String Object? 第十,Math.round(11.5)等於多少? Math.round(-11.5)等於多少? 第十一,short s1 = 1 s1 = s1 + 1 有什么錯? short s1 = 1 s1 += 1 有什么錯? 面試題都是很變態的,要做好受虐的準備。 第十二,sleep() 和 wait() 有什么區
上傳時間: 2017-05-20
上傳用戶:壞壞的華仔
Introduction To CSS2樣式表簡介 本手冊針對的是已有一定網頁設計制作經驗的讀者。其目的是提供最新最全的樣式表內容的快速索引及注釋。所以對于樣式表的基礎知識,在此僅簡單介紹,恕不贅述。 本手冊的升級信息與版權聲明請參閱關于本書頁面。本手冊中專用詞匯請參閱中英文詞匯對照表。 限于篇幅,對于一些過于繁雜的相關內容,如動態樣式屬性(Dynamic Properties),濾鏡(Filters),行為(Behaviors)請參閱我的其它相關著作。 本書中涉及到的所有HTML對象(Object,Element),HTML特性(Attributes)和屬性(Properties)請參閱我的相關著作。
標簽: Introduction CSS2 樣式表 To
上傳時間: 2014-01-20
上傳用戶:zhliu007
SOME BACKGROUND ON DESIGN PATTERNS The term “design patterns” sounds a bit formal to the uninitiated and can be somewhat off-putting when you first encounter it. But, in fact, design patterns are just convenient ways of reusing Object-oriented code between projects and between programmers. The idea behind design patterns is simple-- write down and catalog common interactions between Objects that programmers have frequently found useful.
標簽: BACKGROUND uninitiate PATTERNS patterns
上傳時間: 2013-12-22
上傳用戶:shizhanincc