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

搜索资源列表

  1. UnwindowsTimerSupport

    0下载:
  2. 提供了MFC中的CTimer类的功能,但它不需要窗口的支持,使用时,只需继承CTimerSupport类。 计时器是持续运行的,如果不被KillTimer()函数停止;会持续调用OnTimer()函数。-the MFC CTimer the functional category, but it does not need the support of the window, use, only inherit CTimerSupport category. Timer is a conti
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1765
    • 提供者:张海玉
  1. svmmatlabSORCE

    0下载:
  2. 支撑矢量机 class CvSVM : public CvStatModel //继承自基类CvStatModel { public: // SVM type enum { C_SVC=100, NU_SVC=101, ONE_CLASS=102, EPS_SVR=103, NU_SVR=104 } //SVC是SVM分类器,SVR是SVM回归 // SVM kernel type -class Support Vector Machine CvSVM
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7086
    • 提供者:李刚
  1. xgini

    0下载:
  2. Ini文件通用管理类,使用时直接继承,然后用虚函数增加自己的内容-Ini definitive document management category, the use of the direct successor, and then use the virtual function increase their content
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1214
    • 提供者:肖舸
  1. xgsocket

    0下载:
  2. 自己的socket类,实现Oneshut工作模式.使用时继承CXGAnswerConnect类,并重载OnWork虚函数即可获得回调.-own socket and realizes Oneshut work. Using inheritance CXGAnswerConnect category, Heavy OnWork and virtual Get callback function.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:7782
    • 提供者:肖舸
  1. GeometricObject

    0下载:
  2. 用java实现棱形的程序!并且其它的形状可以从它继承!在机子上编绎并通过!很实用!-java achieve a rhombus with the procedure! And the other from its shape can be inherited! On the loom and through continuous series! Very practical!
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2152
    • 提供者:刘浏
  1. sixteenprj6.16

    0下载:
  2. 有一个接口,用抽象类实现它的部分功能,再用实现类继承抽象类,实现其它没实现的接口方法-have an interface, abstract class achieve a part of its function, and then realize abstract class type inheritance, the other did not achieve the realization of Interface
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:200685
    • 提供者:彭尊达
  1. MessageMapSimulation

    0下载:
  2. 演示什么是消息映射,已及如何在继承的类里面实现消息映射,抓住窗口句柄等常用有关消息映射功能-demonstration mapping what is news, and how the succession of categories achieved news mapping, seize the window handles, and other relevant information used mapping function
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:7889
    • 提供者:roy
  1. CSocketModel

    0下载:
  2. 提供CSocketModel类完整代码:\"CSocketModel.zip\" 该类是SOCKET通讯综合模型,该类完成后将包装各种SOCKET通讯模式(阻塞select,异步窗口,异步事件,重叠I/O,完成I/O)等.它可以被各种通讯程序方便采用.尤其是基于SERVER/CLIENT的SERVER程序会提高大幅度性能.如果使用人要完成特定的通讯功能可以从该类继承,增加对线程池的支持功能。-provide complete CSocketModel category code : "
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:9893
    • 提供者:张其
  1. hexediteditctl

    0下载:
  2. 这是一个普通的从CEdit类继承的16进制编辑控件-This is a general category CEdit inherited from the 16 band Edit Control
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:76556
    • 提供者:刘明法
  1. NumEditForDelphi

    0下载:
  2. 数字输入控件,可指定整数位和小数位的长度,可指定是否允许负值。 需要SuiEdit控件支持,如果没有,可修改源码从TCustomEdit继承,并去掉其没有的属性及相关方法即可。-digital input control, to designate places and rounded the length of decimal places, to designate whether to allow negative. SuiEdit controls need support, and i
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:5572
    • 提供者:王晖
  1. 校园管理系统

    0下载:
  2. 用C++做的微型数据库,其中应用继承和派生,生成学生,教师,职工,在校研究生,兼职教师的类,可进行插入,修改和删除-do with the micro-C database, application of inheritance and derived generate students, teachers, workers, and in graduate school, the type of part-time teachers, can be inserted, modified, an
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:14571
    • 提供者:陶文婧
  1. SwingDemo

    0下载:
  2. 部分swing组件的演示,重要的是其中的 MyLineBorder类继承了LineBorder类,以画出象XP那样的圆角边框-part of the display, it is important to the category MyLineBorder inherited LineBorder categories, in order to draw as XP as the frame Fillet
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:16571
    • 提供者:橡树
  1. pet

    0下载:
  2. 演示类继承,派生的良好教程。可观察构造函数和析构函数的调用顺序,以及冲在构造函数时的参数继承顺序。-demonstration class inheritance, derived from the good guidance. Observed Constructors and Destructors function call sequences, and the structure-function of the parameters of the order of succession.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1362
    • 提供者:ghb
  1. javagenerate

    0下载:
  2. 继承与重载、定义包 ,JAVA实验报告与大家分享.-inheritance and overloading, the definition package, experimental report JAVA share with you.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:10931
    • 提供者:庄文
  1. ASMcordEditCtrl

    0下载:
  2. 自己做的汇编语言编辑框,是RichEdit继承下来的-own compilation of language editing box is inherited from the RichEdit
  3. 所属分类:汇编语言

    • 发布日期:2014-01-15
    • 文件大小:5090
    • 提供者:吴淼勇
  1. PointList

    0下载:
  2. cpoint的链表类的继承类,重写了其中的增加查找等函数,增加了直线拟合方面的函数。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9873
    • 提供者:alzn
  1. delete-inherit-in-pb

    0下载:
  2. 运用“继承”,可以大量减少工作量,从而加速开发进程。本文谈如何更改继承、或者去掉继承的情况
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1736
    • 提供者:xxh
  1. notblack_DllClass

    0下载:
  2. 嘿嘿,大侠看到不要见笑呀... 大家都知道使用DLL的好处.于是我就想把FORM封装到DLL里面去. 到网上找,发现是MDI和模式窗体的,非模式的也有很多问题.便想自己解决这个问题. 原来是用DLL创建一个对象返回,但发现有很多的问题. 想了半天就去寻根问柳吧. 找到了类. 我就想把类封装进DLL,到时简单的返回一个类,然后在主程序里操作不就简单了? 找了半天发现了TFormClass,于是试了试从DLL导出来,像一般的程序一样创建窗体发现成功. 接着我又想看看
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:64823
    • 提供者:
  1. pbassistsourse

    0下载:
  2. 对象检索 脚本检索 对象属性 重复对象 无用对象 辅助注释 代码美化 代码统计 代码浏览 继承关系 PB工具栏
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:2238113
    • 提供者:jiaoxm
  1. COMP51V6

    0下载:
  2. 列表框的特别方法使用,自定义的继承与Clist.
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:1678426
    • 提供者:wangping
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com