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

  • 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.
主站蜘蛛池模板: 阿拉善左旗| 台湾省| 嘉善县| 凤翔县| 家居| 嵩明县| 新蔡县| 卓资县| 青铜峡市| 正宁县| 渑池县| 逊克县| 蒙城县| 岳阳市| 大厂| 信阳市| 砚山县| 罗城| 遂昌县| 宿州市| 通渭县| 临泽县| 伊宁市| 仲巴县| 沾益县| 宜宾市| 六盘水市| 寻甸| 尚义县| 抚顺市| 平邑县| 象州县| 西峡县| 辽宁省| 和政县| 普格县| 南部县| 丹江口市| 龙里县| 南京市| 容城县|