ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب Julia

دانلود کتاب جولیا

Julia

مشخصات کتاب

Julia

ویرایش:  
نویسندگان: , ,   
سری: Learning path 
ISBN (شابک) : 9781787125704, 1787126102 
ناشر: Packt Publishing 
سال نشر: 2016 
تعداد صفحات: 697 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 7 مگابایت 

قیمت کتاب (تومان) : 45,000



کلمات کلیدی مربوط به کتاب جولیا: برنامه نویسی کامپیوتر، کامپیوترها--زبان های برنامه نویسی--عمومی، جولیا، زبان های برنامه نویسی، کتاب های الکترونیک، کامپیوترها - زبان های برنامه نویسی - عمومی



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 12


در صورت تبدیل فایل کتاب Julia به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب جولیا نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب جولیا

کپی رایت؛ وام؛ پیشگفتار؛ پیشگفتار؛ فهرست مطالب؛ ماژول 1: شروع کار با جولیا. منطق جولیا؛ محدوده جولیا; جایگاه جولیا در میان سایر زبان های برنامه نویسی. مقایسه با زبان های دیگر برای دانشمند داده. لینک های مفید؛ خلاصه؛ فصل 1: نصب پلتفرم جولیا. نصب جولیا؛ کار با پوسته جولیا؛ گزینه های راه اندازی و اسکریپت های جولیا. بسته ها؛ نصب و کار با جولیا استودیو; نصب و کار با IJulia. نصب Sublime-IJulia; نصب جونو؛ سایر ویرایشگرها و IDE ها؛ جولیا چگونه کار می کند. خلاصه.


توضیحاتی درمورد کتاب به خارجی

Copyright; Credits; Preface; Preface; Table of Contents; Module 1: Getting Started with Julia; The Rationale for Julia; The scope of Julia; Julia's place among the other programming languages; A comparison with other languages for the data scientist; Useful links; Summary; Chapter 1: Installing the Julia Platform; Installing Julia; Working with Julia's shell; Startup options and Julia scripts; Packages; Installing and working with Julia Studio; Installing and working with IJulia; Installing Sublime-IJulia; Installing Juno; Other editors and IDEs; How Julia works; Summary.



فهرست مطالب

Copyright
Credits
Preface
Preface
Table of Contents
Module 1: Getting Started with Julia
The Rationale for Julia
The scope of Julia
Julia's place among the other programming languages
A comparison with other languages for the data scientist
Useful links
Summary
Chapter 1: Installing the Julia Platform
Installing Julia
Working with Julia's shell
Startup options and Julia scripts
Packages
Installing and working with Julia Studio
Installing and working with IJulia
Installing Sublime-IJulia
Installing Juno
Other editors and IDEs
How Julia works
Summary. Chapter 2: Variables, Types, and OperationsVariables, naming conventions, and comments
Types
Integers
Floating point numbers
Elementary mathematical functions and operations
Rational and complex numbers
Characters
Strings
Regular expressions
Ranges and arrays
Dates and times
Scope and constants
Summary
Chapter 3: Functions
Defining functions
Optional and keyword arguments
Anonymous functions
First-class functions and closures
Recursive functions
Map, filter, and list comprehensions
Generic functions and multiple dispatch
Summary
Chapter 4: Control Flow. Conditional evaluationRepeated evaluation
Exception handling
Scope revisited
Tasks
Summary
Chapter 5: Collection Types
Matrices
Tuples
Dictionaries
Sets
Example project --
word frequency
Summary
Chapter 6: More on Types, Methods, and Modules
Type annotations and conversions
The type hierarchy --
subtypes and supertypes
User-defined and composite types
Types and collections --
inner constructors
Type unions
Parametric types and methods
Standard modules and paths
Summary
Chapter 7: Metaprogramming in Julia
Expressions and symbols
Eval and interpolation
Defining macros. Built-in macrosReflection capabilities
Summary
Chapter 8: I/O, Networking, and Parallel Computing
Basic input and output
Working with files
Using DataFrames
Working with TCP sockets and servers
Interacting with databases
Parallel operations and computing
Summary
Chapter 9: Running External Programs
Running shell commands
Calling C and FORTRAN
Calling Python
Performance tips
Summary
Chapter 10: The Standard Library and Packages
Digging deeper into the standard library
Julia's package manager
Publishing a package
Graphics in Julia
Using Gadfly on data
Summary. Appendix: List of Macros and PackagesMacros
List of packages
Module 2: Julia High Performance
Chapter 1: Julia is Fast
Julia --
fast and dynamic
Designed for speed
How fast can Julia be?
Summary
Chapter 2: Analyzing Julia Performance
Timing Julia code
The Julia profiler
Analyzing memory allocation
Statistically accurate benchmarking
Summary
Chapter 3: Types in Julia
The Julia type system
Type-stability
Kernel methods
Types in storage locations
Summary
Chapter 4: Functions and Macros --
Structuring Julia Code for High Performance
Using globals
Inlining.




نظرات کاربران