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
Sub Category
GUI Develop
Windows Kernel
WinSock-NDIS
Driver Develop
ADO-ODBC
GDI-Bitmap
CSharp
.net
Multimedia Develop
Communication
Shell api
ActiveX/DCOM/ATL
IME Develop
ISAPI-IE
Hook api
Screen saver
DirextX
Process-Thread
Console
File Operate
Printing program
Multi Monitor
DNA
Other
Search - create object - List
[
CSharp
]
cSharpPatten
DL : 1
本书主要介绍如何用最常见的设计模式编写C#程序.全书分为四个部分,首先介绍了C#语言和面向对象程序设计的一般原则,可作为C#程序设计的快速入门教程 然后分别讲述了创建型模式,结构型模式和行为型模式.每一类设计模式又包括若干种具体模式,共有23种.在介绍每种模式时,给出了一个或多个应用该模式的示例,以便于理解,且这些示例都是能完全运行的程序,包含在随书附带的光盘中.此外,每一章还提供了UML图,用以说明类之间的关系. 本书适用于计算机及相关专业的本科生和研究生,对于软件开发人员也是一本很好的参考书. -the book introduces how to use the most common design pattern C# preparation procedures. The entire book is divided into four parts, first introduced the C# language and object-oriented programming in general principle, C# can be used as procedures designed Quick Start Guide were then told to create a type, Structural model and the model behavior. Each category is designed to include a number of specific kinds of models A total of 23 species. In introducing each model, is the application of one or more examples of the model in order to understand it, And these examples are capable of fully operational procedures, included in the book with accompanying CD-ROM. In addition, Each chapter also provided a map UML, to illustrate the relationship between the categories. The book applies to com
Date
: 2008-10-13
Size
: 1.3mb
User
:
demon
[
CSharp
]
cSharpPatten
DL : 0
本书主要介绍如何用最常见的设计模式编写C#程序.全书分为四个部分,首先介绍了C#语言和面向对象程序设计的一般原则,可作为C#程序设计的快速入门教程 然后分别讲述了创建型模式,结构型模式和行为型模式.每一类设计模式又包括若干种具体模式,共有23种.在介绍每种模式时,给出了一个或多个应用该模式的示例,以便于理解,且这些示例都是能完全运行的程序,包含在随书附带的光盘中.此外,每一章还提供了UML图,用以说明类之间的关系. 本书适用于计算机及相关专业的本科生和研究生,对于软件开发人员也是一本很好的参考书. -the book introduces how to use the most common design pattern C# preparation procedures. The entire book is divided into four parts, first introduced the C# language and object-oriented programming in general principle, C# can be used as procedures designed Quick Start Guide were then told to create a type, Structural model and the model behavior. Each category is designed to include a number of specific kinds of models A total of 23 species. In introducing each model, is the application of one or more examples of the model in order to understand it, And these examples are capable of fully operational procedures, included in the book with accompanying CD-ROM. In addition, Each chapter also provided a map UML, to illustrate the relationship between the categories. The book applies to com
Date
: 2026-01-10
Size
: 2.24mb
User
:
demon
[
CSharp
]
1
DL : 0
人事管理系统,有数据录入、存储、显示、修改和删除功能,首先根据要解决的问题分析设计出了类图,抽象出各个类的数据成员和函数成员,然后进行详细编码,在主函数中创建类的对象,调用适当的成员函数或全局函数实现相应的功能。最后进行测试。-Personnel Management System, have data entry, storage, display, modify and delete functions, the first problem to be solved in accordance with analysis and design a class diagram, an abstract of the various types of data members and function members, and then conduct a detailed coding, in the main function create a class object, call the appropriate member function or global function to achieve the corresponding functions. Finally for testing.
Date
: 2026-01-10
Size
: 334kb
User
:
王磊
[
CSharp
]
1.5
DL : 0
编写一个控制台应用程序,完成下列功能,并回答提出的问题。 1) 创建一个类A,在构造函数中输出“A”,再创建一个类B,在构造函数中输出“B”。 2) 从A继承一个名为C的新类,并在C内创建一个成员B。不要为C创建构造函数。 3) 在Main方法中创建类C的一个对象,写出运行程序后输出的结果。 4) 如果在C中也创建一个构造函数输出“C”,整个程序运行的结果又是什么? 6. 编写一个控制台应用程序,完成下列功能,并写出运行程序后输出的结果 -Write a console application, complete the following features, and answer questions. 1) create a category A, in the constructor of the output A , then create a category B, in the constructor of the output B . 2) A succession of a new class called C and C to create a member B. Do not create a constructor for C. 3) In the Main method to create an object of type C, write the output after running the program results. 4) If C also create a constructor output C , the results of running the whole procedure, what is it? 6. Write a console application, complete the following functions, and write the output after running the program results
Date
: 2026-01-10
Size
: 10kb
User
:
钱
[
CSharp
]
1.6
DL : 0
编写一个控制台应用程序,完成下列功能,并写出运行程序后输出的结果。 1) 创建一个类A,在A中编写一个可以被重写的带int类型参数的方法MyMethod, 并在该方法中输出传递的整型值加10后的结果。 2) 再创建一个类B,使其继承自类A,然后重写A中的MyMethod方法,将A中接 收的整型值加50,并输出结果。 3) 在Main方法中分别创建类A和类B的对象,并分别调用MyMethod方法 -Write a console application, complete the following functions, and write the output after running the program results. 1) create a category A, in A in the preparation of a can be rewritten with int type parameters MyMethod, and in the methods of transmission of the output value of 10 after cosmetic surgery results. 2) re-creation of a category B, so that it inherited from the category A, and then rewrite A in MyMethod method to receive the integer A value of plus 50, and output results. 3), respectively, in the Main method to create category A and category B of the object, and call respectively MyMethod method
Date
: 2026-01-10
Size
: 10kb
User
:
钱
[
CSharp
]
cs04
DL : 0
研究类的定义、对象的创建和使用。9份源码一步一步教你熟悉类和对象。-To study the definition of the object to create and use. 9 teach you step by step source familiar with the classes and objects.
Date
: 2026-01-10
Size
: 29kb
User
:
PYC
[
CSharp
]
WebSite1
DL : 0
(1)创建登录界面 (2)创建注册界面 如下注册信息并要求验证: 用户名 真实姓名 年龄 出生年月 地址 邮箱 电话 密码,以上信息保存在一个C#对象中 并将其存放到session里。 (3)创建显示页面,显示用户注册信息 (4)通过1创建的登录页面和2输入的注册用户信息进入系统。 -(1) create a login screen (2) the registration interface to create the following registration information and request verification: Username Real Name Email Address Telephone Date of birth age password, the above information stored in a C# object and store in the session. (3) create a display page showing the user registration information (4) to create a login page and 2 registered users entered information into the system.
Date
: 2026-01-10
Size
: 7kb
User
:
董文丽
[
CSharp
]
B47
DL : 0
当应用程序看起来是空闲时,实际上它在运行函数: C Wi n A p p : : R u n ( )。该函数不仅具有 查询新消息的逻辑功能,并且完成了大量包括更新用户界面状态和清除临时内存对象在内的 应用程序维护工作。因此,如果需要在应用程序中的某个地方停止运行并等待消息,也需要 进行这种应用程序维护工作。由于微软提供了C Wi n A p p ( ) : : R u n ( )函数的源代码,因此本例将 创建该函数的一个新版本,可用于应用程序中的任何地方-When the application appears to be idle, in fact, function in the run: C Wi n A pp:: R un (). The function of news is not only query the logic function, and including the completion of a large number of state and update the user interface object to get rid of Temporary memory applications, including maintenance. Therefore, if the applications need somewhere to stop running and wait for further news, but also the need for maintenance of such applications. Because Microsoft provides a C Wi n A pp ():: R un () function of the source code, so in this case the function will create a new version of the application can be used anywhere
Date
: 2026-01-10
Size
: 18kb
User
:
wangying
[
CSharp
]
designfMode
DL : 0
具体讲解C#语法和如何创建程序,并讨论类,对象,继承,接口及UML图的基础知识-Specifically on C# syntax and how to create procedures, and discuss the class, object, inheritance, interfaces and a basic knowledge of UML diagram
Date
: 2026-01-10
Size
: 5.01mb
User
:
yunmn
[
CSharp
]
DBManager
DL : 0
DBManager use to create a Data acces layer, Bisness object and B-DBManager use to create a Data acces layer, Bisness object and B.L.L
Date
: 2026-01-10
Size
: 3kb
User
:
casiodt930
[
CSharp
]
CreateObjectOnRuntime
DL : 0
That application is contain very good offline example to create object on run time.
Date
: 2026-01-10
Size
: 15kb
User
:
vampy1013
[
CSharp
]
class
DL : 0
面向对象的C#编程 设计一个图书卡类Card,用来保存图书馆卡片分类记录。这个类的成员包括书名、作者、馆藏数量。至少提供两个方法。Store书的入库处理,show显示图书信息。运行程序时,可以从控制台上输入需要入库的图书总数,根据这个总数创建Card对象数组,然后输入数据,最后可以选择按书名、作者、入库量排序。-Object-oriented programming to design a C# class library card Card, to save the library card sorting records. Members of this class, including title, author, volume of collection. At least two methods. Store book storage processing, show display book information. Run the program, you can enter from the console the total number of books need storage, according to this total to create an array of Card objects, and then enter the data, and finally you can choose by title, author, storage volume of order.
Date
: 2026-01-10
Size
: 1kb
User
:
chuwei
[
CSharp
]
outlook_cs
DL : 0
要: 本文介绍了 Microsoft Outlook 2003 对象模型介,并探讨了如何使用 C# 编程语言生成 Outlook 识别的应用程序和 Outlook 外接程序。 注 本文假设您已经熟悉 C# 编程语言和 .NET 平台。Outlook 2003 的开发知识不是必需或期望的。 适用于: Microsoft Visual Studio .NET 2003 Microsoft Visual C# .NET 2003 Microsoft Outlook 2003 本页内容 作为对象模型的 Outlook 2003 Outlook 主互操作程序集 (PIA) Outlook 2003 对象模型 生成 Outlook 识别的应用程序 实现 Main() 方法 与 Outlook 安全更新的冲突 使用 Visual Studio .NET 2003 创建 Outlook 外接程序 分析连接类类型 IDTExtensibility2 接口的角色 实现外接程序的 UI 实现电子邮件统计逻辑 注册共享外接程序 -Abstract: This article describes the Microsoft Outlook 2003 object model, referred, and to explore how to use the C# programming language generates Outlook and Outlook applications identified add-ins. Note This article assumes you are already familiar with C# programming language and. NET platform. Outlook 2003 The development of knowledge is not required or expected. Applies to: Microsoft Visual Studio. NET 2003 Microsoft Visual C#. NET 2003 Microsoft Outlook 2003 This page Outlook 2003 object model as Outlook primary interop assembly (PIA) Outlook 2003 Object Model Outlook recognition applications generated Achieve Main () method Conflicts with the Outlook Security Update Use Visual Studio. NET 2003 to create Outlook add-ins Class type of connection IDTExtensibility2 role of the interface Add the UI implementation Statistical logic to achieve e-mail Sharing add up
Date
: 2026-01-10
Size
: 276kb
User
:
aiyu
[
CSharp
]
Lab07
DL : 0
(1) 创建一组相关类:第二个类响应第一个类的事件,第三个类又响应第二个类的事件。当第一个类的对象发生指定事件时,将引发一系列对象的连锁反应。 (2) 创建学生类Student及其派生类Undergraduate和Graduate,并在Windows窗体中显示不同类型的学生信息。 (3) 模拟银行卡支付系统,定义支付接口IPayable,在基类BankCard中实现基本支付功能;在派生类中重载基类方法,实现支付功能的多态性。 -(1) create a set of related classes: the second class of response to first class event, the third class and second class response to the event. When the first class of the object specified event occurs, the object will trigger a series of chain reactions. (2) to create a student class and its derived classes Student Undergraduate and Graduate, and in the Windows form to display different types of student information. (3) analog bank card payment system, define the payment interface IPayable, implemented in the base class BankCard basic payment functions in the derived class override base class methods to achieve polymorphism payment functions.
Date
: 2026-01-10
Size
: 2.61mb
User
:
暗示
[
CSharp
]
simple21
DL : 0
导入3d模型的artoolkit程序 -Import 3d model artoolkit program based on OpenGL, there is Open Inventor, Cosmo3D, Optimizer and other high-level graphics library, to adapt to different applications. One, Open Inventor most widely used. The software is based on object-oriented toolkit for OpenGL to provide interactive 3D graphics applications to create objects and methods, provides predefined objects and events for the interactive processing module, create and edit 3D scenes of the advanced application unit , a print objects and exchange data with other graphics formats ability.
Date
: 2026-01-10
Size
: 1.86mb
User
:
haung
[
CSharp
]
CSharpCOM
DL : 0
如何用C#语言创建全新的符合.NET规范的COM+组件,这些组件可用于事物处理、安全、事件、对象共享、事件排队以及远程处理。-How to create a new C# language compliance. NET standard COM+ components that can be used for transaction processing, security, event, object sharing, event queuing, and remoting.
Date
: 2026-01-10
Size
: 2.01mb
User
:
斯巴特
[
CSharp
]
CSharp-COMP-Programming
DL : 0
本书向读者概要地介绍了.NET框架和通用语言运行库的基本概念,进一步讲解了新的.NET框架与已有的COM+ (组件对象模型扩展)技术的互操作方法,即如何在COM+中使用.NET组件以及如何在.NET框架中使用已有的COM+组件;如何用C#语言创建全新的符合.NET规范的COM+组件,这些组件可用于事物处理、安全、事件、对象共享、事件排队以及远程处理。-This book introduces briefly. NET Framework and common language runtime the basic concepts, to further explain the new. NET framework and the existing COM+ (Component Object Model extension) technology interoperability methods, namely, how the COM+ use. NET components and how. NET Framework use the existing COM+ components how to create a new C# language consistent. NET standard COM+ components that can be used for transaction processing, security, events, shared object, event queuing, and remoting.
Date
: 2026-01-10
Size
: 2.01mb
User
:
WEIDD
[
CSharp
]
SimpleDI
DL : 0
to dynamically instantiate an object at runtime using the XML.-to create a custom way of doing something similar. In order to create the instance at runtime, I use the Activator.CreateInstance Method
Date
: 2026-01-10
Size
: 18kb
User
:
xie linfeng
[
CSharp
]
UseMonitor
DL : 0
一个适合初学者参考学习的C#多线程监视器程序,创建3个线程,模拟多线程运行,并绑定TestRun方法,定义线程的绑定方法,在同步对象上获取排他锁,模拟做一些耗时的工作。-A suitable reference for beginners to learn C# multi-threaded monitor the program to create three threads to simulate multiple threads running, and bind the TestRun method defines the thread-bound method to obtain an exclusive lock on a synchronization object to simulate some of the time-consuming the work.
Date
: 2026-01-10
Size
: 5kb
User
:
江月
[
CSharp
]
imgadddate
DL : 0
C#给图片加日期,类似于图片水印,不过要比水印稍简单些,添加数码相片拍摄日期,实现过程概述: 获取元数据中的拍照日期时间,以字符串形式保存,分析字符串分别保存拍照日期和时间的标准格式,由列表中的文件创建内存位图对象,由位图对象创建Graphics对象的实例,绘制数码照片的日期/时间,将添加日期/时间戳后的图像进行保存,释放内存位图对象。 #region 获取数码相片的拍摄日期: 获取图像文件的所有元数据属性,保存倒PropertyItem数组,通过指定的数据流来创建Image,遍历所有元数据,获取拍照日期/时间,遍历图像文件元数据,检索所有属性,如果是PropertyTagDateTime,则返回该属性所对应的值,若没有相关的EXIF信息则返回N/A-C# to the picture and the date, similar to the picture watermark, but slightly simpler than the watermark, add digital photo shooting date, to achieve Process Overview: Get metadata camera date and time, stored as a string, parse the string stored separately photos standard format for the date and time from the list of files to create a memory bitmap object from a bitmap object to create an instance of the Graphics object to draw digital photo date/time, add date/time stamp the image to be saved, freeing memory Bitmap object.# Region for digital photo shooting date: Get all image file metadata attributes, save pour PropertyItem array by specifying the data stream to create Image, through all metadata for photos date/time, traverse the image file metadata retrieval All properties, if PropertyTagDateTime, return the property value corresponding to, if not related to the EXIF information for the return N/A
Date
: 2026-01-10
Size
: 12kb
User
:
tpudn55
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.