搜索资源列表
C++程序设计语言实验三
- 实验三:C++编程入门 一、实验内容 1. 类模版。 2. 运算符重载。 3. 友元。 4. 继承。 二、实验题目 1, 设计一个类SavingsAccount,定义一个静态数据成员记录存款的年利率(rate),该类的每个成员都包含一个私有的数据成员balance,表示该成员当前的存款数额。提供一个成员函数CalMonthlyInterest(),用以计算月利息(用balance乘以rate再除以12),并将这个月利息加入balance中。提供一个静态成员函数ModifyRate(
c++多态与模板小实验
- c++模板小实验-c++ template experiment
CppTemplates
- C++ 模板元编程 模板是最强大功能的C++,但它们往往被忽略,误解和滥用.-C++ Template template meta-programming is the most powerful features of the C++, But they are too often neglected, misunderstanding and abuse.
i18n
- c++模板源码中的第一章节i18n,方便你学习时参考,应该会对你有所帮助-c++ template source in the first chapter of i18n, easy reference when you learn, it should be will help you
io
- c++模板源码中的第一章节io,方便你学习时参考,应该会对你有所帮助-c++ template source in the first chapter io, easy reference when you learn, it should be will help you
abstractproduct_0_2.tar
- 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
TemplateLib
- C++ Template Library This is a lightweight C++ template library of lists, vectors, arrays, stacks, queues, deques, and sets.
single-list
- Single list of data structure written in C++ template
A-CPP-garbage-collection
- 通过使用C++中的模板类,运算符重载以及C++的继承能力来处理计算机操纵的底层元素。-By using the C++, template classes, operator overloading, inheritance and C++ capability to handle the computer manipulation of the underlying elements.
Template
- 模板的使用,c中很重要的一部分,希望大家可以喜欢-The use of templates, c in a very important part, I hope you can enjoy
avl-template
- 这一关avl和atl的c++模板,方便快速实现avl-a avl and atl template
stx-btree-0.8.6.tar
- 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
cPPtemplates
- 程序实现利用c++模板来代替虚函数,从而实现类的静态多态性。-Program c++ template instead of the virtual function in order to achieve the kind of static polymorphism.
template
- A C++ template for sequential stack, link stack, Queue, binary tree, and Graph with various functions
template
- c++数据结构模板,内涵多种数据结构,栈,队列,二叉树,二叉堆等-c++ template data structure, content variety of data structures, stacks, queues, binary trees, binary heap, etc.
阅读材料-C++ 模板中的typename、class关键字
- C++ Template中的typename、class关键字,模板中关键字的class与typename的作用(Typename, class keyword in c + + Template, class and typename of key words in the Template)
C++Primer3rdEdition
- 本书第二版和第三版之间的变化非常大其中最值得注意的是C++已经通过了国际标 准化这不但为语言增加了新的特性比如异常处理运行时刻类型识别RTTI 名字空 间内置布尔数据类型新的强制转换方式而且还大量修改并扩展了现有的特性比如模 板template 支持面向对象object-oriented 和基于对象object-based(The changes between the second and third editions of this book are very large. One o
Dev-C模板
- 新手可以用的C开发模板,用VS或DEVC++打开(Novice can use the C development template, open with VS or DEVC++)
c#-excell
- 利用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
C++模板元编程
- C++ 模板编程, C++ 自动生成代码,非常巧妙的技巧,在有些领域很好用。(C++ meta template programming)
