Git Product home page Git Product logo

books's Introduction

书籍目录

  • Algorithm
    • 《常见排序算法》
    • 《经典算法大全》
  • Android
    • 《Android编程权威指南(第三版)》
    • 《第一行代码——Android(第二版)》
  • Blockchain
    • 《Master Bitcoin 2nd》
    • 《深入浅出以太坊》
  • CS(Computer Science)
    • 《七周七并发模型》
    • 《数据结构与算法分析: Java语言描述(第2版)》
    • 《深入理解计算机系统》
    • 《程序员的自我修养》
    • 《编码的奥秘》
    • 《编程珠玑》
    • 《编译原理》
    • 《自制编译器》
    • 《计算机体系结构:量化研究方法》
    • 《计算机是怎样跑起来的》
    • 《计算机程序的构造与解释(第二版)》
    • 《计算机组成与设计:硬件、软件接口(第四版)》
    • 《计算机组成:结构化方法(第五版)》
    • 《量子计算与编程入门》
    • 《链接器与加载器》
    • 《高级编译器设计与实现》
  • DataAnalysis
    • 《The Elements of Statistical Learning》
    • 《数据挖掘与分析(英文)》
    • 《量化研究手册:数据分析》
  • Database
    • 《MongoDB权威指南》
    • 《MySQL必知必会》
    • 《MySQL技术内幕InnoDB存储引擎》
    • 《Professional NoSQL》
    • 《Redis入门指南(第二版)》
    • 《深入浅出MySQL》
  • Economics
    • 《MBA教不了的创富课》
    • 《怎样选择成长股》
    • 《聪明的投资者(第四版)》
  • Flutter
    • 《AliFlutter体系化建设和实践》
    • 《Flutter技术解析与实战——闲鱼技术演进与创新》
  • FrontEnd
    • 《CSS世界》
    • 《HTML5与CSS3基础教程(第8版)》
    • 《HTML5与CSS3权威指南》
    • 《HTML5实战》
    • 《JavaScript设计模式与开发实战》
    • 《Node.js实战》
    • 《Node.js开发指南》
    • 《Node与Express开发》
    • 《React——引领未来的用户界面开发框架》
    • 《Web性能权威指南》
    • 《CSS揭秘》
    • 《深入浅出ES6》
  • Humanities
    • 《论自由》
  • Interview
    • 《Leetbook》
    • 《Leetcode题解》
    • 《技术之瞳——阿里巴巴技术笔试心得》
    • 《程序员面试金典》
    • 《编程之美》
  • IoT(Internet of Things)
    • 《图解物联网》
    • 《蓝牙协议及其源代码分析》
  • MachineLearning
    • 《Machine Learning Action》
    • 《使用MXNet-Gluon来动手学深度学习》
    • 《机器学习》
    • 《机器学习实战》
    • 《深度学习》
    • 《统计学习方法》
    • 《面向机器智能的TensorFlow实践》
  • Network
    • 《TCP/IP详解卷一:协议》
    • 《TCP/IP详解卷二:实现》
    • 《TCP/IP详解卷三:TCP事务协议,HTTP,NNTP和UNIX域协议》
    • 《TCP/IP高效编程:改善网络程序的44个技巧》
    • 《WebSocket协议实现》
    • 《图解TCP/IP》
    • 《图解网络硬件》
    • 《计算机网络(第五版)》
  • OS(Operating System)
    • 《C语言编程透视》
    • 《ELF Format》
    • 《Linux与UNIX设计**》
    • 《Linux内核完全剖析》
    • 《Linux内核设计与实现(第三版本)》
    • 《Linux内核设计的艺术》
    • 《Linux操作系统之奥秘》
    • 《Linux系统结构与目录解析》
    • 《Linux系统编程》
    • 《UINX编程艺术》
    • 《深入Linux内核架构》
    • 《深入理解Linux内核》
    • 《现代体系结构上的UNIX系统——内核程序员的SMP和Caching技术》
    • 《鸟哥的Linux私房菜:服务器架设篇》
  • ProgrammingLanguage
    • C
      • 《C Primer Plus(第五版)》
    • C++
      • 《STL源码剖析完整版》
    • Go
      • 《Anti-Text Book:Go》
      • 《Go Recipes》
      • 《Go Building Web Applications》
      • 《Go Design Patterns》
      • 《Go In Practice》
      • 《Go Programming Blueprints: 2nd》
      • 《Go Web Programming》
      • 《Go 语言实战》
      • 《Go 语言编程》
      • 《The Go Programming Language》
      • 《学习Go语言》
      • 《深入解析Go》
    • JS(JavaScript)
      • 《JavaScript修炼之道》
      • 《JavaScript启示录》
      • 《JavaScript基础教程(第八版)》
      • 《JavaScript权威指南(第六版)》
      • 《JavaScript设计模式》
      • 《JavaScript语言精粹》
      • 《JavaScript语言精粹(修订版)》
      • 《JavaScript高级程序设计》
      • 《一个月悟透JavaScript》
      • 《你不知道的JavaScript(上卷)》
      • 《你不知道的JavaScript(中卷)》
      • 《你不知道的JavaScript(下卷)》
      • 《数据结构与算法:JavaScript描述》
      • 《编写可维护的JavaScript》
      • 《编写高质量JavaScript代码的68个有效方法》
    • Java
      • 《Java并发编程实战》
      • 《深入理解Java虚拟机:JVM高级特性与最佳实践》
      • 《深入理解Java内存模型》
    • Objective-C
      • 《Objective-C编程之道:iOS设计模式解析》
      • 《Objective-C编程(第二版)》
      • 《Objective-C高级编程:iOS与OSX多线程和内存管理》
      • 《禅与Objective-C编程艺术》
    • Python
      • 《用Python做科学计算》
    • Ruby
      • 《Ruby元编程》
    • Scala
      • 《Scala编程》
      • 《Scala函数式编程》
    • Shell
      • 《Linux Shell脚本攻略(第二版)》
      • 《Linux命令行与shell脚本编程大全(第3版)》
    • Swift
      • 《Swifter:Swift开发者必备Tips(第四版)》
      • 《Swift编程语言》
      • 《Swif进阶:Swift4》
      • 《函数式Swift》
      • 《函数式Swift:Swift4》
    • 《两周自制脚本语言》
    • 《代码之髓:编程语言核心概念》
    • 《函数式编程思维》
    • 《垃圾回收算法手册:自动内存管理的艺术》
    • 《怎样写一个解释器》
    • 《程序设计语言实践之路》
    • 《精通正则表达式》
    • 《编程语言实现模式》
    • 《自制编程语言》
    • 《领域特定语言》
  • Security
    • 《图解密码学》
  • Server
    • 《Docker Practice》
    • 《Hadoop权威指南》
    • 《SpringBoot实战》
    • 《Spring实战》
    • 《图解服务器端网络结构》
    • 《微服务设计》
    • 《深入理解Nginx模块开发及架构解析》
    • 《鸟哥的Linux私房菜:服务器架设篇》
  • SoftwareArchitecture
    • 《Head First设计模式》
    • 《图解设计模式》
    • 《基于Kubernetes的服务发现与服务治理》
    • 《大型网站技术架构》
    • 《大规模分布式存储系统:原理解析与架构实践》
    • 《开源软件架构》
    • 《程序之美:架构之美、安全之美、数据之美》
    • 《设计模式之禅》
    • 《软件设计重构》
    • 《重构:改善既有代码的设计》
  • SoftwareEngineering
    • 《代码大全(第二版)》
    • 《程序员修炼之道:从小到专家》
    • 《程序员的数据》
    • 《软件开发者路线图:从学徒到高手》
  • Tools
    • 《Chrome扩展及应用开发》
    • 《GNU make》
    • 《Github入门与实践》
    • 《Git权威指南》
    • 《Hadoop入门教程》
    • 《Jenkins:The Definitive Guide》
    • 《Linux系统结构和应用技巧》
    • 《OpenGL ES 3.0编程指南(第二版)》
    • 《Pro Git》
    • 《Unity3D游戏开发》
    • 《WebKit技术内幕》
    • 《自制搜索引擎》
  • iOS
    • 《A Guide to iOS Animation》
    • 《Guide to Swift Codable》
    • 《Objective-C高级编程:iOS与OSX多线程和内存管理》
    • 《iOS应用逆向工程(第二版)》
    • 《iOS开发进阶》
    • 《iOS核心动画高级技巧》
    • 《iOS编程(第四版)》
    • 《编写高质量iOS与OSX代码的52个有效方法》

在线书籍

books's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.