汇编语言编程艺术
书名:汇编语言编程艺术 作者:海德 译者:陈曙晖 ISBN:9787302090571 出版社:清华大学出版社 出版时间:2005-01-01 格式:epub/mobi/azw3/pdf 页数:776 豆瓣评分: 7.3 书籍简介: 作者简 […]
书名:汇编语言编程艺术 作者:海德 译者:陈曙晖 ISBN:9787302090571 出版社:清华大学出版社 出版时间:2005-01-01 格式:epub/mobi/azw3/pdf 页数:776 豆瓣评分: 7.3 书籍简介: 作者简 […]
Consistent, high-quality coding standards improve software quality, reduce time-to-market, promote teamwork, eliminate time wasted on inconsequential matters, and simplify maintenance. Now, two ...
For use as a core text supplement in any course covering common LISP such as Artificial Intelligence or Concepts of Programming Languages. Teaching students new and more powerful ways of thinki...
Enormous quantities of data go unused or underused today, simply because people can't visualize the quantities and relationships in it. Using a downloadable programming environment develope...
《C程序设计(第3版)》作者具有丰富的教学经验和编写教材的经验,并针对初学者的特点,精心策划、准确定位,使得《C程序设计(第3版)》概念清晰、例题丰富、深入浅出,受到专家和读者的一致好评。《C程序设计(第3版)》被普遍认为是学习C语言的好教材,并被全国大多数高校选用。十多年来《C程序设计(第3版)》累计发行了800多万册,刨同类书的全国最高记录,是学习C语言的主流用书。《C程序设计(第...
Learn the C programming language from one of the best. Stephen Kochan's Programming in C is thorough with easy-to-follow instructions that are sure to benefit beginning programmers. This bo...
Few books on software project management have been as influential and timeless asThe Mythical Man-Month. With a blend of software engineering facts and thought-provoking opinions, Fred Brooks of...
Quite simply, test-driven development is meant to eliminate fear in application development. While some fear is healthy (often viewed as a conscience that tells programmers to "be careful!&...
书名:A Discipline of Programming 作者:EdsgerW.Dijkstra 译者: ISBN:9780132158718 出版社:PrenticeHall,Inc. 出版时间:1976-10-28 格式:epub/ […]
本书包括Python程序设计的方方面面:首先从Python的安装开始,随后介绍了Python的基础知识和基本概念,包括列表、元组、字符串、字典以及各种语句;然后循序渐进地介绍了一些相对高级的主题,包括抽象、异常、魔法方法、属性、迭代器;此后探讨了如何将Python与数据库、网络、C语言等工具结合使用,从而发挥出Python的强大功能,同时介绍了Python程序测试、打包、发布等知识;最...