Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - create object
Search - create object - List
VC专题教程 -- 第一章 Internet相关开发 打包下载 --- 1.1 如何编写CGI程序 ------ 1.2 一种更亲切的CGI开发系统WinCGI ------ 1.3 利用ISAPI开发CGI程序 ------ 1.4 利用WinInet开发Internet程序 +-- 第二章 ActiveX控件开发 打包下载 ------ 2.1 ActiveX控件介绍 ------ 2.2 利用MFC开发ActiveX控件 ------ 2.3 利用ATL(ActiveX模板库)创建ActiveX控件 ------ 2.4 调试并使用ActiveX控件 +-- 第三章 调试技术与异常(错误)处理 打包下载 ------ 3.1 跟踪与中间过程输出 ------ 3.2 变量/对象合法性检查 ------ 3.3 内存泄露检查 ------ 3.4 异常捕捉与处理 +-- 第四章 进程/线程控制 打包下载 ------ 4.1 为什么需要多进程/线程 ------ 4.2 进程控制 ------ 4.3 线程控制 ------ 4.4 进程/线程间同步 +------ 4.5 进程间通信 +-- 第五章 文件操作 打包下载 +------ 5.1 磁盘文件的打开与关闭 +------ 5.2 磁盘文件的正常读写与异步读写 +------ 5.3 磁盘文件的查找 +------ 5.4 磁盘文件的其他操作 +------ 5.5 串口的操作 +-- 第六章 内存管理 打包下载 +------ 6.1 Win32下的内存管理介绍 +------ 6.2 虚存的使用-VC Guide feature -- the first chapter related to the development of packaged Internet download how to prepare --- 1.1 --- 1.2 CGI program a more cordial CGI Development System 1.3 WinCGI --- the use of CGI to develop procedures ISAPI 1.4 --- Internet using WinInet development process -- the second chapter ActiveX development package download ActiveX controls 2.1 ------ ------ 2.2 on the use of MFC Development ActiveX 2.3 ------ use ATL (ActiveX Template Library) Create ActiveX ------ 2.4 debug, and use ActiveX controls -- the third chapter debugging techniques and abnormal (error) handling of packaged download - ----- 3.1 intermediate process tracking and output variables ------ 3.2 / Object legitimacy inspection 3.3 ------ ------ memory leakage inspection 3.4 abnormal capture
Date : 2008-10-13 Size : 936.89kb User : 枫之影

书的内容: 第一章 面向对象编程 1.1 什么是对象 1.2 修改元件名称 1.3 对象作用域问题 1.4 类成员的可见性 1.5 对象的相互赋至 1.6 自己创建一个对象 1.7 VCL的结构 1.8 TObjiect 1.9 TPersistent 1.10 TComponet 1.11 TComponent 1.11 TControl 1.12 TWinControl 1.13 TGraphicControl 1.14 TCustom Control 第二章 组件对象模型 2.1 几个基本概念 2.2 客户和服务器 2.3 认识GUID。CLSID。IID 2.4 引用技术 2.5 什么是IUnknown接口 2.6 Dll形式的COM服务器 2.7 接口 2.8 调度接口 2.9 双重接口 2.10 对接口的应用 第3章 ActiveX 第4章 Type Libraty 第5章 创建ActiveX控件 第6章 OLE自动化 第7章 使用WinSock 第8章 使用FTP控件 第9章 使用UDP控件 第10章 使用HTTP控件 第11章 使用HTML控件 第12章 使用SMTP控件 第13章 使用POP控件 第14章 使用NNTP控件 第15章 创建Web服务器应用程序 第16章 Web服务器的细节 //从第3章我就不详细写了~-the contents : the first chapter of object-oriented programming 1.1 1.2 What is the object name change components targeted 1.3 Scope 1.4 category visibility of the target of 1.5 to 1.6 mutual given themselves a target to create VCL 1.7 the structure TObjiect 1.9 1.8 TComponet TPersistent 1.10 1.11 1.11 TComponent TWinControl TControl 1.12 1.14 1.13 TGraphicControl TCustom Control II Component Object Model 2.1 2.2 few basic concepts and customers awareness Server 2.3 GUID. CLSID. Bloch cited technical 2.4 2.5 What is the IUnknown interface 2.6 Dll form of COM server interface 2.8 2.7 2.9 Scheduling Interface Interface 2.10 pair of double Application Interface Chapter 3 Chapter 4 ActiveX Type Libraty create Chapter 5 ActiveX Chapter 6 OLE Automation to use Chapter 7 Chapter 8 WinSock use FTP
Date : 2008-10-13 Size : 1.82mb User : 龙杨

