自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(0)
  • 资源 (54)
  • 收藏
  • 关注

空空如也

Learn Google Flutter Fast 65 Examples.rar

Learn Google Flutter by example. Over 65 example mini-apps. Chapters Include: Three Chapters on Dart Language. Introduction to Flutter. Installing Flutter. Your first Flutter App. Dependencies & Packages. Introduction to Widgets & Composition. Stateless Widgets. Stateful Widgets. Basic Material Widgets. Multi-Child Widgets. Single-Child Widgets. App Scaffolding Widgets. Other Widgets. Builders. Routing & Navigation. Forms. Http, Apis, REST & JSON. Flutter with Http, Apis, REST & JSON. State. State & Stateful Widgets. State & InheritedWidgets. State & Scoped Model. State & BLoCs with Streams. Local Persistence. Mixins. Debugging & Performance Profiling.

2019-10-15

Oxford Dictionary of Physics.rar

从这里下载的mobi格式, 转换为PDF, WORD版本. 将就可以看的. 实在是没有找到原版的PDF.

2019-08-24

Complex Variables and Applications (z-lib.org).pdf

复变函数与应用 第九版 英文版 作者: [美]詹姆斯·沃德·布朗 等 (中文版 当当上有卖)

2019-07-13

Pro TBB.pdf

2019出版 Apress. Think Parallel We have aimed to make this book useful for those who are new to parallel programming as well as those who are expert in parallel programming. We have also made this book approachable for those who are comfortable only with C programming, as well as those who are fluent in C++. In order to address this diverse audience without “dumbing down” the book, we have written this Preface to level the playing field. What Is TBB TBB is a solution for writing parallel programs in C++ which has become the most popular, and extensive, support for parallel programming in C++. It is widely used and very popular for a good reason. More than 10 years old, TBB has stood the test of time and has been influential in the inclusion of parallel programming support in the C++ standard. While C++11 made major additions for parallel programming, and C++17 and C++2x take that ever further, most of what TBB offers is much more than what belongs in a language standard. TBB was introduced in 2006, so it contains support for pre-C++11 compilers. We have simplified matters by taking a modern look at TBB and assuming C++11. Common advice today is “if you don’t have a C++11 compiler, get one.” Compared with the 2007 book on TBB, we think C++11, with lambda support in particular, makes TBB both richer and easier to understand and use. TBB is simply the best way to write a parallel program in C++, and we hope to help you be very productive in using TBB.

2019-07-13

Machine Learning with Microsoft Technologies.pdf

2019年, Apress出版. Machine learning allows decision makers to gain more insight from their data. Today, the application of machine learning is no longer limited to research and specific industries. In most fields, there is a valuable opportunity to use machine learning to obtain more concise and in-depth information from available data. As a result, most big software companies provide opportunities to their users to access machine learning via easy-to-use software. For example, Microsoft, a pioneer in developing business software, leverages machine learning in developing products such as the Bing search engine, Xbox, Kinect, and others. The use of machine learning in Microsoft is not limited to the production of new software. In many of Microsoft’s software development tools, such as Microsoft SQL Server, Power BI, and .NET, there is an opportunity to use machine learning to create smarter applications and reposts. In this chapter, you will learn the central concepts and approaches to machine learning, review machine learning types, and discover step-by-step the life cycle of machine learning. Also, you will learn about the highly useful machine learning tools that are available in Microsoft products.

2019-06-13

Deep Learning for Search.pdf

