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

搜索资源列表

  1. c++试验

    0下载:
  2. vc+环境下的面向对象编程.介绍了类的定义,封装性,继承性和多态性,以及模板的有关应用.-vc environment of object-oriented programming. Introduced a class definition, encapsulation, inheritance and polymorphism, the templates and applications.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:3484
    • 提供者:闵若琼
  1. Object-oriented.Programming.with.ANSI-C

    0下载:
  2. Object-oriented.Programming.with.ANSI-C很经典哦-Object-oriented.Programming.with.ANS I-C classic oh
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:926804
    • 提供者:wood
  1. GCC

    0下载:
  2. 在为Linux开发应用程序时,绝大多数情况下使用的都是C语言,因此几乎每一位Linux程序员面临的首要问题都是如何灵活运用C编译器。目前Linux 下最常用的C语言编译器是GCC(GNU Compiler Collection),它是GNU项目中符合ANSI C标准的编译系统,能够编译用、C++和Object C等语言编写的程序。GCC不仅功能非常强大,结构也异常灵活。最值得称道的一点就是它可以通过不同的前端模块来支持各种语言,如Java、 Fortran、Pascal、Modula-3和Ada
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:12390
    • 提供者:金阳
  1. Thinking in VC++

    0下载:
  2. Thinking in C++ patiently and methodically explores the issues of when and how to use inlines, references, operator overloading, inheritance and dynamic objects, as well as advanced topics such as the proper use of templates, exceptions and multiple
  3. 所属分类:编程文档

  1. C++强大的背后

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

  1. Inside The C++ Object Model

    0下载:
  2. Inside the C++ Object Model focuses on the underlying mechanisms that support object-oriented programming within C++: constructor semantics, temporary generation, support for encapsulation, inheritance, and "the virtuals"-virtual functions
  3. 所属分类:文档资料

    • 发布日期:2011-11-06
    • 文件大小:758847
    • 提供者:mattzhu
  1. C++类学习资料

    0下载:
  2. 1.编写一个类,声明一个数据成员和一个静态数据成员,其构造函数初始化数据成员,并把静态数据成员加1,其析构函数把静态数据成员减1。 (1) 编写一个应用程序,创建该类的3个对象,然后显示其数据成员和静态数据成员,再析构每个对象,并显示它们对静态数据成员的影响。 (2) 修改该类,增加静态成员函数并访问静态数据成员,并声明静态数据成员为保护成员。体会静态成员函数的使用,静态成员之间与非静态成员之间互访问题。 -1 write a class, declare a data mem
  3. 所属分类:编程文档

    • 发布日期:2017-03-30
    • 文件大小:3194
    • 提供者:wei
  1. eclipse-iphone-cdt

    0下载:
  2. 本书介绍如何在windows 或linux 环境下用eclipse开发iPhone应用程序。实为没有Apple MacOs 操作系统人员的有用资料。-Write native iPhone applications using Eclipse CDT. How Windows and Linux developers can bypass the iPhone SDK and write iPhone apps using open source tools.
  3. 所属分类:Communication

    • 发布日期:2017-03-22
    • 文件大小:934291
    • 提供者:张伟
  1. huawei

    0下载:
  2. 华为面试试题 十頁 计算机系统。   数据结构。   面向对象编程。   C/C++ 。   软件工程。   操作系统。   数据库系统。   计算机网络。   无线通信。 -Huawei interview questions 10 computer systems. Data structure. Object-oriented programming. C/C++. Software engineering. Operating sy
  3. 所属分类:software engineering

    • 发布日期:2017-03-23
    • 文件大小:13963
    • 提供者:Diego Guo
  1. GCCKnowledge

    0下载:
  2. 在为 Linux 开发应用程序时,绝大多数情况下使用的都是 C 语言,因此几乎每一位 Linux程序员面临的首要问题都是如何灵活运用 C 编译器。目前 Linux 下最常用的C 语言编译器是 GCC(GNU Compiler Collection),它是 GNU项目中符合 ANSI C 标准的编译系统,能够编译用C、C++和Object C 等语言编写的程序。GCC 不仅功能非常强大,结构也异常灵活。最值得称道的一点就是它可以通过不同的前端模块来支持各种语言,如 Java、 Fort ran、P
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:137941
    • 提供者:蕊儿
  1. C++

    0下载:
  2. 年C++面向对象程序设计之体会(林锐博士),介绍了开发经验等,十分有用-In C++ Of object-oriented programming experience (Dr. Lin Rui), introduced the development experience and so on, very useful
  3. 所属分类:File Formats

    • 发布日期:2017-04-06
    • 文件大小:19441
    • 提供者:xu yan
  1. c++starternoteheritage

    0下载:
  2. 继承,面向对象程序设计的上方宝剑,有了它上下通吃-Inheritance, object-oriented programming of the imperial sword, with its upper and lower take-all
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:5619
    • 提供者:yl
  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
    • 文件大小:1273365
    • 提供者:胜汪
  1. object

    0下载:
  2. c++学习的一些常用方法及相应的一些面向对象的概念解析。-c++ to learn some common methods and the corresponding number of the concept of object-oriented analysis.
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:97848
    • 提供者:xing
  1. GameEngine

    0下载:
  2. Game Engine Object C++ Source - GameEngine.c-Game Engine Object C++ Source- GameEngine.cpp
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:3396
    • 提供者:cdj999
  1. object-c

    0下载:
  2. Iphone入门基础Objective-C基本语法-Learn Objective-c
  3. 所属分类:software engineering

    • 发布日期:2017-11-13
    • 文件大小:383929
    • 提供者:AlvisLin
  1. Learn-Objective-C-Samples

    0下载:
  2. object-c学习,从基础出发,很详细的一步一个例子介绍了object-c-study object-c,start by basic,learn sample in this pdf document
  3. 所属分类:software engineering

    • 发布日期:2017-11-14
    • 文件大小:8864860
    • 提供者:徐佳妃
  1. Objective-C-coding-rules

    0下载:
  2. Object-C编程规范,含方法声明,方法调用,命名方法,条件语句,表达式,运算符等等规范-Object-C coding rules
  3. 所属分类:Project Manage

    • 发布日期:2017-04-30
    • 文件大小:306100
    • 提供者:wilson
  1. C语言谭浩强第二版

    0下载:
  2. C是C++的基础,C++语言和C语言在很多方面是兼容的。因此,掌握了C语言,再进一步学习C++就能以一种熟悉的语法来学习面向对象的语言,从而达到事半功倍的目的。(However, C is the foundation of C++, and the C++ language and the C language are compatible in many ways. Therefore, mastering the C language, and further learning C++,
  3. 所属分类:文章/文档

    • 发布日期:2017-12-16
    • 文件大小:1257472
    • 提供者:卿乔
  1. C++面向对象编程

    0下载:
  2. 这几章PPT讲述了C++面向对象编程思想的基本知识,最后用VC++举了一个例子(PPT these chapters on the basic knowledge of C ++ object-oriented programming ideas, and finally VC + cited an example)
  3. 所属分类:通讯编程文档

    • 发布日期:2018-01-09
    • 文件大小:1462272
    • 提供者:哈哈天
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com