- OpenGL Data Visualization Cookbook
- Raymond C. H. Lo William C. Y. Lo
- 165字
- 2021-07-16 20:42:32
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 assume that all files are saved to a top-level directory called code
and the main.cpp
file is saved inside the /code/Tutorial1
subdirectory."
A block of code is set as follows:
typedef struct { GLfloat x, y, z; } Data;
Any command-line input or output is written as follows:
sudo port install glfw
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: "Check the Empty project option, and click on Finish."
- 流量的秘密:Google Analytics網站分析與優化技巧(第2版)
- Java 9 Concurrency Cookbook(Second Edition)
- 算法零基礎一本通(Python版)
- PHP程序設計(慕課版)
- 人人都是網站分析師:從分析師的視角理解網站和解讀數據
- 網絡爬蟲原理與實踐:基于C#語言
- C#開發案例精粹
- Arduino可穿戴設備開發
- 算法設計與分析:基于C++編程語言的描述
- Hadoop Blueprints
- JavaScript Unit Testing
- 從零開始學UI設計·基礎篇
- Mastering Responsive Web Design
- Mastering MeteorJS Application Development
- Learning SaltStack(Second Edition)