ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب MicroPython cookbook: over 110 practical recipes for programming embedded systems and microcontrollers with Python

دانلود کتاب کتاب آشپزی MicroPython: بیش از 110 دستور العمل عملی برای برنامه نویسی سیستم های تعبیه شده و میکروکنترلرها با پایتون

MicroPython cookbook: over 110 practical recipes for programming embedded systems and microcontrollers with Python

مشخصات کتاب

MicroPython cookbook: over 110 practical recipes for programming embedded systems and microcontrollers with Python

ویرایش:  
نویسندگان:   
سری:  
ISBN (شابک) : 9781838649951, 9781789340747 
ناشر: Packt Publishing, Limited 
سال نشر: 2019 
تعداد صفحات: 0 
زبان: English 
فرمت فایل : EPUB (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 53 مگابایت 

قیمت کتاب (تومان) : 36,000



کلمات کلیدی مربوط به کتاب کتاب آشپزی MicroPython: بیش از 110 دستور العمل عملی برای برنامه نویسی سیستم های تعبیه شده و میکروکنترلرها با پایتون: سیستم های کامپیوتری جاسازی شده، میکروکنترلرها--برنامه نویسی، پایتون (زبان برنامه کامپیوتری)، کتاب های الکترونیکی، میکروکنترلرها -- برنامه نویسی



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 20


در صورت تبدیل فایل کتاب MicroPython cookbook: over 110 practical recipes for programming embedded systems and microcontrollers with Python به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب کتاب آشپزی MicroPython: بیش از 110 دستور العمل عملی برای برنامه نویسی سیستم های تعبیه شده و میکروکنترلرها با پایتون نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب کتاب آشپزی MicroPython: بیش از 110 دستور العمل عملی برای برنامه نویسی سیستم های تعبیه شده و میکروکنترلرها با پایتون

MicroPython یک پیاده سازی متن باز زبان Python 3 است که در محیط های تعبیه شده اجرا می شود. با MicroPython می‌توانید کد پایتون تمیز و ساده را برای کنترل سخت‌افزار بنویسید، به‌جای اینکه مجبور باشید از زبان‌های پیچیده سطح پایین مانند C یا C++ استفاده کنید. اگر می خواهید دستگاه هایی بسازید که با دنیای فیزیکی تعامل داشته باشند، این کتاب آشپزی برای شما عالی است.


توضیحاتی درمورد کتاب به خارجی

MicroPython is an open source implementation of Python 3 language that runs on embedded environments. With MicroPython you can write clean and simple Python code to control hardware instead of having to use complex low-level languages like C or C++. If you want to create devices that interact with physical world, this cookbook is perfect for you.



فهرست مطالب

Cover
Copyright
Credits
Disclaimer
About the Authors
About the Reviewer
www.PacktPub.com
Table of Contents
Preface
Chapter 1: Activities
Introduction
Declaring an activity
Starting a new activity with an intent object
Switching between activities
Passing data to another activity
Returning a result from an activity
Saving an activity\'s state
Storing persistent activity data
Understanding the activity lifecycle
Chapter 2: Layouts
Introduction
Defining and inflating a layout
Using RelativeLayout
Using LinearLayout
Creating tables --
TableLayout and GridLayout. Using ListView, GridView, and AdaptersChanging layout properties during runtime
Optimizing layouts with the Hierarchy Viewer
Chapter 3: Views, Widgets, and Styles
Introduction
Inserting a widget into a layout
Using graphics to show button state
Creating a widget at runtime
Creating a custom component
Applying a style to a View
Turning a style into a theme
Selecting theme based on the Android version
Chapter 4: Menus
Introduction
Creating an Options menu
Modifying menus and menu items during runtime
Enabling Contextual Action Mode for a view. Using Contextual Batch Mode with a ListViewCreating a pop-up menu
Chapter 5: Exploring Fragments, AppWidgets, and the System UI
Introduction
Creating and using a Fragment
Adding and removing Fragments during runtime
Passing data between Fragments
Creating a shortcut on the Home screen
Creating a Home screen widget
Adding Search to the Action Bar
Showing your app full screen
Chapter 6: Working with Data
Introduction
Storing simple data
Read and write a text file to internal storage
Read and write a text file to external storage
Including resource files in your project. Creating and using an SQLite databaseAccess data in the background using a Loader
Chapter 7: Alerts and Notifications
Introduction
Lights, Action, and Sound --
getting the user\'s attention!
Creating a Toast using a custom layout
Displaying a message box with AlertDialog
Displaying a progress dialog
Lights, Action, and Sound Redux using Notifications
Creating a Media Player Notification
Making a Flashlight with a Heads-Up Notification
Chapter 8: Using the Touchscreen and Sensors
Introduction
Listening for click and long-press events
Recognizing tap and other common gestures. Pinch-to-zoom with multi-touch gesturesSwipe-to-Refresh
Listing available sensors --
an introduction to the Android Sensor Framework
Reading sensor data --
using the Android Sensor Framework events
Reading device orientation
Chapter 9: Graphics and Animation
Introduction
Scaling down large images to avoid Out of Memory exceptions
A Transition Animation --
defining scenes and applying a transition
Creating a Compass using Sensor data and RotateAnimation
Creating a slideshow with ViewPager
Creating a Card Flip Animation with Fragments
Creating a Zoom Animation with a Custom Transition.




نظرات کاربران