zoukankan      html  css  js  c++  java
  • 参考书列表

    [ThinkCpp] How To Think Like A Computer Scientist: Learning with C++. Allen B. Downey.

    [GroudUp] Programming from the Ground Up: An Introduction to Programming using Linux Assembly Language. Jonathan Bartlett.

    [K&R] The C Programming Language. Brian W. KernighanDennis M. Ritchie. 2.

    [Standard C] Standard C: A Reference. P. J. PlaugerJim Brodie.

    [Standard C Library] The Standard C Library. P. J. Plauger.

    [C99 Rationale] Rationale for International Standard - Programming Languages - C. 5.10.

    [UNIX编程艺术] The Art of UNIX Programming. Eric Raymond.

    [C99] ISO/IEC 9899: Programming Languages - C. 2.

    [数字逻辑基础] Fundamentals of Digital Logic with VHDL Design. Stephen BrownZvonko Vranesic. 2.

    [IATLC] Introduction to Automata Theory, Languages, and Computation. John E. HopcroftRajeev MotwaniJeffrey D. Ullman. 2.

    [Dragon Book] Compilers: Principles, Techniques, & Tools. Alfred V. AhoMonica S. LamRavi SethiJeffrey D. Ullman. 2.

    [SICP] Structure and Interpretation of Computer Programs. Harold AbelsonGerald Jay SussmanJulie Sussman. 2.

    [人月神话] The Mythical Man-Month: Essays on Software Engineering. Frederick P. Brooks, Jr.. Anniversary Edition.

    [CodingStyle] Linux内核源代码目录下的Documentation/CodingStyle文件.

    [GDB] Debugging with GDB: The GNU Source-Level Debugger. 9. Richard StallmanRoland PeschStan Shebs.

    [算法导论] Introduction to Algorithms. 2. Thomas H. CormenCharles E. LeisersonRonald L. RivestClifford Stein.

    [TAOCP] The Art of Computer Programming. Donald E. Knuth.

    [编程珠玑] Programming Pearls. 2. Jon Bentley.

    [OOSC] Object-Oriented Software Construction. Bertrand Meyer.

    [算法+数据结构=程序] Algorithms + Data Structures = Programs. Niklaus Wirth.

    [AssemblyHOWTO] Linux Assembly HOWTO(http://tldp.org/HOWTO/Assembly-HOWTO/)很不幸,目前tldp.org被我们伟大的防火墙屏蔽了,请自己找代理访问. Konstantin BoldyshevFrancois-Rene Rideau.

    [x86Assembly] Introduction to 80x86 Assembly Language and Computer Architecture. Richard C. Detmer.

    [GNUmake] 3. Managing Projects with GNU make. Robert Mecklenburg.

    [SmashStack] Smashing The Stack For Fun And Profit,网上到处都可以搜到这篇文章. Aleph One.

    [BeganFORTRAN] The New C: It All Began with FORTRAN(http://www.ddj.com/cpp/184401313). Randy Meyers.

    [具体数学] Concrete Mathematics. 2. Ronald L. GrahamDonald E. KnuthOren Patashnik.

    [APUE2e] Advanced Programming in the UNIX Environment. 2. W. Richard StevensStephen A. Rago.

    [ULK] Understanding the Linux Kernel. 3. Daniel P. BovetMarco Cesati.

    [TCPIP] TCP/IP Illustrated, Volume 1: The Protocols. W. Richard Stevens.

    [UNPv13e] UNIX Network Programming, Volume 1: The Sockets Networking API. 3. W. Richard StevensBill FennerAndrew M. Rudoff.

    [Unicode FAQ] UTF-8 and Unicode FAQ, http://www.cl.cam.ac.uk/~mgk25/unicode.html. Markus Kuhn.

  • 相关阅读:
    Permutation Test 置换检验
    计算机会议排名等级
    国际顶级计算机会议
    机器学习中的范数规则化 L0、L1与L2范数 核范数与规则项参数选择
    岭回归(Ridge Regression)
    popupWindow使用timePicker时点击出现闪屏问题的解决办法
    Java:单例模式的七种写法
    JSONObject遍历获取键值方法合并两个JSONObject
    解决android studio上“com.android.dex.DexIndexOverflowException: method ID not in [0, 0xffff]: 65935”问题
    解决同时共用MOB公司的shareSDK和SMSSDK的冲突问题
  • 原文地址:https://www.cnblogs.com/xiangtao/p/3014671.html
Copyright © 2011-2022 走看看