/
githubmirror
/
zxing
Обзор
Документация
Войти
/
githubmirror
/
zxing
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
android/assets/html-en/about1d.html
15 строк
833 B
srowen
Merge About into Help. Clean up Help a little. Auto-translate into common languages.
10 сен 2012, 20:39
10 сен 2012, 20:39
008c23f
Код
Авторство
О чём код?
<!DOCTYPE HTML> <html> <head> <meta charset="UTF-8"/> <title>About 1D barcodes</title> <link rel="stylesheet" href="../style.css" type="text/css"/> </head> <body> <p>Traditional barcodes, such as those printed on product packaging, are also known as one dimensional barcodes. There are several types commonly used, including UPC and EAN. Most look similar to this:</p> <p class="imgcenter"><img src="../images/big-1d.png"/></p> <p>These 1D barcodes contain a unique code which typically describes a product, like a CD or a book. You can look this code up on the internet to find prices, reviews, and more.</p> <p>If you scan a book, you can also search the contents of the book for a word or phrase, and find all the pages where it appears:</p> <p class="imgcenter"><img src="../images/search-book-contents.jpg"/></p> </body> </html>