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

搜索资源列表

  1. A-class-definition-templates

    0下载:
  2. 定义一个类模板,实现对一组整数、字符、字符串的排序(整数、字符、字符串的个数不确定),包括的功能有: (1)输入各元素。 (2)排序并输出排序结果。 -Define a class template, sort of a set of integers, characters, strings (the number of integers, characters, strings, not sure), the functions include: (1) enter each e
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:48122
    • 提供者:叶清
  1. xianxingbiao-leimoban

    2下载:
  2. 设计通用线性表类(模版),可实现构造空表、两种生成表的方式(生成数据无序表及生成数据升序排列表)、在有序表中搜索一个关键字数据、在有序表中删除某个关键字数据、输出当前数据表中的元素。 加深初学者对c++通用线性表类模板的理解。-Design general linear table class (template), you can construct an empty table, two approaches for generating the table (to generate t
  3. 所属分类:assembly language

    • 发布日期:2016-04-15
    • 文件大小:1024
    • 提供者:李享
  1. SortedSet

    0下载:
  2. 定义类模板SortedSet,即元素有序的集合,集合元素的类型 和集合元素的最大个数可由使用者确定。要求该类模板对外提供 以下三种操作: insert:加入一个新的元素到合适的位置上,并保证集合元 素的值不重复; get:返回比给定值大的最小元素的地址。若不存在,返回0; del:删除与给定值相等的那个元素,并保持剩余元素的有序性。 -#include <iostream> using namespace std template <c
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:3369
    • 提供者:文字
  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. exp7

    0下载:
  2. 设计一个函数模板IsEqual,比较实验四、五涉及到的五种类的对象是否相等,定义如果两个对象的m_ID相等,那么它们就相等。 设计一个链表的类模板,只用实现插入(bool LinkedList::InsertAt(Node *p, int index))和删除(bool LinkedList::DeleteAt(int index))两种操作即可。如果插入时index大于链表的长度则将新节点接到链表的末尾,如果删除时index大于链表的长度则删除最末尾的节点,index从0开始计数-Desi
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-18
    • 文件大小:26687
    • 提供者:rising
  1. lab1

    0下载:
  2. 数据结构中缀表达式转换成后缀表达式,有完整的类模板操作-Infix expression into postfix expression data structure
  3. 所属分类:CSharp

    • 发布日期:2017-11-28
    • 文件大小:558
    • 提供者:yangyang
  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. moban

    0下载:
  2. 函数模板与类模板,模板实现了参数化类型的概念,借助于模板可以编写多种数据类型通用代码,从而提高程序的可重用性。-Function templates and class templates, template implements the concept of the parameterized type, by means of a variety of data types can write generic code template, thereby improving the reus
  3. 所属分类:CSharp

    • 发布日期:2017-11-08
    • 文件大小:3072
    • 提供者:yfz
  1. cpp

    0下载:
  2. C++ STL里的标准函数和类模板帮助文档-C++ STL standard function and class templates to help document
  3. 所属分类:software engineering

    • 发布日期:2017-12-04
    • 文件大小:451072
    • 提供者:张紫良
  1. Template1

    0下载:
  2. List类模板含有的各成员函数的定义。然后定义一个简单的Student类,并利用编写的List类模板对一个班级的学生进行动态管理。-List class template contains the definition of the function of each member. And then define a simple Student class and List class template prepared by the dynamic management of a class
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:490574
    • 提供者:唐波
  1. www

    0下载:
  2. C++中运用类模板实现单链表的 插入 搜索 删除 等操作的源码-Use of class template in a single linked list C++ insertion search delete operated source
  3. 所属分类:CSharp

    • 发布日期:2017-11-23
    • 文件大小:1237
    • 提供者:dndxzjrq
  1. template

    0下载:
  2. 包含了静态链表,链表,栈,队列,游标的类模板实现,可直接调用-Contains a static list, linked lists, stacks, queues, the cursor class templates, you can directly call
  3. 所属分类:Data structs

    • 发布日期:
    • 文件大小:2647
    • 提供者:宁淡淡
  1. 3cShop_UTF-8

    0下载:
  2. ECSHOP鞋服类模板,2013年最新版本for ecshop 2.7.3 -ECSHOP template home, household goods category for ecshop 2.7.3
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-11-21
    • 文件大小:248989
    • 提供者:redghost
  1. paixu

    0下载:
  2. 编写一个使用数组类模板Array对数组进行排序,求最大值和求元素和的程序,并采用相关数据进行测试.-Write a class template Array using an array to sort the array, find the maximum and demand elements and procedures, and the use of relevant data for testing.
  3. 所属分类:assembly language

    • 发布日期:2017-11-06
    • 文件大小:890
    • 提供者:闫忠正
  1. post_thread_binary_tree

    0下载:
  2. 后序线索二叉树类模板 树状形式显示线索二叉树 -Postorder threaded binary class template displayed threaded binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2384
    • 提供者:L
  1. huffman_tree

    0下载:
  2. 哈夫曼树 哈夫曼树类模板 已知权,双亲及左右孩子构造结构构造哈夫曼树-Huffman Huffman tree class template known right, parents and children around the Huffman tree structure structure structure
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:2134
    • 提供者:L
  1. 145

    0下载:
  2. 一个很好类子来说明类模板的使用,可以比较明了类模板的使用方法,最好进行单步调试-use of class template
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:831
    • 提供者:yangyang
  1. opencv2

    0下载:
  2. 清晰明了的类模板的使用,单步调试可以很清楚的看到其执行过程-class template
  3. 所属分类:OpenCV

    • 发布日期:2017-04-11
    • 文件大小:581
    • 提供者:yangyang
  1. opencv2--

    0下载:
  2. 清晰明了的类模板的使用,单步调试可以很清楚的看到其执行过程-class template
  3. 所属分类:OpenCV

    • 发布日期:2017-04-07
    • 文件大小:641
    • 提供者:yangyang
« 1 2 3 4 5 6 78 9 10 11 12 ... 49 »
搜珍网 www.dssz.com