سافت گذر دانشنامه نرم افزار - دانلود رایگان نرم افزار

همه دسته بندی ها

منو
جستجو
اطلاعیه های مهم سایت اطلاعیه های مهم سایت
💐 میلاد زینت پدر حضرت زینب سلام الله علیها مبارک باد 💐
 
 
  1. جهت رفع مشکل باز شدن سایت به دلیل بلاک توسط  نود 32 این ویدیو یا این ویدیو(ورژن 9 به بالا) یا راهنمای تصویری را مشاهده کنید
  2. اکانت های بروزرسانی نود32 با قیمت های مناسب به صورت یک ، سه ، شش و دوازده ماهه از اینجا قابل خرید می باشد.

نرم افزار های پرکاربرد

ثبت نام | ورود
Coursera - Functional Programming Principles in Scala

دانلود Coursera - Functional Programming Principles in Scala - فیلم آموزش اصول برنامه‌نویسی تابعی در اسکالا

دانلود فیلم آموزش اصول برنامه‌نویسی تابعی در اسکالا

توضیحات بیشتر

دانـلـود کـنـیـد

سرور آپدیت نود 32
دانلود Coursera - Functional Programming Principles in Scala مشاهده تصاویر بیشتر ...
مشاهده تصاویر بیشتر ...
تعداد مشاهده

12700مشاهده |

768رأی |

امتیاز :3.3

ناشر / تولید کننده:

Coursera

سیستم عامل / حجم فایل:

1/11 GB / همه ویندوزها

آخرین بروزرسانی:

اسکالا یکی از برترین بسترهای برنامه‌نویسی تابعی و شیء‌گرا می‌باشد که به کاربران امکان خلق برنامه‌های کارآمد را در یک پروسه‌ی سریع و غنی می‌دهد. برنامه‌نویسی تابعی که در دنیا تحت عنوان Functional Programming شناخته می‌شود بطور فزاینده‌ای در صنعت برنامه‌سازی در حال گسترش است؛ هر کسی نیز مهارت خلق اپلیکیشن‌های استاندارد با آن را ندارد چرا که این مهم حتماً نیازمند آموزش‌های زیربنایی می‌باشد. با توجه کافی و پرداخت عملی به مهارت‌های تدریس شده در این دوره‌ی آموزشی تصویری، بطور مفصل تکنیک‌ها و اصول برنامه‌نویسی تابعی در Scala را یاد خواهید گرفت.

 

محتوای آموزش:

1- درک اصول برنامه‌نویسی تابعی

2- نوشتن برنامه‌های تابعی با استفاده از توابع بازگشتی

3- تطابق الگو و توابع "مرتبه بالاتر"

4- ترکیب برنامه‌نویسی تابعی با آبجکت‌ها و کلاس‌ها

5- مباحث مربوط به Design Immutable Data Structures

6- مباحث مربوط به خواص توابع

7- درک انواع عمومی برای برنامه‌های کاربردی و تابعی

 

تولید کننده: Coursera

زبان: انگلیسی

سطح: متوسط

تعداد ویدئوها: 40 ویدئوی آموزشی بصورت جداگانه

مدرس: Martin Odersky, Professor

 

فهرست کامل سرفصل‌ها و عناوین آموزش:

Getting Started + Functions & Evaluation

Get up and running with Scala on your computer. Complete an example assignment to familiarize yourself with our unique way of submitting assignments. In this week, we'll learn the difference between functional imperative programming. We step through the basics of Scala; covering expressions, evaluation, conditionals, functions, and recursion

Video · Course Introduction

Video · Tools Setup for Linux

Video · Tools Setup for Mac OS X

Video · Tools Setup for Windows

Practice Programming Assignment · Example Assignment

Reading · Tools Setup (Please read)

Reading · Cheat Sheet

Reading · IntelliJ IDEA Tutorial

Reading · Eclipse Tutorial

Reading · SBT tutorial and Submission of Assignments (Please read)

Reading · Learning Resources

Reading · Scala Tutorial

Reading · Scala Style Guide

Video · Lecture 1.1 - Programming Paradigms

Video · Lecture 1.2 - Elements of Programming

Video · Lecture 1.3 - Evaluation Strategies and Termination

Video · Lecture 1.4 - Conditionals and Value Definitions

Video · Lecture 1.5 - Example: square roots with Newton's method

Video · Lecture 1.6 - Blocks and Lexical Scope

Video · Lecture 1.7 - Tail Recursion

Programming Assignment · Recursion


Higher Order Functions

This week, we'll learn about functions as first-class values, and higher order functions. We'll also learn about Scala's syntax and how it's formally defined. Finally, we'll learn about methods, classes, and data abstraction through the design of a data structure for rational numbers

Video · Lecture 2.1 - Higher-Order Functions

Video · Lecture 2.2 - Currying

