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

搜索资源列表

  1. 用C实现OOP

    1下载:
  2. 这本书详细地说明了怎么使用C语言来实现面向对象程序设计技术,读过它之后就可以对面向对象技术及C++中的对象布局等概念有比较深入的理解,强烈推荐.附带源码.-this book detailed descr iption of how to use C language to realize object-oriented design techniques, after reading it, it can object-oriented technology and C to the obje
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:1316273
    • 提供者:吕进华
  1. Object-Oriented Programming with ANSI-C

    0下载:
  2. We are simply going to use ANSI-C to discover how object-oriented
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:928910
    • 提供者:zyj
  1. C++和面向对象的数值计算

    0下载:
  2. C++和面向对象的数值计算.rar-C and object-oriented numerical calculation. Rar
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:13663951
    • 提供者:kwill
  1. McGraw.Hill.C.CPP.Programmers.Reference.3rd.Editio

    0下载:
  2. This guide reviews the rules and syntax of the principle commands that comprise C and its object-oriented cousin, C++. The reference consists of 19 chapters that define operators and the standard input/output, string, character, and more.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:462500
    • 提供者:李四
  1. 两种面向对象的C++线程模型

    0下载:
  2. 两种面向对象的C++线程模型-two object-oriented C-threaded model
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:4705
    • 提供者:吴丽
  1. C++Object

    0下载:
  2. C++对象的赋值操作 C++对象的赋值操作
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2023
    • 提供者:yiyi
  1. gcc-objc-3.4.2-20040916-1-src.tar

    0下载:
  2. gcc的object c的源代码,具有非常高的参考价值-c gcc object of the source code with a very high reference value
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:267730
    • 提供者:钟晶
  1. c++buildercom编程

    0下载:
  2. 一个基于COM对象的服务器和客户机程序运行ComClient.exe前,一定要注ComSever.dll,否则会出错。利用OLE自动化编程的实用程序 运行SendTextToWord.exe前,你的计算机中一定要安装Word97字处理软件,否则会出错。编制一个图像浏览器的ActiveX控件将生成的文ImageViewProj1.cab、ImageViewProj1.inf和ImageViewProj1.htm拷贝到C:\\Inetpub\\wwwroot目录下,若要在网上浏览,必须启动个人Web
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1217906
    • 提供者:冉杰
  1. OO in C

    1下载:
  2. C 语言中的类模拟(C++编程思想) 在面向对象的语言里面,出现了类的概念。这是编程思想的一种进化。所谓类:是对特定数 据的特定操作的集合体。所以说类包含了两个范畴:数据和操作。而C 语言中的struct 仅仅是数 据的集合。-C language of analog (C Programming thinking), the object-oriented languages inside, a kind of concept. This program is an evolutionary
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:165410
    • 提供者:曹成
  1. c++游戏

    0下载:
  2. vc游戏 这是《学VC、编游戏》的第十个示例在这一章,我们使用了以下知识、技术。1.对象的新属性:生命值、攻击力。2.对象生命值的显示。3.打斗时生命值的改变。4.在场景中添加物品。-vc game is the "study VC, part game," the 10th examples in this chapter, we use the following knowledge and technology. 1. The new object attributes
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:45730
    • 提供者:han
  1. 优美C语言1

    0下载:
  2. 1. C语言的主要特点有哪些?(多选) A.简洁、紧凑,使用方便、灵活,易于学习和应用。 B.C语言是面向结构化程序设计的语言。 C.C语言允许直接对位、字节和地址进行操作。 D.数据类型丰富。 E.C语言生成的目标代码质量高。 答案: ABCDE-1. C language are the main features of which (choose) A. concise, compact, easy to use, flexible, easy to learn and use. Untr
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:8376
    • 提供者:gjc
  1. C設計模式

    0下载:
  2. NET中的设计模式三:组合模式 组合模式(Composite)是一种“结构型”模式(Structural)。结构型模式涉及的对象为两个或两个以上,表示对象之间的活动,与对象的结构有关-NET design patterns of three : the combination model portfolio model (Composite) is a "structured" mode (Structural). Structural model of the object
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:66185
    • 提供者:辛洪梅
  1. 向ATL DLL中传递C++对象

    1下载:
  2. 几个星期以前,我拼命的寻找一个能够通过COM接口传递C++对象的例子,但是,没有找到.这就是我发表这篇文章的原因。   向ATL的DLL中传递一个C++对象参数并不是非常之难,但是,当然也会有点难度,也很有趣。-few weeks ago, I went all out to look for a pass through COM interface C Object example, but not found. This is my reason for this article. ATL
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:38483
    • 提供者:老大
  1. 一个外国人写的C编译器源代码

    0下载:
  2. 一个C语言编译器源代码,外国人写的东东,生成目标代码时需要有masm配合。-a C language compiler source code, written in the Eastern foreigners, generating object code when it can meet the need.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:280085
    • 提供者:张志强
  1. 语音压缩G729 C语言源码

    0下载:
  2. va_g729a.lib Win32 statically linkable library of G729 floating-point object code for Pentium and compatible processors. va_g729a.h API prototypes and constants declarations required by the sample programs. va_g729a_encoder.c Encoder samp
  3. 所属分类:语音压缩

  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. iPhone ISBN CHECK

    1下载:
  2. object-c 判斷ISBN碼是否正確
  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. cocos2d 本地积分榜

    0下载:
  2. 基于 cocos2d 的简单本地积分榜实现
  3. 所属分类:源码下载

    • 发布日期:2011-11-29
    • 文件大小:414852
    • 提供者:sunglowj
  1. object oriented c

    0下载:
  2. object oriented c,使用c开发面向对象程序
  3. 所属分类:源码下载

    • 发布日期:2012-06-20
    • 文件大小:99862
    • 提供者:danix800
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com