- Intel Edison Projects
- Avirup Basu
- 206字
- 2021-07-09 19:56:36
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:
int a = analogRead(tempPin ); float R = 1023.0/((float)a)-1.0;
R = 100000.0*R;
float temperature=1.0/(log(R/100000.0)/B+1/298.15)-273.15; Serial.print("temperature = "); Serial.println(temperature);
delay(500);
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
string res = textBox.Text; if(string.IsNullOrEmpty(res))
{
MessageBox.Show("No text entered. Please enter again");
}
else
{
textBlock.Text = res;
Any command-line input or output is written as follows:
npm install mqtt
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: "After you click on OK, the tool will automatically unzip the file."
- Word 2003、Excel 2003、PowerPoint 2003上機指導與練習
- Microsoft Power BI Quick Start Guide
- Getting Started with Clickteam Fusion
- 現代機械運動控制技術
- Supervised Machine Learning with Python
- 大學計算機應用基礎
- 21天學通Visual C++
- 3D Printing for Architects with MakerBot
- 計算機網絡原理與技術
- 分析力!專業Excel的制作與分析實用法則
- 網絡管理工具實用詳解
- 從零開始學PHP
- 電腦上網輕松入門
- SMS 2003部署與操作深入指南
- Ansible 2 Cloud Automation Cookbook