zoukankan      html  css  js  c++  java
  • 计算机书名简写


    参考文章:https://cloud.tencent.com/developer/news/213107

    CSAPP

    英文名:Computer Systems:A Programmer's Perspective
    中文名:深入理解计算机系统

    TAOCP

    英文名:The Art of Computer Programming
    中文名:计算机程序设计艺术

    SICP(魔法书、紫皮书、巫师书)

    英文名:Structure and Interpretation of Computer Programs
    中文名:计算机程序的构造和解释

    CLRS

    英文名:Introduction to Algorithms
    中文名:算法导论
    是由Thomas H.Cormen 、Charles E.Leiserson、Ronald L.Rivest 、Clifford Stein 这四位合著,四位作者的首字母为CLRS,因此这本书也被称为CLRS

    APUE

    英文名:Advanced Programming in the UNIX Environment
    中文名:UNIX环境高级编程

    UNP

    英文名:UNIX Network Programming
    中文名:UNIX网络编程

    龙书

    英文名:Compilers Principles,Techniques and Tools
    中文名:编译原理

    虎书

    英文名:Modern Compiler Implenentation in C
    中文名:现代编译原理—C语言描述

    鲸书

    英文名:Advanced Compiler Design andImplementation
    中文名:高级编译器设计与实现

    象书

    英文名:Engineering a Compiler
    中文名:编译器设计

    GOF

    英文名:Design Patterns: Elements of Reusable Object-Oriented Software
    中文名:设计模式-可复用面向对象软件的基础
    《设计模式》一书由 Erich Gamma、Richard Helm、Ralph Johnson 和 John Vlissides 合著(Addison-Wesley,1995)。这几位作者常被称为"四人组(Gang of Four)",因此这本书也被称之为GOF

    LDD

    英文名:Linux Devices Drivers
    中文名:Linux设备驱动程序

    LKD

    英文名:Linux Kernel Development
    中文名:Linux内核设计与实现

    UTLK/ULK

    英文名:Understanding the Linux Kernel
    中文名:深入理解Linux内核

    PRML

    英文名:Pattern Recognition and Machine Learning
    中文名:模式识别与机器学习

    NNDL(NN&DL)

    中文名:神经网络与深度学习

    MLAPP

    英文名: Machine Learning : A Probabilistic Perspective
    中文名:机器学习:概率的观点

    ESL

    英文名:The Elements of Statistical Learning, Data Mining, Inference, and Prediction
    中文名:统计学习基础-数据挖掘、推理与预测

    ISL

    英文名: An Introduction to Statistical Learning with Applications in R
    中文名:统计学习导论-基于R应用

    ITILA

    英文名:Information Theory, Inference and Learning Algorithms
    中文名:信息理,推理和学习算法

    FML

    英文名:Foundations of Machine Learning
    中文名:机器学习基础

    MLABOP

    英文名: Machine Learning : A Bayesian and Optimization Perspective
    中文名:机器学习:贝叶斯和优化方法

    BRML

    英文名:Bayesian Reasoning and Machine Learning
    中文名:贝叶斯推理与机器学习

    PGL

    英文名:Probabilistic Graphical Models
    中文名:概率图模型

    西瓜书

    中文名:机器学习

    花书

    英文名:Deep Learning: Adaptive Computation and Machine Learning series
    中文名:深度学习

    K&R

    英文名:The C Programming Language
    中文名:C程序设计语言
    C程序设计语言一书由Brian W. Kernighan / (美)Dennis M. Ritchie 合著,因此此书也被称之为K&R

    红宝书(OpenGL)

    英文名:OpenGL Programming Guide
    中文名:OpenGL编程指南
    中文名:Java高级程序设计

    蓝宝书(OpenGL)

    英文名:OpenGL SuperBible: Comprehensive Tutorial and Reference
    中文名:OpenGL超级宝典

    橙宝书(OpenGL)

    英文名:OpenGL Shading Language
    中文名:OpenGL着色语言

    红龙书

    英文名:Introduction to 3D Game Programming with DirectX 9.0
    中文名:DirectX 9.0 3D游戏开发编程基础

    红宝书(JavaScript)

    英文名:Professional JavaScript for Web

    犀牛书

    英文名:JavaSript:The Definitive Guide
    中文名:JavaScript权威指南

    蝴蝶书

    英文名:JavaScript:The Good Parts
    中文名:JavaScript语言精粹

    乌龟书

    英文名:Maintainable JavaScript
    中文名:编写可维护的JavaScript

    猫头鹰书

    英文名:JavaScript Web Applications
    中文名:基于MVC的JavaScript Web富应用开发

    天将降大任于是人也,必先苦其心志,劳其筋骨,饿其体肤,空乏其身,行拂乱其所为,所以动心忍性,曾益其所不能。
  • 相关阅读:
    R学习笔记3 数据处理
    R学习笔记2 因子
    R学习笔记1 介绍R的使用
    正则表达式之邮箱、手机号码、电话号码,url地址
    vue之axios运用
    angularJS导出数据到Excel
    vue2全选反选
    css设置垂直居中
    js实现鼠标选中文本改变选中区域颜色以及给选中区域加上html标签
    安装了Vetur之后的配置
  • 原文地址:https://www.cnblogs.com/chap-xw/p/13950401.html
Copyright © 2011-2022 走看看