《Learning C++ as a new language》is a very good book.
標簽: Learning language good book
上傳時間: 2013-12-23
上傳用戶:363186
本程序是完成一個函數計算器的功能,通過輸入表達式,然輸入表達的未知數,則可以計算出表達式的值來:如:a+b+c+sin(a+b),分別輸入a ,b ,c 的值,就可以計算表達式的值
上傳時間: 2016-02-05
上傳用戶:xcy122677
本程序運用的萬年歷的計算公式: d=a-1+(a-1)/4-(a-1)/100+(a-1)/400+c 其中a為年c為該日期在本年中的天數,d取整數,當d/7余數0時是星期天,余數1時是星期一依此類推。
上傳時間: 2016-04-04
上傳用戶:417313137
The document describes an AP library adapted for C++. The AP library for C++ contains a basic set of mathematical functions and collection classes needed to run the programs from the ALGLIB website.
上傳時間: 2014-09-11
上傳用戶:jackgao
LAPACK++ (Linear Algebra PACKage in C++) is a software library for numerical linear algebra that solves systems of linear equations and eigenvalue problems on high performance computer architectures
標簽: numerical software Algebra PACKage
上傳時間: 2014-08-16
上傳用戶:h886166
GNU Common C++ is a very portable and highly optimized class framework for writing C++ applications that need to use threads and support concurrent sychronization, and that use sockets, XML parsing, object serialization, thread-optimized String and data structure classes, etc. This framework offers a class foundation that hides platform differences from your C++ application so that you need not write platform specific code. GNU Common C++ has been ported to compile nativily on most platforms which support either posix threads, or on maybe be used with Debian hosted mingw32 to build native threading applications for Microsoft Windows.
標簽: applications framework optimized portable
上傳時間: 2014-01-02
上傳用戶:luke5347
1.有三根桿子A,B,C。A桿上有若干碟子 2.每次移動一塊碟子,小的只能疊在大的上面 3.把所有碟子從A桿全部移到C桿上 經過研究發現,漢諾塔的破解很簡單,就是按照移動規則向一個方向移動金片: 如3階漢諾塔的移動:A→C,A→B,C→B,A→C,B→A,B→C,A→C 此外,漢諾塔問題也是程序設計中的經典遞歸問題
上傳時間: 2016-07-25
上傳用戶:gxrui1991
C Primer Plus is a conversational-style book aimed at those new to C programming. A friendly and easy-to-use self-study guide, this book will be appropriate for serious students of programming, as well as developers proficient in other languages with a desire to better understand the fundamentals of this core language.
標簽: conversational-style programming friendly Primer
上傳時間: 2016-08-20
上傳用戶:a6697238
一個電子產品開發時的部分c代碼A!絕對能用!
上傳時間: 2016-09-05
上傳用戶:xhz1993
一個電子產品開發時的部分c代碼A!絕對能用!
上傳時間: 2013-12-18
上傳用戶:xjz632