Details

F# for Scientists


F# for Scientists


1. Aufl.

von: Jon Harrop, Don Syme

89,99 €

Verlag: Wiley
Format: EPUB
Veröffentl.: 20.09.2011
ISBN/EAN: 9781118210819
Sprache: englisch
Anzahl Seiten: 368

DRM-geschütztes eBook, Sie benötigen z.B. Adobe Digital Editions und eine Adobe ID zum Lesen.

Beschreibungen

"This work strikes a balance between the pure functional aspects of F# and the object-oriented and imperative features that make it so useful in practice, enable .NET integration, and make large-scale data processing possible."<br /> —Thore Graepel, PhD, Researcher, Microsoft Research Ltd. <p>Over the next five years, F# is expected to become one of the world's most popular functional programming languages for scientists of all disciplines working on the Windows platform. F# is free and, unlike MATLAB® and other software with numerical/scientific origins, is a full-fledged programming language.</p> <p>Developed in consultation with Don Syme of Microsoft Research Ltd.—who wrote the language—<i>F# for Scientists</i> explains and demonstrates the powerful features of this important new programming language. The book assumes no prior experience and guides the reader from the basics of computer programming to the implementation of state-of-the-art algorithms.</p> <p><i>F# for Scientists</i> begins with coverage of introductory material in the areas of functional programming, .NET, and scientific computing, and goes on to explore:</p> <ul> <li> <p>Program structure</p> </li> <li> <p>Optimization</p> </li> <li> <p>Data structures</p> </li> <li> <p>Libraries</p> </li> <li> <p>Numerical analysis</p> </li> <li> <p>Databases</p> </li> <li> <p>Input and output</p> </li> <li> <p>Interoperability</p> </li> <li> <p>Visualization</p> </li> </ul> <p>Screenshots of development using Visual Studio are used to illustrate compilation, debugging, and interactive use, while complete examples of a few whole programs are included to give readers a complete view of F#'s capabilities.</p> <p>Written in a clear and concise style, <i>F# for Scientists</i> is well suited for researchers, scientists, and developers who want to program under the Windows platform. It also serves as an ideal supplemental text for advanced undergraduate and graduate students with a background in science or engineering.</p>
Foreword. <p>Preface.</p> <p>Acknowledgments.</p> <p>List of Figures.</p> <p>List of Tables.</p> <p>Acronyms.</p> <p><b>1. Introduction.</b></p> <p>1.1 Programming guidelines.</p> <p>1.2 A brief history of F#.</p> <p>1.3 Benefits of F#.</p> <p>1.4 Introducing F#.</p> <p>1.5 Imperative programming.</p> <p>1.6 Functional programming.</p> <p><b>2. Program Structure.</b></p> <p>2.1 Nesting.</p> <p>2.2 Factoring.</p> <p>2.3 Modules.</p> <p>2.4 Objects.</p> <p>2.5 Functional design patterns.</p> <p>2.6 F# development.</p> <p><b>3. Data Structures.</b></p> <p>3.1 Algorithmic complexity.</p> <p>3.2 Arrays.</p> <p>3.3 Lists.</p> <p>3.4 Sets.</p> <p>3.5 Hash tables.</p> <p>3.6 Maps.</p> <p>3.7 Choosing a data structure.</p> <p>3.8 Sequences.</p> <p>3.9 Heterogeneous containers.</p> <p>3.10 Trees.</p> <p><b>4. Numerical Analysis.</b></p> <p>4.1 Number representation.</p> <p>4.2 Algebra.</p> <p>4.3 Interpolation.</p> <p>4.4 Quadratic solutions.</p> <p>4.5 Mean and variance.</p> <p>4.6 Other forms of arithmetic.</p> <p><b>5. Input and Output.</b></p> <p>5.1 Printing.</p> <p>5.2 Generic printing.</p> <p>5.3 Reading from and writing to files.</p> <p>5.4 Serialization.</p> <p>5.5 Lexing and parsing.</p> <p><b>6. Simple Examples.</b></p> <p>6.1 Functional.</p> <p>6.2 Numerical.</p> <p>6.3 String related.</p> <p>6.4 List related.</p> <p>6.5 Array related.</p> <p>6.6 Higher-order functions.</p> <p><b>7. Visualization.</b></p> <p>7.1 Windows Forms.</p> <p>7.2 Managed DirectX.</p> <p>7.3 Tesselating objects into triangles.</p> <p><b>8. Optimization.</b></p> <p>8.1 Timing.</p> <p>8.2 Profiling.</p> <p>8.3 Algorithmic optimizations.</p> <p>8.4 Lower-level optimizations.</p> <p><b>9. Libraries.</b></p> <p>9.1 Loading .NET libraries.</p> <p>9.2 Charting and graphing.</p> <p>9.3 Threads.</p> <p>9.4 Random numbers.</p> <p>9.5 Regular expressions.</p> <p>9.6 Vectors and matrices.</p> <p>9.7 Downloading from the Web.</p> <p>9.8 Compression.</p> <p>9.9 Handling XML.</p> <p>9.10 Calling native libraries.</p> <p>9.11 Fourier transform.</p> <p>9.12 Mataprogramming.</p> <p><b>10. Databases.</b></p> <p>10.1 Protein data bank.</p> <p>10.2 Web services.</p> <p>10.3 Relational databases.</p> <p><b>11. Interoperability.</b></p> <p>11.1 Excel.</p> <p>11.2 MATLAB.</p> <p>11.3 Mathematica.</p> <p><b>12. Complete Examples.</b></p> <p>12.1 Fast Fourier transform.</p> <p>12.2 Semi-circle law.</p> <p>12.3 Finding <i>n</i> <sup>th</sup>.-nearest neighbors.</p> <p>12.4 Logistic map.</p> <p>12.5 Real-time particle dynamics.</p> <p>Appendix A: Troubleshooting.</p> <p>A.1 Value restriction.</p> <p>A.2 Mutable array contents.</p> <p>A.3 Negative literals.</p> <p>A.4 Accidental capture.</p> <p>A.5 Local and non-local variable definitions.</p> <p>A.6 Merging lines.</p> <p>A.7 Applications that do not die.</p> <p>A.8 Beware of "it".</p> <p>Glossary.</p> <p>Bibliography.</p> <p>Index.</p>
"The hardbound book is a really solid treatment." (<i>Computing Reviews</i>, February 5, 2009)
<b>Jon Harrop, PhD</b>, has taught mathematics, biology, and computer science. He founded Flying Frog Consultancy; has produced several products for computational scientists, including the book OCaml for Scientists; and has consulted for high-tech companies on the commercial use of functional programming languages.
"This work strikes a balance between the pure functional aspects of F# and the object-oriented and imperative features that make it so useful in practice, enable .NET integration, and make large-scale data processing possible."<br /> —Thore Graepel, PhD, Researcher, Microsoft Research Ltd. <p>Over the next five years, F# is expected to become one of the world's most popular functional programming languages for scientists of all disciplines working on the Windows platform. F# is free and, unlike MATLAB® and other software with numerical/scientific origins, is a full-fledged programming language.</p> <p>Developed in consultation with Don Syme of Microsoft Research Ltd.—who wrote the language—<i>F# for Scientists</i> explains and demonstrates the powerful features of this important new programming language. The book assumes no prior experience and guides the reader from the basics of computer programming to the implementation of state-of-the-art algorithms.</p> <p><i>F# for Scientists</i> begins with coverage of introductory material in the areas of functional programming, .NET, and scientific computing, and goes on to explore:</p> <ul> <li> <p>Program structure</p> </li> <li> <p>Optimization</p> </li> <li> <p>Data structures</p> </li> <li> <p>Libraries</p> </li> <li> <p>Numerical analysis</p> </li> <li> <p>Databases</p> </li> <li> <p>Input and output</p> </li> <li> <p>Interoperability</p> </li> <li> <p>Visualization</p> </li> </ul> <p>Screenshots of development using Visual Studio are used to illustrate compilation, debugging, and interactive use, while complete examples of a few whole programs are included to give readers a complete view of F#'s capabilities.</p> <p>Written in a clear and concise style, <i>F# for Scientists</i> is well suited for researchers, scientists, and developers who want to program under the Windows platform. It also serves as an ideal supplemental text for advanced undergraduate and graduate students with a background in science or engineering.</p>

Diese Produkte könnten Sie auch interessieren:

Domain Architectures
Domain Architectures
von: Daniel J. Duffy
PDF ebook
31,99 €