NUMERICAL RECIPES The Art of Scientific Computing Third Edition國外權威的數(shù)字計算方法庫NUMERICAL RECIPES的第三版源碼,學習C++必看
標簽: NUMERICAL RECIPES Scientific Computing
上傳時間: 2014-01-19
上傳用戶:ve3344
《NUMERICAL RECIPES The Art of Scientific Computing Third Edition》pdf文檔,C++編程算法必備資料
標簽: Scientific NUMERICAL Computing Edition
上傳時間: 2014-01-16
上傳用戶:epson850
C++數(shù)值算法 影音版 Numerical Recipes in C++: The Art of Scientific Computing, Second Edition
標簽: Scientific Numerical Computing Edition
上傳時間: 2017-01-14
上傳用戶:Andy123456
This is the e-book of Matlab Primer Seventh Edition.
標簽: Edition Seventh Matlab Primer
上傳時間: 2014-01-20
上傳用戶:wmwai1314
Python and XML : is comprehensive book of Python with XML
標簽: Python comprehensive XML book
上傳時間: 2014-01-13
上傳用戶:康郎
樣板 B 樹 ( B - tree ) 規(guī)則 : (1) 每個節(jié)點內元素個數(shù)在 [MIN,2*MIN] 之間, 但根節(jié)點元素個數(shù)為 [1,2*MIN] (2) 節(jié)點內元素由小排到大, 元素不重複 (3) 每個節(jié)點內的指標個數(shù)為元素個數(shù)加一 (4) 第 i 個指標所指向的子節(jié)點內的所有元素值皆小於父節(jié)點的第 i 個元素 (5) B 樹內的所有末端節(jié)點深度一樣
上傳時間: 2017-05-14
上傳用戶:日光微瀾
歐幾里德算法:輾轉求余 原理: gcd(a,b)=gcd(b,a mod b) 當b為0時,兩數(shù)的最大公約數(shù)即為a getchar()會接受前一個scanf的回車符
上傳時間: 2014-01-10
上傳用戶:2467478207
數(shù)據(jù)結構課程設計 數(shù)據(jù)結構B+樹 B+ tree Library
標簽: Library tree 數(shù)據(jù)結構 樹
上傳時間: 2013-12-31
上傳用戶:semi1981
by Randal L. Schwartz and Tom Phoenix ISBN 0-596-00132-0 Third Edition, published July 2001. (See the catalog page for this book.) the text of Learning Perl, 3rd Edition. Table of Contents Copyright Page Preface Chapter 1: Introduction Chapter 2: Scalar Data Chapter 3: Lists and Arrays Chapter 4: Subroutines Chapter 5: Hashes Chapter 6: I/O Basics Chapter 7: Concepts of Regular Expressions Chapter 8: More About Regular Expressions Chapter 9: Using Regular Expressions Chapter 10: More Control Structures Chapter 11: Filehandles and File Tests Chapter 12: Directory Operations Chapter 13: Manipulating Files and Directories Chapter 14: Process Management Chapter 15: Strings and Sorting Chapter 16: Simple Databases Chapter 17: Some Advanced Perl Techniques Appendix A: Exercise Answers Appendix B: Beyond the Llama Index Colophon
標簽: L. published Schwartz Edition
上傳時間: 2014-11-29
上傳用戶:kr770906
The government of a small but important country has decided that the alphabet needs to be streamlined and reordered. Uppercase letters will be eliminated. They will issue a royal decree in the form of a String of B and A characters. The first character in the decree specifies whether a must come ( B )Before b in the new alphabet or ( A )After b . The second character determines the relative placement of b and c , etc. So, for example, "BAA" means that a must come Before b , b must come After c , and c must come After d . Any letters beyond these requirements are to be excluded, so if the decree specifies k comparisons then the new alphabet will contain the first k+1 lowercase letters of the current alphabet. Create a class Alphabet that contains the method choices that takes the decree as input and returns the number of possible new alphabets that conform to the decree. If more than 1,000,000,000 are possible, return -1. Definition
標簽: government streamline important alphabet
上傳時間: 2015-06-09
上傳用戶:weixiao99