Welcome![Sign In][Sign Up]
Location:
Search - create object

Search list

[Web ServerEncryptSimple

Description: 可逆加密组件 ====================== 使用方法 ============================================ Dim objEncrypt Set objEncrypt = Server.CreateObject(\"myEncrypt.clsEncrypt\") Dim strReturn 加密后文本 Dim strValue 加密前文本 加密开始 设置密钥(此行可以省略) objEncrypt.KeyCode=\"1111\" 开始加密 strReturn = objEncrypt.Encrypt(strValue) 解密 设置密钥(如果加密时没有设置,此行可以省略) objEncrypt.KeyCode=\"1111\" 开始解密 strReturn = objEncrypt.UnEncrypt(strValue) 注意: strReturn可能返回以下值 -3 : 密钥长度超过10 -2 : 表示文本设置了密钥,但是解密时没有指定密钥 -1 : 表示文本设置了密钥,但是解密时指定的密钥与原先设置的密钥不一样 注意:密钥需要小于10个字符且必须为键盘上的字符,否则可能导致无法正确解密-reversible encryption components use ==== ====================== ======================================== Dim objEncrypt Set objEncrypt = Server.Create Object ( "myEncrypt.clsEncrypt") Dim strRetu rn encrypted text Dim strValue encrypted text before start providing encryption key (this trip can be omitted) o bjEncrypt.KeyCode = "1111" began encryption strReturn = ob jEncrypt.Encrypt (strValue) decryption keys set (if no encryption settings this trip can be omitted) objEncrypt.KeyCode = "1111" began declassified strR eturn = objEncrypt.UnEncrypt (strValue) Note : strReturn may return the following values -3 : Key length exceeding 10 -2 : To set up a key text, But when no specific decryption key -1 : To set up a key text, However, when the decryption keys with t
Platform: | Size: 20631 | Author: 张峰 | Hits:

[ICQ-IM-ChatA_simple_chat_tool

Description: 一个简单的用java编写的聊天工具,用socket类处理通信部分 1. 运行server.bat 或在命令行下输入(要在工作目录): java -jar Chat.jar 8888 打开服务器 8888也可以改为任意端口号 2. 运行client.bat 或在命令行下输入(要在工作目录): java -jar Chat.jar 打开客户端 3. 主要类说明: Server.java 等待用户连接,连接后为当前用户创建ServerListener对象 ServerListener.java 接受用户请求,并将消息移入消息队列 Sender.java 消息发送器,用循环不断检查消息队列中是否有新消息,有则发送消息,被发送的消息移出队列 Client.java 接受信息,提供与界面之间的接口函数 Chat.java 主要是用户界面 -with a simple preparation of java chat tools, with socket type handling a part of communication. server.bat or running the command line input (to the Public for directory) : java-jar Chat.jar 8888 Open Server 8888 can also read arbitrary port 2 . client.bat or running the command line input (to the working directory) : java-jar Chat.jar Open Client 3. main categories : Server.java waiting for users to connect, after connecting to the current users to create object ServerListener ServerListener . java user request, the information will be relocated Message Queue Sender.java news transmitters, cyclic Message Queue constantly check whether there are new news, then send messages the news was sent out of Queue Client.java receive information, interface provides the interface between Chat.java m
Platform: | Size: 27322 | Author: ZX | Hits:

[OS programgis

Description: MapInfo+VB做的gis课程设计,功能全面。VB调用create object()函数启动mapinfo,通过mapinfo发送mapbasic的命令串来操作mapinfo。
Platform: | Size: 396773 | Author: lllever | Hits:

[Graph DrawingMyExam

Description: 这是一个简单的绘图程序,编制该程序的过程包括建立应用程序的基本框 架、处理视图、处理文档、串行化处理、滚动处理、窗口分割、创建对话模板 资源、创建对话类、定义成员变量、定义消息处理函数、创建对话类对象并显 示对话框以及添加工具栏按钮。 该程序的功能就是在单文档窗口中绘制各种不同线宽(有六种线宽)、不 同风格(有三种风格:实线、划线和点线)和不同颜色的线段。并且具备保存、 恢复、撤消、滚动、窗口分割等功能。 该程序所用到的都是Visual C++最基本、最核心的内容。-This is a simple drawing program, the preparation of the procedures for the establishment of the process, including the application of the basic framework for handling View, documents, serial processing, and rolling, window segmentation, create dialogue template resources, the creation of such a dialogue, the definition member variables, the definition Message Handling Functions to create dialogue and object type dialog box appears and add toolbar button. The procedure is the function of a single document window mapping different width (a six linewidth), the different styles (three styles : solid line, and crossed point line) and different colors segment. And with the preservation, restoration, lifting, rolling, the window segmentation capabilities. The procedures are used by the Visual C
Platform: | Size: 44032 | Author: 力风 | Hits:

[GUI DevelopImagel响应事件

Description: 一个演示动态创建多个图片对象,并且每个图片都可以被平滑拖动。-a demonstration of Dynamic Object to create multiple images, and each image can be smooth drag.
Platform: | Size: 368640 | Author: 赵黎 | Hits:

[Web ServerEncryptSimple

Description: 可逆加密组件 ====================== 使用方法 ============================================ Dim objEncrypt Set objEncrypt = Server.CreateObject("myEncrypt.clsEncrypt") Dim strReturn 加密后文本 Dim strValue 加密前文本 加密开始 设置密钥(此行可以省略) objEncrypt.KeyCode="1111" 开始加密 strReturn = objEncrypt.Encrypt(strValue) 解密 设置密钥(如果加密时没有设置,此行可以省略) objEncrypt.KeyCode="1111" 开始解密 strReturn = objEncrypt.UnEncrypt(strValue) 注意: strReturn可能返回以下值 -3 : 密钥长度超过10 -2 : 表示文本设置了密钥,但是解密时没有指定密钥 -1 : 表示文本设置了密钥,但是解密时指定的密钥与原先设置的密钥不一样 注意:密钥需要小于10个字符且必须为键盘上的字符,否则可能导致无法正确解密-reversible encryption components use ==== ====================== ======================================== Dim objEncrypt Set objEncrypt = Server.Create Object ( "myEncrypt.clsEncrypt") Dim strRetu rn encrypted text Dim strValue encrypted text before start providing encryption key (this trip can be omitted) o bjEncrypt.KeyCode = "1111" began encryption strReturn = ob jEncrypt.Encrypt (strValue) decryption keys set (if no encryption settings this trip can be omitted) objEncrypt.KeyCode = "1111" began declassified strR eturn = objEncrypt.UnEncrypt (strValue) Note : strReturn may return the following values-3 : Key length exceeding 10-2 : To set up a key text, But when no specific decryption key-1 : To set up a key text, However, when the decryption keys with t
Platform: | Size: 20480 | Author: 张峰 | Hits:

[ICQ-IM-ChatA_simple_chat_tool

Description: 一个简单的用java编写的聊天工具,用socket类处理通信部分 1. 运行server.bat 或在命令行下输入(要在工作目录): java -jar Chat.jar 8888 打开服务器 8888也可以改为任意端口号 2. 运行client.bat 或在命令行下输入(要在工作目录): java -jar Chat.jar 打开客户端 3. 主要类说明: Server.java 等待用户连接,连接后为当前用户创建ServerListener对象 ServerListener.java 接受用户请求,并将消息移入消息队列 Sender.java 消息发送器,用循环不断检查消息队列中是否有新消息,有则发送消息,被发送的消息移出队列 Client.java 接受信息,提供与界面之间的接口函数 Chat.java 主要是用户界面 -with a simple preparation of java chat tools, with socket type handling a part of communication. server.bat or running the command line input (to the Public for directory) : java-jar Chat.jar 8888 Open Server 8888 can also read arbitrary port 2 . client.bat or running the command line input (to the working directory) : java-jar Chat.jar Open Client 3. main categories : Server.java waiting for users to connect, after connecting to the current users to create object ServerListener ServerListener . java user request, the information will be relocated Message Queue Sender.java news transmitters, cyclic Message Queue constantly check whether there are new news, then send messages the news was sent out of Queue Client.java receive information, interface provides the interface between Chat.java m
Platform: | Size: 26624 | Author: ZX | Hits:

[OS programgis

Description: 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.
Platform: | Size: 396288 | Author: lllever | Hits:

[Special EffectsObjectDetection

Description: 中科院博士写的程序。基于OpenCV的背景建模,运动物体检测。C程序-Chinese Academy of Sciences, Dr. write procedures. OpenCV-based background modeling, moving object detection. C procedures
Platform: | Size: 2048 | Author: 哥琴 | Hits:

[Data structsAbstractFactory

Description: C++的一种设计模式,创建对象的工厂方法的抽象基类,压缩包里还有采用doxygen和Graphviz得到的类开发文档-C++ A design pattern, factory method to create object of abstract base class, compression bag, there will be doxygen and Graphviz class development documents
Platform: | Size: 178176 | Author: | Hits:

[JSP/JavaStringTest

Description: 针对String类创建对象的比较.详细比较结果请看源码文件中的说明,适合新手!-Create Object Class for String comparison. See a detailed comparison of the results is described in the source document, suitable for novice!
Platform: | Size: 1024 | Author: lee | Hits:

[Documentscreate

Description: 用PowerBuilder创建可视用户对象-Using PowerBuilder to create visual user object
Platform: | Size: 2048 | Author: wenhongguang | Hits:

[Graph Drawingduowuyinshe

Description: 实现仿照桌面多个物体的三维显示,生成的图像比较精美。-Desktop realize a number of objects modeled three-dimensional display, generated relatively exquisite images.
Platform: | Size: 66560 | Author: yinfei | Hits:

[Software EngineeringUML

Description: 实时监控应用软件Software(CTS)开发过去采用是结构化思路方法采用编程语言也是汇编语言、 FortranAda等结构化编程语言也曾有过分析和设计阶段采用结构化思路方法编程实现采用面向对象语言尝试 采用面向对象思路方法(UML)完整实现监控实时应用软件Software是首次尝试收到了较好成效 UML(统建模语言)是美国Rational公司创造面向对象开发中种通用、统图形化模型语言-Real-time monitoring applications Software (CTS) is the structure of the development of the past methods of thinking is the use of assembly language programming language, FortranAda such as structured programming languages have had to adopt the analysis and design phase of the structure of thinking Ways of implementation-oriented programming programming language using object-oriented thinking to try Method (UML) achieve a complete real-time application monitoring software Software is the first time the effectiveness of attempts to receive a better UML (EC Modeling Language) is a United States company to create object-oriented Rational development of generic, EC graphics Model language
Platform: | Size: 178176 | Author: luohui | Hits:

[VC/MFCVC-study

Description: Visual C++ 不仅仅是一个编译器。它是一个全面的应用程序开发环境,使用它你充分利用具有面向对象特性的 C++ 来开发出专业级的 Windows 应用程序。为了能充分利用这些特性,你必须理解 C++ 程序设计语言。掌握了C++,你就必须掌握 Microsoft 基本类库 (MFC) 的层次结构。该层次 结构包容了 Windows API 中的用户界面部分,并使你能够很容易地以面向对象的方式建立 Windows 应用程序。这种层次结构适用于所有版本的 Windows 并彼此兼容。你用 MFC 所建立的代码是完全可移植的。-Visual C++ is not just a compiler. It is a comprehensive application development environment, you use it to make full use of object-oriented features of C++ to develop a professional-class Windows applications. In order to take full advantage of these features, you have to understand C++ programming language. Mastered C++, you must have the Microsoft Foundation Class (MFC) hierarchy. Hierarchical structure of the inclusion of the Windows API in the user interface part, and you can easily to create object-oriented Windows applications. This hierarchical structure applies to all versions of Windows and compatible with each other. You use the MFC code created is completely portable.
Platform: | Size: 62464 | Author: th | Hits:

[Windows Developplay

Description: 用VC6.0自带的一个ActiveX控件----ActiveMovieControl Object,来建立自己的多媒体播放器。此多媒体具有一般的播放功能,能播放*.mp3,*.wma,*.mdi,*.wav,*.avi,*.dat等文件,还有Repeat功能。   -VC6.0 with a built-in ActiveX Controls---- ActiveMovieControl Object, to create their own multimedia player. This multimedia player has a general function, can play*. mp3,*. wma,*. mdi,*. wav,*. avi,*. dat, etc., as well as Repeat function.
Platform: | Size: 5657600 | Author: wang meng | Hits:

[VC/MFCObject-oriented_Analysis_And_Design

Description: 作为计算机专业人员,我们努力地去构建有用而且能够运转的系统;作为软件工程师,我们面临着在计算和人力资源不足的条件下创建复杂系统的任务的困境。在过去的几年里,面向对象技术在计算机科学的不同领域都有所发展,成为管理各种系统内在复杂性的有效手段。对象模型已经被证明是一个非常有力而且统一的概念。-As computer professionals, we strive to build a useful and able to operate the system as a software engineer, we are faced with in the calculation and the shortage of human resources to create complex systems under the conditions of the plight of the task. In the past few years, object-oriented technology in computer science have developed in different areas of the administration of the internal complexity of various systems of the effective means. Object model has been proved to be a very powerful and unified concept.
Platform: | Size: 8011776 | Author: | Hits:

[VC/MFCPractical_c_plus_plus

Description: 這本是專對適初學或想要學C++的朋友,內容直接切中重心,編排方面簡潔易懂-This book was written for anyone who wants to understand how C++ programming works. Practical C++ will get you up to speed fast on the essential elements of C++ that you will use every day in your programs. It provides you with a thorough grounding in using the power of the C++ language to create object-oriented programs. Whether you already know how to program in some other language or have never programmed before, this book will help you learn C++ quickly and will help to simplify the often complex application development process.
Platform: | Size: 12637184 | Author: 陳真 | Hits:

[JSP/Javadrawingproject

Description: Writing a Graphical Editor---The graphical editor allows you to create and edit three kinds of graphical objects – rectangles, ovals, and line segments – in a drawing. There is a linear ordering of the objects, from front to back, so that if two objects overlap, the one in front is what you see. Each object can appear in either red, green, or blue. The editing operations allow you to change an object’s color, to drag an object, to delete an object, to move an object to the front of the linear order, to move an object to the back of the linear order, and to exchange the locations of two objects.
Platform: | Size: 39936 | Author: onlearning | Hits:

[JSP/Javalarge-object-literal

Description: Test that we can create object literals of various sizes.
Platform: | Size: 2048 | Author: suepangjai | Hits:
« 12 3 4 5 6 7 8 9 10 ... 47 »

CodeBus www.codebus.net