Video · Lecture 2.3 - Example: Finding Fixed Points

Video · Lecture 2.4 - Scala Syntax Summary

Video · Lecture 2.5 - Functions and Data

Video · Lecture 2.6 - More Fun With Rationals

Video · Lecture 2.7 - Evaluation and Operators

Programming Assignment · Functional Sets

 

Data and Abstraction

This week, we'll cover traits, and we'll learn how to organize classes into hierarchies. We'll cover the hierarchy of standard Scala types, and see how to organize classes and traits into packages. Finally, we'll touch upon the different sorts of polymorphism in Scala

Video · Lecture 3.1 - Class Hierarchies

Video · Lecture 3.2 - How Classes Are Organized

Video · Lecture 3.3 - Polymorphism

Programming Assignment · Object-Oriented Sets

 

Types and Pattern Matching

This week we'll learn about the relationship between functions and objects in Scala; functions *are* objects! We'll zoom in on Scala's type system, covering subtyping and generics, and moving on to more advanced aspects of Scala's type system like variance. Finally, we'll cover Scala's most widely used data structure, Lists, and one of Scala's most powerful tools, pattern matching

Video · Lecture 4.1 - Objects Everywhere

Video · Lecture 4.2 - Functions as Objects

Video · Lecture 4.3 - Subtyping and Generics

Video · Lecture 4.4 - Variance (Optional)

Video · Lecture 4.5 - Decomposition

Video · Lecture 4.6 - Pattern Matching

Video · Lecture 4.7 - Lists

Programming Assignment · Huffman Coding

 

Lists

This week we dive into Lists, the most commonly-used data structure in Scala.

Video · Lecture 5.1 - More Functions on Lists

Video · Lecture 5.2 - Pairs and Tuples

Video · Lecture 5.3 - Implicit Parameters

Video · Lecture 5.4 - Higher-Order List Functions

Video · Lecture 5.5 - Reduction of Lists

Video · Lecture 5.6 - Reasoning About Concat

Video · Lecture 5.7 - A Larger Equational Proof on Lists

 

Collections

After a deep-dive into Lists, this week we'll explore other data structures; vectors, maps, ranges, arrays, and more. We'll dive into Scala's powerful and flexible for-comprehensions for querying data

Video · Lecture 6.1 - Other Collections

Video · Lecture 6.2 - Combinatorial Search and For-Expressions

Video · Lecture 6.3 - Combinatorial Search Example

Video · Lecture 6.4 - Maps

Video · Lecture 6.5 - Putting the Pieces Together

Video · Conclusion

Programming Assignment · Anagrams
VIP Members
Exclusive downloads for VIP members

Unlimited access for just $7.5/month (billed annually).

دسترسی لینک ها برای کاربران خارج از کشور امکان پذیر نیست! در صورت فعال بودن پروکسی آن را غیر فعال کنید.

لطفا آموزش‌های بیشتری از کورسرا رو قرار بدید. بیشتر در زمینه برنامه نویسی

سلام. خیلی خوبه که آموزش کورسرا رُ قرار دادین. لطفا این روند و ادامه بدین. ممنون.

شبکه کالا
فهرست نرم افزارهای مرتبط
مشاهده بقیه
هشتگ های مرتبط
حمایت مالی

حمایت از سافت گذر ❤️

تاکنون 0 نفر از ما حمایت کرده‌اند
امروز 0

با حمایت شما، هزاران کاربر دیگر هم از خدمات رایگان ما استفاده می‌کنند.
تیم سافت گذر از حمایت شما سپاسگزار است 🙏

حامی سافت گذر می‌شوم
سرور آپدیت نود 32
پیشنهاد سافت گذر
Day of the Tentacle Remastered

Day of the Tentacle Remastered

هجوم هیولای بنفش | نسخه‌ی بازسازی شده

Microsoft Visual C++ 2015-2022 Redistributable 14.50.35710 + AIO 2025.05.14

Microsoft Visual C++ 2015-2022 Redistributable 14.50.35710 + AIO 2025.05.14

ویژوال سی

راهنمای Google +

راهنمای Google +

راهنمای گوگل پلاس

آموزش Xara 3D

آموزش Xara 3D

آشنایی با برنامه Xara 3D

Qalculate! 5.8.0

Qalculate! 5.8.0

ماشین حساب پیشرفته

RealDepth Forest 1.0.8 for Android

RealDepth Forest 1.0.8 for Android

جنگل سرسبز و زیبا

Dream Walker 1.15.09 for Android +4.1

Dream Walker 1.15.09 for Android +4.1

راه رفتن در خواب

What Mobile Magazine June 2015 - May 2016

What Mobile Magazine June 2015 - May 2016

مجله موبایل وات

Syncovery Premium 11.10.6.126

Syncovery Premium 11.10.6.126

