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

搜索资源列表

  1. Matlab 7 - Programming.pdf

  2. 该书是系统介绍了MATLAB的所有function功能,可以说是一本programming大全,而且还是英文版,值得收藏,而且敝人还打印了一份,正在苦学之中…… Creating and Concatenating Matrices . . . . . . . . . . . . . . . . . . 1-3 Constructing a Simple Matrix . . . . . . . . . . . . . . . . . . . . . . . . . . 1-4 Special
  3. 所属分类:其它

    • 发布日期:2009-06-11
    • 文件大小:4194304
    • 提供者:xiaogangmath
  1. Addison Wesley - C++ Gotchas

  2. Chapter 1. Basics Gotcha #1: Excessive Commenting Gotcha #2: Magic Numbers Gotcha #3: Global Variables Gotcha #4: Failure to Distinguish Overloading from Default Initialization Gotcha #5: Misunderstanding References Gotcha #6: Misunderstanding
  3. 所属分类:C++

    • 发布日期:2007-09-22
    • 文件大小:734208
    • 提供者:ojlovecd
  1. 从零开始学习C++ 适合于初学者

  2. 美国AT&T贝尔实验室的本贾尼·斯特劳斯特卢普(Bjarne Stroustrup)博士在20世纪80年代初期发明并实现了C++(最初这种语言被称作“C with Classes”)。一开始C++是作为C语言的增强版出现的,从给C语言增加类开始,不断的增加新特性。虚函数(virtual function)、运算符重载(operator overloading)、多重继承(multiple inheritance)、模板(template)、异常(exception)、RTTI、名字空间(nam
  3. 所属分类:C++

    • 发布日期:2009-09-19
    • 文件大小:2097152
    • 提供者:djcsch2001
  1. Python 中英对照手册 v2.4(chm)

  2. 前言 Front Matter Contents 1. 开胃菜 Whetting Your Appetite 2. 使用Python解释器 Using the Python Interpreter 2.1 调用解释器 Invoking the Interpreter 2.1.1 参数传递 Argument Passing 2.1.2 交互模式 Interactive Mode 2.2 解释器及其环境 The Interpreter and Its Environment 2.2.1 错误处理
  3. 所属分类:Python

    • 发布日期:2009-12-01
    • 文件大小:406528
    • 提供者:xiancaonima
  1. google c++代码规范

  2. Google C++ 编程规范 目录 一、头文件........................................................................................................................................4 1. #define的保护..........................................................................
  3. 所属分类:C++

    • 发布日期:2011-04-01
    • 文件大小:528384
    • 提供者:verycctv
  1. Addison.Wesley.C++.by.Dissection.2002.pdf

  2. 1 Writing an ANSI C++ Program 1 1.1 Getting Ready to Program....... 2 1.1 A First Program......... 3 1.2 Problem Solving: Recipes....... . 7 1.2.1 Algorithms—Being Precise...... . . 8 1.3 Implementing Our Algorithm in C++.... . . . 10 1.4 Software E
  3. 所属分类:C++

    • 发布日期:2008-04-16
    • 文件大小:5242880
    • 提供者:rootfs
  1. Google C++ 编程规范(中文版)

  2. Google C++ 编程规范 目录 一、头文件........................................................................................................................................4 1. #define的保护..........................................................................
  3. 所属分类:C++

    • 发布日期:2011-06-04
    • 文件大小:528384
    • 提供者:tirelessfighter
  1. Addison Wesley Object-Oriented Design Heuristics

  2. Upon completion of an object-oriented design, you are faced with a troubling question: "Is it good, bad, or somewhere in between?" Seasoned experts often answer this question by subjecting the design to a subconscious list of guidelines based on the
  3. 所属分类:Web开发

    • 发布日期:2008-04-26
    • 文件大小:3145728
    • 提供者:bbo269
  1. Multiple Inheritance for C++

  2. This paper describes an implementation of a multiple inheritance mechanism for C++[4,6.] It provides only the most rudimentary explanation of what multiple inheritance is in general and what it can be used for†. The particular variation of the gener
  3. 所属分类:C++

    • 发布日期:2011-10-14
    • 文件大小:50176
    • 提供者:kinglear
  1. The Way To Go

  2. PART 1—WHY LEARN GO—GETTING STARTED Chapter 1—Origins, Context and Popularity of Go..............................................................1 1.1 Origins and evolution ............................................................................
  3. 所属分类:其它

    • 发布日期:2012-12-13
    • 文件大小:4194304
    • 提供者:atom8473
  1. play framework 框架手册 word 版

  2. [强烈推荐, 文档不多, 很快就可以看完, 看完了, 就会使用play了] 目录 MVC应用程序模型 - 7 - app/controllers - 8 - app/models - 8 - app/views - 8 - 请求生命周期 - 8 - 标准应用程序布局layout - 9 - app目录 - 9 - public目录 - 10 - conf目录 - 10 - lib目录 - 11 - 开发生命周期 - 11 - 连接到java调试器 - 12 - 类增强Enhancement -
  3. 所属分类:Java

    • 发布日期:2013-06-14
    • 文件大小:2097152
    • 提供者:sanshizi
  1. JAVA白皮书(英文版)

  2. 1. Introduction to Java 1.1Beginnings of the Java Language Project 1.2Design Goals of Java 1.2.1Simple, Object Oriented, and Familiar 1.2.2Robust and Secure 1.2.3Architecture Neutral and Portable 1.2.4High Performance 1.2.5Interpreted, Threaded, and
  3. 所属分类:Java

    • 发布日期:2008-09-17
    • 文件大小:756736
    • 提供者:yunyunqjy
  1. OBJect c programming

  2. Preface . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 1 Abstract Data Types — Information Hiding . . . . . . . . . . . 1 1.1 Data Types . . . . . . . . . . . . . . . . . . . . . . 1 1.2 Abstract Data Types . . . . . . . . . . . . . . . . .
  3. 所属分类:其它

    • 发布日期:2013-08-05
    • 文件大小:1048576
    • 提供者:u011356099
  1. Python中文手册v2.4.chm

  2. 前言 Front Matter Contents 1. 开胃菜 Whetting Your Appetite 2. 使用Python解释器 Using the Python Interpreter 2.1 调用解释器 Invoking the Interpreter 2.1.1 参数传递 Argument Passing 2.1.2 交互模式 Interactive Mode 2.2 解释器及其环境 The Interpreter and Its Environment 2.2.1 错误处理
  3. 所属分类:Python

    • 发布日期:2013-09-26
    • 文件大小:406528
    • 提供者:burong_chen
  1. python手册(Python Tutorial)双语版

  2. 译者:刘鑫(march.liu AT gmail DOT com) 由:limodou转(limodou AT gmail DOT com) CHM 文件制作:Colin.Wang 前言 Front Matter Contents 1. 开胃菜 Whetting Your Appetite 2. 使用Python解释器 Using the Python Interpreter 2.1 调用解释器 Invoking the Interpreter 2.1.1 参数传递 Argument Pass
  3. 所属分类:Python

    • 发布日期:2013-10-19
    • 文件大小:406528
    • 提供者:ccz007
  1. Google C++ 编程规范.pdf

  2. 高清版Google C++ 编程规范的pdf文件,里面带有目录 一、头文件........................................................................................................................................4 1. #define的保护.............................................................
  3. 所属分类:C++

    • 发布日期:2013-12-31
    • 文件大小:528384
    • 提供者:xcsa23
  1. Google C++ 编程规范

  2. 目录 一、头文件........................................................................................................................................4 1. #define的保护..........................................................................................
  3. 所属分类:C++

    • 发布日期:2013-12-31
    • 文件大小:528384
    • 提供者:xcsa23
  1. 面向对象编程:C++与Java比较教程 英文版

  2. Chapter 1 - Why OO Programming—Some Parallels with Things at Large Chapter 2 - Baby Steps Chapter 3 - The Notion of a Class and Some Other Key Ideas Chapter 4 - Strings Chapter 5 - Using the Container Classes Chapter 6 - The Primitive Types and Thei
  3. 所属分类:Java

    • 发布日期:2014-03-17
    • 文件大小:5242880
    • 提供者:huqiao1220
  1. [Go语言入门(含源码)] The Way to Go (with source code)

  2. The Way to Go,: A Thorough Introduction to the Go Programming Language 英文书籍,已Cross the wall,从Google获得书中源代码,分享一下。喜欢请购买正版。 目录如下: Contents Preface..........................................................................................................
  3. 所属分类:其它

    • 发布日期:2014-06-11
    • 文件大小:8388608
    • 提供者:humbunklung
  1. Type.Inheritance.and.Relational.Theory

  2. Type inheritance is that phenomenon according to which we can say, for example, that every square is also a rectangle, and so properties that apply to rectangles in general apply to squares in particular. In other words, squares are a subtype of rec
  3. 所属分类:其它

    • 发布日期:2016-10-18
    • 文件大小:10485760
    • 提供者:ramissue
« 12 3 4 5 6 7 8 »