您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. C++ Plus Data Structures

  2. Historically, a course on data structures has been a mainstay of most computerscience departments. Over the last 18 years, however, the focus of this coursehas broadened considerably. The topic of data structures has now been subsumed<br&g t;unde
  3. 所属分类:C++

    • 发布日期:2007-08-22
    • 文件大小:9437184
    • 提供者:strangerryf
  1. Data Structures and Algorithms with Object-Oriented Design Patterns in C++.rar

  2. Data Structures and Algorithms with Object-Oriented Design Patterns in C++.rar Data Structures and Algorithms with Object-Oriented Design Patterns in C++.rar
  3. 所属分类:C++

    • 发布日期:2009-06-05
    • 文件大小:3145728
    • 提供者:liuzh501448
  1. Inside the C++ Object Model (英文版)

  2. Preface What Is the C++ Object Model? Organization of This Book The Intended Audience A Note on Program Examples and Program Execution Acknowledgments References Chapter 1. Object Lessons Layout Costs for Adding Encapsulation Section 1.1. The C++ Ob
  3. 所属分类:C++

    • 发布日期:2009-08-11
    • 文件大小:673792
    • 提供者:litbyte
  1. ADO.NET技术(Microsoft ActiveX Data Object)

  2. ADO+是Microsoft ActiveX Data Object(ADO,ActiveX数据对象)的改进。它是一个基于标准的程序设计模型,用于创建分布式的、数据共享的应用程序。
  3. 所属分类:C#

    • 发布日期:2009-09-02
    • 文件大小:322560
    • 提供者:lee_liuyun01
  1. Learning PHP Data Objects

  2. This book will introduce you to one of the most important extensions to PHP that are available, starting with PHP version 5.0—the PHP Data Objects, commonly known as PDO. PHP grew in to a very popular web programming language due to its simplicity a
  3. 所属分类:PHP

    • 发布日期:2009-09-30
    • 文件大小:2097152
    • 提供者:lbm57
  1. Object-Oriented Software Engineering

  2. This book is based on object-oriented techniques applied to software engineering. It is neither a general software engineering book which surveys all available methods nor a programming book about algorithms and data structures. Instead, we focus on
  3. 所属分类:其它

    • 发布日期:2009-10-18
    • 文件大小:5242880
    • 提供者:cicelyxq1987
  1. Data Structures and Algorithms with Object-Oriented Design Patterns in C# 2005

  2. Data Structures and Algorithms with Object-Oriented Design Patterns in C# 2005.chm
  3. 所属分类:C#

    • 发布日期:2007-11-10
    • 文件大小:3145728
    • 提供者:lf19820717
  1. Data Structures And Algorithms With Object-oriented Design Patterns In Java

  2. Data Structures And Algorithms With Object-oriented Design Patterns In Java.chm
  3. 所属分类:Java

    • 发布日期:2007-11-10
    • 文件大小:10485760
    • 提供者:lf19820717
  1. 2D Object Detection and Recognition Models, Algorithms, and Networks

  2. Two important subproblems of computer vision are the detection and recognition of 2D objects in gray-level images. This book discusses the construction and training of models, computational approaches to efficient implementation, and parallel implem
  3. 所属分类:Web开发

    • 发布日期:2009-11-25
    • 文件大小:7340032
    • 提供者:ziyuang
  1. Data Structures and Algorithms in Java

  2. An abundance of unique, interesting examples, use of the Unified Modeling Language throughout, and the newest Java 1.5 features characterize this text. Drake provides a concise and engaging introduction to Java and object-oriented programming, assum
  3. 所属分类:Java

    • 发布日期:2010-01-08
    • 文件大小:16777216
    • 提供者:bestchoice
  1. Data Structures and Algorithms with Object-Oriented Design Patterns in CPlusPlus - Bruno R. Preiss

  2. Data Structures and Algorithms with Object-Oriented Design Patterns in CPlusPlus - Bruno R. Preiss
  3. 所属分类:其它

    • 发布日期:2010-01-08
    • 文件大小:10485760
    • 提供者:avibird
  1. Data Structures and Algorithms with Object-Oriented Design Patterns in CSharp - Bruno R. Preiss

  2. Data Structures and Algorithms with Object-Oriented Design Patterns in CSharp - Bruno R. Preiss
  3. 所属分类:其它

    • 发布日期:2010-01-08
    • 文件大小:3145728
    • 提供者:avibird
  1. Data Structures and Algorithms with Object-Oriented Design Patterns in Java - Bruno R. Preiss

  2. Data Structures and Algorithms with Object-Oriented Design Patterns in Java - Bruno R. Preiss
  3. 所属分类:Java

    • 发布日期:2010-01-08
    • 文件大小:3145728
    • 提供者:avibird
  1. Data Structures and Algorithms with Object-Oriented Design Patterns in Python - Bruno R. Preiss

  2. Data Structures and Algorithms with Object-Oriented Design Patterns in Python - Bruno R. Preiss
  3. 所属分类:Python

    • 发布日期:2010-01-08
    • 文件大小:3145728
    • 提供者:avibird
  1. Java Data Object 学习资料

  2. Java Data Object 学习资料
  3. 所属分类:Java

    • 发布日期:2007-11-30
    • 文件大小:916480
    • 提供者:kittyjie
  1. delphi data object

  2. This componsets set is used to implement the Rational DB and delphi object mapping.As we know, Using too many data aware components would be lower the database performanceand hard to build the business object layer.This components set includes multi
  3. 所属分类:Delphi

    • 发布日期:2006-02-23
    • 文件大小:102400
    • 提供者:chenxh
  1. Persistent Data Object(Pdo)-基于.Net的O/R映射框架

  2. 持久化问题(永久存储信息的访问)是面向对象开发和企业应用开发需要面临的问题,而 关系型数据库是目前保存数据的有效手段,因此如何在对象层(Object)和关系数据库 (Relational)之间建立一种好的机制,可以更有效的改进开发的效率和质量。目前在 Java环境下存在很多O/R框架,如EJB的EntityBean模式、JDO、OJB等,但Windows和 .Net环境下有效的O/R映射框架却很少(微软正在开发类似的技术Microsoft ObjectSpace,还有NetPersistent
  3. 所属分类:C#

    • 发布日期:2006-03-16
    • 文件大小:1048576
    • 提供者:marshine
  1. 微信小程序 wx.request(OBJECT)发起请求详解

  2. 微信应用号小程序发起请求wx.request(OBJECT) wx.request(OBJECT) ? wx.request发起的是https请求。一个微信小程序,同时只能有5个网络请求连接。 参数名 类型 必填 说明 url String 是 开发者服务器接口地址 data Object、String 否 请求的参数 header Object 否 设置请求的header , header中不能设置Referer method String 否 默认为GET,有效值
  3. 所属分类:其它

    • 发布日期:2021-01-03
    • 文件大小:31744
    • 提供者:weixin_38705004
  1. plot.data-源码

  2. 绘图数据 plot.data是一个R包,用于为各种绘图和可视化创建客户端就绪的数据。数据可以作为data.table或json文件返回。 json文件还包含一些有助于渲染各种绘图小部件的附加信息(例如:建议的范围和将步长宽度滑块与直方图一起使用的步骤)。 安装 使用R软件包安装plot.data。在R命令提示符下: remotes :: install_github( ' VEuPathDB/plot.data ' ) 用法 # data object is a data.table of r
  3. 所属分类:其它

    • 发布日期:2021-03-18
    • 文件大小:293888
    • 提供者:weixin_42114041
  1. silverstripe-data-object-to-fixture:从DataObject生成灯具文件-源码

  2. Silverstripe数据对象至灯具 从DataObjects生成YAML固定装置 目的(早期) 该模块(在早期阶段)的目的不是创建完美的灯具,而是为灯具的外观提供坚实的指导。 例如:编写单元测试夹具可能很困难,尤其是当您需要可视化许多不同的DataObjects的结构和关系时(如果使用的是Fluent,则需要添加一个额外的层)。 目的(未来发展) 该模块未来的一个目标是使其与“填充”模块协同工作。 我想进入一个阶段,在此阶段,内容作者可以(例如)通过CMS“导出页面”,以便可以通过Po
  3. 所属分类:其它

    • 发布日期:2021-02-09
    • 文件大小:20480
    • 提供者:weixin_42168902
« 12 3 4 5 6 7 8 9 10 ... 50 »