登入
選單
返回
Google圖書搜尋
Writing Fast Programs
John S. Riley
其他書名
A Practical Guide for Scientists and Engineers
出版
Cambridge Int Science Publishing
, 2006
主題
Computers / Programming / General
Computers / Languages / General
Science / Applied Sciences
Technology & Engineering / Engineering (General)
ISBN
1904602401
9781904602408
URL
http://books.google.com.hk/books?id=-ahwKkg-OfoC&hl=&source=gbs_api
EBook
SAMPLE
註釋
Writing Fast Programs" provides the basic elements of code optimization and provides strategies for reducing bottlenecks in practical simulation and numerical modeling code. The target audience is scientists and engineers and students in these fields. One pre-publication reviewer called this a much-needed intermediate text to bridge the gap between existing introductory and more advance programming books aimed at scientists. "Writing Fast Programs" does not teach basic programming; some programming proficiency is assumed, along with familiarity with the basic programming terminology. Code examples are presented in C, but BASIC (as a convenient pseudo-language) examples are provided for those not familiar with C. In general, the strategies presented are not language specific and should therefore benefit a wide programming audience. For example, similar techniques have been discussed for Java.