CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - create object
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - create object - List
[
Other
]
ASPtopic
DL : 0
ASP专题文档集 在浏览器中上载文件的方法与实现 用ASP建造自己的聊天室 15种asp使用技巧(中文版) ASP实现分页显示 实现滚动新闻 ASP发送邮件的组件 ASP访问数据库 访问数据库的三种方式 ASP与ADO在Web数据库查询中的应用 不通过数据源完全控制MDB数据库 不用DSN,如何访问数据库? ASP访问SQL Server内置对象 ASP应用中数据库记录的选取与过滤 在ASP中用集合成批操作数据库 IE4的模式对话框设计 编写自己的组件 不用组件上载文件代码具体例子 创建财务组件 -ASP thematic document set in the browser to upload files using the methods and ASP to build their own chat room asp using 15 kinds of skills (Chinese Version) ASP realize realize rolling news page shows ASP Components ASP Send e-mail access to the database access the database of three ways in ASP and ADO Database Query Web application does not pass data sources do not have complete control of MDB database DSN, how to access the database? ASP visit the SQL Server built-in object database ASP applications to select and filter records in ASP using set synthesis IE4 approved mode of operation of the database dialog box design of the components do not have to write your own components to upload files specific examples of code to create the financial component
Date
: 2026-01-09
Size
: 147kb
User
:
123
[
Other
]
AJAX_XMLHttpRequest
DL : 0
AJAX入门之XMLHttpRequest慨述 在使用XMLHttpRequest对象发送请求和处理响应之前,必须先用JavaScript创建一个XMLHttpRequest对象。由于XMLHttpRequest不是一个W3C标准,所以可以采用多种方法使用JavaScript来创建XMLHttpRequest的实例。 Internet Explorer把XMLHttpRequest实现为一个ActiveX对象,其他浏览器(如Firefox、Safari和Opera)把它实现为一个本地JavaScript对象。由于存在这些差别,JavaScript代码中必须包含有关的逻辑,从而使用ActiveX技术或者使用本地JavaScript对象技术来创建XMLHttpRequest的一个实例。 -AJAX entry of XMLHttpRequest outlined in the use of XMLHttpRequest object to send requests to respond to and deal with before using JavaScript to create a XMLHttpRequest object. As the XMLHttpRequest is not a W3C standard, it can be used many ways to use JavaScript to create XMLHttpRequest instances. Internet Explorer to XMLHttpRequest as an ActiveX object to achieve, other browsers (such as Firefox, Safari and Opera) put it to achieve for a local JavaScript object. Because of these differences, JavaScript code must contain the relevant logic, and thus the use of ActiveX technology or the use of local JavaScript object technology to create an instance of XMLHttpRequest.
Date
: 2026-01-09
Size
: 4kb
User
:
celler
[
Other
]
vb_net
DL : 0
本简缩教程的内容有: 1.创建类:类关键字、类及名空间、创建方法、创建属性、重载方法等。 2.对象的生命周期:对象的构造、对象的终止 3.继承:实现基本的继承、阻止继承、继承与辖域、保护方法、重载方法、重载与 构造方法、创建基类以及抽象方法 4.共享或类成员:共享方法、共享变量 5.事件:共享事件、触发事件 6.界面:怎样使用界面 7.对象的处理:对象的声明等等 8.交叉语言的继承:创建VB.NET的基类、创建C#子类、创建一个客户应用程序。 9.可视化继承 总结 -Reduction of this tutorial are as follows: 1. To create categories: category keyword, category and name space, to create methods to create attributes, overloaded methods. 2. The object life cycle: the object structure, object termination 3. Succession: the realization of basic inheritance, block inheritance, inheritance and scope, protection methods, overloaded methods with the overloaded constructor to create an abstract base class as well as methods 4. share or class members: sharing of methods, shared variables 5. Event: shared events, trigger events 6. interface: how to use the interface 7. object processing: a statement object, etc. 8. Cross-language inheritance: VB.NET to create the base class to create C# sub-class, create a client application. 9. Visualization succession summary
Date
: 2026-01-09
Size
: 73kb
User
:
yinxufeng
[
Other
]
JavaScript
DL : 0
学习javascript的好资料! 第一讲 JavaScript语言概况 第二讲 JavaScript基本数据结构 第三讲 JavaScript程序构成 第四讲 基于对象的JavaScript语言 第五讲 创建新对象 第六讲 使用内部对象系统 第七讲 窗口及输入输出 第八讲 WEB页面信息交互 第九讲 实现更复杂交互 -Learning javascript good information! The first stresses JavaScript language JavaScript Overview II stresses the basic data structure procedures constitute the third-speaking fourth-speaking JavaScript Object-based JavaScript language speakers to create a new object Fifth Sixth stresses the use of internal stresses window seventh object system and input-output eighth-speaking WEB page information interaction stresses the ninth to achieve more complex interaction
Date
: 2026-01-09
Size
: 189kb
User
:
liuweijun
[
Other
]
NET
DL : 0
本书讲解如何设计应用框架。 应用框架为基于其上构建的应用提供通用服务,使你的代码和设计获得可扩展性、模块化和可重用性的好处。本书阐述了什么是框架、以及许多用于创建框架的面向对象技术。-This book explain how to design application framework. Application framework built on the basis of their application to provide generic services to enable you to obtain the code and design scalable, modular and reusability benefits. What is expounded in this book are the framework, as well as much used to create a framework for object-oriented technology.
Date
: 2026-01-09
Size
: 24.35mb
User
:
aglaia17
[
Other
]
McGraw.Hill.Herb.Schildts.C.plus.plus.Programming
DL : 0
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-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
Date
: 2026-01-09
Size
: 1.72mb
User
:
mumble
[
Other
]
Geoprocessor
DL : 0
Geoprocessor Programming Model Use CreateObject to create a Spatial Reference, a Value Table, or a FieldInfo Object
Date
: 2026-01-09
Size
: 178kb
User
:
Veera
[
Other
]
StarUML
DL : 0
StarUML是一种生成类图和其他类型的统一建模语言(UML)图表的工具。这是一个用Java语言描述的创建类图的简明手册。 StarUML(简称SU),是一种创建UML类图,并能够自动生成Java的“stub code” 的工具。SU也可以做JAVA逆向工程,以产生相应的UML图表。 在本教程中,我们将使用SU设计一个pizza饼。执行下列步骤,可以创建如下面所示的UML图。SU可以生成反映类结构的代码,而不是任何对象的具体行动。因此,在使用SU创建图表后,你会为此stub code添加剩余的功能性代码,填写每种方法本来应该做的事。 -StarUML is a generation of other types of class diagrams and the Unified Modeling Language (UML) diagrams of the tool. This is a language used to describe the creation of Java class diagram of the simple manual. StarUML (referred to as SU), is a creation of UML class diagrams, and be able to automatic generation of Java' s " stub code" tool. SU also JAVA can do reverse engineering to produce the corresponding UML diagrams. In this tutorial, we will use the SU design of a pizza pie. Perform the following steps, you can create, such as shown in the following UML diagram. SU reflect the type of structure can generate the code, rather than any object-specific actions. Therefore, in the use of SU to create a chart, you will add the stub code for this function of the remaining code, fill in each method should have been done.
Date
: 2026-01-09
Size
: 8.45mb
User
:
董礼
[
Other
]
VB.NET
DL : 0
1.创建类:类关键字、类及名空间、创建方法、创建属性、重载方法等。 2.对象的生命周期:对象的构造、对象的终止 3.继承:实现基本的继承、阻止继承、继承与辖域、保护方法、重载方法、重载与 构造方法、创建基类以及抽象方法 4.共享或类成员:共享方法、共享变量 5.事件:共享事件、触发事件 6.界面:怎样使用界面 7.对象的处理:对象的声明等等 8.交叉语言的继承:创建VB.NET的基类、创建C#子类、创建一个客户应用程序。 9.可视化继-1. Create a class: class keyword, category and name space, to create methods to create properties, overloaded methods. 2. The object' s life cycle: the construction of the object, the object of the termination of three. Inheritance: achieving the basic inheritance, block inheritance, inheritance and scoping, protection methods, overloaded methods, overloaded with the constructor to create an abstract base class as well as the method of 4. shares or class member: Shared methods, shared variables 5. Event: Shared events, trigger events 6. Interface: how to use the interface 7. object processing: the object' s statement, etc. 8. cross-language inheritance: Creating VB.NET The base class, create a subclass of C# to create a client application. 9. Following visualization
Date
: 2026-01-09
Size
: 73kb
User
:
ybbh
[
Other
]
C.COM..bianchenzhinan
DL : 0
《C# COM+ 编程指南》清晰的文字版,本书向读者概要地介绍了.NET框架和通用语言运行库的基本概念,进一步讲解了新的.NET框架与已有的COM+ (组件对象模型扩展)技术的互操作方法,即如何在COM+中使用.NET组件以及如何在.NET框架中使用已有的COM+组件;如何用C#语言创建全新的符合.NET规范的COM+组件,这些组件可用于事物处理、安全、事件、对象共享、事件排队以及远程处理。-" C# COM+ Programming Guide," a clear text version of the book to the reader an overview of the. NET Framework common language runtime and the basic concepts, to further explain the new. NET framework and the existing COM+ (Component Object Model Extension ) technology interoperability means that how to use COM+. NET components and how. NET Framework use the existing COM+ components how to use C# language to create a new line. NET standard COM+ component, which components can be used for transaction processing, security, event, object sharing, event queuing, and remoting.
Date
: 2026-01-09
Size
: 2.01mb
User
:
jhun
[
Other
]
csharpclass
DL : 0
C#类设计手册 pdg,内容方面介绍:类在.NET中的作用、如何用C#创建各种类型的类、程序逻辑包装器的方法的基本功能、构造函数的作用和用法、对象的清理、NET中基于委托事件系统的工作原理、在类型中控制和利用继承功能-C# Class Design Handbook pdg, content description: class. NET' s role, how to use C# to create all types of classes, program logic wrapper method' s basic functions, the role and usage of the constructor, the object of clean-up, NET event systems based on commissioned works, the type of control and the use of inheritance ... ...
Date
: 2026-01-09
Size
: 4.96mb
User
:
huwei
[
Other
]
CS-FtpWebRequest
DL : 0
这是一个用来实现FTP的CS代码。根据uri创建FtpWebRequest对象。-Part of the code: The class FTP_Class {string ftpServerIP string ftpUserID string ftpPassword the FtpWebRequest reqFTP public void Connecttest (string ftpServerIP, string ftpUserID, string ftpPassword) {//uri to create FtpWebRequest object reqFTP = (the FtpWebRequest) FtpWebRequest.Create (new the Uri (" ftp://" + ftpServerIP)) // specify the type of data transmission reqFTP.UseBinary = true // ftp user name and password reqFTP.Credentials = new the NetworkCredential (ftpUserID, ftpPassword) }
Date
: 2026-01-09
Size
: 3kb
User
:
felix
[
Other
]
css3
DL : 0
现在的绝对多数浏览器都增加了对XmlHttp的支持,IE中使用ActiveXObject方式创建XmlHttp对象,其他浏览器如:Firefox、Opera等通过window.XMLHttpRequest来创建xmlhttp对象。 -The absolute most browsers have increased support of XmlHttp, IE use ActiveXObject to create XmlHttp object other browsers such as: Firefox, Opera, etc. window.XMLHttpRequest to create xmlhttp object.
Date
: 2026-01-09
Size
: 575kb
User
:
sky
[
Other
]
Create-Front-Panel
DL : 0
LabVIEW助理开发工程师备考教程,创建前面板对象相关知识点汇总-LabVIEW Assistant Engineer the pro forma tutorial, create a front panel object knowledge point summary
Date
: 2026-01-09
Size
: 1.13mb
User
:
苏湘
[
Other
]
Character-Animation-With-Direct3D
DL : 1
包含了有关动画的所有知识,配有源码,可以在本站下载。-This book is primarily aimed at teaching indie and hobby game developers how to create character animation with Direct3D. Also, the seasoned professional game developer may find some interesting things in this book. You will need a solid understanding of the C++ programming language as well as general object-oriented programming skills. As for DirectX, you will need to know the very basics at least. In other words, you will need to have completed at least an introductory book on DirectX before starting this one. On top of all these prerequisites, you should also have basic knowledge of the High Level Shading Language (HLSL), since many of the effects done in this book will use it. If you feel that you can’t honestly say you meet these prerequisites, I suggest you brush up on these topics before continuing with this book rather than trying to learn them as you go. You will quite quickly be faced with some advanced topics, and, if you are faced with them for the first time,
Date
: 2026-01-09
Size
: 13.77mb
User
:
余祖志
[
Other
]
MATLABGUI(II)
DL : 0
MATLABGUI设计学习手记(第2版),GUI 本书首先介绍了GU I设计的预备知识 然后详细讲解了 GUI对象的属性及两种创建GUI的 方法: 采用函数创建和采用GUIDE创建 之后深入讲解了 ActiveX控件、 定时器、 串口及 mcc编译的相关知识 最后, 书中给出两个综合实例, 供读者研究学习。书中穿插了大量的图表和例题, 方便读者边查边练。-MatlabGUI design Learning Notes (2), the GUI this book first describes the the GU I design prior knowledge GUI object' s properties and two ways to create a GUI and then explain in detail: the function to create and GUIDE create After in-depth explanation ActiveX controls, timers, serial port, and MCC compiled knowledge Finally, the book gives comprehensive example for readers to study learning. Book interspersed with a large number of charts and examples, the convenience of the reader and checking while practicing.
Date
: 2026-01-09
Size
: 4.26mb
User
:
李晓静
[
Other
]
OReilly-Programming-C-Sharp-3-0-5th-Edition
DL : 0
This book is a tutorial, both on C# and on writing .NET applications with C#. If you want to brush up on your C# skills, or you are proficient in another programming language such as C++ or Java, or even if C# is your first programming language, this book is for you. The programming language of choice for .NET is C#, which builds on the lessons learned from C (high performance), C++ (object-oriented structure), Java™ (garbagecollection, high security), and Visual Basic (rapid development) to create a language ideally suited for developing component-based, n-tier, distributed Windows client and web applications. C# 3.0 brings greatly enhanced features and a powerful new development environment.It is the crowning achievement of Microsoft’s R&D investment. It is wicked cool.-This book is a tutorial, both on C# and on writing .NET applications with C#. If you want to brush up on your C# skills, or you are proficient in another programming language such as C++ or Java, or even if C# is your first programming language, this book is for you. The programming language of choice for .NET is C#, which builds on the lessons learned from C (high performance), C++ (object-oriented structure), Java™ (garbagecollection, high security), and Visual Basic (rapid development) to create a language ideally suited for developing component-based, n-tier, distributed Windows client and web applications. C# 3.0 brings greatly enhanced features and a powerful new development environment.It is the crowning achievement of Microsoft’s R&D investment. It is wicked cool.
Date
: 2026-01-09
Size
: 3.05mb
User
:
jit1
[
Other
]
wuxiakejipdf
DL : 0
前端开发教程——无懈可击的Web设计pdf电子书,亚马逊五星级畅销书之一,提供基于WEB标准的设计策略,以帮助你创建出具有高度灵活性、可读性以及用户可控制性的网站,每一章都以分析一个实例开始,阐述如何使用简洁的html和CSS代码取代冗余的代码。《无懈可击的Web设计》全书内容主要是使用关键字和百分比设定页面文字的大孝以允许用户控制 ,使用浮动对象实现栏式效果,确保页面内容在图片或CSS缺失的情况下仍然易读等。-Front-end development tutorial- Web design impeccable pdf e-book, one-star Amazon bestseller, WEB-based standards provide design strategies to help you create a high degree of flexibility, readability and user controllability site , each chapter begin to analyze an instance to explain how to use simple html and CSS code to replace redundant code. "Impeccable Web Design" The book is the use of keywords and page text larger percentage of filial set to allow users to control, use a floating object implementation-column effect, to ensure that the page content in the case of the missing pictures or CSS still legible, etc. .
Date
: 2026-01-09
Size
: 18.53mb
User
:
dingjun
[
Other
]
PHP5
DL : 0
PHP 5首席设计师Andi Gutmans,PEAR创始人Stig Saether Bakken,PHP核心贡献者Derick Rethans三大高手合力而作:本书几乎囊括了PHP 5所有的新特性,包括PHP 5所有的新功能,PHP 5的面向对象编程方法和设计模式,以及PHP 5的新的数据库连接处理、错误处理和XML处理等机制。另外,该书还重点介绍PEAR的基本安装和使用、核心PEAR包介绍和如何创建PEAR组件,可以提供极大帮助那些缺少PEAR使用经验的PHP程序员。-PHP 5 chief designer Andi Gutmans, founder of the PEAR Stig Saether Bakken, PHP core contributors Derick Rethans three master together and: this book contains almost all the new features of PHP 5, including PHP 5 all new features, PHP 5 methods of object oriented programming and design patterns, and PHP 5 new database connection handle, error handling, and XML processing mechanism, etc. In addition, the book also focuses on the basic installation and use of the PEAR, the core of the PEAR package is introduced and how to create the PEAR components, can provide great help that lack experience in using the PEAR PHP programmer.
Date
: 2026-01-09
Size
: 22.16mb
User
:
Jon
[
Other
]
Jquery-ajax-technology
DL : 0
jQuery 底层 AJAX 实现。简单易用的高层实现见 $.get, $.post 等。$.ajax() 返回其创建的 XMLHttpRequest 对象。大多数情况下你无需直接操作该函数,除非你需要操作不常用的选项,以获得更多的灵活性-JQuery underlying AJAX implementation.Simple and easy to use high-level, see $. Get $. Post, etc.$. Ajax () returns the create the XMLHttpRequest object.In most cases you do not have to directly manipulate the function, unless you need operation is not commonly used options, for more flexibility
Date
: 2026-01-09
Size
: 465kb
User
:
萍萍
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.