CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - 类模板

搜索资源列表

  1. 0105类模板

    0下载:
  2. 本程序在VC6.0平台实现。是函数模板的扩展,也是学习com+的实现基础。-the procedures in VC6.0 platform. Template function of the expansion, as well as the realization of learning com basis.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:3217
    • 提供者:张思发
  1. StackSample

    0下载:
  2. 堆栈后进先出 使用了C++类模板和C++函数模板是学习的好例子
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2014-01-17
    • 文件大小:229889
    • 提供者:王鑫
  1. doubleList

    1下载:
  2. 使用C++做的双链表模板类 具有头插法,尾插法,左向插入,右向插入,删除结点,获取结点值,设置结点值,复制构造函数,还重载了输出操作符、赋值操作符、相等操作符和不等操作符,还具有倒置链表的功能。还有结点类的重载的输出操作符,具有很好的封装性。-Using C++ to do the double linked list template class with the first interpolation method, tail interpolation, left to insert th
  3. 所属分类:Console

    • 发布日期:2017-03-26
    • 文件大小:2458
    • 提供者:zsdl1288
  1. LinkList

    0下载:
  2. 用C++的模板类实现了链表数据结构,里面包括了节点的删除、新增等简单算法-C++ template class, a linked list data structure, which includes the node to delete, add simple algorithm
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:211230
    • 提供者:Lisa
  1. graphlinjiejuzhen

    0下载:
  2. 用C++的模板类实现了图的邻接矩阵数据结构,下载后添加头文件即可使用。-Adjacency matrix data structure use C++ template classes, and add header files to download.
  3. 所属分类:Console

    • 发布日期:2017-03-31
    • 文件大小:6156
    • 提供者:Lisa
  1. test1

    0下载:
  2. 这是一个使用C++实现了类成员变量的Set和Get属性的例子,使用的模板类,技巧性极高。我是在FreeCL项目上面提取来的示例代码,希望有兴趣的研究一下。用的是VC2008.-This is an implementation of the use of C++ class member variables Set and Get attributes example, using the template class, skills highly. I was in FreeCL projec
  3. 所属分类:Console

    • 发布日期:2017-04-15
    • 文件大小:7100
    • 提供者:sunyi
  1. matix

    0下载:
  2. VC++中使用的矩阵类模板,实现矩阵存储,转置等问题。-VC++ matrix class template used to achieve matrix storage, transpose and other issues.
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:1080
    • 提供者:luolizi
  1. graphlinjiebiao

    0下载:
  2. 用C++的模板类实现了图的邻接表数据结构,下载后添加头文件即可使用。-Adjacency table data structure use C++ template classes, and add header files to download.
  3. 所属分类:Console

    • 发布日期:2017-04-24
    • 文件大小:367564
    • 提供者:Lisa
  1. Huffman

    0下载:
  2. 用C++的模板类实现的霍夫曼树及其编码过程,可视地展示霍夫曼树的结构。-Huffman tree and its encoding process to achieve C++ template class, visual display of the structure of the Huffman tree.
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:963801
    • 提供者:Lisa
  1. class_template_complex

    0下载:
  2. 自己运用类模板 编写的复数运算 共享使用 与大家分享-class template complex all by myself
  3. 所属分类:Console

    • 发布日期:2017-12-07
    • 文件大小:832457
    • 提供者:haa
  1. Student-Manege-System-(console)

    0下载:
  2. 一个控制台版本的学生学生管理系统 类模板 + 链表 +虚函数 + 快速排序 -The student student management system class template of a console version+ the linked list+ virtual function+ Quick sorted
  3. 所属分类:Console

    • 发布日期:2017-11-08
    • 文件大小:2604292
    • 提供者:方嘉良
  1. AVLTree

    0下载:
  2. 数据结构中重要的AVL树,例采用模板类实现,实现了AVL 中情况的判别以及对树的旋转操作,是大二数据结构课程设计的一部分 虽然是采用的控制台方式显示但是转成图像MFC显示或是其他显示也是很方便的-AVL tree data structure, for example, using the template class implements a the AVL case of discrimination, and the tree rotation operation, the sophomo
  3. 所属分类:Console

    • 发布日期:2017-11-28
    • 文件大小:418623
    • 提供者:fuyang
  1. ch09_09

    0下载:
  2. 设计一个类模板Exam<T>,实现operator==运算符重载,用于比较各种类型数据是否相等(包括字符串和可以用等号直接进行比较的数据类型)。-Design a class template the Exam <T>, achieve operator overloading operator == for the comparison of various types of data are equal (including the string data type
  3. 所属分类:Console

    • 发布日期:2017-11-16
    • 文件大小:4958481
    • 提供者:王石
  1. Queue

    0下载:
  2. 队列的顺序定义,队列的调用算法等,队列的模板类及其实现-Defined in the order queue, queue calls algorithm, queue template class and its implementation
  3. 所属分类:Console

    • 发布日期:2017-04-11
    • 文件大小:732
    • 提供者:张宏超
  1. cPP.DataMakeraConsolePrinter

    0下载:
  2. 产生动态申请内存的一维二维数组数据; 在控制台输出数据; 此版本为类模板,可任意指定数据类型- Generate a one-dimensional two-dimensional array of dynamic application data memory In the console output data This version is a class template, you can specify any data type
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:2604
    • 提供者:张谋
  1. PhoneBooks

    0下载:
  2. VC++6.0使用list实现简单的电话簿功能(增加,删除,检索。统计,清空),涉及到list链表模板类的使用,输入输出的格式化,及命令格式的结构编程等知识-VC++6.0 achieve a simple phonebook using list functions (add, delete, retrieve statistical, empty), involves the use of a template class list list, formatted input and out
  3. 所属分类:Console

    • 发布日期:2017-05-02
    • 文件大小:972643
    • 提供者:郑伟
  1. Sort

    0下载:
  2. 数据结构 排序算法的演示 模板类排序算法,输出每次排序结果,含有: 1.直接插入排序算法 2.冒泡排序算法 3.简单选择排序算法 4.堆排序算法 5.快速排序算法 6.归并排序算法 -Sorting algorithms, data structure of demonstration Template class sorting algorithms, output each sort results, containing: 1. Direct ins
  3. 所属分类:Console

    • 发布日期:2017-05-12
    • 文件大小:3027542
    • 提供者:屈兴
搜珍网 www.dssz.com