CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - object——c

搜索资源列表

  1. dateclassOO

    0下载:
  2. 这个程序是一个日期(包括年月日)类的具体实现有各种功能下载后即可研究,它包括了C++面向对象的几乎所有内容,对初学面向对象的学生十分有帮助.-the procedure is a date (including the date) class is a concrete realization of the various functions can be downloaded, It includes the object-oriented C in almost all the elemen
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1910
    • 提供者:卢松
  1. chear

    0下载:
  2. 这是一个数据结构实验的查找的程序,开发工具是用c++面向对象编写的。-This is a data structure to the search for the experimental procedures, the development tools are used object-oriented c prepared.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2118
    • 提供者:scjun
  1. Opus6_Source

    1下载:
  2. Data Structures and Algorithms with Object-Oriented Design Patterns in C# 这本书的范例代码dll自己反编译的source code http://www.brpreiss.com/books/opus6/-Data Structures and Algorithms with Objec t-Oriented Design Patterns in C# this book since dll code exam
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:608476
    • 提供者:李奕璋
  1. 殷人昆:数据结构(用面向对象方法和C++描述)

    4下载:
  2. 殷人昆:数据结构(用面向对象方法和C++描述)-Queensland Yin Dynasty : data structures (using object-oriented methodologies and C described)
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9804767
    • 提供者:merely
  1. strings111

    0下载:
  2. C++语言对字符串对象进行各种操作的子程序,对运算符的重载,实现对字符串方便的各种操作。-C language string object to the operation of various subroutine, right Operators of heavy realize the convenience of a string operation.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:14727
    • 提供者:yang
  1. btree.tar

    0下载:
  2. C++实现的异质二叉树,实现了对节点的增加,删除,查询,以及整个树的释放。利用了面向对象编程的封装,继承和多态的思想。-C++ implementation of heterogeneous binary tree, the realization of the node to add, delete, query, and the release of the entire tree. Object-oriented programming using encapsulation, inher
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:3879
    • 提供者:Jason
  1. List.rar

    0下载:
  2. 单向链表的标准c++实现范例 数据结构 面向对象 生成函数 复制函数 赋值函数 操作符重载,The standard one-way linked list c++ to achieve an example of object-oriented data structure constructor function Copy function overloaded assignment operator function
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1066
    • 提供者:yuebob
  1. ArrayList

    0下载:
  2. C# ArrayList C++模仿版,只支持最简单的动态队列操作,采用双层链表,支持16兆以上个对象的队列管理。 效率:查找上界O(988+N/976144),插入及删除上界O(988+N/976144+N*T(create/delete-C# ArrayList C++ Imitation version, only support the simplest dynamic queue operations, the use of double-linked list, support
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:45215
    • 提供者:李金鑫
  1. 123

    0下载:
  2. 英文版数据结构与对象 书名《DATA STRUCTURES &OTHER OBJECTS USING c++》-The English version of the data structure and object title DATA STRUCTURES
  3. 所属分类:Data structs

    • 发布日期:2017-04-23
    • 文件大小:121496
    • 提供者:马丽雅
  1. C++OOD

    0下载:
  2. C面向对象算法数据结构 Data Structures and Algorithms with Object-Oriented Design Patterns in C-C Object-oriented algorithm for data structure Data Structures and Algorithmswith Object-Oriented Design Patterns in C
  3. 所属分类:Data structs

    • 发布日期:2017-05-28
    • 文件大小:11081354
    • 提供者:朱宏杰
  1. TsinghuaCdatastructures

    0下载:
  2. 清华+殷人昆C++数据结构 幻灯片教学课件 通过本课程的学习,应达到知识和技能两方面的目标: 1、知识方面:从数据结构的类定义和对象的使用,以及存储表示和操作的实现两个层次,系统地学习和掌握常用的基本数据结构(包括数组、顺序表、多项式、字符串、链表、栈与队列、优先级队列、广义表、树与森林、二叉树、堆、集合、图、搜索结构、索引结构、散列结构等)及其不同的实现,了解并掌握分析、比较和选择不同数据结构、不同存储结构、不同算法的原则和方法,为后续课程的学习打好基础。 -Tsinghua Q
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1839013
    • 提供者:ciweijsf
  1. designpatterns

    0下载:
  2. 数据结构与算法,主要是讲面向对象的C++设计模式-Object-oriented C++ design patterns. Pdf
  3. 所属分类:Data structs

    • 发布日期:2017-06-13
    • 文件大小:21736725
    • 提供者:ly
  1. DataStructure(CSharp)

    0下载:
  2. 将数据结构与C#语言和.NET框架结合是本书的一大特点。.NET平台是微软推出的一个新的开发平台,目的是让“不同的语言共享同一平台”。.NET很可能成为下一代Windows操作系统的一部分。而C#语言作为新一代完全面向对象的语言,是.NET的母言。本书所有的数据结构和算法都是用C#语言进行描述,并在相应章节的末尾介绍了在.NET框架中常用的数据结构和算法。用C#在.NET平台开发的技术人员可以从本书中获得许多有益的知识和技术。-Data structure and C# language and
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1346108
    • 提供者:liukunyao
  1. source5

    0下载:
  2. 基于C++用面向对象分析与设计的方法设计的 公司人事管理程序 -Based on C++ using object-oriented analysis and design of the company designed and personnel management procedures
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:12932
    • 提供者:韦国立
  1. tree-2.65.tar

    0下载:
  2. 这是一个表示数据结构tree的c++模板对象,封装的非常好.tree-msvc.hh能在 visual c++下使用,如同使用stl标准模板类库一样-This is a tree data structure that the c++ template object, the package is very good. Tree-msvc.hh be able to use visual c++, as the use of standard template library stl the s
  3. 所属分类:Data structs

    • 发布日期:2016-07-10
    • 文件大小:197695
    • 提供者:gzj
  1. Cshunxubiao

    0下载:
  2. 用面向对象思想(C++)实现的数据结构--顺序表。-Object-oriented thinking (C++) implementation of the data structure- the order of the table.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1537
    • 提供者:小博
  1. EXTENDS

    0下载:
  2. C++入门实例,对继承与组合的初步应用。可以让用户选择在指定位置打印出不同的图形,如正立等腰三角形,倒立等腰三角形,矩形,正方形、菱形和多边形。图形由随机选择的*或者#组成。 请为每种图形设计一个类,这些类之间的关系可能是继承或者组合。  每个类需要能保存该图形对象的参数,改变参数的方法以及在屏幕上用字符打印该图形的方法。  程序根据用户的选择产生一个新图形的对象,为该对象设置参数并打印。 -C++ Getting Started ex
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:5372
    • 提供者:周子
  1. 6

    0下载:
  2. 本书从面向对象的角度讲述数据结构 C++ 语言描述-This book tells from the perspective of object-oriented data structure describing C++ Language
  3. 所属分类:Data structs

    • 发布日期:2017-06-12
    • 文件大小:20303763
    • 提供者:ni
  1. C-P-P-object-oriented

    0下载:
  2. C++ 面向对象 算法 数据结构,有兴趣的朋友可以下载学习。-C++ object-oriented data structure algorithms, interested friends can download the study.
  3. 所属分类:Data structs

    • 发布日期:2017-05-28
    • 文件大小:11065846
    • 提供者:吴东
  1. DS

    0下载:
  2. 数据结构第三版,适用于初学者学习使用,并且对C,C++已经学过的人。(DS third edition:Vector(using OOP to describe) includes List, Stack, Graph, Binary Tree and so on. it is better that you have learnt C and C++ previously, it will help you better learn the Data Structure especially
  3. 所属分类:数据结构

    • 发布日期:2017-12-22
    • 文件大小:20313088
    • 提供者:SUPERsu
« 12 3 »
搜珍网 www.dssz.com