- Scientific Computing with Scala
- Vytautas Jan?auskas
- 152字
- 2021-07-16 11:07:22
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "For now, simply create a new folder called csvreader
and a file in it called CSVReader.scala
."
A block of code is set as follows:
object CSVReader { def main(args: Array[String]) { for (line <- Source.fromFile("iris.csv").getLines()) { println(line) } } }
Any command-line input or output is written as follows:
scala> xs dot ws res2: Double = 27.5
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "You can access it via the Plot menu option."
推薦閱讀
- Web程序設計及應用
- DevOps:軟件架構師行動指南
- C語言程序設計實踐教程(第2版)
- C#高級編程(第10版) C# 6 & .NET Core 1.0 (.NET開發經典名著)
- PHP 7底層設計與源碼實現
- 網頁設計與制作教程(HTML+CSS+JavaScript)(第2版)
- Rust Cookbook
- 匯編語言程序設計(第3版)
- Hands-On Microservices with Kotlin
- Linux命令行與shell腳本編程大全(第4版)
- C語言程序設計教程
- Go語言編程
- Buildbox 2.x Game Development
- Android應用開發實戰
- React and React Native