- R Deep Learning Cookbook
- Dr. PKS Prakash Achyutuni Sri Krishna Rao
- 194字
- 2021-07-02 20:49:02
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: "We can include other contexts through the use of the include directive."
A block of code is set as follows:
[default]
exten => s,1,Dial(Zap/1|30)
exten => s,2,Voicemail(u100)
exten => s,102,Voicemail(b100)
exten => i,1,Voicemail(s0)
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
[default]
exten => s,1,Dial(Zap/1|30)
exten => s,2,Voicemail(u100)
exten => s,102,Voicemail(b100)
exten => i,1,Voicemail(s0)
Any command-line input or output is written as follows:
# cp /usr/src/asterisk-addons/configs/cdr_mysql.conf.sample /etc/asterisk/cdr_mysql.conf
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: "Clicking the Next button moves you to the next screen."
- C語言程序設計
- Blender 3D Incredible Machines
- Java 9模塊化開發(fā):核心原則與實踐
- Python機器學習基礎(chǔ)教程
- Linux C編程:一站式學習
- Mastering openFrameworks:Creative Coding Demystified
- Visual Basic 6.0程序設計實驗教程
- Managing Microsoft Hybrid Clouds
- Python計算機視覺和自然語言處理
- Java RESTful Web Service實戰(zhàn)
- C語言程序設計教程
- 軟技能2:軟件開發(fā)者職業(yè)生涯指南
- LibGDX Game Development By Example
- 零基礎(chǔ)入門學習C語言:帶你學C帶你飛
- Swift編程實戰(zhàn):iOS應用開發(fā)實例及完整解決方案