پشتیبان گیری اطلاعات

فوبیا

فوبیا

مبارزه و درمان اضطراب

فرایند مهندسی نرم افزار(RUP)

فرایند مهندسی نرم افزار(RUP)

فرایند مهندسی نرم افزار روپ

Cambridge Advanced Learner's Dictionary 4th Edition with Thesaurus

Cambridge Advanced Learner's Dictionary 4th Edition with Thesaurus

دیکشنری کامل کمبریج ویرایش چهارم

Farm Frenzy 4 v1.0

Farm Frenzy 4 v1.0

هیجان مزرعه داری 4

Old Dogs

Old Dogs

سگ های پیر

پایه گذار شبهه ؛ واقعیت چیست؟

پایه گذار شبهه ؛ واقعیت چیست؟

امام حسن علیه السلام و تهمت طلاق

آموزش برنامه نویسی سه لایه

آموزش برنامه نویسی سه لایه

آشنایی با مدل برنامه نویسی سه لایه

آموزش نرم افزار Microsoft Expression Web

آموزش نرم افزار Microsoft Expression Web

آموزش اکسپرشن وب

Pluralsight - SQL Server 2012 Querying (70-461) Part 1 / 2

Pluralsight - SQL Server 2012 Querying (70-461) Part 1 / 2

مجموعه‌ی 2 دوره آموزش تصویری مباحث اِس‌کیواِل سِـروِر 2012 کُـوِرینگ – آزمون 70-461 مایکروسافت

Reaching for Petals

Reaching for Petals

ماجراجویی open world

سخنرانی حجت الاسلام سید عبدالله فاطمی نیا با موضوع شرح خطبه متقین  - 8 جلسه

سخنرانی حجت الاسلام سید عبدالله فاطمی نیا با موضوع شرح خطبه متقین - 8 جلسه

حاج آقا فاطمی نیا با موضوع شرح خطبه متقین

آموزش حرفه ای بدن سازی

آموزش حرفه ای بدن سازی

مجله بدنسازی و تناسب اندام علم و عضله

Debian GNU / Linux 12.11.0 Bookworm / 13.2.0 Trixie Full DVD

Debian GNU / Linux 12.11.0 Bookworm / 13.2.0 Trixie Full DVD

لینوکس دبیان

NARUTO X BORUTO Ultimate Ninja STORM CONNECTIONS

NARUTO X BORUTO Ultimate Ninja STORM CONNECTIONS

ناروتو برای کامپیوتر

WRC 3 - World Rally Championship 3

WRC 3 - World Rally Championship 3

رالی بین المللی 3

Moto X Mayhem 1.84 for android

Moto X Mayhem 1.84 for android

بازی موتور سواری بر روی صخره ها

Macro Recorder 3.0.48

Macro Recorder 3.0.48

ضبط و اجرای خودکار فعالیت ها در ویندوز

راهنمای جامع کنسول جستجوی گوگل

راهنمای جامع کنسول جستجوی گوگل

جستجوی گوگل

Coloring Weather Screen 1.4.2 for Android

Coloring Weather Screen 1.4.2 for Android

نمایش آب و هوا در رنگ های مختلف

Monster Truck Destruction

Monster Truck Destruction

تخریب با ماشین‌های غول‌پیکر

Spotlight

Spotlight

افشاگر

MasterCook 24.0.0.0

MasterCook 24.0.0.0

مدیریت دستورالعمل های غذایی

اساس عقیده به مهدویت

اساس عقیده به مهدویت

چهل حدیث پیرامون باورداشت مهدویت

The Weather Man

The Weather Man

هواشناس

Batch PDF Compressor 1.7

Batch PDF Compressor 1.7

فشرده‌سازی پی‌دی‌اف

PicMix 7.7.1 for Android +4.0

PicMix 7.7.1 for Android +4.0

ترکیب تصاویر پیک میکس

CBT Nuggets - Microsoft Windows Server 2012 70-411 with R2 Updates

CBT Nuggets - Microsoft Windows Server 2012 70-411 with R2 Updates

فیلم آموزش ویندوز سِـروِر 2012‌‌ – آزمون 411‌‌-70‌ به همراه آپدیت‌های آر‌2

جاذبه های گردشگری تایلند

جاذبه های گردشگری تایلند

راهنمای گردشگری کشور تایلند

A Wolf in Autumn

A Wolf in Autumn

گرگی در خزان

آموزش نرم افزار 3D Max

آموزش نرم افزار 3D Max

آموزش نرم افزار 3دی مکس

داستانی پرهیجان از یک عملیات جاسوسی طولانی و پر خطر

داستانی پرهیجان از یک عملیات جاسوسی طولانی و پر خطر

روش و انواع جاسوسی

خبرنامه

با عضویت در خبرنامه، زودتر از همه باخبر باش!