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

搜索资源列表

  1. CseApi20

    0下载:
  2. CseApi20.zip是CSE脚本语言的底层封装库,用C++封装常用对象,包括Int、WideInt、float、Object对象、char数组(即string)、Int数组、object数组、字典dict等,由于封装是轻量级的,常用作基础类型库来支持Win32软件开发,如果使用STL容器等觉得不便时,这个库是很好的替代方案。-CseApi20.zip is the underlying scr ipting language package CSE database, using C++ p
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:60978
    • 提供者:wayne
  1. CSharpRef

    0下载:
  2. CSharpRefThis clause is informative. C# (pronounced “ C Sharp” ) is a simple, modern, object oriented, and type-safe programming language. It will immediately be familiar to C and C++ programmers. C# combines the high productivity of Rapi
  3. 所属分类:CSharp

    • 发布日期:2017-05-03
    • 文件大小:1461170
    • 提供者:Tech1
  1. InsideTheC++ObjectModel

    0下载:
  2. Inside the C++ Object Model
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:667074
    • 提供者:Shere Khan
  1. bank_saving_system

    0下载:
  2. 2009银行活期存储储蓄系统项目,完全用C++面向对象思想编写-2009 Savings Bank of Demand Storage System project, complete with C++ object-oriented thinking of the preparation of
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:183200
    • 提供者:小熊
  1. code

    0下载:
  2. C# (pronounced "C Sharp") is a multi-paradigm programming language encompassing imperative, functional, generic, object-oriented (class-based), and component-oriented programming disciplines. It was developed by Microsoft within the .NET initiative a
  3. 所属分类:CA program

    • 发布日期:2017-03-28
    • 文件大小:1357
    • 提供者:soul
  1. code245

    0下载:
  2. C# (pronounced "C Sharp") is a multi-paradigm programming language encompassing imperative, functional, generic, object-oriented (class-based), and component-oriented programming disciplines. It was developed by Microsoft within the .NET initiative a
  3. 所属分类:CA program

    • 发布日期:2017-03-31
    • 文件大小:1360
    • 提供者:soul
  1. 109201277Plane

    0下载:
  2. 这是一个用C++写的一个大作业,是飞机射击的小程序啊,主要是用面向对象的程序思想--This is using C++ Write a major work, is a small aircraft and procedures ah, mainly using object-oriented programming ideas
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:236958
    • 提供者:王明
  1. SmartPoints

    0下载:
  2. C++ 智能指针的实现源码,使用引用计数,利用栈空间管理堆中的大型对象,以避免内存泄露.-C++ smart pointer implementation of source code, using reference counting, the use of stack space management of large object heap to avoid memory leaks.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-06
    • 文件大小:1036744
    • 提供者:唐郎
  1. const

    0下载:
  2. 面向对象是C++的重要特性. 但是c++在c的基础上新增加的几点优化也是很耀眼的 就const直接可以取代c中的#define 以下几点很重要,学不好后果也也很严重 -Object-oriented C++ is an important feature. But the c++ in c on the basis of a few additional optimization is also very bright on the const Direct
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:8074
    • 提供者:chenggil102
  1. CPlusPlusInAction

    0下载:
  2. C++ In Action C++ and object oriented programming. Top-down design and top-down implementation techniques. Effective programming with templates and C++ exceptions. Team work.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-06
    • 文件大小:1277203
    • 提供者:李荣瑾
  1. flatland-v1-3

    0下载:
  2. Flatland是一个跨平台的面向对象的2D碰撞检测库,使用C++编写,无界面,压缩包中附带两个例子,使用openGL编写。-Flatland is a simple cross-platform object-oriented 2D collision library. It presents a C++ interface to the Open Dynamics Engine physics SDK. Flatland does not handle graphics, but two s
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:527051
    • 提供者:张玉刚
  1. Lab1_6

    0下载:
  2. C++ simple object programming application
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-11
    • 文件大小:778
    • 提供者:Thor
  1. 8

    0下载:
  2. 第1章 基本C++语言C++是在20世纪80年代初期由贝尔实验室设计的一种在C语言的基础上增加了对 面向对象程序设计支持的语言,它是目前应用最为广泛的编程语言-Chapter 1 Basic C++, C++ is in the 20th century and the early 80s designed by Bell Labs as a basis in the C language has increased its support for object-oriented progr
  3. 所属分类:assembly language

    • 发布日期:2017-04-17
    • 文件大小:97788
    • 提供者:wangteng
  1. 9

    0下载:
  2. 第2章C++面向对象程序设计 传统的结构化程序设计方法中,数据和处理数据的程序是分离的。-Chapter 2 C++ object-oriented programming of traditional structured programming methodology, data and data processing procedures are separate.
  3. 所属分类:assembly language

    • 发布日期:2017-04-17
    • 文件大小:71009
    • 提供者:wangteng
  1. Library

    0下载:
  2. 图书管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护 以及前端应用程序的开发两个方面,并借助数据库接口技术(ODBC)实现互连。其能够完成图书入库、查询、借书、还书、 借书证管理等功能的操作。 经过分析,使用 Microsoft Visual C++ 6.0为开发工具,利用其提供的各种面向对象的可视化开发平台及MFC库作为开发工具,采用面向对象技术,图形化的应用开发环境,尤其是它有一个功能极其强大的集成环境提供给开发人员,使得开发人员可通过菜单、界面、图形浏
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-02
    • 文件大小:779545
    • 提供者:高泽楷
  1. AddisonWesleyErichGammaDesignPatterns

    0下载:
  2. This .rar file includes the ebook(pdf) of the Design Patterns: Elements of Reusable Object-Oriented Software book written by Erich Gamma / Richard Helm / Ralph Johnson / John M. Vlissides from Addison-Wesley series. The examples are implemented in C-
  3. 所属分类:Editor

    • 发布日期:2017-04-10
    • 文件大小:1791823
    • 提供者:luci
  1. classandobject

    0下载:
  2. c++中类与对象的演示文稿,对类的介绍等-In c++ class and object, powerpoint forenglish
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:550040
    • 提供者:guo
  1. banshee-1-0.98.3

    0下载:
  2. 这是一个绘图工具源码,是用C#写的。是一个能够很好体现面向对象的程序。同时又是很强大的绘图程序。-This is a drawing tool for source code, is written in C#. Is a well reflect the object-oriented programming. At the same time is a very powerful drawing program.
  3. 所属分类:Symbian

    • 发布日期:2017-05-13
    • 文件大小:3507829
    • 提供者:黄少华
  1. scatmech

    0下载:
  2. 光学器件模型C++代码 可以仿真光学散射折射衍射-SCATMECH is an object-oriented C++ class library developed to distribute models for light scattering applications. Included in the library are models for diffuse surface scattering that predict the bidirectional reflectance d
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:858663
    • 提供者:wulin
« 1 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com