官术网_书友最值得收藏!

  • 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."

Warnings or important notes appear in a box like this.
Tips and tricks appear like this.
主站蜘蛛池模板: 田东县| 石河子市| 化德县| 磐安县| 嘉黎县| 温宿县| 凭祥市| 巴南区| 安丘市| 迁西县| 凤翔县| 新乡县| 柳林县| 兰坪| 仪陇县| 曲沃县| 万全县| 清流县| 台州市| 林芝县| 福清市| 兴仁县| 泗阳县| 松潘县| 印江| 绩溪县| 安化县| 文化| 开封市| 盐源县| 巫山县| 延安市| 渝中区| 汉沽区| 吴堡县| 加查县| 临泽县| 丰原市| 红河县| 龙里县| 饶平县|