CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 类模板

搜索资源列表

  1. C++程序设计语言实验三

    0下载:
  2. 实验三:C++编程入门 一、实验内容 1. 类模版。 2. 运算符重载。 3. 友元。 4. 继承。 二、实验题目 1, 设计一个类SavingsAccount,定义一个静态数据成员记录存款的年利率(rate),该类的每个成员都包含一个私有的数据成员balance,表示该成员当前的存款数额。提供一个成员函数CalMonthlyInterest(),用以计算月利息(用balance乘以rate再除以12),并将这个月利息加入balance中。提供一个静态成员函数ModifyRate(
  3. 所属分类:其他小程序

  1. 2

    0下载:
  2. 设计一个类模板,用于对数组进行排序、查找、求元素和,并以整数数组和实数组进行编程测试。-The design of a class template, used to sort the array, find, and elements and, and an integer array and is programmed to test the array.
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1094
    • 提供者:fanxiu
  1. 22008207

    0下载:
  2. 一个通用链表类模板(不带虚节点,即头指针直接指向第一个有效数据节点),可支持在链头插入元素、在链尾插入元素、将元素插入有序链的适当位置使链表保持有序、删除链表中所有的(不是仅删除一个)关键字节点、输出链表所有元素值。 在主函数中将该模板实例化为Custom类,并实现相关测试。-it is a cpp related to the famation of a lianbiao,it is a piece of homework to me .
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:953170
    • 提供者:xuezi
  1. LList

    0下载:
  2. 本程序是关于链表的,它实现链表的插入,删除,定义空表,本程序用了类模板,层次清晰,容易理解。-This program is on the list, and it implements the linked list insert, delete, define an empty table, the program uses a class template, the level clear, easy to understand.
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:6582
    • 提供者:慧灵
  1. cxxchecker-0.1

    0下载:
  2. C++代码规范检查工具,主要检查命名规范,包括类/模板,成员,方法,宏,全局变量等。有力于代码质量及可维护性的提高,-C++ code and standardize inspection tool, the main checks naming norms, including the class/template, membership, methods, macros, global variables and so on. Code quality and maintainability
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:20354
    • 提供者:malibin
  1. 120

    0下载:
  2. ppt模板,个人比较喜欢的东西,可以作为公司介绍类的大众模板-model of ppt
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:175524
    • 提供者:john
  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. 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. win32console

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

    • 发布日期:2017-04-08
    • 文件大小:97826
    • 提供者:turoch
  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. 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. 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. shiyan4-3

    0下载:
  2. 编写一个栈的类模板(包括其成员函数定义),以便为任何类型的对象提供栈结构数据操作。并在应用程序中创建整数栈、字符栈和浮点数栈,提供一些数据进行进栈、退栈和打印操作的测试。-Write a stack class template (including its membership function is defined), in order to provide data manipulation stack structure as any type of object. And create
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:834
    • 提供者:summer
  1. dema数理化培训教育课程类网站织梦模板

    0下载:
  2. 教育类培训课程三合一网源码,已测试过,绝对没有问题(Education courses, three in one network source code, has been tested)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:14117888
    • 提供者:wangjg
  1. 一周作息时间安排表模板

    0下载:
  2. 一周作息时间安排表_表格类模板_表格/模板_实用文档。一周作息时间安排表星期一 √ 跑步+早餐 √ 微观经济 学习 学 大学英语 学习 二 午餐 食堂 午休 ..(A week time schedule _ form class template _ form / _ practical document template. A week time schedule on Monday when running + breakfast tick micro economic Learning
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:7168
    • 提供者:conyon
  1. phpcms手机站模板

    0下载:
  2. 皮肤类网疗网站的phpcms的手机站模板文件(phpcms Mobile templets)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:9216
    • 提供者:慢长黑夜
  1. Contest

    0下载:
  2. 一个评委评分程序,用类实现,包括单向链表类模板(A judge score program, with the class, including a singly linked list class template)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:218112
    • 提供者:lengleng
  1. 第12章03日期类应用_日期链表_DateLink

    0下载:
  2. 一个单向类模板的综合应用,实现日期类的功能(The integrated application of one-way class templates can realize the perpetual calendar class)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:278528
    • 提供者:lengleng
  1. 电商简约模板

    0下载:
  2. 电商风格模板,电商类小程序推荐。。。。。。。(E-commerce style template, e-commerce small program recommendation)
  3. 所属分类:其他

    • 发布日期:2018-01-11
    • 文件大小:19456
    • 提供者:xugx29
  1. 436-免费金融贵金属类企业通用织梦模板GBK

    0下载:
  2. 大宗类交易网站纯php编写,简单上手,适合新手练习(The bulk trading website is written in pure PHP. It is easy to get up and fit for the new practice.)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:17860608
    • 提供者:li1997
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com