دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
ویرایش:
نویسندگان: harprit Singh Sandhu
سری:
ISBN (شابک) : 9780071716673
ناشر: McGraw-Hill
سال نشر: 2010
تعداد صفحات: 336
زبان: english
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود)
حجم فایل: 3 مگابایت
در صورت تبدیل فایل کتاب Programming the Propeller with Spin. Beginner’s Guide to Parallel Processing به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب برنامه نویسی پروانه با چرخش راهنمای مبتدیان برای پردازش موازی نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
پردازش موازی با پروانه - آسان شده است! این کتاب باید در قفسه کتابهای هر پروانهای، بین کتابچه راهنمای پروانه Parallax و برنامهنویسی و سفارشیسازی حجمهای پروانه چند هستهای، جایی پیدا کند. ساخت: 24 برنامه نویسی پروانه با چرخش: راهنمای مبتدیان برای پردازش موازی شما را از طریق مهارت های ضروری برای ساخت و کنترل دستگاه ها با استفاده از تراشه پروانه و محیط پردازش موازی آن راهنمایی می کند. نحوه استفاده از هر یک از پردازنده های 32 بیتی یکسان، معروف به چرخ دنده را بیاموزید و هشت چرخ دنده را به طور موثر با یکدیگر تعامل کنید. این کتاب تنظیمات سخت افزار و نرم افزار پروانه، حافظه و زبان اسپین را پوشش می دهد. پروژههای گام به گام به شما تجربه عملی میدهند که چگونه یاد میگیرید: استفاده از تکنیکهای پروانه ورودی/خروجی با نمونههای کد Spin گسترده نمایش اعداد با نمایشگرهای هفت بخش ایجاد توالی پالس دقیق و کنترلشده افزودن نمایشگر LCO 16 کاراکتری در دو خط کنترل سرووهای سرگرمی R/C استفاده از تقویت کننده های موتور برای کنترل موتورهای کوچک راه اندازی یک موتور پله ای دوقطبی ساخت میز تراز خودکار مبتنی بر حسگر گرانش موتورهای DC را با رمزگذارهای افزایشی راه اندازی کنید موتورهای AC کوچک را اجرا کنید همچنین صدها خط آماده را خواهید یافت. - اجرای کد چرخشی مستند و همچنین فایلهای پیدیاف تمام شماتیکها در وبسایت McGraw-Hill: دانلودها در www.mhprofessional.com/computingdownload در دسترس هستند. حجم های پروانه چند هسته ای." ساخت: 24
Parallel Processing With the Propeller--Made Easy! "This book should find a place on any Propellerhead's bookshelf, between Parallax's Propeller Manual and its Programming and Customizing the Multicore Propeller volumes." Make: 24 Programming the Propeller with Spin: A Beginner's Guide to Parallel Processing walks you through the essential skills you need to build and control devices using the Propeller chip and its parallel processing environment. Find out how to use each of the identical 32-bit processors, known as cogs, and make the eight cogs effectively interact with each other. The book covers Propeller hardware and software setup, memory, and the Spin language. Step-by-step projects give you hands-on experience as you learn how to: Use Propeller I/O techniques with extensive Spin code examples Display numbers with seven segment displays Create accurate, controlled pulse sequences Add a 16 character by two line LCO display Control R/C hobby servos Use motor amplifiers to control small motors Run a bipolar stepper motor Build a gravity sensor-based auto-leveling table Run DC motors with incremental encoders Run small AC motors You'll also find hundreds of lines of ready-to-run documented Spin code as well as PDFs of all the schematics on McGraw-Hill's website: Downloads available at www.mhprofessional.com/computingdownload "This book should find a place on any Propellerhead's bookshelf, between Parallax's Propeller Manual and its Programming and Customizing the Multicore Propeller volumes." Make: 24
Content: Preface Part I: The Propeller/SPIN System. Introduction for the Beginner; Chapter 1. A General Introduction to the Propeller Chip; Chapter 2. The Propeller Chip. An Overall Description; Chapter 3. The Hardware Setup; Chapter 4. Software Setup: The Propeller "Tool" Environment; Chapter 5. The Various Propeller Memories; Chapter 6. The How and Why of Shared Memory; Chapter 7. Understanding One Cog; Chapter 8. The Eight Cogs; Chapter 9. Special Terms and Ideas; Chapter 10. The Spin Language; Chapter 11. Tasks Suited to Parallel Processing; Part II: Input and Output: The Basic Techniques to Be Mastered--Learning by Doing; Chapter 12. General Discussion of Input/Output; Chapter 13. Binary Pulsing; Chapter 14. Setting Up a 16-Character-by-2-Line Liquid Crystal Display; Chapter 15. Binary Input and Output: Reading a Switch and Turning on an LED if Switch is Closed; Chapter 16. Reading a Potentiometer: Creating an Input We Can Vary in Real Time; Chapter 17. Creating and Reading Frequencies; Chapter 18. Reading and Creating Pulses; Part III: The Projects: Using What Was Learned to Build The Projects; Chapter 19. Seven Segment Displays: Displaying Numbers with Seven-Segment LED Displays; Chapter 20. The Metronomes; Chapter 21. Understanding a 16-Character-by-2-Line LCD Display; Chapter 22. Running Motors: A Preliminary Discussion; Chapter 23. Motor Amplifiers for Small Motors; Chapter 24. Motor Amplifiers for Small Motors; Chapter 25. Controlling a Small DC Motor; Chapter 26. Running a Stepper Motor: Bipolar, Four-Wire Motors; Chapter 27. Gravity Sensor Based Auto-Leveling Table; Chapter 28. Running DC Motors with Attached Incremental Encoders; Chapter 29. Running Small AC Motors: Controlling Inductive Loads; Part IV: Appendixes; Appendix A. LCDRoutines4 and Utilities Object Listings; Appendix B. Materials; Appendix C. Turning Cogs On and Off; Appendix D. Experiments Board; Appendix E. Debugging; Epilogue; Index