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
Linux-Unix
Exploit
Scanner
Crack Hack
CA auth
Linux driver
Search - create object - List
[
OS program
]
gis
DL : 0
MapInfo+VB做的gis课程设计,功能全面。VB调用create object()函数启动mapinfo,通过mapinfo发送mapbasic的命令串来操作mapinfo。
Date
: 2008-10-13
Size
: 387.47kb
User
:
lllever
[
OS program
]
publisher
DL : 0
You have a well defined plug-in interface - public interface IMyInterface , or even an abstract class, in your Framework project Your plug-in classes will implement this interface or abstract class. The trick is, your plug-in classes that implements your interface will be residing (most probably) in separate library files (say, dll files) At run time, your framework will read the list of available plug-ins from a configuration file (most probably, an XML file) You load those plug-in classes using Reflection mechanism (System.Reflection in .NET) and create an object of the class You can now call the methods inside your class, through your interface
Date
: 2008-10-13
Size
: 95.15kb
User
:
PhenixSoar
[
OS program
]
gis
DL : 0
MapInfo+VB做的gis课程设计,功能全面。VB调用create object()函数启动mapinfo,通过mapinfo发送mapbasic的命令串来操作mapinfo。-MapInfo+ VB to do the gis curriculum design, full-featured. VB call create object () function to start mapinfo, through mapinfo Send MapBasic command string to operate mapinfo.
Date
: 2026-01-09
Size
: 387kb
User
:
lllever
[
OS program
]
publisher
DL : 0
You have a well defined plug-in interface - public interface IMyInterface , or even an abstract class, in your Framework project Your plug-in classes will implement this interface or abstract class. The trick is, your plug-in classes that implements your interface will be residing (most probably) in separate library files (say, dll files) At run time, your framework will read the list of available plug-ins from a configuration file (most probably, an XML file) You load those plug-in classes using Reflection mechanism (System.Reflection in .NET) and create an object of the class You can now call the methods inside your class, through your interface -You have a well defined plug-in interface- public interface IMyInterface, or even an abstract class, in your Framework project Your plug-in classes will implement this interface or abstract class. The trick is, your plug-in classes that implements your interface will be residing (most probably) in separate library files (say, dll files) At run time, your framework will read the list of available plug-ins from a configuration file (most probably, an XML file) You load those plug-in classes using Reflection mechanism (System.Reflection in. NET) and create an object of the class You can now call the methods inside your class, through your interface
Date
: 2026-01-09
Size
: 95kb
User
:
PhenixSoar
[
OS program
]
NSExtDragDrop_src
DL : 0
演示MS Namespace Shell Extension 创建虚拟目录和次目录的实作范例,并且增加了Drag and Drop对象的演示-Demo MS Namespace Shell Extension to create virtual directories and sub-directory is for example, and an increase of Drag and Drop object demo
Date
: 2026-01-09
Size
: 50kb
User
:
bt2001
[
OS program
]
RemotingManagementConsole_src
DL : 0
Remoting Management Console 这是一个MMC管理单元来管理远程主机进程和配置文件。 Like the COM+ catalog, the Remoting Management Console will create and administrate the host process to publish your remoting objects. 如COM +目录,在Remoting管理控制台将创建和管理主机进程来发布您的远程对象。 -Remoting Management Console This is a MMC snap-ins to manage the remote host process and the configuration file. Like the COM+ catalog, the Remoting Management Console will create and administrate the host process to publish your remoting objects. Such as COM+ catalog, the Remoting management console to create and manage the host process to publish your remote object.
Date
: 2026-01-09
Size
: 1.12mb
User
:
mm
[
OS program
]
FileMapTransTxt
DL : 0
VC++通过内存映射在程序间交换数据,通过这个小实例,你会了解到以下技巧:在内存映像中创建对象,将文件视图映射到一个进程的地址空间上、返回LPVOID类型的内存指针、给映像内存数据赋给本地变量、释放映像内存、更新数据等。 -VC++ through the memory mapping between programs exchange data through this small example, you will learn the following skills: in the memory image to create the object file view is mapped to a process' s address space, return LPVOID types of memory pointer to the image memory data assigned to local variables, the release of the image memory, updated data.
Date
: 2026-01-09
Size
: 20kb
User
:
madud00044
[
OS program
]
ActiveObjectExam
DL : 0
使用symbian 创建一个定时器 主要应用的是活动对象。-Create a timer using the symbian application is the main active object.
Date
: 2026-01-09
Size
: 7kb
User
:
colin
[
OS program
]
JobObject
DL : 0
通过windows的内核对象JobObject实现对程序的运行时间和内存使用的控制,开发初衷是作为一个简陋的acm判题沙箱. 大致步骤: 1.通过CreateJobObject创建一个工作对象 2.通过SetInformationJobObject设置工作对象的参数,详见MSDN(http://msdn.microsoft.com/zh-cn/library/ms686216) 3.以CREATE_SUSPENDED方式启动进程,通过CreateProcessAsUser或者CreateProcess函数,可能还有其他函数,未做研究. 4.通过AssignProcessToJobObject将工作对象应用到指定进程中. 5.通过ResumeThread恢复已暂停的进程. 6.通过WaitForSingleObject等待正在运行的工作对象,设置好允许使用时间. 7.通过QueryInformationJobObject获取工作对象的最终状态.运行程序的退出状态可以通过GetExitCodeProcess获取. 8.扫尾工作(必须使用TerminateJobObject结束当前的工作对象,因为工作对象即便设置了PerProcessUserTimeLimit也无法使程序在超时后退出,没有研究原因). 编译时请包含Kernel32.lib.-By the windows kernel objects JobObject control program run time and memory usage, originally developed as a rudimentary the acm sentenced Title sandbox. Roughly steps: 1. Through CreateJobObject create a work object 2. Through SetInformationJobObject set object parameters, see the MSDN (http://msdn.microsoft.com/zh-cn/library/ms686216) start the process to CREATE_SUSPENDED way through CreateProcessAsUser or CreateProcess function, may have other functions, without making research. by AssignProcessToJobObject work object applied to the specified process. 5. through ResumeThread recovery process has been suspended. 6. WaitForSingleObject to wait for running work object, set up to allow the use of time. through QueryInformationJobObject get the final state of the work objects run the program exit the state by GetExitCodeProcess get off the work (must use TerminateJobObject the end of the current work object, because the work object even set PerProcessUserTimeLimit can not make the prog
Date
: 2026-01-09
Size
: 1kb
User
:
[
OS program
]
auotdemo
DL : 0
使用Delphi创建一个自动化对象程序的Demo演示实例,只看Dlephi7中自带的Demo,只看不练,还是不知如何实现,尤其是tlb库,查阅了官方参考才明白了些,所以自己动手做了个简单的Demo-Delphi to create an automated object-Demo demo instance, just look at comes Demo Dlephi7, look do not practice, or do not know how to achieve, especially tlb library, access to the official reference came to understand some DIY simple Demo
Date
: 2026-01-09
Size
: 48kb
User
:
黄自力
[
OS program
]
UseDrawImage
DL : 0
C#动态加载bmp位图并进行图形绘制,主要是使用Graphics对象创建图形,实际是动态加载了一张BMP位图,但是是使用绘制的方法加载,使用了DrawImage方法。-C# dynamic loading bmp bitmap and draw graphics, mainly using the Graphics object to create graphics, the actual dynamic loading a BMP bitmap, but using the draw method to load using the DrawImage method.
Date
: 2026-01-09
Size
: 18kb
User
:
江梅青
[
OS program
]
PMTX
DL : 0
运用面向对象方法设计点类和平面图形类(含点类成员),并由后者 派生设计圆类(含圆心、半径)、正方形类(含左上角顶点、边长)与矩形类(含 左上角顶点、长和宽)、三角形类(含三个顶点);同时为有关类设计构造函数、 成员数据设置/提取操作函数、顶点显示函数及周长与面积计算函数,其中顶点 显示函数及周长与面积计算函数在平面图形类中应定义为纯虚函数。在主函数 第 4 页 中,分别创建各类对象,调用和执行相关成员函数,观察并分析程序运行结果-The use of object-oriented methods and graphic design point class graphics classes (including Point class members), derived by the latter design round classes (including center, radius), square type (including upper left vertex, edge length) with the rectangular type (including left corner vertices, length and width), triangles class (with three vertices) while designing the relevant class constructor member data set/extraction operation function, the vertex display functions and girth and area calculation function, where the vertex functions and week display length and area calculation function in the graphic class should be defined as a pure virtual function. In the first four in the main function, namely to create all kinds of objects, invoke and execute the relevant member functions, observe and analyze the result of the program
Date
: 2026-01-09
Size
: 1kb
User
:
苗茂米
[
OS program
]
database
DL : 0
vc连接数据库, 1、启动VC、新建一个工程 2、在StdAfx.h中包含ADO组件 3、在应用程序的实现文件中初始化组件 4、在对话框类中加一个指向ADO连接对象的指针 5、在对话框的初始化函数中连接数据库 6、在提交按钮中写操作数据表的代码-vc connect to the database, a, start VC, create a new project 2, ADO components contained in StdAfx.h 3, in the application' s implementation file initialization module 4, in the dialog class to add a point to the ADO Connection object pointer 5, In the dialog box, connect to the database initialization function 6, in the submit button to write code to manipulate the data table
Date
: 2026-01-09
Size
: 2.46mb
User
:
盛文杰
[
OS program
]
3
DL : 0
设计一个类似于Windows记事本(Notepad)的Java程序。可以打开、新建、保存一个文本文件;对选中的文本进行各种编辑操作(设置字体、字号、字型、对齐方式、背景、前景色、复制、粘贴、剪切、查找、替换等);在文本中能够插入对象。-Design a similar to Windows Notepad (Notepad) Java program. You can open, create, save a text file selected text on a variety of editing operations (set the font, font size, font, alignment, background, foreground, copy, paste, cut, find, replace, etc.) in text can be inserted object.
Date
: 2026-01-09
Size
: 1kb
User
:
张克
[
OS program
]
The-built-in-GPS-data-source
DL : 0
易语言取系统内置GPS数据源码例程程序创建LatLongFactory对象取系统内置GPS数据。 -Easy language system in GPS data source code routines to create LatLongFactory object system in GPS data.
Date
: 2026-01-09
Size
: 4kb
User
:
张勇
[
OS program
]
src
DL : 0
实习三 基于RSA的公钥加密 一、实习目的 1、 理解公钥密码算法,熟悉常有的密码算法:RSA、椭圆曲线密码体制 2、 以RSA加密算法为例,掌握公钥密码算法加解密过程的实现。 二、实习内容 以RSA为例,利用java中的相关类实现对指定字符串的加解密。 1、 生成公钥密钥对 (1)利用java中的KeypairGenerator类创建公钥密钥对,利用KeypairGenerator的静态方法getInstance()获得KeypairGenerator类型的对象,所需参数为加密算法的名称RSA。 KeyPairGenerator kpg = KeyPairGenerator.getInstance("RSA") (2)利用KeyPairGenerator类的genKeyPair()方法返回生成的密钥对: KeyPair kp = kpg.genKeyPair() (3)返回此密钥对的公钥组件的引用和私钥组件的引用 PublicKey pbkey = kp.getPublic() PrivateKey prkey = kp.getPrivate() (4)将生成的公钥写入文件Skey_RSA_pub.dat FileOutputStream f1 = new FileOutputStream("Skey_RSA_pub.dat") ObjectOutputStream b1 = new ObjectOutputStream(f1) b1.writeObject(pbkey) 用同样的方法将私钥写入文件Skey_RSA_pri.dat -Internship RSA public key encryption based on three An internship purpose An understanding of public key cryptography algorithm, familiar with common cryptographic algorithms: RSA, elliptic curve cryptography 2, RSA encryption algorithm, for example, public key cryptography algorithm to achieve master encryption and decryption process. Second, the practical content In RSA, for example, the use of java in the relevant class implements the specified string encryption and decryption. 1, generates a public key pair (1) the use of java class in KeypairGenerator create a public key pair using KeypairGenerator static method getInstance () to get the object KeypairGenerator type parameters required for the encryption algorithm name RSA. KeyPairGenerator kpg = KeyPairGenerator.getInstance ("RSA") (2) the use of genKeyPair KeyPairGenerator class () method returns the generated key pair: KeyPair kp = kpg.genKeyPair () References (3) Returns the public key component of this key an
Date
: 2026-01-09
Size
: 2kb
User
:
杨平
[
OS program
]
src
DL : 0
实习二 分组密码加密 一、实习目的 1、理解对称加密算法的原理,熟悉常用的对称加密算法:DES、TripleDES、Blowfish; 2、以DESede加密算法为例,掌握分组加密算法加、解密过程的实现。 二、实习内容 1.[基本要求] 以DES/DESede为例,利用java中的相关类实现对指定字符串的加、解密。 2.[实现提示] (1) 可以利用java中的KeyGenerator类创建对称秘钥,利用工厂类KeyGenerator的静态方法getInstance()获得KeyGenerator()类对象; (2) 方法getInstance()的参数为字符串类型,指定加密算法的名称如:Blowfish、DES、DESede、HmacMD5或HmacSHA1等; (3) 利用工厂类Cipher的对象可以创建密码器。同样的,getInstance()的参数为字符串类型,指定加密算法的名称 -Internship two block cipher encryption An internship purpose An understanding of the principles of symmetric encryption algorithms, symmetric encryption algorithms used are familiar: DES, TripleDES, Blowfish 2, DESede encryption algorithm, for example, plus master block encryption algorithm to achieve decryption process. Second, the practical content 1. [Basic requirements] With DES/DESede for example, the use of java in the relevant class implements the specified string encryption and decryption. 2. [Achieve prompt] (1) can be used to create a java class in KeyGenerator symmetric secret key, use the static method getInstance factory class KeyGenerator of () to get KeyGenerator () class object (2) the method getInstance () argument is a string type, specify the name of the encryption algorithm, such as: Blowfish, DES, DESede, HmacMD5 or HmacSHA1 etc. (3) the use of factory class Cipher objects can create a password control. The same, getInstance () argument is a string typ
Date
: 2026-01-09
Size
: 3kb
User
:
杨平
[
OS program
]
msado15-create-Connection-Failed
DL : 0
使用ADO连接数据库是,会报出“创建Connection对象失败” 是因为msado15不对应,在此已做了完善的解决方法-Use ADO to connect , will report a failure to create an Connection object is because they do not correspond to the msado15, this has made a sound solution
Date
: 2026-01-09
Size
: 411kb
User
:
李
[
OS program
]
RegHide
DL : 0
// This program demonstrates how the Native API can be used to // create object names that are inaccessible the Win32 API. While // there are many different ways to do this, the method used here it to // include a terminating NULL that is explicitly made part of the key name. // There is no way to describe this with the Win32 API, which treats a NULL // as the end of the name string and will therefore chop it. Thus, Regedit // and Regedt32 won t be able to access this key, though it will be visible.-// This program demonstrates how the Native API can be used to // create object names that are inaccessible the Win32 API. While // there are many different ways to do this, the method used here it to // include a terminating NULL that is explicitly made part of the key name. // There is no way to describe this with the Win32 API, which treats a NULL // as the end of the name string and will therefore chop it. Thus, Regedit // and Regedt32 won t be able to access this key, though it will be visible.
Date
: 2026-01-09
Size
: 27kb
User
:
yanivasas
[
OS program
]
CacheSet
DL : 0
// This program demonstrates how the Native API can be used to // create object names that are inaccessible the Win32 API. While // there are many different ways to do this, the method used here it to // include a terminating NULL that is explicitly made part of the key name. // There is no way to describe this with the Win32 API, which treats a NULL // as the end of the name string and will therefore chop it. Thus, Regedit // and Regedt32 won t be able to access this key, though it will be visible.-// This program demonstrates how the Native API can be used to // create object names that are inaccessible the Win32 API. While // there are many different ways to do this, the method used here it to // include a terminating NULL that is explicitly made part of the key name. // There is no way to describe this with the Win32 API, which treats a NULL // as the end of the name string and will therefore chop it. Thus, Regedit // and Regedt32 won t be able to access this key, though it will be visible.
Date
: 2026-01-09
Size
: 23kb
User
:
yanivasas
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.