树莓派项目实战 (英)易卜拉欣(Dogan Ibrabim) 著 著作 mobi 下载 网盘 caj lrf pdf txt 阿里云

树莓派项目实战 (英)易卜拉欣(Dogan Ibrabim) 著 著作电子书下载地址
- 文件名
- [epub 下载] 树莓派项目实战 (英)易卜拉欣(Dogan Ibrabim) 著 著作 epub格式电子书
- [azw3 下载] 树莓派项目实战 (英)易卜拉欣(Dogan Ibrabim) 著 著作 azw3格式电子书
- [pdf 下载] 树莓派项目实战 (英)易卜拉欣(Dogan Ibrabim) 著 著作 pdf格式电子书
- [txt 下载] 树莓派项目实战 (英)易卜拉欣(Dogan Ibrabim) 著 著作 txt格式电子书
- [mobi 下载] 树莓派项目实战 (英)易卜拉欣(Dogan Ibrabim) 著 著作 mobi格式电子书
- [word 下载] 树莓派项目实战 (英)易卜拉欣(Dogan Ibrabim) 著 著作 word格式电子书
- [kindle 下载] 树莓派项目实战 (英)易卜拉欣(Dogan Ibrabim) 著 著作 kindle格式电子书
寄语:
新华书店正版,关注店铺成为会员可享店铺专属优惠,团购客户请咨询在线客服!
内容简介:
树莓派(R***be rry Pi)是一种价值35美元左右 、*大小的计算机,它具备很多应用功能,如桌 面计算、音频和视频回放,并且在很多工业、商业和 家庭应用中作为控制器存在。
易卜拉欣编*的《树莓派项目实战(影印版)(英 文版)》主要讲述树莓派计算机和它在控制应用中的使 用。本书通过示例,使用浅显的语言讲解了如何配置 树莓派,如何安装和使用Linux操作系统,如何使用 Python编程语言编写程序和如何开发基于硬件的项目 。
本书开始部分介绍了树莓派计算机,包括购买必 要的设备和在命令行状态下安装、使用Linu×操作系 统。本书使用样例程序讲解了用户友好的图形桌面操 作环境的使用。本书通过几个简单步骤讲述了树莓派 的网络接口,并且演示了如何从台式机或者笔记本计 算机***问树莓派计算机。本书接下来的部分涵盖 Python编程语言、硬件开发工具、硬件接口细节和基 于树莓派硬件的项目。
书籍目录:
Chapter 1 - Introducing the R***berry Pi
1.1 What Can You Do With a R***berry Pi ?
1.2 The R***berry Pi Models
1.3 The Anatomy of the R***berry Pi
1.4 Setting Up Your R***berry Pi
1.4.1 Power Supply
1.4.2 Monitor
1.4.3 TV
1.4.4 U*** Keyboard andMouse
1.4.5 PoweredU*** Hub
1.4.6 SD Card
1.4.7 Speakers
1.4.8 Case
1.4.9 U*** Flash Memory Drive
1.4.10 U*** Flash Hard Disk
1.4.11 U*** Wi-FiAdapter
1.5 Connecting Everything Together
1.5.1 Option 1 - Standard Setup
1.5.2 Option 2 - Setup Using Powered Hub
1.6 Summary
Chapter 2 - Downloading and Installing the Operating System
2.1 Downloading the Operating System
2.1.1 Downloading the NOOBS Software
2.2 Installing the Operating System onto the SD Card
2.2.1 Expanding the Filesystem
2.2.2 Changing User Password
2.2.3 Enabling Boot to Desktop.
2.2.4 International Opti***
2.2.5 Enable Camera
2.2.6 Addto Rastract
2.2.7 Overclock
2.2.8 Advanced Opti***
2.2.9 Abort
2.3 Logging in to the R***berry Pi
2.4 Summary
Chapter 3 - Using the Linux Command Line
3.1 The Command Prompt
3.2 Useful Linux Commands
3.2.1 Directory related mands
3.2.2 File related mands
3.2.3 Other mands
3.3 The Directory Structure
3.4 Command Examples
3.4.1 Current Directory
3.4.2 Directory Structure
3.4.3 Creating a Subdirectory
3.4.4 Displaying File Permissi***
3.4.5 Changing File Permissi***
3.4.6 To Change the Working Directory
3.4.7 Help
3.4.8 Date, Time, and Calendar
3.4.9 Copying a File
3.4.10 Wildcards
3.4.11 Renaming a File
3.4.12 Deleting a File
3.4.13 Removing aDirectory
3.4.14 Re-directing the Output
3.4.15 Writing to the Screen or to a File
3.4.16 Matching a String
3.4.17 Head and Tail Commands
3.4.18 Super User Commands
3.4.19 What Software is Installed on My R***berry Pi
3.5 Resource Monitoring on R***berry Pi
3.5.1 Killing a Process
3.5.2 Disk Usage
3.6 Shutting Down
3.7 Summary
Chapter 4 - Connecting the R***berry Pi to Wired Network
4.1 Connecting to a Wired Network
4.2 Unable to Connect to a Wired Network
4.3 Connecting to your R***berry Pi Remotely
4.3.1 The SSH Client
4.4 Summary
Chapter 5 - Using a Text Editor in Linux Command Mode
5.1 nano Text Editor
5.2 vi Text Editor
Chapter 6 - Using the Desktop
6.1 Installing the VNC Software
6.2 The Desktop Environment
6.3 The Task Bar
*** The Start Menu
***.1 Accessories Menu
***.2 Education Menu
***.3 Graphics Menu
***.4 Inter Menu
***.5 Other Menu
***.6 Programming Menu
***.7 Sound & Video Menu
***.8 System Tools Menu
***.9 Preferences Menu
6.5 Using External U*** Flash Memory Drive
6.6 Summary
Chapter 7 - Some Useful Software Packages for the R***berry Pi
7.1 LibreOffice
7.1.1 The Text Document Program
7.1.2 The Spreadsheet Program
7.1.3 The Drawing Program
7.1.4 The Presentation program
7.1.5 Formula
7.1.6 The Database Program
7.2 XInvaders 3D
7.3 LXMusic
7.4 Installing From the Pi Store
7.5 Summary
Chapter 8 - Python Programming
8.1 Starting Python
8.2 Variable Names
8.3 Reserved Words
8.4 Comments
8.5 Indentation
8.6 Life Continuation
8.7 Blank Lines
8.8 More Than One Statement on a Life
8.9 Python Data Types
8.9.1 Numeric Variables
8.9.2 String Variables.
8.9.3 List Variables
8.9.4 Tuple Variables .
8.9.5 Dictionary Variables
8.10 Python ***s
8.10.1 Arithmetic ***s
8.10.2 Comparison ***s
8.10.3 Logical ***s
8.10.4 Assignment ***s
8,10.5 Bitwise ***s
8.11 Control of Flow
8.11.1 if, if, else, and elif
8.11.2 'for' Statement
8.11.3 'while' Statement
8.11.4 'continue' Statement
8.11.5 'break' Statement
8.12 Number Type Conversion
8.13 Trigonometric Functi***
8.14 Mathematical Functi***
8.15 Integer Random Number Generation
8.16 Using Non-printable ASCII Characters
8.17 Print Statement
8.18 String Manipulation
8.19 String Functi***
8.20 List Functi***
8.21 Dictionary Functi***
8.22 Date & Time Functi***
8.23 User Defined Functi***
8.24 Keyboard Input
8.25 Files
8.26 Excepti***
8.27 Example Programs
8.27.1 Using the Editor to Create Programs
8.28 Summary
Chapter 9 - R***berry Pi Hardware Interfacing
9.1 GPIO Pin Definiti***
9.2 R***berry Pi Hardware Development Boards and Hardware Tools
9.2.1 Pi Cobbler
9.2.2 Pi Plate
9.2.3 Pi T-Cobbler
9.2.4 PiFace
9.2.5 RasPiComm - Piggyback Extension Board
9.2.6 PiB*** - TriB*** - GPIO Triple Header Extender
9.2.7 Gertboard
9.2.8 BerryClip - LED and Buzzer
9.2.9 MyPi - Push Your Pi -8 LED & 8 Button Breakout Board . .
9.2.10 R***berry PiElectronic Starter Kit
9.2.11 Starter Kit-A for R***berry Pi
9.3 Summary
Chapter 10 - R***berry Pi GPIO Software
10.1 Installing the GPIO Library
10.2 GPIO Library Functi***
10.2.1 Pin Numbering
10.2.2 Channel (I/O pin) Configuration
10.3 GPIO
10.4 Program Development
10.4.1 Using the Program Deion Language and Flow Charts
10.4.2 CaIling Subprograms
10.4.3 Subprogram Structure
10.5 Examples
10.6 Representing 'for' Loops in Flow Charts
10.7 Summary
Chapter 11 - R***berry Pi Hardware Projects
11.1 PROJECT 1 - Flashing an LED
11.2 PROJECT 2 - Lighthouse Flashing LED
11.3 PROJECT 3 - Flashing 8 LEDs
11.4 PROJECT 4 - Flashing 8 LEDs Using Functi***
11.5 PROJECT 5 - Random Flashing LEDs
11.6 PROJECT 6 - Rotating LEDs
11.7 PROJECT 7 - LED With Push-button Switch
11.8 PROJECT 8 - Morse Code Exerciser
11.9 PROJECT 9 - Event Counter With Callback Code
11.10 PROJECT 10 - Electronic Dice (Output to the Monitor)
11.11 PROJECT 11 - Electronic Dice (Output to LEDs)
11.12 PROJECT 12 - LED with Graphical User Input
11.13 PROJECT 13 - PWM Wave Generator
11.14 PROJECT 14 - Using an LCD
11.14.1 HD44780 LCD Controller
11.15 PROJECT 15 - Counting Seconds on the LCD
11.16 PROJECT 16 - Temperature and Humidity Display on the LCD .
11.17 PROJECT 17 - Using External EEPROM Memory
11.18 PROJECT 18 - Using Digital to Analog Converter (DAC)
11.19 PROJECT 19 - Expanding the I/O Ports
11.20 PROJECT 20 - Using Analog Temperature Sensor
11.21 PROJECT 21 - Temperature Data Logger
11.22 PROJECT 22 - Using The PiFace I/O Board
11.23 PROJECT 23 - PiFace Motor Controller
Appendix A. R***berry Pi To PC File Transfer
Appendix B. Using Wi-Fi with R***berry Pi
Appendix C. Graphical User Interface
Appendix D. R***berry Pi LCD Library
Appendix E. Hardware Projects - PDL and Program Listings
E.1 Project 3- Program Listing
E.2 Project 4- Program Listing
E.3 Project 5- Program Listing
E.4 Project 6 - Project PDL
E.5 Project 6 - Program Listing
E.6 Project 8- Project PDL
E.7 Project 8 - Program Listing
E.8 Project 9 - Program Listing
E.9 Project 11 - Project PDL
E.10 Project 11 - Program Listing
E.11 Project 12 - Program Listing
E.12 Project 16- PDL
E.13 Project 16- Program Listing
E.14 Project 17- PDL
E.15 Project 17- Program Listing
E.16 Project 18- PDL
E.17 Project 18- Program Listing
E.18 Project 19- Program Listing
E.19 Project 19 - Modified Program Listing
E.20 Project 20- Program Listing
E.21 Project 21 - Program Listing
E.22 Project 23 - Program Listing
E.23 Program Listing for LCD Library
作者介绍:
暂无相关内容,正在全力查找中
出版社信息:
暂无出版社相关信息,正在全力查找中!
书籍摘录:
暂无相关书籍摘录,正在全力查找中!
在线阅读/听书/购买/PDF下载地址:
原文赏析:
暂无原文赏析,正在全力查找中!
其它内容:
书籍介绍
树莓派(r***be rry pi)是一种价值35美元左右 、信用卡大小的计算机,它具备很多应用功能,如桌 面计算、音频和视频回放,并且在很多工业、商业和 家庭应用中作为控制器存在。 易卜拉欣编*的《树莓派项目实战(影印版)(英 文版)》主要讲述树莓派计算机和它在控制应用中的使 用。本书通过示例,使用浅显的语言讲解了如何配置 树莓派,如何安装和使用linux操作系统,如何使用 python编程语言编写程序和如何开发基于硬件的项目 。 本书开始部分介绍了树莓派计算机,包括购买必 要的设备和在命令行状态下安装、使用linu×操作系 统。本书使用样例程序讲解了用户友好的图形桌面操 作环境的使用。本书通过几个简单步骤讲述了树莓派 的网络接口,并且演示了如何从台式机或者笔记本计 算机***问树莓派计算机。本书接下来的部分涵盖 python编程语言、硬件开发工具、硬件接口细节和基 于树莓派硬件的项目。
网站评分
书籍多样性:8分
书籍信息完全性:6分
网站更新速度:3分
使用便利性:9分
书籍清晰度:9分
书籍格式兼容性:5分
是否包含广告:7分
加载速度:8分
安全性:4分
稳定性:6分
搜索功能:9分
下载便捷性:6分
下载点评
- 下载快(529+)
- 方便(589+)
- 全格式(129+)
- 还行吧(100+)
- 章节完整(671+)
- 种类多(507+)
- 差评(180+)
下载评价
- 网友 孙***夏:
中评,比上不足比下有余
- 网友 林***艳:
很好,能找到很多平常找不到的书。
- 网友 寿***芳:
可以在线转化哦
- 网友 蓬***之:
好棒good
- 网友 师***怡:
说的好不如用的好,真心很好。越来越完美
- 网友 田***珊:
可以就是有些书搜不到
- 网友 谢***灵:
推荐,啥格式都有
- 网友 焦***山:
不错。。。。。
- 网友 邱***洋:
不错,支持的格式很多
- 网友 方***旋:
真的很好,里面很多小说都能搜到,但就是收费的太多了
- 网友 通***蕊:
五颗星、五颗星,大赞还觉得不错!~~
- 网友 相***儿:
你要的这里都能找到哦!!!
- 网友 宫***玉:
我说完了。
- 网友 权***波:
收费就是好,还可以多种搜索,实在不行直接留言,24小时没发到你邮箱自动退款的!
喜欢"树莓派项目实战 (英)易卜拉欣(Dogan Ibrabim) 著 著作"的人也看了
市场营销经典案例 mobi 下载 网盘 caj lrf pdf txt 阿里云
2004全国会计专业技术资格考试习题集(中级) mobi 下载 网盘 caj lrf pdf txt 阿里云
中华经典诵读教材 mobi 下载 网盘 caj lrf pdf txt 阿里云
牛津中阶英汉双解词典 mobi 下载 网盘 caj lrf pdf txt 阿里云
艾滋病中西医基础与临床 mobi 下载 网盘 caj lrf pdf txt 阿里云
暑假作业 思想政治 高二(必修3/必修4) mobi 下载 网盘 caj lrf pdf txt 阿里云
2013全国银行系统招聘考试专用教材经济、金融、会计 mobi 下载 网盘 caj lrf pdf txt 阿里云
【崇贤馆藏书】百家姓 宣纸线装一函一册 竖排 传统国学经典启蒙 国学经典文化 古香古色的国学线装书 中国传统国学经典书籍正版 mobi 下载 网盘 caj lrf pdf txt 阿里云
性格色彩密码 泰勒·哈特曼 长江文艺出版社【正版】 mobi 下载 网盘 caj lrf pdf txt 阿里云
合同法 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 红圈(11) mobi 下载 网盘 caj lrf pdf txt 阿里云
- 陆小曼情传 寂寞烟云的绝世风华 陈又 编 文汇出版社【正版】 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 华图2018广东省***录用考试专用教材:行政职业能力测验 +申论+行政职业能力测验历年真题及华图名师详解+申论历年真题及华图名师详解+行政职业能力测验标准预测试卷+申论标准预测试卷 (套装共6册) mobi 下载 网盘 caj lrf pdf txt 阿里云
- 朗文常用英文词根词典(英英.英汉双解)(新) mobi 下载 网盘 caj lrf pdf txt 阿里云
- 房地产工程总监工作指南/房地产企业管理攻略系列 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 机动奥特曼 01~04 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 啤酒发酵技术 精酿啤酒酿造技术 共2本 啤酒发酵工艺流程控制操作 啤酒发酵发酵原理实用知识 啤酒酵母选择技巧图书籍 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 货币集结号(科学·奥妙无穷) mobi 下载 网盘 caj lrf pdf txt 阿里云
- 9787514810462 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 中公版·2019国家***考试用书2018全真模拟试卷***专业知识 mobi 下载 网盘 caj lrf pdf txt 阿里云
书籍真实打分
故事情节:4分
人物塑造:5分
主题深度:7分
文字风格:5分
语言运用:3分
文笔流畅:3分
思想传递:4分
知识深度:7分
知识广度:6分
实用性:5分
章节划分:8分
结构布局:4分
新颖与独特:5分
情感共鸣:3分
引人入胜:3分
现实相关:7分
沉浸感:8分
事实准确性:4分
文化贡献:9分