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

搜索资源列表

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

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

  1. c++多态与模板小实验

    0下载:
  2. c++模板小实验-c++ template experiment
  3. 所属分类:Other systems

    • 发布日期:2017-11-09
    • 文件大小:19.68kb
    • 提供者:dhy
  1. CppTemplates

    0下载:
  2. C++ 模板元编程 模板是最强大功能的C++,但它们往往被忽略,误解和滥用.-C++ Template template meta-programming is the most powerful features of the C++, But they are too often neglected, misunderstanding and abuse.
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:725.51kb
    • 提供者:周顺
  1. i18n

    0下载:
  2. c++模板源码中的第一章节i18n,方便你学习时参考,应该会对你有所帮助-c++ template source in the first chapter of i18n, easy reference when you learn, it should be will help you
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:2.77kb
    • 提供者:西戈塔
  1. io

    0下载:
  2. c++模板源码中的第一章节io,方便你学习时参考,应该会对你有所帮助-c++ template source in the first chapter io, easy reference when you learn, it should be will help you
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:22.17kb
    • 提供者:西戈塔
  1. abstractproduct_0_2.tar

    0下载:
  2. abstractproduct.h is C++ template-based library providing reflective object creation mechanism (similar to Java s Class.forName("ClassNameHere").newInstance()). It does so by static initialization of meta-classes and factory objects reflecting your o
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:1.69kb
    • 提供者:grw
  1. TemplateLib

    0下载:
  2. C++ Template Library This is a lightweight C++ template library of lists, vectors, arrays, stacks, queues, deques, and sets.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:11.33kb
    • 提供者:Mr Ed
  1. single-list

    0下载:
  2. Single list of data structure written in C++ template
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:246.37kb
    • 提供者:secondtonone365
  1. A-CPP-garbage-collection

    0下载:
  2. 通过使用C++中的模板类,运算符重载以及C++的继承能力来处理计算机操纵的底层元素。-By using the C++, template classes, operator overloading, inheritance and C++ capability to handle the computer manipulation of the underlying elements.
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1.95kb
    • 提供者:艾亥
  1. Template

    0下载:
  2. 模板的使用,c中很重要的一部分,希望大家可以喜欢-The use of templates, c in a very important part, I hope you can enjoy
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:332.7kb
    • 提供者:张森
  1. avl-template

    0下载:
  2. 这一关avl和atl的c++模板,方便快速实现avl-a avl and atl template
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:10.77kb
    • 提供者:xyz
  1. stx-btree-0.8.6.tar

    0下载:
  2. The STX B+ Tree package is a set of C++ template classes implementing a B+ tree key/data container in main memory. The classes are designed as drop-in replacements of the STL containers set, map, multiset and multimap and follow their interfaces very
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:1.69mb
    • 提供者:icegull
  1. cPPtemplates

    0下载:
  2. 程序实现利用c++模板来代替虚函数,从而实现类的静态多态性。-Program c++ template instead of the virtual function in order to achieve the kind of static polymorphism.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:7.42kb
    • 提供者:rjm00
  1. template

    0下载:
  2. A C++ template for sequential stack, link stack, Queue, binary tree, and Graph with various functions
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:7.5kb
    • 提供者:MegaStone
  1. template

    0下载:
  2. c++数据结构模板,内涵多种数据结构,栈,队列,二叉树,二叉堆等-c++ template data structure, content variety of data structures, stacks, queues, binary trees, binary heap, etc.
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3.05kb
    • 提供者:弥良
  1. 阅读材料-C++ 模板中的typename、class关键字

    0下载:
  2. C++ Template中的typename、class关键字,模板中关键字的class与typename的作用(Typename, class keyword in c + + Template, class and typename of key words in the Template)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:19kb
    • 提供者:晴心
  1. C++Primer3rdEdition

    0下载:
  2. 本书第二版和第三版之间的变化非常大其中最值得注意的是C++已经通过了国际标 准化这不但为语言增加了新的特性比如异常处理运行时刻类型识别RTTI 名字空 间内置布尔数据类型新的强制转换方式而且还大量修改并扩展了现有的特性比如模 板template 支持面向对象object-oriented 和基于对象object-based(The changes between the second and third editions of this book are very large. One o
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:4.03mb
    • 提供者:小董ATG
  1. Dev-C模板

    1下载:
  2. 新手可以用的C开发模板,用VS或DEVC++打开(Novice can use the C development template, open with VS or DEVC++)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:36kb
    • 提供者:浮翠流丹
  1. c#-excell

    0下载:
  2. 利用C# 读取excel 并导出报表,还需要自动识别我做好excel模板。在读取单元格时需要做比较,但是在比较时单元格内容中含有字符数字、小数,没事我就用手机C4droid编程软件实现了用C程序来完成了拆分。(Using C# to read excel and export reports, you need to automatically recognize that I do excel template. When you read the cell, you need to do t
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:1kb
    • 提供者:Mamapopo
  1. C++模板元编程

    0下载:
  2. C++ 模板编程, C++ 自动生成代码,非常巧妙的技巧,在有些领域很好用。(C++ meta template programming)
  3. 所属分类:其他

    • 发布日期:2018-05-04
    • 文件大小:24.02mb
    • 提供者:aoutman
« 12 3 4 5 »
搜珍网 www.dssz.com