登入帳戶  | 訂單查詢  | 購物車/收銀台( 0 ) | 在線留言板  | 付款方式  | 運費計算  | 聯絡我們  | 幫助中心 |  加入書簽
會員登入 新用戶登記
HOME新書上架暢銷書架好書推介特價區會員書架精選月讀2023年度TOP分類瀏覽雜誌 臺灣用戶
品種:超過100萬種各類書籍/音像和精品,正品正價,放心網購,悭钱省心 服務:香港台灣澳門海外 送貨:速遞郵局服務站

新書上架簡體書 繁體書
暢銷書架簡體書 繁體書
好書推介簡體書 繁體書

四月出版:大陸書 台灣書
三月出版:大陸書 台灣書
二月出版:大陸書 台灣書
一月出版:大陸書 台灣書
12月出版:大陸書 台灣書
11月出版:大陸書 台灣書
十月出版:大陸書 台灣書
九月出版:大陸書 台灣書
八月出版:大陸書 台灣書
七月出版:大陸書 台灣書
六月出版:大陸書 台灣書
五月出版:大陸書 台灣書
四月出版:大陸書 台灣書
三月出版:大陸書 台灣書
二月出版:大陸書 台灣書

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

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

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

售價:HK$ 96.2

我要買

 

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


新書推薦:
正念心理学:全面开启自我觉察与接纳的疗愈之旅
《 正念心理学:全面开启自我觉察与接纳的疗愈之旅 》

售價:HK$ 83.8
车用锂离子动力电池碰撞安全
《 车用锂离子动力电池碰撞安全 》

售價:HK$ 189.6
桥头楼上
《 桥头楼上 》

售價:HK$ 63.4
中国近代史(中国史学大家蒋廷黻典作品)
《 中国近代史(中国史学大家蒋廷黻典作品) 》

售價:HK$ 47.8
先跳了再说: 仓本聪的工作与生活哲学
《 先跳了再说: 仓本聪的工作与生活哲学 》

售價:HK$ 67.2
抗焦虑饮食(赠实践手册)
《 抗焦虑饮食(赠实践手册) 》

售價:HK$ 106.8
生活不是掷骰子:理性决策的贝叶斯思维
《 生活不是掷骰子:理性决策的贝叶斯思维 》

售價:HK$ 82.8
万有引力书系·基辅罗斯:东斯拉夫文明的起源
《 万有引力书系·基辅罗斯:东斯拉夫文明的起源 》

售價:HK$ 141.6

 

建議一齊購買:

+

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

HK$ 162.8
《 Scala编程 第2版(影印版) 》
+

HK$ 138.8
《 Scala 并发编程 》
+

HK$ 90.7
《 七周七并发模型 》
+

HK$ 120.3
《 Spark大数据处理技术 》
+

HK$ 220.2
《 统计学习基础 第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.hk
Copyright © 2013 - 2024 (香港)大書城有限公司  All Rights Reserved.