CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 继承

搜索资源列表

  1. listctlrclass

    0下载:
  2. listctrl控件继承实现插入大图标小图标功能,界面编程必要代码-listctrl controls inherit achieve great icon insert small icon functions, interface programming code necessary
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:29487
    • 提供者:宝金网
  1. Javabianchengzhidao

    0下载:
  2. Java程序设计入门 第3章 第一个程序分析 第4章 Java编程结构 第5章 流程控制 第6章 对象、类、包 第7章 数组、字符串 第8章 继承 第9章 多态 第10章 接口与内部类 第11章 抽象 第14章 JDBC及其应用 第15章 数据结构 第16章 封 装 第17章 图形编程初步 第18章 事件模型与事件处理 第19章 SWING组件与布局管理器 第20章 综合实例与分析 附 录
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:190957
    • 提供者:和上
  1. change_CListCtrl_color

    0下载:
  2. MFC的ListBox并不能改变当前选择行为任意颜色,该源码给出了继承自CListCtrl的新类,功能更强大。-MFC ListBox not change the current color choices arbitrary acts, given the source CListCtrl inherited from the new category and more powerful.
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:62528
    • 提供者:黄少华
  1. hzg

    0下载:
  2. 本人初学C++,这是实验课的联系题目,关于类与继承的例子-I Beginners C, which is linked to the experiment subjects and the succession of class examples
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1518
    • 提供者:郝志刚
  1. hanqiuxiang

    0下载:
  2. 指定一个UI对象继承PanelUI类,该类在所有平台上都能使用每秒一次的timer控件-designated a successor PanelUI UI object category, in all such platforms can be used on a second's timer control
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1722
    • 提供者:寒秋乡
  1. qcjxc

    1下载:
  2. 汽车进销存系统,功能比较简单,采用了继承父窗体的技术~注明:转载的,不是我写的-car Invoicing System, functions are relatively simple, using a succession of technical father Form ~ annotated : reproduced, I did not write
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:1309168
    • 提供者:洋溢
  1. QuietMDI

    0下载:
  2. 1、很多朋友都问过怎样防止 MDI 子窗口在最大化(或最小化)过程中如何避免闪烁,就是像 Excel 一样,子窗口不产生动画效果,不过一直都没有很好的解决办法,如果您喜欢用 LockWindowUpdate 之类的就别往下看了。 2、原理极其简单,就是用 SystemParametersInfo 函数实现开、关系统的动画效果。 3、我把这种 MDI 子窗口写成了一个类,大家用的时候只要把 class(TForm) 中的 “TForm” 换成 “TQuietMDIChildForm”就行了
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:173854
    • 提供者:vvyang
  1. SmartAtt10

    0下载:
  2. 继承CStatic控件,实现超级链接功能-succession CStatic controls to achieve super-link functions
  3. 所属分类:Static控件

    • 发布日期:2008-10-13
    • 文件大小:5862
    • 提供者:wu nan
  1. asa_study

    0下载:
  2. 最近开发的,用于课堂上给学员们演示的小程序;很小,但里面用到的编码应该是实际编程时常用的一些函数和方法。里面主要有四个窗体:w_study窗体内容是最基本的PB开发,里面的代码也是PB实际应用中相对常需要用到的技术。该窗体支持模糊查询,包含数据窗口的基本用法(检索数据、插入、删除、保存等)。其中“保存”按钮里面有用到从数据窗口获取数据的相关函数和对相关缓冲区记录状态的判断方法;w_mdi是一个MDIHelp类型的窗体,放置了个菜单,并插入了个图形用户对象u_pic_1作为背景;w_uo主要是个使
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:224013
    • 提供者:肖华泉
  1. hm6

    0下载:
  2. 抽象类的使用 设计一个类层次,定义一个抽象类--形状,其中包括有求形状的面积的抽象方法。 ----继承该抽象类定义三角型、矩形、圆。 ----编写一个主程序将一个三角形、矩形、圆存入一个数组中,将数组中各类图形的面积输出。-kind of abstract designs a class hierarchy, the definition of an abstract category -- shape, These include the shape of the area fo
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1021
    • 提供者:黄铭
  1. 程序等待对话框testwaitdlg

    1下载:
  2. 前一段时间,我开发一个有关硬件的程序,需要初始化很长时间,为了防止用户误认为程序已经死掉,必须显示一个漂亮的界面让用户没有这种误解。就像我们系统拷贝很大的文件的时候显示的窗体一样。可惜我没有找到,只有自己亲自开发了。开发一个类,继承于CWnd,很方便。代码比较简单希望有兴趣的朋友下载看看。-some time ago, I developed a hardware-related procedures, the need to initialize a very long time, in or
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:20058
    • 提供者:马健
  1. CNetwork

    0下载:
  2. 作者创建了CNetwork及及其继承类CNetSearch,通过使用CNetSearch类的IsServer和GetRemoteName等方法,可以完成列举局域网中的所有计算机的计算机名。该类使用简单,具体看源代码。-author and the creation of its successor CNetwork CNetSearch category, through the use of the category CNetSearch GetRemoteName IsServer and
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:32530
    • 提供者:核桃
  1. person2006

    0下载:
  2. 继承、多继承、虚继承的使用! 如果要想使一个公共基类在派生类中只产生一个基类子对象,则必须将这个基类设定为虚基类。-inheritance, multiple inheritance, the use of virtual inheritance! If we want to make a public base class in the derived class only have a base class Object son, they would have to set the b
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1290
    • 提供者:hedongty
  1. CRectTracker

    1下载:
  2. 继承了CRectTracker,使橡皮框的颜色和线型随画笔颜色的定义而改变。-inherited CRectTracker. rubber box so the color and linear color with a brush to change the definition.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:58741
    • 提供者:强哥
  1. Vehicleclass

    0下载:
  2. 关于c++ 课程设计 交通工具类 继承有界面-curriculum design on transport category succeeded interface
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:35294
    • 提供者:康康
  1. c++vehicleReport

    1下载:
  2. c++课程设计类 抽象类 继承 多态 实现文档-c curriculum design category abstract class extends to achieve polymorphism Documents
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:79199
    • 提供者:康康
  1. SOCKET123

    0下载:
  2. 网络聊天 继承CAsyncSocket,自己写得socket类,在xp/2000,vc7下编译,可以在局域网和internet上应用-Internet chat succession CAsyncSocket their written socket type, in XP/2000, vc7 compiler, the LAN and internet applications
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:100304
    • 提供者:jenson
  1. JThread_manual

    0下载:
  2. 一个非常好的windows和unix、linux使用的线程库,继承该类可以很方便地实现自己的线程-a very good windows and unix, linux for the use of threads. inheriting such it is easy to realize their own threads
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:47033
    • 提供者:granite
  1. Wizard2005

    0下载:
  2. 一个向导框架,用于制作向导程序,采用窗体继承的方式,欢迎使用-a wizard framework for the production of Wizard procedures, using the form of inheritance, welcomed the use of
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:21971
    • 提供者:lon
  1. BetterADO.ZIP

    1下载:
  2. TBetterADODataSet是直接继承与delphi的TADODataSet,主要是 1.修正了很多TCustomADODataSet,甚至ADO本身的Bug 2.实现了Borland未来得及实现的功能 3.扩展了原有的功能 BetterADODataSet能够减少%50的书写代码,使用BetterADODataSet使delphi上的ADO更简单,成为真正的RAD.-TBetterADODataSet is the direct successor to the TADO
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:78517
    • 提供者:孙克再
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com