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

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

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

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

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

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

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

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

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

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

12665مشاهده |

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
پیشنهاد سافت گذر
Microsoft Windows XP Professional SP3 / SP2 x86 Volume MSDN + SATA/AHCI 2012

Microsoft Windows XP Professional SP3 / SP2 x86 Volume MSDN + SATA/AHCI 2012

ویندوز xp ایکس پی

Ashampoo Photo Optimizer 11.0

Ashampoo Photo Optimizer 11.0

افزایش کیفیت عکس

استراتژی های مفید برای نوشتن شما

استراتژی های مفید برای نوشتن شما

مجله تخصصی برای علاقه مندان به نویسندگی

Udemy - Adobe InDesign CC - Essentials Training Course

Udemy - Adobe InDesign CC - Essentials Training Course

آموزش ایندیزاین سطح مقدماتی

Advanced Key and Mouse Recorder Enterprise 4.1.4479

Advanced Key and Mouse Recorder Enterprise 4.1.4479

ضبط فعالیت های موس و کیبرد

Ultimate Call Screen HD Pro 10.3.6 for Android

Ultimate Call Screen HD Pro 10.3.6 for Android

نمایش تمام صفحه تصویر تماس گیرنده

Gladiator

Gladiator

گلادیاتور

Mentum (ASCOM) TEMS CellPlanner 9.1.0.95

Mentum (ASCOM) TEMS CellPlanner 9.1.0.95

پیاده سازی و بهینه سازی شبکه های موبایل

AquaSoft Photo Vision 2025 16.1.02

AquaSoft Photo Vision 2025 16.1.02

ساخت اسلایدشو

Iron Harvest Operation Eagle v1.4.8.2986

Iron Harvest Operation Eagle v1.4.8.2986

برداشت آهن

Lynda - Simple Android Development Tools

Lynda - Simple Android Development Tools

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

Stronghold Crusader: Definitive Edition

Stronghold Crusader: Definitive Edition

قلعه جنگ صلیبی نسخهٔ بازسازی‌شده

آموزش ساخت DLL در Visual C#.net 2010

آموزش ساخت DLL در Visual C#.net 2010

آموزش ساخت دی ال ال در ویژوال سی شارپ

ChessBase 26.0

ChessBase 26.0

شطرنج

پاسخ به شبهات مخالفان دربارۀ تفکر مهدویت

پاسخ به شبهات مخالفان دربارۀ تفکر مهدویت

غیبت نعمانی

اهمیت حضور در صحنه انقلاب و انتخابات از حجت الاسلام والمسلمین محمدتقی فلسفی

اهمیت حضور در صحنه انقلاب و انتخابات از حجت الاسلام والمسلمین محمدتقی فلسفی

حاج آقا محمدتقی فلسفی با موضوع اهمیت حضور در صحنه انقلاب و انتخابات

Hotel Giant 2

Hotel Giant 2

شبیه ساز مدیریت هتل های زنجیره ای

Ben 10

Ben 10

بن 10

اولین اتفاقات در ایران

اولین اتفاقات در ایران

اولین ها در ایران

GO Clock – Alarm Clock & Theme 2.0.9.1 For Android +4.1

GO Clock – Alarm Clock & Theme 2.0.9.1 For Android +4.1

ساعت زیبای اندروید

Power of Life 1.5 for Android

Power of Life 1.5 for Android

امواج رنگارنگ

معماری کامپیوتر

معماری کامپیوتر

آشنایی با سیستم درونی و عملکرد داخلی کامپیوتر

FIFA 19 for Xbox 360 and PS3

FIFA 19 for Xbox 360 and PS3

فیفا 19

Udemy - Complete MATLAB Programming +MATLAB Simulink For Engineering

Udemy - Complete MATLAB Programming +MATLAB Simulink For Engineering

دوره آموزش کامل متلب

Fruit veg shape color for kids 3.1 for Android +3.0

Fruit veg shape color for kids 3.1 for Android +3.0

آموزش میوه ها، سبزیجات، رنگ ها به زبان انگلیسی برای کودکان

BoothStache 1.7 for Android +2.3

BoothStache 1.7 for Android +2.3

برای خود سبیل بگذارید!

PixelJunk Nom Nom Galaxy

PixelJunk Nom Nom Galaxy

اکشن

Ancient Space

Ancient Space

فضای باستانی

Edna and Harvey - Harveys New Eyes v2.0

Edna and Harvey - Harveys New Eyes v2.0

اِدنا و هاروی - چشم‌های جدید هاروی

ایجاد داشبورد مدیریتی Crystal Xcelsuis

ایجاد داشبورد مدیریتی Crystal Xcelsuis

داشبورد سازی با کریستال

HSPICE H-2013.03-SP2 + Crack Video Tutorial

HSPICE H-2013.03-SP2 + Crack Video Tutorial

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

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

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

شمس الدین، نخستین فرمانروای مسلمان در دهلی

Watchdog Anti-Malware Business 4.3.440 + Premium

Watchdog Anti-Malware Business 4.3.440 + Premium

ضدبدافزار قوی

Hexodius

Hexodius

هکسودیوس

LIMBO 1.20 for Android +2.3

LIMBO 1.20 for Android +2.3

بازی معروف لیمبو

Defense Technica 1.1.5 for Android

Defense Technica 1.1.5 for Android

بازی تکنیک دفاع

The Graphics Creator 8 v1.4.12 + Add-ons

The Graphics Creator 8 v1.4.12 + Add-ons

طراحی گرافیک

Choo Choo Train Pipe

Choo Choo Train Pipe

بازی جذاب و لذت بخش Choo Choo Train Pipe

ماهنامه تبلیغات مدرن / شماره 3

ماهنامه تبلیغات مدرن / شماره 3

مجله کسب و کار

InfiniteSkills - Learning Microsoft Access 2013 Training Video

InfiniteSkills - Learning Microsoft Access 2013 Training Video

فیلم آموزش مایکروسافت اکسِـس 2013

خبرنامه

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