搜索资源列表
Ada95_C++research
- 本文主要研究Ada95与C++两种面向对象语言之间类层次上的绑定生成方法。首 先简要描述了Ada95与C++面向对象机制的异同以及Ada95标准中与其它语言的接 口机制,在此基础上给出了Ada95到C++类的绑定生成方法,设计出绑定生成工具 原型;对通用目标代码文件格式和内部链接名信息的提取进行详细讨论,并给予实 现;对C++模板的绑定生成进行了较深入地分析,提出模板绑定生成的解决方案并 进行了实例验证。所采取的研究方法及所得结果同样适用于其它语言间的绑定生成。-This paper studi
C文件格式规范模板
- 有本人自己设计的源代码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
C++强大的背后
- 在31年前(1979年),一名刚获得博士学位的研究员,为了开发一个软件项目发明了一门新编程语言,该研究员名为Bjarne Stroustrup,该门语言则命名为——C with classes,四年后改称为C++。C++是一门通用编程语言,支持多种编程范式,包括过程式、面向对象(object-oriented programming, OP)、泛型(generic programming, GP),后来为泛型而设计的模版,被发现及证明是图灵完备的,因此使C++亦可支持模版元编程范式(templa
CoreJava2-ClassAndObject
- 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
Power_up_CPP_STL
- C++标准模板库(Standard Template Library,STL)快速入门-C++ Standard Template Library (Standard Template Library, STL) Quick Start,
C
- adpter 、Singlen、Template设计模式的实现-adpter, Singlen, Template design pattern implementation
DocumentsOfSoftwareDevelopment
- 软件开发的文档及其模板,非常全面,有软件开发计划书模版、概要设计说明书、计算机软件产品开发文件编制指南、技术测试规范、客户初步需求调查概述、软件测试指南、详细设计说明书、ERP模型构件说明、一些面向对象的设计法则-Software development, documentation and templates, a very comprehensive, software development plan template, a summary of the design manual, co
ROSE_trainning
- 面向对象的可视化建模培训教程 [UML和Rational Rose/C++ Ver 4.x] 简介 ROSE提供的不同视图 配置用户界面 问题描述 问题需求描述 Use Cases 建立Actors ,Use Case 和Use Case 图 建立序列图 建立协同图 包和类 建立类、包和模版 重新分配类和包 建立类图 -Object-oriented visual modeling training course [UML and Ra
STL_Programmer_Guide
- C++标准模板库编程指南,英文但是很全。-C++ Standard Template Library Programming Guide, English, but very full.
CPlusPlus_Templates
- Classical C Plus Plus Template documents
CppTemplateMetaprogram
- C++ 模板元编程 (C++ Template Metaprogramming)-C++ Template Metaprogramming
study-CPP
- C++ 模板 PPT 适用于对于初学者的教学-C++ template PPT applies to teaching for beginners
Modern-CPP-Design
- 美国亚力山德雷斯库所著的大作《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
CPPtemplate
- 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
Data-structure--(C-PP-template)
- 数据结构各种算法实现(C++模板),网上收集的-Data structure of the various algorithms (C++ template).。。。。
Tplate
- C++ template的简单例子,适合初学者学习template模板,vc++ 6.0写的-A simple example C++ template, suitable for beginners to learn
C
- C语言高级编程及实例剖析,高清晰的pdf模板,希望对用户有用-C Language Advanced Programming and examples of analysis, the high definition of the PDF template, the user wants to use
template
- 自己学习过程中对于C++模板的总结,很好的总结,有利与对C++的模板深入了解-this essay introduce the template of C++
datastructure-design-mode-cPPcode
- 数据结构与算法以及设计模式的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
大话设计模式
- 通俗易懂的设计模式,java为模板,c++也可以套用(Easy to understand design patterns, Java as a template, c++ can also be applied)
