搜索资源列表

  1. 用标准模板库STL实现文件比较

    1下载:
  2. 用标准模板库STL实现文件比较. 本文讨论如何使用标准模板库(STL),类模板和函数模板,以及其它编程技术来解决实际问题。本文涉及到STL包含的集合和向量,函数模板,类模板,常量检验,出错处理和使用STL的文件I/O。 要阅读本文,你要熟悉C++,熟悉类模板和函数模板。本文汇集了大量有关的信息,指引你逐步阅读。 本文用提问,设计和解决方案引导阅读。希望你能喜欢。 -Standard Template Library
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:5082
    • 提供者:海贵
  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. TArray类

    0下载:
  2. 变长数组管理类模板
  3. 所属分类:Windows编程

    • 发布日期:2011-06-18
    • 文件大小:10450
    • 提供者:zengrj
  1. Chain模板的定义

    0下载:
  2. 链表模板类的定义及使用-Chain template class definition and use
  3. 所属分类:Windows编程

    • 发布日期:2024-06-15
    • 文件大小:1882112
    • 提供者:冰山来客
  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. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-06-15
    • 文件大小:3072
    • 提供者:张思发
  1. 兩個链表模板类

    0下载:
  2. 编写一个STL中的CString类-preparation of a STL redeem Cla
  3. 所属分类:STL

    • 发布日期:2024-06-15
    • 文件大小:17408
    • 提供者:
  1. tNQueens

    0下载:
  2. 链式结构堆栈类的类模板实现及用堆栈类求解N皇后问题-chain structure of the stack type and class template stack used for solving problems N Queen
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-15
    • 文件大小:2048
    • 提供者:liuben
  1. 用标准模板库STL实现文件比较

    0下载:
  2. 用标准模板库STL实现文件比较. 本文讨论如何使用标准模板库(STL),类模板和函数模板,以及其它编程技术来解决实际问题。本文涉及到STL包含的集合和向量,函数模板,类模板,常量检验,出错处理和使用STL的文件I/O。 要阅读本文,你要熟悉C++,熟悉类模板和函数模板。本文汇集了大量有关的信息,指引你逐步阅读。 本文用提问,设计和解决方案引导阅读。希望你能喜欢。 -Standard Template Library
  3. 所属分类:文件操作

    • 发布日期:2024-06-15
    • 文件大小:83968
    • 提供者:海贵
  1. cmoban

    0下载:
  2. 参照栈类模板的例子编写一个队列类模板class <T> Queue,私有成员包括:队首指针Front,队尾指针Tail,队列容积max。实现:构造函数Queue,析构函数,入队函数In,出队函数Out(每次出队,后面的元素自动前移一位),判队列空函数Empty。并分别用队列类模板定义int和float对象,调用各个成员函数-reference stack class template examples of the prep
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-15
    • 文件大小:3072
    • 提供者:gongwen
  1. P_system

    0下载:
  2. 以一个小型公司的人员信息系统为例,用基类的指针数组来处理不同的派生类对象,从而实现拉多态性调用。使用动态数组类模板Array来代替C++预定义的数组类型。-to a small company personnel information system. use the base class pointer array to handle different types of derived objects, thereby realiz
  3. 所属分类:文件操作

    • 发布日期:2024-06-15
    • 文件大小:4096
    • 提供者:zhangk
  1. fig15_03

    0下载:
  2. 使用类模板实现链表操作,包括在链表开头、末尾插入值,在链表开头、末尾删除值。-Realize the use of class template list operation, including in the list at the beginning, at the end insert the value at the beginning of the list, delete the value at the end.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-06-15
    • 文件大小:239616
    • 提供者:杨玉娟
  1. c++

    0下载:
  2. 程序设计当中经常会出现使用同种数据结构的不同实例的情况。例如:在一个程序中 可以使用多个队列、树、图等结构来组织数据。同种结构的不同实例,也许只在数据元素 的类型或数量上略有差异,如果对每个实例都重新定义,则非常麻烦且容易出错。那么能 否对同种类型数据结构仅定义一次呢?答案是肯定的,C++提供的类模板(Class Template )就可以实现该功能。 -Program design which often use
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-15
    • 文件大小:8192
    • 提供者:axax123
  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. 所属分类:其他小程序

    • 发布日期:2024-06-15
    • 文件大小:1024
    • 提供者:fanxiu
  1. photo

    0下载:
  2. (1)定义一个抽象基类Shape,同它派生出5个类:圆、正方形、矩形、梯形、三角形。 (2)利用虚函数计算几种图形面积。 (3)演示构造函数、复制构造函数、析构函数的作用和调用顺序 (4)用类模板具体实现。 (5)利用MFC类库在图形用户界面上绘制及修改这些图形,采用对话框输入输出图形的基本属性 (6)用文件保存图形信息,且能够从文件中读取并作相应处理-(1) the definition of an abstrac
  3. 所属分类:Windows编程

    • 发布日期:2024-06-15
    • 文件大小:2492416
    • 提供者:徐帅
  1. queue

    0下载:
  2. 本程序是关于队列的程序,程序实现了队列的建立,删除,插入,程序采用类模板的形式写的源码。好懂,好用,用VC运行。-This program is on the queue process, the program achieved the establishment of the queue, delete, insert, procedures, use of class template in the form of written
  3. 所属分类:文件格式

    • 发布日期:2024-06-15
    • 文件大小:8192
    • 提供者:慧灵
  1. class template

    0下载:
  2. 编写一个类模板MathTemp,要求其成员函数能够实现基本数据类型的加(Add)、减(Minus)、乘(Multiply)、除(Divide)运算。(write a class template MathTemp, requiring its member functions to achieve the basic data types plus (Add), minus (Minus), multiply (Multiply), a
  3. 所属分类:垃圾文件夹

  1. dema数理化培训教育课程类网站织梦模板

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

    • 发布日期:2024-06-15
    • 文件大小: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
  3. 所属分类:其他小程序

    • 发布日期:2024-06-15
    • 文件大小:7168
    • 提供者:conyon
  1. 第12章03日期类应用_日期链表_DateLink

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

    • 发布日期:2024-06-15
    • 文件大小:278528
    • 提供者:lengleng
  1. 类模板

    0下载:
  2. 实现了类模板的例子,整改能使用,可以下载编译使用(include Realize the class template examples, rectification can be used, you can download and compile)
  3. 所属分类:Windows编程

    • 发布日期:2024-06-15
    • 文件大小:2148352
    • 提供者:故宫的宫
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org