- Mathematica Data Analysis
- Sergiy Suchok
- 161字
- 2021-07-30 09:43:48
Conventions
In this book, you will find a number of styles of text 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: "In order to import data into Mathematica, the Import
function is used."
A block of code is set as follows:
int main(int argc, char *argv[]) { return WSMain(argc, argv); }
Any command-line input or output is written as follows:
checkdate[x_] := If[DateObject[x] == DateObject["2015JAN"], True, False]
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "To go to further instructions, let's click on the Continue button".
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- 在最好的年紀學Python:小學生趣味編程
- Software Defined Networking with OpenFlow
- LabVIEW程序設計基礎與應用
- 造個小程序:與微信一起干件正經事兒
- JavaScript+jQuery開發實戰
- SQL語言從入門到精通
- 用Python實現深度學習框架
- PostgreSQL Replication(Second Edition)
- HTML5入門經典
- Learning DHTMLX Suite UI
- Beginning C++ Game Programming
- 自學Python:編程基礎、科學計算及數據分析(第2版)
- Practical GIS
- Building Slack Bots
- JavaScript從入門到精通(視頻實戰版)