真心经典:每个行业或者领域都有一些东西是不会随时间而逐渐消逝,以下的就是。
《C语言程序设计》(第2版.新版)/《The C Programming Language》
底层相关:由于C语言之初是为了编写操作系统而来得,所以对底层的操作目前尚无任何其他语言可以替代。介于以上情况,再往下走一层是必要的。
指针相关:大家都说能不能熟练的使用指针式区分一个人是不是掌握了C语言的标志。
A solid understanding of pointers and the ability to effectively use them separates a novice C programmer from a more experienced one. ——《Understanding and Using C Pointers》
数据结构:Data Structure 与 Algorithm一般是绑定的,其实这个是独立于语言之外的东西,只是通过C实现来着,这里。
补充进阶:
标准参考:ISO制定的C语言的标准,另附加一些C库相关的。
编程规范:好习惯是前任在犯了大量错误基础之上总结的,虽说不一定适合我们每个人,但看看总是好的。可以防止一些错误,也可以让别人看懂你的代码。
葵花宝典:
《计算机程序设计艺术:卷1,2,3...》/《The Art of Computer Programming》-TAOCS
ps:大都是英文原版,(国产的不多啊,╮(╯▽╰)╭)另外有一些个人收集的其他C语言资料,欢迎补充。
其他:
Advanced C.pdf
Algorithms + Data Structures = Programs.pdfAlgorithms.pdfBeautiful Code.pdfC How to Program 6th Edition.pdfC in a Nutshell.pdfC Interfaces and Implementations Techniques for Creating Reusable Software.pdfC Interfaces and Implementations-v1.zipC Language Reference Manual.pdfC Pocket Reference.pdfC PROGRAMMING NOTE.pdfC-A Reference Manual 5th Edition.pdfc-gods-programming-language.jpgClean Code - A Handbook of Agile Software Craftsmanship.pdfCode Reading - The Open Source Perspective.pdfcplus_3.0.zipcplus_3.0_manual.pdfC与C++中的异常处理.pdfC嵌入式系统编程.pdfC标准和实现-Vol.I-姚新颜.pdfC程序设计语言.pdfC语言深度剖析.pdfData Structures and Algorithm Analysis in C 2nd Edition Solution Manual.pdfData Structures and Algorithm Analysis in C.pdfDebugging with GDB,9th Edition[2004,378P].pdfEmbedded Systems Building Blocks Complete and Read-to-Use in C(CN).pdfEmbedded Systems Building Blocks Complete and Read-to-Use in C.pdfEssential C.pdfExpert C Programming.pdfHead First C.pdfHead First Design Patterns.pdfHow to Write Shared Library.pdfIndian Hill C Style and Coding Standards.pdfISO-IEC-9899-1999 (E).pdfISO-IEC-9899-201x.pdfISO-IEC-9899-TC3.pdfLinux C编程.pdfMastering Algorithms with C-examples.zipMastering Algorithms with C.pdfMISRA-C-2004-1224571.pdfMISRA-C-2004-中文版.pdfNine Algorithms That Changed the Future.epubOOC ANSI-C 面向对象编程.pdfOOC.pdfPointer on C(cn).pdfPointers On C Instructors Guide.pdfPointers on C.pdfPractical C Programming, 3rd Edition-examples.zipPractical C Programming, 3rd Edition.pdfProgramming in C.pdfRecommended C Style and Coding Standards.pdfSorting and Searching Algorithms.pdfStructure and Interpretation of Computer Programs - Harold Abelson.mobiThe Art of Debugging.pdfThe Art of Readable Code(CN).pdfThe Art of Readable Code(EN).pdfThe C Programming Language.pdfThe C Standard Library.pdfThe Clean Coder.pdfThe Elements of Programming Style_2ed_Kernigh.pdfUnderstanding and Using C Pointers.pdfWrite Great Code-Volume1 Randall Hyde.pdfWrite Great Code-Volume2 Randall Hyde.pdfWriting Clean Code.pdfWriting Solid Code.pdf《嵌入式Linux应用程序开发标准教程》(第2版全).rar代码大全.pdf你必须知道的495个C语言问题(EN).pdf你必须知道的495个C语言问题.pdf十五个经典算法研究与总结、目录+索引.pdf华为编程规范.pdf算法 英文版第4版.pdf算法-java实现-第四版-答案.rar算法导论.rar经典算法大全.pdf编写高质量代码-WEB前端开发之道.pdf