声明一个基类Shape(点), 在此基础上派生出Rectangle(长方形)和Circle(圆),这三个类都有GetArea()函数计算对象的面积,构造函数,析构函数等有关函数。再使用Rectangle类创建一个派生类Square(正方形)。并设计创建各种类的对象,调用所有函数。设计函数f(Shape &a)能对不同对象的实参调用计算打印出对象的面积。 -statement a base class Shape (points) On this basis -- for Rectangle (rectangular) and Circle (Yuen), This category has three GetArea () function calculation of the area of the object, Constructors and destructor function and other functions. Rectangle re-use categories to create a derived class Square (square). Design and creation of all the different types of targets, calling all functions. Design function f (Shape
Date : 2008-10-13 Size : 3.85kb User : gongwen

C++ Primer 第三版 学习辅导 类的创建、继承、虚函数的使用 bugzhao@sohu.com 原书第23~40页 可以将断点设置在return 0处,然后按F5, 并记录下所有整型数组类ia指针的值,比如: 0x00491f90 0x00491f50 0x00490120 0x00491da0 0x00491d50 然后当调试指针停在return 0处时单步执行, 跟踪每一次析构函数,可以发现后创建的对象最先被消除。 当ia2使用了越界下标时,可以发现执行其析构函数时将报错。 如果ia2也使用越界下标,则会弹出assert信息从而中止。-third edition of the training and guidance of the founders category, inheritance, The use of virtual function bugzhao@sohu.com original paragraph 23 ~ 40 breakpoint can be set up in r eturn 0, then press F5, and record all types of cosmetic ia array of indicators, for instance : 0x00491f90 0x00491f50 0x00490120 0x00491da0 0x00491d50 then stopped when debugging targets in return 0 when the single-step implementation, Tracking every destructor method can be found to create the object first be eliminated. When the cross-border use of ia2 subscript, can be found to implement its destructor function will be errors. If ia2 also use cross-border subscript, and the information will pop up assert thus halt.
Date : 2008-10-13 Size : 317.63kb User : 杨文海

通过对本书的学习,您可以创建并配置快速、经济并且比在其他平台上更完善的应用程序。无论是简单地向Web页中添加帮助,还是开发功能完备的Windows应用程序,您都可以在书中找到您所需要的详细指导和范例代码。 利用DHTML、DHTML对象模型和脚本语言开发Web页。只需使用DHTML和脚本语言就能编写独立的Windows应用程序调用HTA。使用ActiveX控件、DHTML Behavior和B-right through the book learning, you can create and configure fast, and the economy than in other platform to improve the application. Is a simple Web page to add help and the development of a fully functioning Windows applications, You can find the book you need detailed guidance and examples of code. Use DHTML, DHTML object model and the script language Web pages. Only use DHTML and scripting language can be prepared independently of the Windows application program called embedded. Use ActiveX controls, DHTML Behavior and B.
Date : 2008-10-13 Size : 24.1mb User : stone.w

This only one of the three ways to create a RasterLayer object. there is already a Raster or RasterDataset object, then method CreateFromDataset or CreateFromRaster can be used.-This only one of the three ways to create a RasterLayer object. there is already a Bild o r RasterDataset object, then method CreateFromDataset or CreateFromR aster can be used.
Date : 2008-10-13 Size : 658byte User : hedajin

Software Engineering and Computer Games By Rudy Rucker Software Engineering and Computer Games was written with four broad goals: To teach a lively style of object-oriented software engineering. To show how to bring a complete program to the level of a commercial release. To provide a \"game engine\" framework of linked classes for game development. To help students create computer games that are interactive, rapidly executing, and visually beautiful.
Date : 2008-10-13 Size : 3.95mb User : cut

This file contains one-line descriptions of the geometry filters. Geometry Manipulation --------------------- flipply - flip the orientation of faces normalsply - compute surface normal vectors at vertices xformply - transform vertices (translation, scale, rotation) Create PLY Files ---------------- platoply - make any of the five Platonic solids sphereply - create a sphere File Conversion --------------- ply2ascii - convert polygon file to ASCII version ply2binary - convert polygon file to binary version ply2iv - convert to Inventor file format obj2ply - convert from Wavefront .obj format Information About Files ----------------------- boundply - find bounding box of object and re-position if desired headply - print out the entire file header Support Routines ---------------- ply.c - layout grammar parsing and file I/O for geometry filters adjacency_module.c - determining ajacency between vertices and faces
Date : 2008-10-13 Size : 52.21kb User : 狗蛋

CanvasGIS is an object oriented 2D graphics drawing component. It s a part of MVisionTech open source GIS and data visualization framework. CanvasGIS had been used in the GisMap component presented in my previous article. Many applications require two dimensional graphics to provide graphical input and represent different types of data. Some examples of two dimensional data presentation are charts displaying numerical data, maps representing the geometry of roads and other geographical objects, diagrams representing object relations and CAD/CAM tools. Canvas is an attempt to create a component that will serve them all. CanvasGIS是一个面向对象的2D图形绘制组件。它是MVisionTech开源GIS和数据可视化框架的一部分。
Date : 2008-10-13 Size : 571.43kb User : 成东

SSD3: Object-Oriented Programming and Design Introduction This course introduces students to problem solving by means of object-oriented design and implementation. Emphasis is on problem analysis and solution design, documentation and implementation. Students use commercial software libraries, and create software projects. Programming assignments are carried out in Java.
Date : 2008-10-13 Size : 4.14mb User : 清风

这是一个简单的绘图程序,编制该程序的过程包括建立应用程序的基本框 架、处理视图、处理文档、串行化处理、滚动处理、窗口分割、创建对话模板 资源、创建对话类、定义成员变量、定义消息处理函数、创建对话类对象并显 示对话框以及添加工具栏按钮。 该程序的功能就是在单文档窗口中绘制各种不同线宽(有六种线宽)、不 同风格(有三种风格:实线、划线和点线)和不同颜色的线段。并且具备保存、 恢复、撤消、滚动、窗口分割等功能。 该程序所用到的都是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
Date : 2008-10-13 Size : 42.87kb User : 力风
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.