Bild 1 von 1

Galerie
Bild 1 von 1

Ähnlichen Artikel verkaufen?
Programmierung F# 3.0: Eine umfassende Anleitung zum Schreiben von einfachem Code zum Lösen...
by Smith, Chris | PB | VeryGood
US $8,17
Ca.CHF 6,52
Artikelzustand:
“May have limited writing in cover pages. Pages are unmarked. ~ ThriftBooks: Read More, Spend ”... Mehr erfahrenÜber den Artikelzustand
Sehr gut
Buch, das nicht neu aussieht und gelesen wurde, sich aber in einem hervorragenden Zustand befindet. Der Einband weist keine offensichtlichen Beschädigungen auf. Bei gebundenen Büchern ist der Schutzumschlag vorhanden (sofern zutreffend). Alle Seiten sind vollständig vorhanden, es gibt keine zerknitterten oder eingerissenen Seiten und im Text oder im Randbereich wurden keine Unterstreichungen, Markierungen oder Notizen vorgenommen. Der Inneneinband kann minimale Gebrauchsspuren aufweisen. Minimale Gebrauchsspuren. Genauere Einzelheiten sowie eine Beschreibung eventueller Mängel entnehmen Sie bitte dem Angebot des Verkäufers.
Oops! Looks like we're having trouble connecting to our server.
Refresh your browser window to try again.
Versand:
Kostenlos Economy Shipping.
Standort: Aurora, Illinois, USA
Lieferung:
Lieferung zwischen Fr, 25. Jul und Di, 29. Jul nach 94104 bei heutigem Zahlungseingang
Rücknahme:
30 Tage Rückgabe. Verkäufer zahlt Rückversand.
Zahlungen:
Sicher einkaufen
Der Verkäufer ist für dieses Angebot verantwortlich.
eBay-Artikelnr.:146543460722
Artikelmerkmale
- Artikelzustand
- Sehr gut
- Hinweise des Verkäufers
- Binding
- Paperback
- Book Title
- Programming F# 3.0
- Weight
- 1 lbs
- Product Group
- Book
- IsTextBook
- No
- ISBN
- 9781449320294
Über dieses Produkt
Product Identifiers
Publisher
O'reilly Media, Incorporated
ISBN-10
1449320295
ISBN-13
9781449320294
eBay Product ID (ePID)
117144602
Product Key Features
Number of Pages
476 Pages
Language
English
Publication Name
Programming F# 3. 0 :A Comprehensive Guide for Writing Simple Code to Solve Complex Problems
Publication Year
2012
Subject
Programming Languages / General, Programming / General, Programming / Object Oriented
Type
Textbook
Subject Area
Computers
Format
Trade Paperback
Dimensions
Item Height
1 in
Item Weight
28.7 Oz
Item Length
9.1 in
Item Width
7.3 in
Additional Product Features
Edition Number
2
Intended Audience
Scholarly & Professional
LCCN
2012-538991
Dewey Edition
23
Illustrated
Yes
Dewey Decimal
005.133
Table Of Content
Preface; Introducing F#; Who This Book Is For; What You Need to Get Going; How the Book Is Organized; ; Conventions Used in This Book; Using Code Examples; Safari® Books Online; I'd Like to Hear from You; Acknowledgments;Multiparadigm Programming; Chapter 1: Introduction to F#; 1.1 Getting to Know F#; 1.2 Visual Studio 11; 1.3 F# Interactive; 1.4 Managing F# Source Files; Chapter 2: Fundamentals; 2.1 Primitive Types; 2.2 Comparison and Equality; 2.3 Functions; 2.4 Core Types; 2.5 Organizing F# Code; Chapter 3: Functional Programming; 3.1 Understanding Functions; 3.2 Pattern Matching; 3.3 Discriminated Unions; 3.4 Records; 3.5 Lazy Evaluation; 3.6 Sequences; 3.7 Queries; Chapter 4: Imperative Programming; 4.1 Understanding Memory in .NET; 4.2 Changing Values; 4.3 Units of Measure; 4.4 Arrays; 4.5 Mutable Collection Types; 4.6 Looping Constructs; 4.7 Exceptions; Chapter 5: Object-Oriented Programming; 5.1 Programming with Objects; 5.2 Understanding System.Object; 5.3 Understanding Classes; 5.4 Methods and Properties; 5.5 Inheritance; Chapter 6: .NET Programming; 6.1 The .NET Platform; 6.2 Interfaces; 6.3 Object Expressions; 6.4 Extension Methods; 6.5 Extending Modules; 6.6 Enumerations; 6.7 Structs;Programming F#; Chapter 7: Applied Functional Programming; 7.1 Active Patterns; 7.2 Using Modules; 7.3 Mastering Lists; 7.4 Tail Recursion; 7.5 Programming with Functions; 7.6 Functional Patterns; 7.7 Functional Data Structures; Chapter 8: Applied Object-Oriented Programming; 8.1 Operators; 8.2 Generic Type Constraints; 8.3 Delegates and Events; 8.4 Events; Chapter 9: Asynchronous and Parallel Programming; 9.1 Working with Threads; 9.2 Asynchronous Programming; 9.3 Asynchronous Workflows; 9.4 Parallel Programming; 9.5 Task Parallel Library; Chapter 10: Scripting; 10.1 F# Script Files; 10.2 Directives; 10.3 F# Script Recipes; Chapter 11: Data Processing; 11.1 Indexing; 11.2 Querying;Extending the F# Language; Chapter 12: Reflection; 12.1 Attributes; 12.2 Type Reflection; 12.3 Dynamic Instantiation; 12.4 Using Reflection; Chapter 13: Computation Expressions; 13.1 Toward Computation Expressions; 13.2 Computation Expression Builders; 13.3 Custom Computation Expression Builders; Chapter 14: Quotations; 14.1 Quotation Basics; 14.2 Generating Quotation Expressions; Chapter 15: Type Providers; 15.1 Typed Data Versus Typed Languages; 15.2 Type Providers;Appendixes; Overview of .NET Libraries; Visualization; Data Processing; Storing Data; F# Interop; .NET Interop; Unmanaged Interop;Colophon;
Synopsis
Why learn F#? This multiparadigm language not only offers you an enormous productivity boost through functional programming, it also lets you develop applications using your existing object-oriented and imperative programming skills. With Programming F#3.0, you'll quickly discover the many advantages of this Microsoft language, which includes access to all the great tools and libraries of the .NET platform. Learn how to reap the benefits of functional programming for your next project - whether it's quantitative computing, large-scale data exploration, or even a pursuit of your own. With this comprehensive guide, F# former team member Chris Smith gives you a head start of the fundamentals and advanced concepts of the F# language. Get a clear understanding of functional programming, and how you can use it to simplify code Learn the language's core syntax, including object-oriented and imperative styles Simplify concurrent and parallel programming with F# Asynchronous Workflows and the Parallel Extensions to .NET Discover the power of F# 3.0's new Info Rich Programming and LINQ Queries, Why learn F#? This multiparadigm language not only offers you an enormous productivity boost through functional programming, it also lets you develop applications using your existing object-oriented and imperative programming skills., Why learn F#? With this guide, you'll learn how this multi-paradigm language not only offers you an enormous productivity boost through functional programming, but also lets you develop applications using your existing object-oriented and imperative programming skills. You'll quickly discover the many advantages of the language, including access to all the great tools and libraries of the .NET platform. Reap the benefits of functional programming for your next project, whether you're writing concurrent code, or building data- or math-intensive applications. With this comprehensive book, former F# team member Chris Smith gives you a head start on the fundamentals and walks you through advanced concepts of the F# language. Learn F#'s unique characteristics for building applications Gain a solid understanding of F#'s core syntax, including object-oriented and imperative styles Make your object-oriented code better by applying functional programming patterns Use advanced functional techniques, such as tail-recursion and computation expressions Take advantage of multi-core processors with asynchronous workflows and parallel programming Use new type providers for interacting with web services and information-rich environments Learn how well F# works as a scripting language
LC Classification Number
QA76.73
Artikelbeschreibung des Verkäufers
Info zu diesem Verkäufer
ThriftBooks
98,9% positive Bewertungen•19.7 Mio. Artikel verkauft
Angemeldet als gewerblicher Verkäufer
Verkäuferbewertungen (5'685'117)
Dieser Artikel (1)
Alle Artikel (5'685'117)
- t***z (224)- Bewertung vom Käufer.Letzter MonatBestätigter KaufNo problems with this transaction.
- p***a (2083)- Bewertung vom Käufer.Letzter MonatBestätigter KaufThank you!!
- i***t (273)- Bewertung vom Käufer.Letzter MonatBestätigter KaufThe book was received as described. It was a good value. Quick and easy transaction. I would buy again.
- c***c (698)- Bewertung vom Käufer.Letzter MonatBestätigter KaufExcellent transaction!
Noch mehr entdecken:
- Sachbuch-Rough-Guides Bücher,
- Sachbuch Insight Guides Bücher,
- Englische Bücher Sachbuch-Rough-Guides,
- Englische Bücher Insight-Guides-Sachbuch,
- Bücher über Bücher Sachbuch-Rough-Guides,
- Bücher 2-3 Jahre Sachbuch Ab 2010,
- Bücher mit Kinder- & Jugendliteratur 2-3 Jahre,
- Abenteuer 2-3 Jahre Belletristik-Bücher,
- Kinder- & Jugendliteratur-Genre ab 2-3 Jahre 2010 Bücher,
- Hörbücher und Hörspiele auf Deutsch F. - Scott-Fitzgerald