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

搜索资源列表

  1. Supercharged JavaScript Graphics(JavaScript高效图形编程)

  2. Chapter 1 Introduction to Javascr ipt What Is Javascr ipt? Versions of Javascr ipt Client-Side Javascr ipt Javascr ipt in Other Contexts Exploring Javascr ipt Core Javascr ipt Chapter 2 Lexical Structure Character Set Case Sensitivity Whitespace and
  3. 所属分类:Javascript

    • 发布日期:2013-02-25
    • 文件大小:10485760
    • 提供者:magemagic
  1. LINQ中文学习资料和LINQ 随身参考手册

  2. LINQ中文学习资料和LINQ 随身参考手册,其中LINQ 随身参考手册是英文版的,但内容不错。 LINQ 随身参考手册介绍:   Ready to take advantage of LINQ with C# 3.0? This guide has the detail you need to grasp Microsoft’s new querying technology, and concise explanations to help you learn it quickly. An
  3. 所属分类:其它

    • 发布日期:2013-03-15
    • 文件大小:5242880
    • 提供者:oak3524816
  1. AT&T Assembly Language

  2. 详细的揭示了linux下的AT&T汇编指令使用方法,给出了各种汇编指令,指令用法,以及相应的例程。其中包括一些如何使用汇编链接C语言库,汇编调用系统调用,汇编执行浮点运算,C语言内嵌汇编等。 Chapter 1: What Is Assembly Language? 1 Processor Instructions 1 Instruction code handling 2 Instruction code format 3 High-Level Languages 6 Types of hi
  3. 所属分类:C/C++

    • 发布日期:2013-03-17
    • 文件大小:6291456
    • 提供者:windstonedream4
  1. spring中文API

  2. Spring Framework 开发参考手册 前言 1. 简介 1.1. 概览 1.2. 使用场景 2. Spring 2.0 的新特性 2.1. 简介 2.2. 控制反转(IoC)容器 2.2.1. 更简单的XML配置 2.2.2. 新的bean作用域 2.2.3. 可扩展的XML编写 2.3. 面向切面编程(AOP) 2.3.1. 更加简单的AOP XML配置 2.3.2. 对@AspectJ 切面的支持 2.4. 中间层 2.4.1. 在XML里更为简单的声明性事务配置 2.4.2.
  3. 所属分类:Java

    • 发布日期:2013-04-07
    • 文件大小:2097152
    • 提供者:markfeifei3
  1. occam一维反演

  2. C----------------------------------------------------------------------- program runocc C----------------------------------------------------------------------- c C OCCAM 2.0: Steven Constable IGPP/SIO La Jolla CA 92093-0225 c Program Revision 2.01,
  3. 所属分类:其它

    • 发布日期:2013-04-21
    • 文件大小:56320
    • 提供者:u010380504
  1. Embedded Android (Full Version)

  2. 1. Introduction. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 History 1 Features and Characteristics 2 Development Model 5 Differences From “Classic” Open Source Proj
  3. 所属分类:其它

    • 发布日期:2013-04-26
    • 文件大小:4194304
    • 提供者:irahan
  1. Ora9iSQLRef.chm

  2. A ACTIVE_INSTANCE_COUNT initialization parameter, 1-15 ALL_ALL_TABLES view, 2-6 ALL_APPLY view, 2-8 ALL_APPLY_CONFLICT_COLUMNS view, 2-9 ALL_APPLY_DML_HANDLERS view, 2-10 ALL_APPLY_ERROR view, 2-10 ALL_APPLY_KEY_COLUMNS view, 2-11 ALL_APPLY_PARAMETE
  3. 所属分类:Oracle

    • 发布日期:2013-04-26
    • 文件大小:6291456
    • 提供者:hanqiu2012
  1. Analysis of Integrated and Cointegrated Time Series with R

  2. 用纯粹R语言做协整的书,感觉不错。 Part I Theoretical Concepts 1 Univariate Analysis of Stationary Time Series............. 3 1.1 CharacteristicsofTime Series............................. 3 1.2 AR(p ) Time SeriesProcess ............................... 6 1.3 MA(q ) T
  3. 所属分类:金融

    • 发布日期:2013-05-04
    • 文件大小:1048576
    • 提供者:mathutopia
  1. 37篇经过消化的云计算论文

  2. 37篇经过消化的云计算论文 下列论文归类: 1、云计算设施管理 监测 2,34 负载均衡 33,35 数据管理 32 能耗管理 29 安全管理 25 2、云计算平台实例 虚拟机 27,31 存储平台 5,6,12,13,14,19,22,26 计算平台 平台测评 1 云平台集成 10 3、云计算理论模型 描述模型 4 选择模型 20 编程模型 7,9,18,24,36 4、云计算应用研究 商业应用 科学应用 11,15,17,23 云安全 21,30 1、 Atmosphere-Ocean C
  3. 所属分类:其它

    • 发布日期:2013-05-23
    • 文件大小:10485760
    • 提供者:a344506997
  1. 多线程开发文档

  2. Part 1: Getting Started ..................................................................... 4 Introduction and Concepts .............................................................................. 4 Join and Sleep ...............................
  3. 所属分类:.Net

    • 发布日期:2013-05-30
    • 文件大小:1048576
    • 提供者:dabin0814
  1. spring framework开发手册

  2. 1.1. 概览 1.1.1. 使用场景 2.1. 简介 2.2. 控制反转(IoC)容器 2.2.1. 新的bean作用域 2.2.2. 更简单的XML配置 2.2.3. 可扩展的XML编写 2.2.4. Annotation(注解)驱动配置 2.2.5. 在classpath中自动搜索组件 2.3. 面向切面编程(AOP) 2.3.1. 更加简单的AOP XML配置 2.3.2. 对@AspectJ 切面的支持 2.3.3. 对bean命名pointcut( bean name pointc
  3. 所属分类:Web开发

    • 发布日期:2013-06-11
    • 文件大小:2097152
    • 提供者:zhongsan123
  1. Think in Python.pdf

  2. Contents Preface vii 1 The way of the program 1 1.1 The Python programming language . . . . . . . . . . . . . . . . . . 1 1.2 What is a program? . . . . . . . . . . . . . . . . . . . . . . . . . . 3 1.3 What is debugging? . . . . . . . . . . . . . .
  3. 所属分类:Python

    • 发布日期:2013-06-11
    • 文件大小:970752
    • 提供者:matthewadu
  1. [R.Books]R Graphics

  2. R语言学习书籍 Computer Science and Data Analysis Series Paul Murrell R Graphics The University of Auckland New Zealand Contents List of Figures List of Tables 1 AnIntroductionto R Graphics 1.1 R graphics examples 1.1.1 Standard plots 1.1.2 Trellis plots 1
  3. 所属分类:其它

    • 发布日期:2013-06-17
    • 文件大小:6291456
    • 提供者:shaocgcg
  1. fMP4-Adobe-Microsoft

  2. Benefits of the Fragmented MP4 Approach Network Effects of fMP4 versus M2TS The Move Toward Standardization of fMP4 Learnings on the Path to fMP4
  3. 所属分类:其它

    • 发布日期:2013-07-07
    • 文件大小:608256
    • 提供者:lyuan1314
  1. Spring中文帮助文档

  2. 2.1. 简介 2.2. 控制反转(IoC)容器 2.2.1. 新的bean作用域 2.2.2. 更简单的XML配置 2.2.3. 可扩展的XML编写 2.2.4. Annotation(注解)驱动配置 2.2.5. 在classpath中自动搜索组件 2.3. 面向切面编程(AOP) 2.3.1. 更加简单的AOP XML配置 2.3.2. 对@AspectJ 切面的支持 2.3.3. 对bean命名pointcut( bean name pointcut element)的支持 2.3.4
  3. 所属分类:Java

    • 发布日期:2013-08-05
    • 文件大小:435200
    • 提供者:u010026594
  1. Spring帮助文档(中文)

  2. 2.1. 简介 2.2. 控制反转(IoC)容器 2.2.1. 新的bean作用域 2.2.2. 更简单的XML配置 2.2.3. 可扩展的XML编写 2.2.4. Annotation(注解)驱动配置 2.2.5. 在classpath中自动搜索组件 2.3. 面向切面编程(AOP) 2.3.1. 更加简单的AOP XML配置 2.3.2. 对@AspectJ 切面的支持 2.3.3. 对bean命名pointcut( bean name pointcut element)的支持 2.3.4
  3. 所属分类:Web开发

    • 发布日期:2013-08-14
    • 文件大小:2097152
    • 提供者:ychxiaoyixiao
  1. TMS.Component.Pack.v7.0.0.0 4-XE4

  2. TMS Component Pack v7.0.0.0 release May 28, 2013 ***************************************************** TMS Component pack v7.0.0.0 : update Jun 28, 2013 ***************************************************** New: TAdvCheckTreeView v1.0.0.0 ----------
  3. 所属分类:Delphi

    • 发布日期:2013-09-12
    • 文件大小:29360128
    • 提供者:a864000
  1. GWT开发文档(英文版)

  2. 目录 前言 1. 简介 1.1. 概览 1.2. 使用场景 2. Spring 2.0 的新特性 2.1. 简介 2.2. 控制反转(IoC)容器 2.2.1. 更简单的XML配置 2.2.2. 新的bean作用域 2.2.3. 可扩展的XML编写 2.3. 面向切面编程(AOP) 2.3.1. 更加简单的AOP XML配置 2.3.2. 对@AspectJ 切面的支持 2.4. 中间层 2.4.1. 在XML里更为简单的声明性事务配置 2.4.2. JPA 2.4.3. 异步的JMS 2.4
  3. 所属分类:Web开发

    • 发布日期:2013-09-18
    • 文件大小:7340032
    • 提供者:xiaoyihan001
  1. 深入理解LINUX内核(影印版)(第3版)

  2. Preface The Audience for This Book Organization of the Material Level of Descr iption Overview of the Book Background Information Conventions in This Book How to Contact Us Safari? Enabled Acknowledgments Chapter 1. Introduction Section 1.1. Linux V
  3. 所属分类:嵌入式

    • 发布日期:2013-09-21
    • 文件大小:7340032
    • 提供者:zslinyuanwz0213
  1. linux进程间通信和线程编程

  2. Copyright About the Web Site Preface Acknowledgments Part I: Fundamentals Chapter 1. Technology's Impact on Programs Section 1.1. Terminology of Change Section 1.2. Time and Speed Section 1.3. Multiprogramming and Time Sharing Section 1.4. Concurren
  3. 所属分类:专业指导

    • 发布日期:2013-09-22
    • 文件大小:2097152
    • 提供者:liaoqizhen
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 24 »