Elements of Programming 2025 pdf epub mobi 電子書 下載


Elements of Programming

簡體網頁||繁體網頁

Elements of Programming pdf epub mobi 著者簡介

Alexander Stepanov studied mathematics at Moscow State University from 1967 to 1972. He has been programming since 1972: first in the Soviet Union and, after emigrating in 1977, in the United States. He has programmed operating systems, programming tools, compilers, and libraries. His work on foundations of programming has been supported by GE, Brooklyn Polytechnic, AT&T,HP, SGI, and, since 2002, Adobe. In 1995 he received the Dr. Dobb’s Journal Excellence in Programming Award for the design of the C++ Standard Template Library.

Paul McJones studied engineering mathematics at the University of California, Berkeley, from 1967 to 1971. He has been programming since 1967 in the areas of operating systems, programming environments, transaction processing systems, and enterprise and consumer applications. He has been employed by the University of California, IBM, Xerox, Tandem, DEC, and, since 2003, Adobe. In 1982 he and his coauthors received the ACM Programming Systems and Languages Paper Award for their paper “The Recovery Manager of the System R Database Manager.”


Elements of Programming pdf epub mobi 圖書描述

Elements of Programming provides a different understanding of programming than is presented elsewhere. Its major premise is that practical programming, like other areas of science and engineering, must be based on a solid mathematical foundation. The book shows that algorithms implemented in a real programming language, such as C++, can operate in the most general mathematical setting. For example, the fast exponentiation algorithm is defined to work with any associative operation. Using abstract algorithms leads to efficient, reliable, secure, and economical software.

This is not an easy book. Nor is it a compilation of tips and tricks for incremental improvements in your programming skills. The book’s value is more fundamental and, ultimately, more critical for insight into programming. To benefit fully, you will need to work through it from beginning to end, reading the code, proving the lemmas, doing the exercises. When finished, you will see how the application of the deductive method to your programs assures that your system’s software components will work together and behave as they must.

Following key definitions, the book describes a number of algorithms and requirements for types on which they are defined that exemplify its abstract mathematical approach. The code for these descriptions—also available on the Web—is written in a small subset of C++ meant to be accessible to any experienced programmer. This subset is defined in a special language appendix coauthored by Sean Parent and Bjarne Stroustrup.

Whether you are a software developer, or any other professional for whom programming is an important activity, or a committed student, you will come to understand what the book’s experienced authors have been teaching and demonstrating for years—that mathematics is good for programming, that theory is good for practice.

Elements of Programming 2025 pdf epub mobi 電子書 下載

Elements of Programming pdf epub mobi 圖書目錄




下載連結1
下載連結2
下載連結3
    


想要找書就要到 本本書屋
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

發表於2025-03-03

Elements of Programming 2025 pdf epub mobi 電子書 下載

Elements of Programming 2025 pdf epub mobi 電子書 下載

Elements of Programming 2025 pdf epub mobi 電子書 下載



喜欢 Elements of Programming 電子書 的读者还喜欢


Elements of Programming pdf epub mobi 讀後感

評分

剛翻,發現個小問題。參考書籍的排列索引有問題,而且還有丟失的條目。不信的可以與原版逐一比較一下即知。 譯者前言裏麵說是直接從原版的pdf直接改寫的,所以版麵有錯誤應該由裘負責,希望下一次刷的時候能改正。  

評分

迴頭重新翻看這本書,嚴重懷疑作者是中瞭Haskell的毒,裏麵一坨坨的c++代碼,翻譯成Haskell都是幾句話的事情。分析問題的思路都是Haskell的路子。 我更願意相信這其實是英雄所見略同,說明這種思維方式很可能就是正確的思維方式。 哇哢哢,static typing rocks! 迴頭再發c++...  

評分

迴頭重新翻看這本書,嚴重懷疑作者是中瞭Haskell的毒,裏麵一坨坨的c++代碼,翻譯成Haskell都是幾句話的事情。分析問題的思路都是Haskell的路子。 我更願意相信這其實是英雄所見略同,說明這種思維方式很可能就是正確的思維方式。 哇哢哢,static typing rocks! 迴頭再發c++...  

評分

迴頭重新翻看這本書,嚴重懷疑作者是中瞭Haskell的毒,裏麵一坨坨的c++代碼,翻譯成Haskell都是幾句話的事情。分析問題的思路都是Haskell的路子。 我更願意相信這其實是英雄所見略同,說明這種思維方式很可能就是正確的思維方式。 哇哢哢,static typing rocks! 迴頭再發c++...  

評分

全書很抽象,雖然代碼是用C++的子集編寫,但如果讀者隻是個C++入門者,充斥著模版的代碼理解起來一樣很睏難.對於讀者,如果缺乏編程經驗和必要的數學基礎,著實如讀天書一般,不如不看,《編程原本》對這個層次的讀者幾乎沒有任何幫助。但隨著你編程經驗的豐富,並且有...  

類似圖書 點擊查看全場最低價
出版者:Addison-Wesley Professional
作者:Alexander A. Stepanov
出品人:
頁數:288
譯者:
出版時間:2009-6-19
價格:USD 39.99
裝幀:Hardcover
isbn號碼:9780321635372
叢書系列:

圖書標籤: programming  算法  編程  C++  計算機科學  Programming  計算機  程序設計   


Elements of Programming 2025 pdf epub mobi 電子書 下載
想要找書就要到 本本書屋
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

Elements of Programming pdf epub mobi 用戶評價

評分

過程相當痛苦,而且至今還有一些知識點沒有很好的理解。 不敢說全懂,但是還是很認真地做瞭大部分的習題的,對引理和工程也有所思考。有時,覺得書寫錯瞭。錯瞭。。錯瞭。。。真的錯瞭。最後發現還是自己錯瞭。所以,若有讀者認書錯瞭。。。再多想一下下吧~! 需重讀,再寫筆記,時間的話就。。。

評分

極好

評分

過程相當痛苦,而且至今還有一些知識點沒有很好的理解。 不敢說全懂,但是還是很認真地做瞭大部分的習題的,對引理和工程也有所思考。有時,覺得書寫錯瞭。錯瞭。。錯瞭。。。真的錯瞭。最後發現還是自己錯瞭。所以,若有讀者認書錯瞭。。。再多想一下下吧~! 需重讀,再寫筆記,時間的話就。。。

評分

過程相當痛苦,而且至今還有一些知識點沒有很好的理解。 不敢說全懂,但是還是很認真地做瞭大部分的習題的,對引理和工程也有所思考。有時,覺得書寫錯瞭。錯瞭。。錯瞭。。。真的錯瞭。最後發現還是自己錯瞭。所以,若有讀者認書錯瞭。。。再多想一下下吧~! 需重讀,再寫筆記,時間的話就。。。

評分

有些很有用的算法,有些很有啓發的思想,還有一些純粹C艸的東西。西加加大法,一天八十八

Elements of Programming 2025 pdf epub mobi 電子書 下載


分享鏈接





相關圖書




本站所有內容均為互聯網搜索引擎提供的公開搜索信息,本站不存儲任何數據與內容,任何內容與數據均與本站無關,如有需要請聯繫相關搜索引擎包括但不限於百度google,bing,sogou

友情鏈接

© 2025 onlinetoolsland.com All Rights Reserved. 本本書屋 版權所有