دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
ویرایش:
نویسندگان: James W. Stelly
سری:
ISBN (شابک) : 9781718500822, 2020022885
ناشر: No Starch Press
سال نشر: 2021
تعداد صفحات:
زبان: English
فرمت فایل : EPUB (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود)
حجم فایل: 6 Mb
در صورت تبدیل فایل کتاب Racket Programming the Fun Way: From Strings to Turing Machines به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب برنامه نویسی راکت به روش سرگرم کننده: از رشته ها تا ماشین های تورینگ نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
Brief Contents Contents in Detail Acknowledgments Introduction Racket Conventions Used in This Book Who This Book Is For About This Book Chapter 1: Racket Basics Atomic Data Lists A First Look at Lists S-Expressions List Structure A Few Useful List Functions Defines, Assigns, and Variables Symbols, Identifiers, and Keywords Equality Strings and Things Characters Useful String Functions String Conversion and Formatting Functions Vectors Accessing Vector Elements Useful Vector Functions Using structs Controlling Output Summary Chapter 2: Arithmetic and Other Numerical Paraphernalia Booleans The Numerical Tower Integers Rationals Reals Complex Numbers Numeric Comparison Combining Data Types Built-in Functions Infix Notation Summary Chapter 3: Function Fundamentals What Is a Function? Lambda Functions Higher-Order Functions Lexical Scoping Conditional Expressions: It\'s All About Choices I\'m Feeling a Bit Loopy! Purity The Power of the Dark Side The for Family Time for Some Closure Applications I Don\'t Have a Queue The Tower of Hanoi Fibonacci and Friends The Insurance Salesman Problem Summary Chapter 4: Plotting, Drawing, and a Bit of Set Theory Plotting X-Y Plots Parametric Plots Getting to the Point Polar Plots Drawing Set Theory The Basics A Short Mathematical Detour Drawing Conclusions Are We Related? Applications Fibonacci Revisited Nim Summary Chapter 5: GUI: Getting Users Interested Introduction to GUIs Animating a Cycloid Pick a Card GUI Layout Building the Controls Control Logic Linear Algebra Zone Wrapping Up the GUI Control Tower Setting Up Row 1 Widgets Row 2 Widgets Getting in Position Controlling the Animation Wrapping Things Up Summary Chapter 6: Data I/O, I/O, It\'s Off to Work We Go File I/O Ports String Ports Computer-to-Computer Ports Introduction to Security Getting Data into Racket A Database Detour Data Visualization Plotting for Success Lumping Things Together A Bit of Statistics Standard Deviation Regression Summary Chapter 7: Searching for Answers Graph Theory The Basics Graph Search The N-Queens Problem A Racket Solution Dijkstra\'s Shortest Path Algorithm The Priority Queue The Implementation The 15 Puzzle The A* Search Algorithm The 8-Puzzle in Racket Moving Up to the 15 Puzzle Sudoku Summary Chapter 8: Logic Programming Introduction The Basics Knowing Your Relatives Racklog Predicates Racklog Utilities Applications SEND + MORE = MONEY Fox, Goose, Beans How Many Donuts? Boles and Creots Summary Chapter 9: Computing Machines Finite-State Automata The Turing Machine A Racket Turing Machine Pushdown Automata Recognizing Zeros and Ones More Zeros and Ones A Racket PDA More Automata Fun A Few Words About Languages Summary Chapter 10: TRAC: The Racket Algebraic Calculator The TRAC Pipeline The Lexical Analyzer Regular Expressions Regular Expressions in Racket Regular Expressions in TRAC The Lexer The Parser TRAC Grammar Specification The TRAC Parser TRAC Adding a Dictionary A Few Enhancements Making Sure TRAC Works Properly Making an Executable Summary Appendix A: Number Basics Appendix B: Special Symbols Bibliography Index