دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
دسته بندی: برنامه نويسي ویرایش: 2 نویسندگان: Cristina Videira Lopes سری: ISBN (شابک) : 9780367350208, 9780429343216 ناشر: CRC Press سال نشر: 2020 تعداد صفحات: 361 زبان: English فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) حجم فایل: 3 مگابایت
در صورت ایرانی بودن نویسنده امکان دانلود وجود ندارد و مبلغ عودت داده خواهد شد
کلمات کلیدی مربوط به کتاب تمرین در سبک برنامه نویسی: برنامه نویسی، پایتون، مهندسی نرم افزار
در صورت تبدیل فایل کتاب Exercises in Programming Style به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب تمرین در سبک برنامه نویسی نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
اولین نسخه از Exercises in Programming Style به عنوان یک کتاب قابل توجه ACM مورد تقدیر قرار گرفت و به عنوان "بهترین کتاب برنامه نویسی دهه" ستایش شد. بخش سبک های شبکه عصبی با استفاده از یک کار محاسباتی ساده (فرکانس اصطلاح) برای نشان دادن سبک های مختلف برنامه نویسی، Exercises in Programming Style به خوانندگان کمک می کند تا روش های مختلف نوشتن برنامه ها و طراحی سیستم ها را درک کنند. این طراحی شده است که در ارتباط با کد ارائه شده در یک مخزن آنلاین استفاده شود. این کتاب کد خام را به گونه ای تکمیل و توضیح می دهد که برای هر کسی که به طور منظم هنر برنامه نویسی را تمرین می کند قابل دسترسی باشد. همچنین می توان از این کتاب در دوره های برنامه نویسی پیشرفته در رشته های علوم کامپیوتر و برنامه های مهندسی نرم افزار استفاده کرد. این کتاب شامل 40 سبک مختلف برای نوشتن عبارت فرکانس کار است. سبکها به ده دسته دستهبندی میشوند: تاریخی، پایه، ترکیب تابع، تعاملات اشیاء و شی، بازتاب و فرابرنامهنویسی، ناملایمات، دادهمحور، همزمانی، تعامل و شبکههای عصبی. نویسنده محدودیت ها را در هر سبک بیان می کند و برنامه های نمونه را توضیح می دهد. هر فصل ابتدا محدودیتهای سبک را ارائه میکند، سپس یک برنامه نمونه را نشان میدهد و سپس توضیح مفصلی از کد ارائه میدهد. بیشتر فصلها همچنین دارای بخشهایی هستند که بر استفاده از سبک در طراحی سیستمها تمرکز میکنند و همچنین بخشهایی را توصیف میکنند که زمینه تاریخی که در آن سبک برنامهنویسی ظهور کرده است.
The first edition of Exercises in Programming Style was honored as an ACM Notable Book and praised as "The best programming book of the decade." This new edition retains the same presentation but has been upgraded to Python 3, and there is a new section on neural network styles. Using a simple computational task (term frequency) to illustrate different programming styles, Exercises in Programming Style helps readers understand the various ways of writing programs and designing systems. It is designed to be used in conjunction with code provided on an online repository. The book complements and explains the raw code in a way that is accessible to anyone who regularly practices the art of programming. The book can also be used in advanced programming courses in computer science and software engineering programs. The book contains 40 different styles for writing the term frequency task. The styles are grouped into ten categories: historical, basic, function composition, objects and object interactions, reflection and metaprogramming, adversity, data-centric, concurrency, interactivity, and neural networks. The author states the constraints in each style and explains the example programs. Each chapter first presents the constraints of the style, next shows an example program, and then gives a detailed explanation of the code. Most chapters also have sections focusing on the use of the style in systems design as well as sections describing the historical context in which the programming style emerged.
Cover Half Title Title Page Copyright Page Dedication Contents Preface to the Second Edition Preface to the First Edition Prologue Author Part I: Historical Chapter 1: Good Old Times Chapter 2: Go Forth Chapter 3: Arrays Part II: Basic Styles Chapter 4: Monolithic Chapter 5: Cookbook Chapter 6: Pipeline Chapter 7: Code Golf Part III: Function Composition Chapter 8: Infinite Mirror Chapter 9: Kick Forward Chapter 10: The One Part IV: Objects and Object Interaction Chapter 11: Things Chapter 12: Letterbox Chapter 13: Closed Maps Chapter 14: Abstract Things Chapter 15: Hollywood Chapter 16: Bulletin Board Part V: Reflection and Metaprogramming Chapter 17: Introspective Chapter 18: Reective Chapter 19: Aspects Chapter 20: Plugins Part VI: Adversity Chapter 21: Constructivist Chapter 22: Tantrum Chapter 23: Passive Aggressive Chapter 24: Declared Intentions Chapter 25: Quarantine Part VII: Data-Centric Chapter 26: Persistent Tables Chapter 27: Spreadsheet Chapter 28: Lazy Rivers Part VIII: Concurrency Chapter 29: Actors Chapter 30: Dataspaces Chapter 31: Map Reduce Chapter 32: Double Map Reduce Part IX: Interactivity Chapter 33: Trinity Chapter 34: Restful Part X: Neural Networks Chapter 35: Dense Chapter 36: Dense Chapter 37: Bow Tie Chapter 38: Neuro-Monolithic Chapter 39: Sliding Window Chapter 40: Recurrent Index