树莓派项目实战 mobi 下载 网盘 caj lrf pdf txt 阿里云

树莓派项目实战电子书下载地址
内容简介:
树莓派(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 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 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 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 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 summarychapter 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 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 *** the start menu ***.1 accessories menu ***.2 education menu ***.3 graphics menu ***.4 internet menu ***.5 other menu ***.6 programming menu ***.7 sound & video menu ***.8 system tools menu ***.9 preferences menu 6.5 using external usb flash memory drive 6.6 summarychapter 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 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 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 summarychapter 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 r***icomm - 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 summarychapter 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 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 - 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 counte***ith 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 ***og converter (dac) 11.19 project 19 - expanding the i/o ports 11.20 project 20 - using ***og 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. r***berry pi to pc file transferappendix b. using wi-fi with r***berry piappendix c. graphical user interfaceappendix d. r***berry 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下载地址:
原文赏析:
暂无原文赏析,正在全力查找中!
其它内容:
书籍介绍
树莓派(r***be rry pi)是一种价值35美元左右 、信用卡大小的计算机,它具备很多应用功能,如桌 面计算、音频和视频回放,并且在很多工业、商业和 家庭应用中作为控制器存在。 易卜拉欣编*的《树莓派项目实战(影印版)(英 文版)》主要讲述树莓派计算机和它在控制应用中的使 用。本书通过示例,使用浅显的语言讲解了如何配置 树莓派,如何安装和使用linux操作系统,如何使用 python编程语言编写程序和如何开发基于硬件的项目 。 本书开始部分介绍了树莓派计算机,包括购买必 要的设备和在命令行状态下安装、使用linu×操作系 统。本书使用样例程序讲解了用户友好的图形桌面操 作环境的使用。本书通过几个简单步骤讲述了树莓派 的网络接口,并且演示了如何从台式机或者笔记本计 算机***问树莓派计算机。本书接下来的部分涵盖 python编程语言、硬件开发工具、硬件接口细节和基 于树莓派硬件的项目。
网站评分
书籍多样性:3分
书籍信息完全性:4分
网站更新速度:3分
使用便利性:7分
书籍清晰度:8分
书籍格式兼容性:3分
是否包含广告:4分
加载速度:6分
安全性:9分
稳定性:4分
搜索功能:6分
下载便捷性:7分
下载点评
- 藏书馆(187+)
- 体验还行(137+)
- 体验好(68+)
- mobi(149+)
- txt(89+)
- 还行吧(467+)
- 强烈推荐(81+)
- 速度快(430+)
- 服务好(550+)
- 图文清晰(200+)
- 差评(118+)
- 下载速度快(204+)
- 小说多(190+)
下载评价
- 网友 印***文:
我很喜欢这种风格样式。
- 网友 屠***好:
还行吧。
- 网友 宫***凡:
一般般,只能说收费的比免费的强不少。
- 网友 汪***豪:
太棒了,我想要azw3的都有呀!!!
- 网友 曾***玉:
直接选择epub/azw3/mobi就可以了,然后导入微信读书,体验百分百!!!
- 网友 蓬***之:
好棒good
- 网友 索***宸:
书的质量很好。资源多
- 网友 訾***雰:
下载速度很快,我选择的是epub格式
- 网友 堵***洁:
好用,支持
- 网友 陈***秋:
不错,图文清晰,无错版,可以入手。
- 网友 谢***灵:
推荐,啥格式都有
- 网友 习***蓉:
品相完美
- 网友 焦***山:
不错。。。。。
- 网友 师***怡:
说的好不如用的好,真心很好。越来越完美
- 网友 利***巧:
差评。这个是收费的
- 网友 曾***文:
五星好评哦
喜欢"树莓派项目实战"的人也看了
舍得(5VCD) mobi 下载 网盘 caj lrf pdf txt 阿里云
小学语文阶梯阅读80篇(一年级) mobi 下载 网盘 caj lrf pdf txt 阿里云
鹿川有许多粪(《烧纸》作者韩国电影大师李沧东封笔之作,直面错综复杂的生活本身,探索真正价值的可能性 从《烧纸》到《燃烧》永恒的审视与追问) mobi 下载 网盘 caj lrf pdf txt 阿里云
力控组态软件入门与典型应用 孟庆松 工程管理器 开发系统 实时数据库系统 外部I/O设备 动画连接 组态软件操作技术书籍 mobi 下载 网盘 caj lrf pdf txt 阿里云
消防安全技术实务一书通关 mobi 下载 网盘 caj lrf pdf txt 阿里云
学霸同步笔记:道德与法治(九年级 漫画图解 讲+例+练 全彩版) mobi 下载 网盘 caj lrf pdf txt 阿里云
易学象数论 mobi 下载 网盘 caj lrf pdf txt 阿里云
短线是银4:十万到百万(全新改版) mobi 下载 网盘 caj lrf pdf txt 阿里云
全新正版图书 不战的勇士 弗朗西丝·道斯 天地出版社 9787545543346青岛新华书店旗舰店 mobi 下载 网盘 caj lrf pdf txt 阿里云
外科护理(***执业资格考试学习指导) mobi 下载 网盘 caj lrf pdf txt 阿里云
- 预售 偶然而恐怖的相遇 [日]西泽保彦著 温雪亮译 西泽保彦出道25周年纪念作 成熟本格推理短篇集 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 洛基:阿斯加德特工1: 相信我 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 现代化、全球化与中国道路 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 帮助孩子战胜进食障碍 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 越爱玩越会学:语文、数学、物理、化学、生物在游戏中搞定 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 特种战:灵活机动下的尖刀对决《战典丛书》写组哈尔滨出版社股份有限公司鑫隆博图书专营店 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 新东方 2017年考研英语完形填空与阅读理解PART B(新题型) mobi 下载 网盘 caj lrf pdf txt 阿里云
- 乾隆传 唐文基,罗庆泗 著 人民出版社【无忧售后 正版书籍】 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 我喜欢她,但是我迟到了 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 【新华网】2024经济类联考综合能力考前预测4套卷 陈剑,赵鑫全,熊师路 编 颉腾 mobi 下载 网盘 caj lrf pdf txt 阿里云
书籍真实打分
故事情节:6分
人物塑造:7分
主题深度:3分
文字风格:7分
语言运用:7分
文笔流畅:8分
思想传递:6分
知识深度:5分
知识广度:4分
实用性:3分
章节划分:8分
结构布局:9分
新颖与独特:7分
情感共鸣:3分
引人入胜:8分
现实相关:6分
沉浸感:4分
事实准确性:5分
文化贡献:3分