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

搜索资源列表

  1. template

    0下载:
  2. 关于模板的应用,定义一个类模板,并由其派生多个模板类-On the application of the template, define a class template, derived by the number of template class
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:624
    • 提供者:
  1. DrawWithTemplate

    0下载:
  2. 利用类模板编写的画矩形、圆等图形的函数,包含容器、迭代器等的用法-The use of class template written rectangle, circle and other graphics functions, including containers, iterators, and other usage
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-08
    • 文件大小:8139
    • 提供者:赵丽敏
  1. generic-mechanism

    0下载:
  2. 关于C++中类属机制的讲解部分,包含了函数模板、类模板等,讲解了容器、迭代器、算法等内容-About C++, generic mechanism to explain the part that contains the function template, class template, etc., to explain the containers, iterators, algorithms, etc.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:580333
    • 提供者:赵丽敏
  1. duixiangzhizhen

    0下载:
  2. 类模板的经典实例,类模板最经典的用法,了解类模板的作用-failed to translate
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-23
    • 文件大小:7361474
    • 提供者:王大海
  1. Process-class

    0下载:
  2. 进程类的集合,一般进程类模板都是用它修改成的-Process a collection of classes, the general process of class templates are used to modify it into
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:5701
    • 提供者:wu peng
  1. listnode

    0下载:
  2. C++使用模板的链表.可增加节点.删除节点。查看所有节点。删除所有节点.链表类模板-C++ using the template list. Increase the node to delete the node. See all nodes. Delete all nodes. The list class template
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1205556
    • 提供者:liguomao
  1. ex7_10

    0下载:
  2. 本段代为顺序存储方式的循环队列类模板,介绍比较详细。-The section on behalf of the order of storage of the circular queue class template describes in more detail.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:2500
    • 提供者:徐俊
  1. flight

    0下载:
  2. 应用类模板,链表写的航班系统,可以写入要定的航班及姓名,然后有查找和删除功能-Application class template, write the list of flight systems, flight can be written to and given the name, then find and delete functions are
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1667
    • 提供者:刘东
  1. CMyList

    0下载:
  2. 用VS2008编写的双向链表类模板,支持节点的添加和删除,对学习数据库有些帮助-Written with VS2008 two-way linked list class template, support node addition and removal of some help in learning the database
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-06
    • 文件大小:895473
    • 提供者:沈宇轩
  1. stack

    0下载:
  2. 数据结构中栈的类定义,通过类模板实现了栈的基本功能-Stack data structure in the class definition, through the stack class template implements the basic functions of
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:525474
    • 提供者:黄寅飞
  1. counter

    0下载:
  2. 编写一个具有类模板tmplt,用于实现所谓的反序输出问题,其中使用了类型参数T(使所处理的元素类型可变化)以及普通参数n(元素个数也可变化): 而后编制主函数,将类模板实例化为某个具体的类并说明类对象,之后通过对象调用其负责输入数据的成员函数,再通过对象调用另一成员函数按反序输出那些输入数据。-The preparation of a class template has the following styles tmplt, used to achieve the so-called
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:947
    • 提供者:刘静
  1. CPPjuzhengyuanma

    0下载:
  2. C 矩阵类模板(支持实数矩阵与复数矩阵的各种运算),功能非常强大,而且用模板实现,完整无错,后面有测试代码.需要的拿走.-C Matrix class template (for real and complex matrix of matrix operations), very powerful, and use templates, a complete error-free, followed by a test code needs to take.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:21231
    • 提供者:朱俊
  1. CMatrixTemplate

    0下载:
  2. 这是一个矩阵类模板的实例包括构造函数、拷贝构造函数和析构函数-This is a example of CMatrixTemplate including constructor function, destructor function and copy constructor function. You can learn a lot from it.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1571
    • 提供者:登极士
  1. e

    0下载:
  2. 题1:编写一个对具有n个元素的数组x[]求最大值的程序,要求将求最大值的函数设计成函数模板。 题2:编写一个函数模板add,能够实现int,double, float, char数据类型的加法运算(包括它们之间的混合加法运算)。 题3:定义一个类模板Sample实现int,double, float数据类型的比较,并能给出最大值,最小值;-Problem 1: Write one pair of n-element array x [] seek maximum
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:1359
    • 提供者:吴玉祝
  1. App_Code

    0下载:
  2. 这是一个网站的公共类模板,里面包括用户的登陆,用户的管理员模块,商品模块-This is a site of public class template, which includes the user s login, the user s administrator module, commodity module
  3. 所属分类:.net

    • 发布日期:2017-03-29
    • 文件大小:9216
    • 提供者:林启敏
  1. Classes-Template-examples

    0下载:
  2. 类模板及派生,详细介绍了模板类的使用该方法及例子-classes template methods.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:33662
    • 提供者:
  1. dynamic-array-distribution

    0下载:
  2. 在c++中利用类模板建立动态数组,实现数组的排序,插入,删除-In c++,use a dynamic array class template, realize the array sort, insert, and delete
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3784
    • 提供者:zhusujie
  1. Vector-and-Matrix-Template

    1下载:
  2. 向量类模板和矩阵类模板,能够实现各种常用的算法,作为工程开发的数据结构-Vector class template and template matrix class, able to achieve a variety of commonly used algorithms and data structures as the project development
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-11-08
    • 文件大小:5081
    • 提供者:sniperhu
  1. tudebianli

    0下载:
  2. 根据《数据结构》学所内容,使用C++中的封装、继承、运算符重载、类模板等技术,完成以上各个数据结构类的设计。-According to the data structure of the study content, use the inheritance, sealing, in c++ operator overloaded, class template technology, complete the above all data structure kind design. sub
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1701
    • 提供者:
  1. win32console

    0下载:
  2. 类模板,智能指针auto_ptr原理介绍。-class template、auto_ptr、interduce.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:97826
    • 提供者:turoch
« 1 2 3 4 5 67 8 9 10 11 ... 49 »
搜珍网 www.dssz.com