- Learning Modular Java Programming
- Tejaswini Mandar Jog
- 133字
- 2021-07-14 11:15:34
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: "Every object created based on this type will inherit these default properties such as toString
, valueOf
, hasOwnProperty
, and so on."
A block of code is set as follows:
function doAddition(num1, num2){ return num1 + num2; } function doSubtraction(num1, num2){ var result = null; if(num1 > num2){ result = num1 - num2; }else{ result = num2 - num1; } return result; }
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
推薦閱讀
- NLTK基礎(chǔ)教程:用NLTK和Python庫(kù)構(gòu)建機(jī)器學(xué)習(xí)應(yīng)用
- Python神經(jīng)網(wǎng)絡(luò)項(xiàng)目實(shí)戰(zhàn)
- Hands-On C++ Game Animation Programming
- HTML5入門經(jīng)典
- Oracle Exadata專家手冊(cè)
- Mastering Android Game Development
- 基于Struts、Hibernate、Spring架構(gòu)的Web應(yīng)用開發(fā)
- 零代碼實(shí)戰(zhàn):企業(yè)級(jí)應(yīng)用搭建與案例詳解
- ASP.NET Web API Security Essentials
- scikit-learn Cookbook(Second Edition)
- 程序員的成長(zhǎng)課
- Learning Unreal Engine Game Development
- Kotlin進(jìn)階實(shí)戰(zhàn)
- Learning Concurrency in Python
- 3D Printing Designs:Octopus Pencil Holder