CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - c template

搜索资源列表

  1. Ada95_C++research

    0下载:
  2. 本文主要研究Ada95与C++两种面向对象语言之间类层次上的绑定生成方法。首 先简要描述了Ada95与C++面向对象机制的异同以及Ada95标准中与其它语言的接 口机制,在此基础上给出了Ada95到C++类的绑定生成方法,设计出绑定生成工具 原型;对通用目标代码文件格式和内部链接名信息的提取进行详细讨论,并给予实 现;对C++模板的绑定生成进行了较深入地分析,提出模板绑定生成的解决方案并 进行了实例验证。所采取的研究方法及所得结果同样适用于其它语言间的绑定生成。-This paper studi
  3. 所属分类:软件工程

  1. C文件格式规范模板

    0下载:
  2. 有本人自己设计的源代码C模板,有利于增强代码的管理,我们平时编程常常缺少注释,读者需要完全读完代码才知道代码的作用,这就是代码不规范所造成的弊端-I have designed the C source code template, which will help enhance the management of code, we can usually programming often lacked notes, the reader needs to completely finish
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1.59kb
    • 提供者:李俊杰
  1. C++强大的背后

    0下载:
  2. 在31年前(1979年),一名刚获得博士学位的研究员,为了开发一个软件项目发明了一门新编程语言,该研究员名为Bjarne Stroustrup,该门语言则命名为——C with classes,四年后改称为C++。C++是一门通用编程语言,支持多种编程范式,包括过程式、面向对象(object-oriented programming, OP)、泛型(generic programming, GP),后来为泛型而设计的模版,被发现及证明是图灵完备的,因此使C++亦可支持模版元编程范式(templa
  3. 所属分类:软件工程

  1. CoreJava2-ClassAndObject

    0下载:
  2. A class--the basic building block of an object-oriented language such as Java--is a template that describes the data and behavior associated with instances of that class. When you instantiate a class you create an object that looks and feels like oth
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:12.97kb
    • 提供者:chenshoufang
  1. Power_up_CPP_STL

    0下载:
  2. C++标准模板库(Standard Template Library,STL)快速入门-C++ Standard Template Library (Standard Template Library, STL) Quick Start,
  3. 所属分类:软件工程

    • 发布日期:2017-03-31
    • 文件大小:192.66kb
    • 提供者:Maxwell
  1. C

    0下载:
  2. adpter 、Singlen、Template设计模式的实现-adpter, Singlen, Template design pattern implementation
  3. 所属分类:software engineering

    • 发布日期:2017-04-29
    • 文件大小:46.54kb
    • 提供者:sujinhe
  1. DocumentsOfSoftwareDevelopment

    0下载:
  2. 软件开发的文档及其模板,非常全面,有软件开发计划书模版、概要设计说明书、计算机软件产品开发文件编制指南、技术测试规范、客户初步需求调查概述、软件测试指南、详细设计说明书、ERP模型构件说明、一些面向对象的设计法则-Software development, documentation and templates, a very comprehensive, software development plan template, a summary of the design manual, co
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:1.21mb
    • 提供者:胜汪
  1. ROSE_trainning

    0下载:
  2. 面向对象的可视化建模培训教程 [UML和Rational Rose/C++ Ver 4.x] 简介 ROSE提供的不同视图 配置用户界面 问题描述 问题需求描述 Use Cases 建立Actors ,Use Case 和Use Case 图 建立序列图 建立协同图 包和类 建立类、包和模版 重新分配类和包 建立类图 -Object-oriented visual modeling training course [UML and Ra
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:756.43kb
    • 提供者:诸葛三皮
  1. STL_Programmer_Guide

    0下载:
  2. C++标准模板库编程指南,英文但是很全。-C++ Standard Template Library Programming Guide, English, but very full.
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:537.13kb
    • 提供者:张胜凯
  1. CPlusPlus_Templates

    0下载:
  2. Classical C Plus Plus Template documents
  3. 所属分类:software engineering

    • 发布日期:2017-05-11
    • 文件大小:1.96mb
    • 提供者:upslope
  1. CppTemplateMetaprogram

    0下载:
  2. C++ 模板元编程 (C++ Template Metaprogramming)-C++ Template Metaprogramming
  3. 所属分类:software engineering

    • 发布日期:2017-05-03
    • 文件大小:621.13kb
    • 提供者:quard
  1. study-CPP

    0下载:
  2. C++ 模板 PPT 适用于对于初学者的教学-C++ template PPT applies to teaching for beginners
  3. 所属分类:software engineering

    • 发布日期:2017-11-17
    • 文件大小:5.87mb
    • 提供者:Zeller
  1. Modern-CPP-Design

    0下载:
  2. 美国亚力山德雷斯库所著的大作《C++设计新思维》的中文版(侯捷译)。 这本书是在C++98的平台上介绍C++模板元编程的详细技术与思路。-Chinese version (by Jie Hou) of masterpiece "C++ design for the new thinking" from Andrei Alexandrescu. This book disscused the C++ template meta-programming techniques and ide
  3. 所属分类:Project Design

    • 发布日期:2017-11-13
    • 文件大小:1.77mb
    • 提供者:张三
  1. CPPtemplate

    0下载:
  2. David Vandevoorde和Nicolai M. Josuttis所著的《C++模板全览》,侯捷、荣耀、姜宏译。从各个方面介绍了C++模板机制的各种特点与应用技巧,是C++进阶应用方面的好书。 -"C++ Templates- The Complete Guide" from David Vandevoorde and Nicolai M. Josuttis, translated by Jie Hou, Yao Rong, Hong Jiang. This book intro
  3. 所属分类:software engineering

    • 发布日期:2017-11-10
    • 文件大小:1.96mb
    • 提供者:张三
  1. Data-structure--(C-PP-template)

    0下载:
  2. 数据结构各种算法实现(C++模板),网上收集的-Data structure of the various algorithms (C++ template).。。。。
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:80.48kb
    • 提供者:程飞
  1. Tplate

    0下载:
  2. C++ template的简单例子,适合初学者学习template模板,vc++ 6.0写的-A simple example C++ template, suitable for beginners to learn
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:638.92kb
    • 提供者:雷正升
  1. C

    0下载:
  2. C语言高级编程及实例剖析,高清晰的pdf模板,希望对用户有用-C Language Advanced Programming and examples of analysis, the high definition of the PDF template, the user wants to use
  3. 所属分类:software engineering

    • 发布日期:2017-06-16
    • 文件大小:23.59mb
    • 提供者:董顺良
  1. template

    0下载:
  2. 自己学习过程中对于C++模板的总结,很好的总结,有利与对C++的模板深入了解-this essay introduce the template of C++
  3. 所属分类:software engineering

    • 发布日期:2017-04-30
    • 文件大小:111.18kb
    • 提供者:111111
  1. datastructure-design-mode-cPPcode

    0下载:
  2. 数据结构与算法以及设计模式的c++实现模板,适合复习或者是用到的时候套用,个人建议要学的明白,必须老老实实啃那些大部头-Data structures and algorithms and design patterns to achieve c++ template, for review or when used to apply personal recommendations to learn to understand, to be honest eating those tomes
  3. 所属分类:software engineering

    • 发布日期:2017-05-29
    • 文件大小:10.79mb
    • 提供者:黄立·
  1. 大话设计模式

    0下载:
  2. 通俗易懂的设计模式,java为模板,c++也可以套用(Easy to understand design patterns, Java as a template, c++ can also be applied)
  3. 所属分类:软件设计/软件工程

    • 发布日期:2018-04-29
    • 文件大小:9.56mb
    • 提供者:jacyx
« 12 »
搜珍网 www.dssz.com