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

搜索资源列表

  1. JSON操作

    0下载:
  2. JSON(Javascr ipt Object Notation)是基于Javascr ipt一个子集的一种轻量级的数据交换格式。这种格式既易于人阅读和编写,同时也易于机器解析和生成。JSON采用完全独立于语言的文本格式,但是也使用了类C语言的语法。Zend Framework也提供了对JSON的支持,使用Zend Framework中的Zend_Json组件可以实现PHP对象与JSON对象之间的转换。
  3. 所属分类:编程文档

    • 发布日期:2010-11-27
    • 文件大小:60617
    • 提供者:cbwindboy
  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. 1.编写一个类,声明一个数据成员和一个静态数据成员,其构造函数初始化数据成员,并把静态数据成员加1,其析构函数把静态数据成员减1。 (1) 编写一个应用程序,创建该类的3个对象,然后显示其数据成员和静态数据成员,再析构每个对象,并显示它们对静态数据成员的影响。 (2) 修改该类,增加静态成员函数并访问静态数据成员,并声明静态数据成员为保护成员。体会静态成员函数的使用,静态成员之间与非静态成员之间互访问题。 -1 write a class, declare a data mem
  3. 所属分类:编程文档

    • 发布日期:2017-03-29
    • 文件大小: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-21
    • 文件大小:934291
    • 提供者:张伟
  1. CPP-object

    0下载:
  2. 深入的讲解C++对象模型,不管你想学COM、CORBA、SOM,了解C++ OBJECT将使你清楚地认识设计与运用之道-In-depth explanation C++ object model, whether you want to learn COM, CORBA, SOM, to understand C++ OBJECT will give you a clear understanding of the design and use of the Road
  3. 所属分类:Communication

    • 发布日期:2017-05-27
    • 文件大小:10729155
    • 提供者:纪延平
  1. the-CPP-of-summary

    0下载:
  2. 别人写的C++总结,感觉很好,拿来跟大家分享分享,主要是针对面向对象的类、继承、多态、 异常处理。-Others write the C++ of summary, I feel good, and brought to share with you to share, mainly for object-oriented classes, inheritance, polymorphism, exception handling.
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:12345
    • 提供者:孙超
  1. CSharpsocket-error-solution

    0下载:
  2. C#socket通讯两个最经典错误解决方案。 经典错误1 无法访问已释放的对象。 对象名:“System.Net.Sockets.Socket”;解决方案 经典错误2 "远程主机强迫关闭了一个现有的连接。"解决方案-Two of the most classic C# socket communication error solutions. Classic error can not access a freed object. Object name: " System
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:425266
    • 提供者:
  1. CLASS-in-MFC

    0下载:
  2. c++面向对象设计中MFC类库详解,下载后设置信任后可即可使用-c++ object-oriented design MFC class library can be used to download after setting trust
  3. 所属分类:Communication

    • 发布日期:2017-11-14
    • 文件大小:1444997
    • 提供者:任与非
  1. ACE_study_file

    0下载:
  2. ACE自适配通信环境(ADAPTIVE Communication Environment)是可自由使用、开放源码的面向对象(OO)构架(framework),它实现了许多用于并发通信软件的核心模式。ACE提供了一组丰富的可重用C++包装外观(wrapper facade)和构架组件,可跨多种平台完成通用的通信软件任务,其中包括:事件多路分离和事件处理器分派、信号处理、服务初始化、进程间通信、共享内存管理、消息路由、分布式服务动态(重)配置、并发执行和同步,等等。 -ACE ADAPTIVE C
  3. 所属分类:Communication

    • 发布日期:2017-12-09
    • 文件大小:84320
    • 提供者:hxz
  1. zhuce0.1

    0下载:
  2. C#获取Access数据库所有表,代码如下: OleDbConnection conn = new OleDbConnection(connectionAccessString) // connectionAccessString是连接字符串 conn.Open() DataTable dt = conn.GetOleDbSchemaTable(OleDbSchemaGuid.Tables, new object[] { null, null, null, "TABLE
  3. 所属分类:Communication

    • 发布日期:2017-12-08
    • 文件大小:9005
    • 提供者:李优
  1. library-management-system

    0下载:
  2. 设计图书管理系统的设计,利用Visual C++ 掌握使用一种面向对象程序设计语言如Borland C++或Visual C++等-Design library management system, using Visual C++ master the use of an object-oriented programming languages ​ ​ such as Borland C++ or Visual C++, etc.
  3. 所属分类:Communication

    • 发布日期:2017-04-16
    • 文件大小:179736
    • 提供者:黄萍
  1. CPP-object-oriented-programming

    0下载:
  2. C语言是一种结构化程序设计语言,它是面向过程的,在处理较小规模的程序时一般比较容易实现,而当程序规模较大时,C语言就显示出了它的不足。在这种情况下C++应运而生,C++语言是从C语言演变而来的,它保留了C语言的所有优点,同时也增加了面向对象的功能。现在C++已成为程序设计中应用最广泛的一种语言。 -C language is a structured programming language, it is a process oriented, in dealing with a small
  3. 所属分类:Communication

    • 发布日期:2017-04-25
    • 文件大小:488601
    • 提供者:董事
  1. Object_doc

    0下载:
  2. C++编程的面向对象程序设计的笔记整理。-C++ programming object-oriented programming notes finishing.
  3. 所属分类:Communication

    • 发布日期:2017-05-04
    • 文件大小:186512
    • 提供者:毕傲书
  1. VisualCPP

    0下载:
  2. 一个供大家进行C++自学的教学资料,主要是面向对象和开发环境,适合于刚接触C++的人群,此为部分,以后会陆续上传全部-Teaching materials for everyone to be a self-C++, mainly object-oriented development environment and is suitable for people new to C++, this is part of the future will have to upload all
  3. 所属分类:Communication

    • 发布日期:2017-05-04
    • 文件大小:396426
    • 提供者:一起摇摆
  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-08
    • 文件大小:1462272
    • 提供者:哈哈天
搜珍网 www.dssz.com