成功加入购物车

去购物车结算 X
天津旧书店
  • F# for Scientists(英语原版 精装本)为科学家的F#
  • F# for Scientists(英语原版 精装本)为科学家的F#
  • F# for Scientists(英语原版 精装本)为科学家的F#
  • F# for Scientists(英语原版 精装本)为科学家的F#
  • F# for Scientists(英语原版 精装本)为科学家的F#
  • F# for Scientists(英语原版 精装本)为科学家的F#
  • F# for Scientists(英语原版 精装本)为科学家的F#
  • F# for Scientists(英语原版 精装本)为科学家的F#
  • F# for Scientists(英语原版 精装本)为科学家的F#
  • F# for Scientists(英语原版 精装本)为科学家的F#
  • F# for Scientists(英语原版 精装本)为科学家的F#
  • F# for Scientists(英语原版 精装本)为科学家的F#
  • F# for Scientists(英语原版 精装本)为科学家的F#
  • F# for Scientists(英语原版 精装本)为科学家的F#
  • F# for Scientists(英语原版 精装本)为科学家的F#
  • F# for Scientists(英语原版 精装本)为科学家的F#
  • F# for Scientists(英语原版 精装本)为科学家的F#
  • F# for Scientists(英语原版 精装本)为科学家的F#
  • F# for Scientists(英语原版 精装本)为科学家的F#
  • F# for Scientists(英语原版 精装本)为科学家的F#
  • F# for Scientists(英语原版 精装本)为科学家的F#
  • F# for Scientists(英语原版 精装本)为科学家的F#

F# for Scientists(英语原版 精装本)为科学家的F#

举报
  • 作者: 
  • 出版社:    A John Wiley & Sons, Inc., Publication
  • ISBN:    9780470242117
  • 出版时间: 
  • 版次:    1 edition
  • 印刷时间:    2008
  • 装帧:    精装
  • 页数:    370页
  • 作者: 
  • 出版社:  A John Wiley & Sons, Inc., Publication
  • ISBN:  9780470242117
  • 出版时间: 
  • 版次:  1 edition
  • 印刷时间:  2008
  • 装帧:  精装
  • 页数:  370页

售价 422.00

定价 ¥100.99 

品相 九五品

优惠 满包邮

优惠 满减券
    运费
    本店暂时无法向该地区发货

    延迟发货说明

    时间:
    说明:

    上书时间2017-05-18

    数量
    仅1件在售,欲购从速
    微信扫描下方二维码
    微信扫描打开成功后,点击右上角”...“进行转发

    卖家超过10天未登录

    • 商品详情
    • 店铺评价
    手机购买
    微信扫码访问
    • 货号:
      H319
      商品描述:
      本书原定价100.99美元,净重660克,非馆藏,全新。【图书分类:计算机软件之程序语言、算法语言】"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."
      —Thore Graepel, PhD, Researcher, Microsoft Research Ltd.
      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.

      Developed in consultation with Don Syme of Microsoft Research Ltd.—who wrote the language—F# for Scientists 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.

      F# for Scientists begins with coverage of introductory material in the areas of functional programming, .NET, and scientific computing, and goes on to explore:

      Program structure
      Optimization
      Data structures
      Libraries
      Numerical analysis
      Databases
      Input and output
      Interoperability
      Visualization
      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.

      Written in a clear and concise style, F# for Scientists 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.

      Contents:
      Foreword.
      Preface.
      Acknowledgments.
      List of Figures.
      List of Tables.
      Acronyms.
      1. Introduction.
      1.1 Programming guidelines.
      1.2 A brief history of F#.
      1.3 Benefits of F#.
      1.4 Introducing F#.
      1.5 Imperative programming.
      1.6 Functional programming.
      2. Program Structure.
      2.1 Nesting.
      2.2 Factoring.
      2.3 Modules.
      2.4 Objects.
      2.5 Functional design patterns.
      2.6 F# development.
      3. Data Structures.
      3.1 Algorithmic complexity.
      3.2 Arrays.
      3.3 Lists.
      3.4 Sets.
      3.5 Hash tables.
      3.6 Maps.
      3.7 Choosing a data structure.
      3.8 Sequences.
      3.9 Heterogeneous containers.
      3.10 Trees.
      4. Numerical Analysis.
      4.1 Number representation.
      4.2 Algebra.
      4.3 Interpolation.
      4.4 Quadratic solutions.
      4.5 Mean and variance.
      4.6 Other forms of arithmetic.
      5. Input and Output.
      5.1 Printing.
      5.2 Generic printing.
      5.3 Reading from and writing to files.
      5.4 Serialization.
      5.5 Lexing and parsing.
      6. Simple Examples.
      6.1 Functional.
      6.2 Numerical.
      6.3 String related.
      6.4 List related.
      6.5 Array related.
      6.6 Higher-order functions.
      7. Visualization.
      7.1 Windows Forms.
      7.2 Managed DirectX.
      7.3 Tesselating objects into triangles.
      8. Optimization.
      8.1 Timing.
      8.2 Profiling.
      8.3 Algorithmic optimizations.
      8.4 Lower-level optimizations.
      9. Libraries.
      9.1 Loading .NET libraries.
      9.2 Charting and graphing.
      9.3 Threads.
      9.4 Random numbers.
      9.5 Regular expressions.
      9.6 Vectors and matrices.
      9.7 Downloading from the Web.
      9.8 Compression.
      9.9 Handling XML.
      9.10 Calling native libraries.
      9.11 Fourier transform.
      9.12 Mataprogramming.
      10. Databases.
      10.1 Protein data bank.
      10.2 Web services.
      10.3 Relational databases.
      11. Interoperability.
      11.1 Excel.
      11.2 MATLAB.
      11.3 Mathematica.
      12. Complete Examples.
      12.1 Fast Fourier transform.
      12.2 Semi-circle law.
      12.3 Finding n th.-nearest neighbors.
      12.4 Logistic map.
      12.5 Real-time particle dynamics.
      Appendix A: Troubleshooting.
      A.1 Value restriction.
      A.2 Mutable array contents.
      A.3 Negative literals.
      A.4 Accidental capture.
      A.5 Local and non-local variable definitions.
      A.6 Merging lines.
      A.7 Applications that do not die.
      A.8 Beware of "it".
      Glossary.
      Bibliography.
      Index.

      Review:
      "The hardbound book is a really solid treatment." (Computing Reviews, February 5, 2009)

      About the Author:
      Jon Harrop, PhD, 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.

      配送说明

      ...

      相似商品

      为你推荐

    孔网啦啦啦啦啦纺织女工火锅店第三课

    开播时间:09月02日 10:30

    即将开播,去预约
    直播中,去观看