登入帳戶  | 訂單查詢  | 購物車/收銀台( 0 ) | 在線留言板  | 付款方式  | 聯絡我們  | 運費計算  | 幫助中心 |  加入書簽
會員登入 新註冊 | 新用戶登記
HOME新書上架暢銷書架好書推介特價區會員書架精選月讀2023年度TOP分類閱讀雜誌 香港/國際用戶
最新/最熱/最齊全的簡體書網 品種:超過100萬種書,正品正价,放心網購,悭钱省心 送貨:速遞 / EMS,時效:出貨後2-3日

2024年05月出版新書

2024年04月出版新書

2024年03月出版新書

2024年02月出版新書

2024年01月出版新書

2023年12月出版新書

2023年11月出版新書

2023年10月出版新書

2023年09月出版新書

2023年08月出版新書

2023年07月出版新書

2023年06月出版新書

2023年05月出版新書

2023年04月出版新書

『簡體書』学习Scala(影印版)

書城自編碼: 2667798
分類: 簡體書→大陸圖書→計算機/網絡程序設計
作 者: [美]斯沃茨[Swartz,J.] 著
國際書號(ISBN): 9787564159207
出版社: 东南大学出版社
出版日期: 2015-08-01

頁數/字數: 235页
書度/開本: 16开 釘裝: 平装

售價:NT$ 432

我要買

share:

** 我創建的書架 **
未登入.



新書推薦:
政治的视野(第一卷)
《 政治的视野(第一卷) 》

售價:NT$ 437.0
人间失格:《文豪野犬》联动版
《 人间失格:《文豪野犬》联动版 》

售價:NT$ 182.0
古典与文明·希罗多德的历史方法
《 古典与文明·希罗多德的历史方法 》

售價:NT$ 411.0
在夏天里
《 在夏天里 》

售價:NT$ 354.0
找出口的人
《 找出口的人 》

售價:NT$ 359.0
量子霸权
《 量子霸权 》

售價:NT$ 650.0
张作霖传(全新增订版)
《 张作霖传(全新增订版) 》

售價:NT$ 406.0
甲骨文丛书·当卡夫卡迎面走来……:一本回忆录
《 甲骨文丛书·当卡夫卡迎面走来……:一本回忆录 》

售價:NT$ 359.0

建議一齊購買:

+

NT$ 573
《 Scala编程思想(原书第2版) 》
+

NT$ 730
《 Scala编程 第2版(影印版) 》
+

NT$ 623
《 Scala 并发编程 》
+

NT$ 407
《 七周七并发模型 》
+

NT$ 540
《 Spark大数据处理技术 》
+

NT$ 988
《 统计学习基础 第2版 》
編輯推薦:
作者斯沃茨在《学习Scala影印版英文版》中论证了为什么ScaIa凭借其简洁而具有表达性的语法使其成为想提高水平的Ruby和Python开发者的理想语言,同时Scala的类型安全性和性能保证了它对于任何应用而言都足够稳定和快速。
內容簡介:
为什么需要学习Scala?你不需要像数据科学家或者分布式计算专家一样理解这个面向对象的函数式编程语言。《学习Scala(影印版)(英文版)》提供了对Scala全面而易读的介绍,包括语法图、示例和练习。在深入了解高阶函数和不可变数据结构前,你将首先接触Scala的核心类型与语法。
關於作者:
作者:(美国)斯沃茨(JasonSwartz)
斯沃茨(JasonSwartz),是一位软件开发者,酷爱直观的用户界面、具有表达性的编程语言和简明的用户文档。他曾组织了在sanFrancisco举行的scala社区会议并为Netflix的顾客设备项目开发应用。
目錄
Preface.
Part Ⅰ.Core Scala
1.Getting Started with the Scalable Language
Installing Scala
Using the Scala REPL
Summary
Exercises
2.Working with Data: Literals, Values, Variables, and Types
Values
Variables
Naming
Types
Numeric Data Types
Strings
An Overview of Scala Types
Tuples
Summary
Exercises
3.Expressions and Conditionals
Expressions
Defining Values and Variables with Expressions
Expression Blocks
Statements
If..Else Expression Blocks
If Expressions
If—Else Expressions
Match Expressions
Matching with Wildcard Patterns
Matching with Pattern Guards
Matching Types with Pattern Variables
Loops
Iterator Guards
Nested Iterators
Value Binding
While and Do/While Loops
Summary
Exercises
4.Functions
Procedures
Functions with Empty Parentheses
Function Invocation with Expression Blocks
Recursive Functions
Nested Functions
Calling Functions with Named Parameters
Parameters with Default Values
Vararg Parameters
Parameter Groups
Type Parameters
Methods and Operators
Writing Readable Functions
Summary
Exercises
5.First—Class Functions
Function Types and Values
Higher—Order Functions
Function Literals
Placeholder Syntax
Partially Applied Functions and Currying
By—Name Parameters
Partial Functions
Invoking Higher—Order Functions with Function Literal Blocks
Summary
Exercises
6.Common Collections
Lists, Sets, and Maps
What''s in a List?
The Cons Operator
List Arithmetic
Mapping Lists
Reducing Lists
Converting Collections
Java and Scala Collection Compatibility
Pattern Matching with Collections
Summary
Exercises
7.M0te Collections
Mutable Collections
Creating New Mutable Collections
Creating Mutable Collections from Immutable Ones
Using Collection Builders
Arrays
Seq and Sequences
Streams
Monadic Collections
Option Collections
Try Collections
Future Collections
Summary
Exercises
Part Ⅱ.Object—Oriented Scala
8.Classes
Defining Classes
More Class Types
Abstract Classes
Anonymous Classes
More Field and Method Types
Overloaded Methods
Apply Methods
Lazy Values
Packaging
Accessing Packaged Classes
Packaging Syntax
Privacy Controls
Privacy Access Modifiers
Final and Sealed Classes
Summary
Exercises
9.Objects, Case Classes, and Traits
Objects
Apply Methods and Companion Objects
Command—Line Applications with Objects
Case Classes
Traits
Self Types
Instantiation with Traits
Importing Instance Members
Summary
Break——Configuring Your First Scala Project
Exercises
10.Advancefl Typing
Tuple and Function Value Classes
Implicit Parameters
Implicit Classes
Types
Type Aliases
Abstract Types
Bounded Types
Type Variance
Package Objects
Summary
Questions
A.Reserved Words
Index
內容試閱
An alternate but now unofflcially deprecated syntax you will see for procedures is to define them without the Unit return type and without an equals sign before the procedure body.With this syntax the example log () method would be written like this:
scaladef log(d: Double) {println(f"Got value $dth.2f")}
log: (d: Double)Unit
As just noted, this syntax is unofficially deprecated by the maintainers of the Scala language.The problem with this syntax is that too many developers accidentally wrote procedures with return values, expecting the return value to be actually returned to the caller.With this procedure syntax, any return value (or Fmal expression) will be discarded.To address this problem, it is recommended that developers stick to regular function defmitions with an equals sign to reduce the possibility that valid return values will be ignored.
Functions with Empty Parentheses
An alternate way to defme and invoke an input—less function (one which has no input parameters) is with empty parentheses.You might fmd this style preferable because it clearly distinguishes the function from a value.

 

 

書城介紹  | 合作申請 | 索要書目  | 新手入門 | 聯絡方式  | 幫助中心 | 找書說明  | 送貨方式 | 付款方式 香港用户  | 台灣用户 | 海外用户
megBook.com.tw
Copyright (C) 2013 - 2024 (香港)大書城有限公司 All Rights Reserved.