Julia-High-Performance-Programming

所属分类:Julia编程
开发工具:Jupyter Notebook
文件大小:2366KB
下载次数:0
上传日期:2023-01-30 08:55:59
上 传 者sh-1993
说明:  Packt的Julia高性能编程
(Julia high Performance Programming by Packt)

文件列表:
License (1062, 2023-01-30)
Module 1 (0, 2023-01-30)
Module 1\Chapter01 (0, 2023-01-30)
Module 1\Chapter01\args.jl (36, 2023-01-30)
Module 1\Chapter01\fizzbuzz.jl (179, 2023-01-30)
Module 1\Chapter01\hello.jl (31, 2023-01-30)
Module 1\Chapter01\main.jl (20, 2023-01-30)
Module 1\Chapter02 (0, 2023-01-30)
Module 1\Chapter02\Old (0, 2023-01-30)
Module 1\Chapter02\Old\arrays.jl (1733, 2023-01-30)
Module 1\Chapter02\Old\constants.jl (295, 2023-01-30)
Module 1\Chapter02\Old\dates.jl (325, 2023-01-30)
Module 1\Chapter02\Old\formatting.jl (643, 2023-01-30)
Module 1\Chapter02\Old\formatting_strings.jl (549, 2023-01-30)
Module 1\Chapter02\Old\regexp.jl (771, 2023-01-30)
Module 1\Chapter02\Old\scope_constants.jl (642, 2023-01-30)
Module 1\Chapter02\Old\strings_arrays.jl (896, 2023-01-30)
Module 1\Chapter02\arrays.jl (2459, 2023-01-30)
Module 1\Chapter02\constants.jl (273, 2023-01-30)
Module 1\Chapter02\dates.jl (461, 2023-01-30)
Module 1\Chapter02\formatting.jl (646, 2023-01-30)
Module 1\Chapter02\regexp.jl (995, 2023-01-30)
Module 1\Chapter02\scope.jl (420, 2023-01-30)
Module 1\Chapter02\strings_arrays.jl (1108, 2023-01-30)
Module 1\Chapter03 (0, 2023-01-30)
Module 1\Chapter03\Old (0, 2023-01-30)
Module 1\Chapter03\Old\anonymous.jl (151, 2023-01-30)
Module 1\Chapter03\Old\arguments.jl (844, 2023-01-30)
Module 1\Chapter03\Old\first_class.jl (822, 2023-01-30)
Module 1\Chapter03\Old\functions101.jl (1118, 2023-01-30)
Module 1\Chapter03\Old\generic_functions.jl (710, 2023-01-30)
Module 1\Chapter03\Old\map_filters.jl (1332, 2023-01-30)
Module 1\Chapter03\Old\quadratic (0, 2023-01-30)
Module 1\Chapter03\Old\quadratic\derivative.jl (598, 2023-01-30)
Module 1\Chapter03\Old\quadratic\main.jl (222, 2023-01-30)
Module 1\Chapter03\Old\quadratic\quadratic.jl (621, 2023-01-30)
Module 1\Chapter03\anonymous.jl (226, 2023-01-30)
... ...

# Julia High Performance Programming This is the code repository for [Julia High Performance Programming](https://github.com/PacktPublishing/Julia-High-Performance-Programming/blob/master/), published by Packt. It contains all the supporting project files necessary to work through the book from start to finish. ##What you will learn * Set up your Julia environment to achieve the highest productivity * Solve your tasks in a high-level dynamic language and use types for your data only when needed * Apply Julia to tackle problems concurrently and in a distributed environment * Get a sense of the possibilities and limitations of Julia's performance * Use Julia arrays to write high performance code * Build a data science project through the entire cycle of ETL, analytics, and data visualization * Display graphics and visualizations to carry out modeling and simulation in Julia * Develop your own packages and contribute to the Julia Community ##Instructions and Navigation All of the code is organized into folders. Each folder starts with number followed by the application name. For example, Chapter02. You will see code something similar to the following: ``` # fizzbuzz for i=1:100 if mod(i,15)==0 println("FizzBuzz") elseif mod(i,5)==0 println("Buzz") elseif mod(i,3)==0 println("Fizz") else println(i) end end ``` ###Related **Julia** Products: [Julia for Data Science](https://github.com/PacktPublishing/Julia-High-Performance-Programming/blob/master/https://www.packtpub.com/big-data-and-business-intelligence/julia-data-science?utm_source=github&utm_campaign=9781785289699&utm_medium=repository) [Julia Cookbook](https://github.com/PacktPublishing/Julia-High-Performance-Programming/blob/master/https://www.packtpub.com/application-development/julia-cookbook?utm_source=github&utm_campaign=9781785882012&utm_medium=repository) [Mastering Julia](https://github.com/PacktPublishing/Julia-High-Performance-Programming/blob/master/https://www.packtpub.com/application-development/mastering-julia?utm_source=github&utm_campaign=9781783553310&utm_medium=repository) ### Suggestions and Feedback [Click here] (https://docs.google.com/forms/d/e/1FAIpQLSe5qwunkGf6PUvzPirPDtuy1Du5Rlzew23UBp2S-P3wB-GcwQ/viewform) if you have any feedback or suggestions. ### Download a free PDF If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781787125704


近期下载者

相关文件


收藏者