2019年 Manning出版, 全英文 ,下面是preface: The field of natural language processing bewitched me as soon as I came to know about it nearly 10 years ago, while studying for my master’s degree. The promise that computers could help us understand the (already, even then) vast amount of textual documents in existence sounded like magic. I still remember how exciting it was to see my first NLP programs extract even vaguely correct and useful information from a few text documents. About the same time, at work, I was asked to do some consulting for a customer on their new open source search architecture. My colleague, who was an expert in the field, was busy on another project, so I was given a copy of Lucene in Action,1 which I studied for a couple of weeks; then I was sent out on the consulting job. A couple of years after I worked on that Lucene/Solr-based project, the new search engine went live (and, as far as I know, it’s still used). I can’t tell you how many times the search engine algorithms needed to be adjusted because of this or that query or this or that fragment of indexed text, but we made it work. I could see users’ queries, and I could see the data that was there to be retrieved, but a minimal difference in spelling or omitting a certain word could cause very relevant information to not show up in the search results. So while I was very proud of my work, I kept wondering how I could have done better to avoid the many manual interventions the product managers asked me to perform in order to provide the best possible user experience. Right after this, I quite by chance found myself involved in machine learning thanks to Andrew Ng’s first machine learning online class (which originated the Coursera MOOC series). I was so fascinated with the concepts behind the neural networks shown in the class that I decided to try to implement a small library for neural networks in Java myself, just for fun (http://svn.apache.org/repos/asf/labs/yay/). I started hunting for other on

2019-06-11

Exploring Advanced Features in C#-.pdf

英文版版. 2019. Apress. 出版. 按一些语言特征分类讲解C#, 值得初学者参考. This book is primarily aimed at C# developers with some prior knowledge of writing applications in C# with Visual Studio. It is focused on C# 7 but also takes a look at the new features in C# 8 and .NET Core 3.0. In this book, we will • Look at features of C# 7 such as tuples, local functions, and discards • Explore abstract classes, implementing interfaces, using async and await, nullable, and dynamic types • Look at features of C# 8 such as nullable reference types, recursive patterns, ranges, indices, switch expressions, and more • Create responsive web apps using ASP.NET MVC. Using SASS, jQuery, creating Models, Views, and Controllers. How to use Razor, adding plugins, testing responsive layouts using Chrome, and debugging jQuery using Chrome Developer Tools • See what is new in .NET Core 3.0 and how to get up and running with .NET Core 3.0 in a Snap • Have a look at running your ASP.NET Core MVC app on Linux and how to edit and debug it using Visual Studio Code • Look at new features in Visual Studio 2019 • See how Visual Studio Live Share works • Learn some refactoring and code fx tips in Visual Studio to make you more productive • See how you can bring Artificial Intelligence to Visual Studio by making use of the powerful Visual Studio IntelliCode If you are a developer that wants to keep on improving your skills, have a look at what this book has to offer.

2019-06-01

Python, PyGame, and Raspberry Pi Game Development, 2nd Edition.pdf

2019年 Apress出版 This book is intended for anyone who wants to learn how to program games. It is ideally suited to students who want to learn Python and PyGame on their Raspberry Pi. While not necessary, this book has been oriented toward the Raspberry Pi computer. The Python programming language is ideally suited to beginners and experts alike. The skills you will learn in this book are easily transferable to other computer languages too. If you are unfamiliar with the Raspberry Pi, there are several good eBook guides on getting started including mine called A Slice of Raspberry Pi, available from all good eBook retailers. This book assumes that you are familiar with the Raspberry Pi computer and that you have the Raspberry Pi Foundation’s recommended Raspbian operating system installed. Raspbian is a distribution of the Debian Linux operating system built specifically for the Raspberry Pi. This distribution contains all the Software Development Kits (SDKs) including one for Python that includes PyGame. If you don’t have Raspbian installed, you will have to ensure that you have Python and PyGame installed on your system. Don’t have a Raspberry Pi? Not to worry, you can still learn Python and PyGame. The code in this book will work on other OSs with Python and PyGame installed; Python is a platform-independent language. You can obtain more information and download versions of Python from www.python.org. PyGame can be obtained from www.pygame.org/. Sprites from Ari Feldman’s SpriteLib have been used for the projects contained in this book.

2019-05-26

Fundamentals of Aircraft and Airship Design, Volume 2

Fundamentals of Aircraft and Airship Design, Volume 2 – Airship Design and Case Studies. 2-Amer Inst of Aeronautics & (2013).pdf 作者是 Grant E. Carichner Lockheed Martin Aeronautics Company Advanced Development Programs (Skunk Works) Palmdale, California Leland M. Nicolai Lockheed Martin Aeronautics Company Advanced Development Programs (Skunk Works) Palmdale, California 可以先到亚马逊查一下介绍.

2019-05-23

Fundamentals of Aircraft and Airship Design, Volume I

Fundamentals of Aircraft and Airship Design, Volume I - Aircraft Design-American Institute of Aeronautics and Astronautics (2010).pdf 作者是 Leland M. Nicolai Lockheed Martin Aeronautics Company Advanced Development Programs (Skunk Works) Palmdale, California Grant E. Carichner Lockheed Martin Aeronautics Company Advanced Development Programs (Skunk Works) Palmdale, California 可以先到亚马逊查一下介绍.

2019-05-23

Reactive Programming on Android with RxJava (2017).pdf

2017 Leanpub出版 Since its inception in 2012, RxJava has slowly gained in popularity for enabling reactive programming on Android. Today in 2017, it is now deemed as the go-to and leading reactive library. Many companies have adopted the reactive way of programming including Google with its release of Android Architecture Components, which has many reactive elements in its design. In Reactive Programming on Android with RxJava, we seek to condense RxJava principles and provide a structured and simplified approach with a lot of code examples. This book seeks to serve as a foundation for experienced Android developers who are new to RxJava so that they can start integrating it into their apps. The book is broken into two parts: The 1st part of the book will go through the basics: In Chapter 1, we will give the backstory of RxJava and discuss what reactive programming is. In Chapter 2, we will examine the core components in RxJava. In Chapter 3, we will dive deeper into operators and highlight a couple of important ones. In Chapter 4, we will cover multithreading and concurrency. The 2nd part of the book will go through advanced concepts: In Chapter 5, we will put together all the lessons from the 1st part of the book and see how they apply to Android. In Chapter 6, we will talk about backpressure to control the flow of data. In Chapter 7, we will go over error handling and how it differs from Java’s exception handling

2019-05-22

Functional Reactive Programming-Manning Publications (2016).pdf

Manning 2016年出版 Functional programming (FP) holds real solutions to today’s complex software needs, especially the challenges of parallelism. It’s catching on, but there are barriers to its adoption. FRP is a subset of FP that doesn’t require you to learn a new language. This makes FRP an ideal gateway drug to functional programming. FRP solves a specific problem now, yet it gives you grounding in ideas that have wide application. Lambda expressions have now been added to every language. The only thing standing in the way of wide adoption of FRP is gone. FRP is essentially an embedded logic language, so code written in it looks basically the same in any language. It turns out that Java has especially clear FRP syntax, and this was why we chose it as the primary vehicle in this book, but the language really doesn’t matter. There’s a need for FRP, the languages are ready, and functional programming is in vogue. The time is right for FRP to take over a small corner of the world.

2019-05-22

Clean Python.pdf

Apress 2019出版 Python is one of the most popular languages today. Relatively new fields such as data science, AI, robotics, and data analytics, along with traditional professions such as web development and scientific research, are embracing Python. It’s increasingly important for programmers writing code in a dynamic language like Python to make sure that the code is highquality and error-free. As a Python developer, you want to make sure that the software you are building makes your users happy without going over budget or never releasing. Python is a simple language, yet it’s difficult to write great code because there aren’t many resources that teach how to write better Python code. Currently lacking in the Python world are code consistency, patterns, and an understanding of good Pythonic code among developers. For every Python programmer, great Pythonic code has a different meaning. The reason for this could be that Python is being used in so many areas that it’s difficult to reach consensus among developers about specific patterns. In addition, Python doesn’t have any books about clean code like Java and Ruby do. There have been attempts to write those kinds of books to bring clarity to good Python practices, but those attempts have been few and far between, and quickly frankly, they haven’t been high-quality. The main goal of this book is to provide tips to Python developers of various levels so they can write better Python software and programs. This book gives you various techniques irrespective of the field you use Python in. This book covers all levels of Python, from basic to advanced, and shows you how to make your code more Pythonic. Remember, writing software is not only science but art, and this book will teach you how to become a better Python programmer.

2019-05-22

Text Analytics with Python, 2nd Edition.pdf

Apress 2019 版 Data is the new oil and unstructured data—especially text, images, and videos—contains a wealth of information. However, due to the inherent complexity in processing and analyzing this data, people often refrain from spending extra time and effort venturing out from structured datasets to analyze these unstructured sources of data, which can be a potential gold mine. Natural language processing (NLP) is all about leveraging tools, techniques, and algorithms to process and understand natural language-based data, which is usually unstructured like text, speech, and so on. In this book, we will be looking at tried and tested strategies—techniques and workflows—that can be leveraged by practitioners and data scientists to extract useful insights from text data.

2019-05-22

AutoCAD For Dummies, 18th Edition.pdf

Published by: John Wiley & Sons, Inc., 111 River Street, Hoboken, NJ 07030-5774, www.wiley.com Copyright © 2019 by John Wiley & Sons, Inc., Hoboken, New Jersey Published simultaneously in Canada Believe it or not, AutoCAD is almost 40 years old, having been born in December 1982, when most people thought that personal computers weren’t capable of industrial-strength tasks like CAD. The acronym stands for Computer-Aided Drafting, Computer-Aided Design, or both, depending on who you talk to. What’s equally scary is that many of today’s hotshot AutoCAD users, and most of the readers of this book, weren’t even born when the program frst hit the street and when the grizzled old-timer writing these words began using it. AutoCAD remains the king of the PC computer CAD hill by a tall margin, making it one of the longest-lived computer programs ever. It’s conceivable that the longterm future of CAD may belong to special-purpose, 3D-based software such as the Autodesk Inventor and Revit programs, or to specialized market-specifc variations built on top of AutoCAD. At any rate, AutoCAD’s DWG fle format is the de facto standard, and so AutoCAD will be where the CAD action is for the foreseeable future. You may have heard that AutoCAD is complex, and therefore is difcult to learn and use. Yes, the user interface includes about 1,300 icons. But it has been my observation that the easier any software is to learn and use, the sooner you bump up against its limitations. A car with no accelerator, one forward gear, no steering, and no brakes would be easy to use until you reached a hill, a curve, or a stop sign or you needed to back out of a parking space. Yes, AutoCAD is complex, but that’s the secret to its success. Some claim that few people use more than 10 percent of AutoCAD’s capabilities. Closer analysis reveals that most people use the same basic 5 percent and everyone else uses a different 5 percent after that. The trick is to fnd your 5 percent, the sweet spot that suits your particular industry. If you follow my advice, I think you will fnd that using AutoCAD is as simple and intuitive as driving a car. It should be perfectly clear that if your career path has put you in a position where you need to know how to use AutoCAD, you’re no dummy!

2019-05-21

Think Julia

If you’re just learning how to program, Julia is an excellent JIT-compiled, dynamically typed language with a clean syntax. This hands-on guide uses Julia 1.0 to walk you through programming one step at a time, beginning with basic programming concepts before moving on to more advanced capabilities, such as creating new types and multiple dispatch. Designed from the beginning for high performance, Julia is a general-purpose language ideal for not only numerical analysis and computational science but also web programming and scripting. Through exercises in each chapter, you’ll try out programming concepts as you learn them. Think Julia is perfect for students at the high school or college level as well as self-learners and professionals who need to learn programming basics. Start with the basics, including language syntax and semantics Get a clear definition of each programming concept Learn about values, variables, statements, functions, and data structures in a logical progression Discover how to work with files and databases Understand types, methods, and multiple dispatch Use debugging techniques to fix syntax, runtime, and semantic errors Explore interface design and data structures through case studies

2019-05-05

Embedded Linux Development Using Yocto Project Cookbook Second Edition

Embedded Linux Development Using Yocto Project Cookbook Second Edition 第二版

2019-04-29

Reactive Native in Action. 英文版

React Native in Action Developing iOS and Android apps with JavaScript (Manning) 2019 出版

2019-04-23

The Boost C++ Libraries

在CSDN上没有找到这本书. 在其它地方找到, 上传分享. 2014年出版; epub转换版, 排版一般, 字迹清晰; 作者: Boris Schäling Copyright © 2008-2014 With the exceptions noted below, this work is licensed under a Creative Commons Attribution - NonCommercial - NoDerivatives 4.0 International License. Visit http://creativecommons.org/licenses/by-nc-nd/4.0/deed.en to view a copy of the full license.

2019-04-21

ITK Software Guide Book1 & Book2 pdf (for v4.13.0)

ITK Software Guide Book1 & Book2 pdf (for v4.13.0)

2019-04-09

Ubuntu 7.10 Linux Unleashed! 全英文版

2008年出版的. Welcome to Ubuntu 7.10 Linux Unleashed! This book covers the free Linux distribution named Ubuntu and includes a fully functional and complete operating system produced by the Ubuntu Community, sponsored by Canonical Software. Ubuntu directly descends from one of the oldest and most rever

2019-03-23

Pro Python 3, 3rd 英文版

Pro Python 3, 3rd Edition (2019 Apress出版) Features and Tools for Professional Development Pro Python 3, 3rd Edition Author: J. Burton Browning, Marty Alchin ISBN-10: 1484243846 Year: 2019 Pages: 480 Language: English File size: 6 MB File format: PDF, ePub Category: Python Book Description: Refine your programming techniques and approaches to become a more productive and creative Python programmer. This book explores the concepts and features that will improve not only your code but also your understanding of the Python community with insights and details about the Python philosophy. Pro Python 3, Third Edition gives you the tools to write clean, innovative code. It starts with a review of some core Python principles, which are illustrated by various concepts and examples later in the book. The first half of the book explores aspects of functions, classes, protocols, and strings, describing techniques which may not be common knowledge, but which together form a solid foundation. Later chapters cover documentation, testing, and app distribution. Along the way, you’ll develop a complex Python framework that incorporates ideas learned throughout the book. Updates in this edition include the role of iterators in Python 3, web scraping with Scrapy and BeautifulSoup, using Requests to call web pages without strings, new tools for distribution and installation, and much more. By the end of the book you’ll be ready to deploy uncommon features that can take your skills to the next level in Python. What You’ll Learn Implement programs with various types of Python functions Work with classes and object-oriented programming Use strings from the standard library and third-party libraries Harvest web site data with Python Automate unit testing by writing a test suite Review imaging, random number generation, and NumPy scientific extensions Understand The Zen of Python documentation to help you decide the best way to distribute your code Who This Book Is For Intermediate programmers familiar with Python who are looking to move to an advanced level. You should have written at least a simple Python application, and be comfortable with a basic object-oriented approach, using the interactive interpreter, and writing control structures.

2019-03-23

Serious Python 全英文的

2018年出版. An indispensable collection of practical tips and real-world advice for tackling common Python problems and taking your code to the next level. Features interviews with high-profile Python developers who share their tips, tricks, best practices, and real-world advice gleaned from years of experience. Sharpen your Python skills as you dive deep into the Python programming language with Serious Python. You’ll cover a range of advanced topics like multithreading and memorization, get advice from experts on things like designing APIs and dealing with databases, and learn Python internals to help you gain a deeper understanding of the language itself. Written for developers and experienced programmers, Serious Python brings together over 15 years of Python experience to teach you how to avoid common mistakes, write code more efficiently, and build better programs in less time. As you make your way through the book’s extensive tutorials, you’ll learn how to start a project and tackle topics like versioning, layouts, coding style, and automated checks. You’ll learn how to package your software for distribution, optimize performance, use the right data structures, define functions efficiently, pick the right libraries, build future-proof programs, and optimize your programs down to the bytecode. You’ll also learn how to: – Make and use effective decorators and methods, including abstract, static, and class methods – Employ Python for functional programming using generators, pure functions, and functional functions – Extend flake8 to work with the abstract syntax tree (AST) to introduce more sophisticated automatic checks into your programs – Apply dynamic performance analysis to identify bottlenecks in your code – Work with relational databases and effectively manage and stream data with PostgreSQL If you’ve been looking for a way to take your Python skills from good to great, Serious Python will help you get there. Learn from the experts and get seriously good at Python with Serious Python!

2019-03-12

Programming with the Kinect for Windows Software Development Kit

Create rich experiences for users of Windows 7 and Windows 8 Developer Preview with this pragmatic guide to the Kinect for Windows Software Development Kit (SDK). The author, a developer evangelist for Microsoft, walks you through Kinect sensor technology and the SDK – providing hands-on insights fo

2019-03-10

Mastering Dart 全英文版

PACKT 2014年出版 It's only been a few years since the Dart programming language was born and it has become eminent and well-known not only within Google, but also in the wider community of developers. It has grown into a powerful tool to help developers produce effcient and consistent source code for web clients and standalone and server-side programs. The Dart development team and independent contributors have created some good documentation, so getting started with programming using Dart isn't that hard. You can program within different development environments such as the Eclipse-based Dart Editor; IDE plugins for IntelliJ IDEA and WebStorm; and text editor plugins for Sublime Text 3, Emacs, and Vim.

2019-02-26

Learning Dart 全英文

2013年PACKT 出版 Developing a web application or software in general, is still a challenging task. There is a client/browser side and a server side with databases. There are many different technologies to master in order to feel comfortable with a full client/server stack. There are different frameworks with different objectives. There are also different programming languages that a developer must learn each one more suitable either for the server or the client side.

2019-02-26

Mastering Ethereum PDF 全英文

Ethereum represents the gateway to a worldwide, decentralized computing paradigm. This platform enables you to run decentralized applications (DApps) and smart contracts that have no central points of failure or control, integrate with a payment network, and operate on an open blockchain. With this practical guide, Andreas M. Antonopoulos and Gavin Wood provide everything you need to know about building smart contracts and DApps on Ethereum and other virtual-machine blockchains. Discover why IBM, Microsoft, NASDAQ, and hundreds of other organizations are experimenting with Ethereum. This essential guide shows you how to develop the skills necessary to be an innovator in this growing and exciting new industry.

2019-02-23

Serverless Application with Nodes.js 全英文

Serverless Application with Nodes.js 全英文 2019出版 Serverless Applications with Node.js walks you through building serverless apps on AWS using JavaScript. Inside, you’ll discover what Claudia.js brings to the table as you build and deploy a scalable event-based serverless application, based around a pizzeria that’s fully integrated with AWS services, including Lambda and API Gateway. Each chapter is filled with exercises, examples, tips, and more to make sure you’re ready to bring what you’ve learned into your own work.

2019-02-17

iOS Development with Swift 全英文

iOS Development with Swift 全英文

2019-02-17

Starting Out with App inventor for android.pdf

Starting Out with App inventor for android

2019-02-11

Start out with Java Early Objects. 5 edition

Start out with Java Early Objects. 5 edition

2019-02-11

Blazor Revealed

Building Web Applications in .NET 2019出版 — Peter Himschoot

2019-02-09

Deep Learning for Computer Vision

Deep Learning for Computer Vision Copyright © 2018 Packt Publishing

2019-02-09

Neural networks a comprehensive foundation 2nd

by Simon Haykin 1999 by Pearson Education.Inc This edition is published by arrangement with Pearson Education, Inc. Pearson Prentice Hall. This book is sold subject to the condition that it shall not, by way oftrade or otherwise, be lent, resold, hired out. or otherwise circulated without the publisher's prior written consent in any form of binding or cover other than that in which it is published and without a similar condition including this condition being imposed on the subsequent purchaser and without limiting the rights under copyright reserved above, no part of this publication may be reproduced, stored in or introduced into a retrieval system, or transmitted in any form or by any means (electronic, mechanical, photocopying, recording or otherwise), without the prior written permission of both the copyright owner and the above-mentioned publisher of this book.

2019-02-08

PRACTICAL MALWARE ANALYSIS

2012 , publisher: William Pollock T h e H a n d s - O n G u i d e t o D i s s e c t i n g M a l i c i o u s S o f t w a r e by Michael Sikorski and Andrew Honig

2019-02-08

DATA MINING METHODS and APPLICATIONS

Edited by (2008 CRC) Kenneth D. Lawrence Stephan Kudyba Ronald K. Klimberg

2019-02-08

Machine Learning with PyPark.pdf

Machine Learning with PySpark (2019 Apress出版) With Natural Language Processing and Recommender Systems 作者:Pramod Sing

2019-02-08

Functional Programming From dummies

2019年出版的. Your guide to the functional programming paradigm Functional programming mainly sees use in math computations, including those used in Artificial Intelligence and gaming. This programming paradigm makes algorithms used for math calculations easier to understand and provides a concise method of coding algorithms by people who aren’t developers. Current books on the market have a significant learning curve because they’re written for developers, by developers—until now. Functional Programming for Dummies explores the differences between the pure (as represented by the Haskell language) and impure (as represented by the Python language) approaches to functional programming for readers just like you. The pure approach is best suited to researchers who have no desire to create production code but do need to test algorithms fully and demonstrate their usefulness to peers. The impure approach is best suited to production environments because it’s possible to mix coding paradigms in a single application to produce a result more quickly. Functional Programming For Dummies uses this two-pronged approach to give you an all-in-one approach to a coding methodology that can otherwise be hard to grasp. Learn pure and impure when it comes to coding Dive into the processes that most functional programmers use to derive, analyze and prove the worth of algorithms Benefit from examples that are provided in both Python and Haskell Glean the expertise of an expert author who has written some of the market-leading programming books to date If you’re ready to massage data to understand how things work in new ways, you’ve come to the right place!

2019-02-07

Reactive Streams in Java

Apress 2019出版, 作者: Adam L. Davis; 我没看过, 请自己上亚马逊看相关介绍.

2019-02-05

Efficicent Learning Machines

Apress出版. 具体介绍请上亚马逊. Apress出版. 具体介绍请上亚马逊.

2019-02-05

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除