树莓派项目实战 pdf snb 115盘 kindle 在线 下载 pmlz mobi

树莓派项目实战电子书下载地址
内容简介:
树莓派(raspbe rry pi)是一种价值35美元左右 、信用卡大小的计算机,它具备很多应用功能,如桌 面计算、音频和视频回放,并且在很多工业、商业和 家庭应用中作为控制器存在。 易卜拉欣编*的《树莓派项目实战(影印版)(英 文版)》主要讲述树莓派计算机和它在控制应用中的使 用。本书通过示例,使用浅显的语言讲解了如何配置 树莓派,如何安装和使用linux操作系统,如何使用 python编程语言编写程序和如何开发基于硬件的项目 。 本书开始部分介绍了树莓派计算机,包括购买必 要的设备和在命令行状态下安装、使用linu×操作系 统。本书使用样例程序讲解了用户友好的图形桌面操 作环境的使用。本书通过几个简单步骤讲述了树莓派 的网络接口,并且演示了如何从台式机或者笔记本计 算机上访问树莓派计算机。本书接下来的部分涵盖 python编程语言、硬件开发工具、硬件接口细节和基 于树莓派硬件的项目。
书籍目录:
chapter 1 - introducing the raspberry pi 1.1 what can you do with a raspberry pi ? 1.2 the raspberry pi models 1.3 the anatomy of the raspberry pi 1.4 setting up your raspberry pi 1.4.1 power supply 1.4.2 monitor 1.4.3 tv 1.4.4 usb keyboard andmouse 1.4.5 poweredusb hub 1.4.6 sd card 1.4.7 speakers 1.4.8 case 1.4.9 usb flash memory drive 1.4.10 usb flash hard disk 1.4.11 usb 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 summarychapter 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 options 2.2.5 enable camera 2.2.6 addto rastract 2.2.7 overclock 2.2.8 advanced options 2.2.9 abort 2.3 logging in to the raspberry pi 2.4 summarychapter 3 - using the linux command line 3.1 the command prompt 3.2 useful linux commands 3.2.1 directory related commands 3.2.2 file related commands 3.2.3 other commands 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 permissions 3.4.5 changing file permissions 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 raspberry pi 3.5 resource monitoring on raspberry pi 3.5.1 killing a process 3.5.2 disk usage 3.6 shutting down 3.7 summarychapter 4 - connecting the raspberry 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 raspberry pi remotely 4.3.1 the ssh client 4.4 summarychapter 5 - using a text editor in linux command mode 5.1 nano text editor 5.2 vi text editorchapter 6 - using the desktop 6.1 installing the vnc software 6.2 the desktop environment 6.3 the task bar 6.4 the start menu 6.4.1 accessories menu 6.4.2 education menu 6.4.3 graphics menu 6.4.4 internet menu 6.4.5 other menu 6.4.6 programming menu 6.4.7 sound & video menu 6.4.8 system tools menu 6.4.9 preferences menu 6.5 using external usb flash memory drive 6.6 summarychapter 7 - some useful software packages for the raspberry 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 summarychapter 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 operators 8.10.1 arithmetic operators 8.10.2 comparison operators 8.10.3 logical operators 8.10.4 assignment operators 8,10.5 bitwise operators 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 functions 8.14 mathematical functions 8.15 integer random number generation 8.16 using non-printable ascii characters 8.17 print statement 8.18 string manipulation 8.19 string functions 8.20 list functions 8.21 dictionary functions 8.22 date & time functions 8.23 user defined functions 8.24 keyboard input 8.25 files 8.26 exceptions 8.27 example programs 8.27.1 using the editor to create programs 8.28 summarychapter 9 - raspberry pi hardware interfacing 9.1 gpio pin definitions 9.2 raspberry 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 piborg - triborg - 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 raspberry pielectronic starter kit 9.2.11 starter kit-a for raspberry pi 9.3 summarychapter 10 - raspberry pi gpio software 10.1 installing the gpio library 10.2 gpio library functions 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 description 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 summarychapter 11 - raspberry 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 functions 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 controllerappendix a. raspberry pi to pc file transferappendix b. using wi-fi with raspberry piappendix c. graphical user interfaceappendix d. raspberry pi lcd libraryappendix 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下载地址:
原文赏析:
暂无原文赏析,正在全力查找中!
其它内容:
书籍介绍
树莓派(raspbe rry pi)是一种价值35美元左右 、信用卡大小的计算机,它具备很多应用功能,如桌 面计算、音频和视频回放,并且在很多工业、商业和 家庭应用中作为控制器存在。 易卜拉欣编*的《树莓派项目实战(影印版)(英 文版)》主要讲述树莓派计算机和它在控制应用中的使 用。本书通过示例,使用浅显的语言讲解了如何配置 树莓派,如何安装和使用linux操作系统,如何使用 python编程语言编写程序和如何开发基于硬件的项目 。 本书开始部分介绍了树莓派计算机,包括购买必 要的设备和在命令行状态下安装、使用linu×操作系 统。本书使用样例程序讲解了用户友好的图形桌面操 作环境的使用。本书通过几个简单步骤讲述了树莓派 的网络接口,并且演示了如何从台式机或者笔记本计 算机上访问树莓派计算机。本书接下来的部分涵盖 python编程语言、硬件开发工具、硬件接口细节和基 于树莓派硬件的项目。
网站评分
书籍多样性:6分
书籍信息完全性:5分
网站更新速度:4分
使用便利性:9分
书籍清晰度:5分
书籍格式兼容性:4分
是否包含广告:3分
加载速度:6分
安全性:4分
稳定性:4分
搜索功能:8分
下载便捷性:6分
下载点评
- 内容完整(458+)
- 服务好(363+)
- epub(177+)
- 值得下载(227+)
- 不亏(566+)
- 目录完整(295+)
- 购买多(150+)
- 方便(358+)
- 图书多(96+)
- 小说多(534+)
- 引人入胜(287+)
- 简单(64+)
下载评价
- 网友 马***偲:
好 很好 非常好 无比的好 史上最好的
- 网友 堵***洁:
好用,支持
- 网友 车***波:
很好,下载出来的内容没有乱码。
- 网友 常***翠:
哈哈哈哈哈哈
- 网友 养***秋:
我是新来的考古学家
- 网友 宫***玉:
我说完了。
- 网友 龚***湄:
差评,居然要收费!!!
- 网友 林***艳:
很好,能找到很多平常找不到的书。
- 网友 寇***音:
好,真的挺使用的!
- 网友 焦***山:
不错。。。。。
- 网友 郗***兰:
网站体验不错
- 网友 曾***文:
五星好评哦
- 网友 堵***格:
OK,还可以
- 网友 融***华:
下载速度还可以
喜欢"树莓派项目实战"的人也看了
从零开始学外汇投资交易(财富增值版) pdf snb 115盘 kindle 在线 下载 pmlz mobi
《微型小说选刊》把楼梯踩成钢琴 pdf snb 115盘 kindle 在线 下载 pmlz mobi
女性用药安全指南/王建平/蔡田恬/张奕航/安全用药系列科普读物/浙江大学出版社 pdf snb 115盘 kindle 在线 下载 pmlz mobi
奥特曼55周年纪念进阶版(500片)奥特英雄周年鉴 卡通动漫 益智拼图奥特曼大全拼图 英雄完全档案真人特摄海报 3-6-7-8-10周岁图鉴图画册人物拼图游戏 pdf snb 115盘 kindle 在线 下载 pmlz mobi
一些流体模型的整体适定性 科学出版社 pdf snb 115盘 kindle 在线 下载 pmlz mobi
辽宁会计从业资格考试用书中公辽宁省会计从业资格无纸化考试专用教材会计电算化历年真题+全真模拟预测试卷新大纲版 pdf snb 115盘 kindle 在线 下载 pmlz mobi
谈史说戏 马铁汉 9787547418482 山东画报出版社 pdf snb 115盘 kindle 在线 下载 pmlz mobi
CAXA电子图板2005实训教程 pdf snb 115盘 kindle 在线 下载 pmlz mobi
Node.js入门指南 pdf snb 115盘 kindle 在线 下载 pmlz mobi
建筑给水排水、供暖、通风及空调工程 9787503891991 住房和城乡建设领域关键岗位技术人员培训教材》编写委员会,陈哲,吴静 编 中国林业出版社 pdf snb 115盘 kindle 在线 下载 pmlz mobi
- 普通高等教育“十二五”规划教材 发电厂变电站电气部分 pdf snb 115盘 kindle 在线 下载 pmlz mobi
- 公民大会妇女 pdf snb 115盘 kindle 在线 下载 pmlz mobi
- 40000词英汉词典(精) pdf snb 115盘 kindle 在线 下载 pmlz mobi
- 西游记 原著(精装版全四册)世界经典文学名著小说 四大名著 中华传统经典名著 中学生课外阅读古代经典小说书籍 青少年阅读成人版古典小说四大名著之一 pdf snb 115盘 kindle 在线 下载 pmlz mobi
- 怎样教英语(新版)(语言学文库) pdf snb 115盘 kindle 在线 下载 pmlz mobi
- 防水工(建筑工人技能培训教程) pdf snb 115盘 kindle 在线 下载 pmlz mobi
- 入门篇-速成围棋-上-(含光盘)( 货号:754363700254) pdf snb 115盘 kindle 在线 下载 pmlz mobi
- 9787552219142 pdf snb 115盘 kindle 在线 下载 pmlz mobi
- 山海经 精装收藏版全集无删减原版原著青少年版学生版四五六年级图文白话文儿童版山海经全译插画【新华书店正版图书】 pdf snb 115盘 kindle 在线 下载 pmlz mobi
- 关于中国特色社会主义政治经济学的若干问题/红色文化研究书库 pdf snb 115盘 kindle 在线 下载 pmlz mobi
书籍真实打分
故事情节:7分
人物塑造:4分
主题深度:3分
文字风格:9分
语言运用:8分
文笔流畅:6分
思想传递:9分
知识深度:3分
知识广度:9分
实用性:7分
章节划分:7分
结构布局:8分
新颖与独特:9分
情感共鸣:4分
引人入胜:5分
现实相关:9分
沉浸感:4分
事实准确性:6分
文化贡献:9分