虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

OBJECT

对象OBJECT是经常用于模仿现实世界中我们身边的一些对象。
  • Microsoft Visual Basic developers have long clamored for complete OBJECToriented language support

    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 Win32核心API参考光盘源码 本书包含了常用的Windows API函数,从窗口创建和消息处理函数到内存管理和文本输出函数。每一个函数均包含语法,函数作用的描述,可接受的常数值,返回值,相关函数的交叉引用,以及这些函数在Delphi的OBJECT Pascal中的使用范例。 本书是畅销的Delphi开发人员系列丛书的一本,并针对Windows 2000做了更新和修订。这个新版本是32位Delphi下最易用的和最权威的图书,为微软Windows应用程序接口开发提供了正确且全面的指导。本书包含了常用的Windows API函数,从窗口创建和消息处理函数到内存管理和文本输出函数。每一个函数均包含语法,函数作用的描述,可接受的常数值,返回值,相关函数的交叉引用,以及这些函数在Delphi的OBJECT Pascal中的使用范例。无论你是一个对Windows编程开发有经验的Delphi程序员,还是中级水平的Delphi程序员,本书都能帮助你扩展Delphi组件和对象的功能,并演示Win32 API可以为你做什么。

    标签: API Windows Delphi Win

    上传时间: 2013-12-10

    上传用户:梧桐

  • 本手册针对的是已有一定网页设计制作经验的读者。其目的是提供最新最全的样式表内容的快速索引及注释。所以对于样式表的基础知识

    本手册针对的是已有一定网页设计制作经验的读者。其目的是提供最新最全的样式表内容的快速索引及注释。所以对于样式表的基础知识,在此仅简单介绍,恕不赘述。 本手册的升级信息与版权声明请参阅关于本书页面。本手册中专用词汇请参阅中英文词汇对照表。 限于篇幅,对于一些过于繁杂的相关内容,如动态样式属性(Dynamic Properties),滤镜(Filters),行为(Behaviors)请参阅我的其它相关著作。 本书中涉及到的所有HTML对象(OBJECT,Element),HTML特性(Attributes)和属性(Properties)请参阅我的相关著作。

    标签: 样式表 基础知识 网页设计

    上传时间: 2017-04-26

    上传用户:xaijhqx

  • 深入浅出MFC是一本介绍 MFC(Microsoft Foundation Classes)程式设计技术的书籍。对于 Windows 应用软体的开发感到兴趣

    深入浅出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 s

    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, design

    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 re

    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面试笔试题大汇总 第一

    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() 有什么区

    标签: java 笔试题

    上传时间: 2017-05-20

    上传用户:坏坏的华仔

  • Introduction To CSS2样式表简介 本手册针对的是已有一定网页设计制作经验的读者。其目的是提供最新最全的样式表内容的快速索引及注释。所以对于样式表的基础知识

    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 uninitiate

    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