CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - template

搜索资源列表

  1. 26

    0下载:
  2. 26.编写一个具有如下样式的类模板tmplt,用于实现所谓的反序输出问题,其中使用了类型参数T(使所处理的元素类型可变化)以及普通参数n(元素个数也可变化): template <class T, int n> class tmplt { T arr[n] // n个T类型的数据存放于数组arr之中 public: void dataIn() //从键盘输入n个T类型数据放入arr数组中 void reverseOut() //将arr数组中的数
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1280
    • 提供者:shaobing
  1. CircularBuffer

    0下载:
  2. Template definition of circular buffer
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3394
    • 提供者:张强
  1. ecisync

    0下载:
  2. CICS 客户端编程模版,入门使用。-CICS client programming template, beginners to use.
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:1194
    • 提供者:风姿
  1. vecDLL

    0下载:
  2. Dll无法直接导出泛型模板(generalized template),因此,如果要导出stl类,则模板必须先实例化(instantiated)。另外,如果导出的STL类使用了其他STL类,那么这些其他类必须同时被导出。目前stl中唯一能够被导出的容器是vector,其他容器(如map、set、queue、list、deque)都因包含嵌套类而不能被导出。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:15163
    • 提供者:范杰
  1. 1-1

    0下载:
  2. c++二、通过将其元素插入到双向链表中的方法对数组A进行排序。算法对链表的当前操作位置进行维护,当需要插入表项时,若新元素比当前位置值要大,则往前移动;若小则往后移动。编写函数DoubleSort实现上述排序算法。 template <class T> void DoubliSort( T a[], int n)
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:943
    • 提供者:zzlbly
  1. 1-2

    0下载:
  2. 二、通过将其元素插入到双向链表中的方法对数组A进行排序。算法对链表的当前操作位置进行维护,当需要插入表项时,若新元素比当前位置值要大,则往前移动;若小则往后移动。编写函数DoubleSort实现上述排序算法。 template <class T> void DoubliSort( T a[], int n)
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:6694
    • 提供者:zzlbly
  1. stl32

    0下载:
  2. The Standard Template Library, or STL, is a C++ library of container classes, algorithms, and iterators it provides many of the basic algorithms and data structures of computer science
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:209979
    • 提供者:北科
  1. Template_

    0下载:
  2. 设计模式之Template,设计模式之Template
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:6862
    • 提供者:xiaozhang
  1. 经典中的经典!STL源码分析

    2下载:
  2. 这是STL(标准模板库)学习的经典书籍,书中大量详细的剖析了STL的源码,相信认真读过这本书的读者用STL进行编程的能力会有很大提高-STL (Standard Template Library) learning the classic books, book a lot of detailed analysis of the source of STL, I believe carefully read this book readers with STL programming capac
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:6270091
    • 提供者:风度
  1. Listnode

    0下载:
  2. 链表的操作集合 数据结构经典实习 赶快下载 全部使用的是模板类和模板函数-Chain operation pool data structure classic internship quickly download all use the template and the template function category
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2066
    • 提供者:xjt
  1. parking

    0下载:
  2. 停车场模拟 队列和栈的应用 哈哈 又是数据结构经典 都用的是模板类和模板栈-parking cohort simulation of the application stack and Ha Ha is classic data structures are using the template and the template stack category
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4256
    • 提供者:xjt
  1. string类

    0下载:
  2. 数据结构中的字符串实习 都是用的模板类和模板函数-data structure string attachment is used and the type of template template function
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2889
    • 提供者:xjt
  1. 多文档模板的程序框架

    0下载:
  2. 实现了一个写字板应用程序,主要介绍多文档模板的程序框架,启动屏,快捷工具栏,状态栏的相关知识。- Realized to write the board application procedure, mainly introduced the multi- documents template the procedure frame, the start screen, quick tool fence, condition fence related knowledge.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:61794
    • 提供者:张伟
  1. C++ 模板元编程 ebook

    0下载:
  2. C++ 模板元编程 (C++ Template Metaprogramming)
  3. 所属分类:编译器/词法分析

    • 发布日期:2010-03-11
    • 文件大小:636232
    • 提供者:quard888
  1. FastReport.v4.7.49

    1下载:
  2. Current version --------------- + added confirmation reading for TfrxMailExport + added TimeOut field to TfrxMailExport form - fixed bug whih PDF export in Delphi4 and CBuilder4 - fixed bug with some codepage which use two bytes for special
  3. 所属分类:Delphi控件源码

    • 发布日期:2009-01-02
    • 文件大小:2986536
    • 提供者:gzhubin
  1. Recognition-System

    0下载:
  2. :建立了一个基于HMM 算法的非特定人语音识别系统,阐述了具体实现过程,包括预处理、特征参数的提取及模板的匹配-: The establishment of a non-specific algorithm based on HMM Speech Recognition System, describes a specific implementation process, including preprocessing, feature extraction and template para
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-09
    • 文件大小:1443801
    • 提供者:黄新
  1. Tiny

    0下载:
  2. 此是Tiny编译器的一个模版,很经典的编程,从最近的扫描,语法分析,到语义分析,再到代码的生成,每一步都比较完美!-This is a template compiler Tiny, classic programming from the recent scan, syntax analysis, to the semantic analysis, code generation and then, every step of the more perfect!
  3. 所属分类:Compiler program

    • 发布日期:2017-05-10
    • 文件大小:2156779
    • 提供者:
  1. Cortex-M3_uCOS-II

    0下载:
  2. 基于群星Cortex-M3的μCOS-II移植模板的使用。周立功的模板,希望对大家有所帮助!-Cortex-M3-based stars μCOS-II portable template to use. ZLG template, we want to help!
  3. 所属分类:OS Develop

    • 发布日期:2017-05-10
    • 文件大小:2544468
    • 提供者:赵煜轩
  1. ROBOT

    0下载:
  2. 本程序是基于模板匹配的语音识别技术。提取语音的特征,并建立模板库。可以将语音识别技术应用于机器人-This procedure is based on template matching speech recognition technology. Extraction of speech features, and the establishment of the template library. Speech recognition technology can be applied to
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-02
    • 文件大小:100761
    • 提供者:chenn1999
  1. CMS69T08

    2下载:
  2. 基于中微CMS69T08触摸芯片的抽油烟机程序模板,带LCD液晶驱动芯片TM1621。触摸按键-Micro-chip based on the range hood CMS69T08 touch application template, with LCD LCD driver chip TM1621. Touch button
  3. 所属分类:assembly language

    • 发布日期:2016-01-24
    • 文件大小:10240
    • 提供者:lonely
« 1 2 3 45 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com