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

搜索资源列表

  1. Principles of Object-Oriented Programming.pdf

  2. In general, when learning a new programming language, you will spend a fair part of your effort learning the syntax of that language: how to declare variables, how to control the flow of execu- tion, and so on. However, to write quality code, you al
  3. 所属分类:C#

    • 发布日期:2009-03-02
    • 文件大小:357376
    • 提供者:gaoxiangxyz
  1. Efficient C++ Performance Programming Techniques

  2. Far too many programmers and software designers consider efficient C++ to be an oxymoron. They regard C++ as inherently slow and inappropriate for performance- critical applications. Consequently, C++ has had little success penetrating domains such
  3. 所属分类:C++

    • 发布日期:2009-03-17
    • 文件大小:1048576
    • 提供者:awfulsoul
  1. Concurrent Programming in Java

  2. Concurrent Programming in Java - Design Principles and Patterns
  3. 所属分类:Java

    • 发布日期:2007-07-26
    • 文件大小:1048576
    • 提供者:hhppai900
  1. Object Oriented C

  2. Object-oriented programming is the current cure-all — although it has been around for much more then ten years. At the core, there is little more to it then finally applying the good programming principles which we have been taught for more then twe
  3. 所属分类:C

    • 发布日期:2009-04-21
    • 文件大小:1048576
    • 提供者:megablue
  1. Go Web Programming(《Go Web 编程》英文版 作者:Sau Sheong Chang)

  2. Go Web Programming teaches you how to build scalable, high-performance web applications in Go using modern design principles. About the Technology The Go language handles the demands of scalable, high-performance web applications by providing clean
  3. 所属分类:Web开发

    • 发布日期:2018-03-12
    • 文件大小:12582912
    • 提供者:i_fisher
  1. Principles of Computer Science

  2. This book introduces the fundamentals of computer science using easy-to-understand language for a solid start and deeper understanding and appreciation of this complex subject. It covers related fields of study to illustrate the connections between
  3. 所属分类:讲义

    • 发布日期:2018-04-05
    • 文件大小:33554432
    • 提供者:edddf
  1. The Fundamentals of C/C++ Game Programming

  2. The Fundamentals of C/C++ Game Programming: Using Target-based Development on SBC's This book is aimed at giving novice coders an understanding of the methods and techniques used in professional games development. Designed to help develop and streng
  3. 所属分类:C++

    • 发布日期:2018-04-06
    • 文件大小:28311552
    • 提供者:u013003382
  1. Practical C++ Programming C++编程实践

  2. Preface Part I. The Basics 1. What Is C++? A Brief History of C++ C++ Organization How to Learn C++ 2. The Basics of Program Writing Programs from Conception to Execution Creating a Real Program Getting Help in Unix Getting Help in an IDE Programmin
  3. 所属分类:C

    • 发布日期:2018-04-12
    • 文件大小:2097152
    • 提供者:weixin_41763959
  1. Mastering Concurrency Programming with Java 8

  2. Mastering Concurrency Programming with Java 8. Master the principles and techniques of multithreaded programming with the Java 8 Concurrency API. PACKT.2016
  3. 所属分类:Java

    • 发布日期:2018-05-01
    • 文件大小:30408704
    • 提供者:brantman
  1. Packt.Reactive.Programming.in.Kotlin

  2. Chapter 1, A Short Introduction to Reactive Programming, helps you understand the context, thinking pattern, and principles of reactive programming. Chapter 2, Functional Programming with Kotlin and RxKotlin, chapter walks you through the essential
  3. 所属分类:其它

    • 发布日期:2018-05-09
    • 文件大小:6291456
    • 提供者:zcfrank1st
  1. Functional Programming in C#

  2. 原版pdf Summary Functional Programming in C# teaches you to apply functional thinking to real-world problems using the C# language. The book, with its many practical examples, is written for proficient C# programmers with no prior FP experience. It wi
  3. 所属分类:C#

    • 发布日期:2018-05-10
    • 文件大小:8388608
    • 提供者:zxfwinder
  1. Java8 知识点

  2. 知识点总结 参考 Java: The Complete Reference, Tenth Edition explains how to develop, compile, debug, and run Java programs. Bestselling programming author Herb Schildt covers the entire Java language, including its syntax, keywords, and fundamental program
  3. 所属分类:Java

    • 发布日期:2018-05-31
    • 文件大小:211968
    • 提供者:wyaodong
  1. Get Programming with F#

  2. about the technology Your .NET applications need to be good for the long haul. F#’s unique blend of functional and imperative programming is perfect for writing code that performs flawlessly now and keeps running as your needs grow and change. It ta
  3. 所属分类:其它

    • 发布日期:2018-06-13
    • 文件大小:14680064
    • 提供者:rails
  1. Introduction to Programming: Learn to program with Data Structures pdf

  2. Get a solid understanding of Java fundamentals through series of practical steps to the actual real programming Key Features Take your first steps into the world of programming Understand what a Language is and learn about how you can use its featur
  3. 所属分类:Java

    • 发布日期:2018-06-25
    • 文件大小:9437184
    • 提供者:sinat_41581062
  1. Data Science from Scratch : First Principles with Python

  2. Data science libraries, frameworks, modules, and toolkits are great for doing data science, but they’re also a good way to dive into the discipline without actually understanding data science. In this book, you’ll learn how many of the most fundamen
  3. 所属分类:Python

    • 发布日期:2018-08-15
    • 文件大小:5242880
    • 提供者:stitch_77
  1. Fuzzy Logic using Matlab

  2. The principles of fuzzy systems are dealt in depth with the information and the useful knowledge available for computing processes. The various algorithms and the solutions to the problems are well balanced pertinent to the fuzzy systems’ research p
  3. 所属分类:其它

    • 发布日期:2018-08-23
    • 文件大小:9437184
    • 提供者:m0_37804179
  1. Learn to Program with C

  2. Learn to Program with C teaches computer programming to the complete beginner using the native C language. The main goal of this book is to teach fundamental programming principles using C, one of the most widely used programming languages in the wo
  3. 所属分类:C

    • 发布日期:2018-09-26
    • 文件大小:3145728
    • 提供者:yadun123
  1. ava Program Design: Principles, Polymorphism, and Patterns

  2. Get a grounding in polymorphism and other fundamental aspects of object-oriented program design and implementation, and learn a subset of design patterns that any practicing Java professional simply must know in today’s job climate. Java Program Des
  3. 所属分类:Java

    • 发布日期:2018-12-10
    • 文件大小:5242880
    • 提供者:weixin_42870527
  1. The art of multiprocessor programming

  2. The art of multiprocessor programming 是讲述多处理器编程的经典。As the computer industry changes from single-processor to multiprocessor architectures, this revolution requires a fundamental change in how programs are written. To leverage the performance and powe
  3. 所属分类:专业指导

    • 发布日期:2018-09-10
    • 文件大小:4194304
    • 提供者:h_zx_h_zx
  1. Mastering Concurrency Programming with Java 8

  2. Master the principles and techniques of multithreaded programming with the Java 8 Concurrency API
  3. 所属分类:Java

    • 发布日期:2019-01-07
    • 文件大小:3145728
    • 提供者:dearlinxu
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 23 »