Books  [Scott Knaster, Mark Dalrymple] Learn Objective-C on the Mac

  • Пользователь tttx
  • Дата
  • Books
1EuJwNW8RhGcZRDtJTTnPg.png

ОПИСАНИЕ:

Take your coding skills to the next level with this extensive guide to Objective–C, the native programming language for developing sophisticated software applications for Mac OS X. Objective–C is a powerful, object–oriented extension of C, making this book the perfect follow–up to Dave Mark's bestselling Learn C on the Mac, Mac OS X Edition. Whether you're an experienced C programmer or you're coming from a different language such as C++ or Java, leading Mac experts Mark Dalrymple and Scott Knaster show you how to harness the powers of Objective–C in your applications!
  • A complete course on the basics of Objective–C using Apple's...

Books  [Stephen J. Chapman] Matlab Programming For Engineers

  • Пользователь tttx
  • Дата
  • Books
zw8_N35-RvevWzHnACjexg.png

ОПИСАНИЕ:

Master today's MATLAB technical programming language while strengthening problem-solving skills with the help of Chapman's successful MATLAB PROGRAMMING FOR ENGINEERS, 6th Edition. You learn how to write clean, efficient and well-documented programs as you simultaneously gain an understanding of the many practical functions of MATLAB. You study the latest version of MATLAB R2018a and work with new MATLAB GUI (Graphical User Interface) Apps. The first nine chapters provide a basic introduction to programming and problem solving, while the remaining chapters address more advanced topics, such as I/O, object-oriented programming, and...

Books  [George Lindfield, John Penny] Numerical Methods: Using MATLAB

  • Пользователь tttx
  • Дата
  • Books
00uJXIOwR4i7CyqoTLt92A.png

ОПИСАНИЕ:

The fourth edition of Numerical Methods Using MATLAB® provides a clear and rigorous introduction to a wide range of numerical methods that have practical applications. The authors’ approach is to integrate MATLAB® with numerical analysis in a way which adds clarity to the numerical analysis and develops familiarity with MATLAB®. MATLAB® graphics and numerical output are used extensively to clarify complex problems and give a deeper understanding of their nature.

The text provides an extensive reference providing numerous useful and important numerical algorithms that are implemented in MATLAB® to help researchers analyze a particular...

Books  [Jaan Kiusalaas] Numerical Methods In Engineering With Matlab

  • Пользователь tttx
  • Дата
  • Books
El-DDA9kRFaV_JC2pvDZtQ.png

ОПИСАНИЕ:

Numerical Methods in Engineering with MATLAB® is a text for engineering students and a reference for practicing engineers. The choice of numerical methods was based on their relevance to engineering problems. Every method is discussed thoroughly and illustrated with problems involving both hand computation and programming. MATLAB M-files accompany each method and are available on the book website. This code is made simple and easy to understand by avoiding complex book-keeping schemes, while maintaining the essential features of the method. MATLAB was chosen as the example language because of its ubiquitous use in engineering studies...

Books  [Liang Wang, Jianxin Zhao] Architecture of Advanced Numerical Analysis Systems: Designing a Scientific Computing System using OCaml

  • Пользователь tttx
  • Дата
  • Books
1a4keclQQNy4ytBEQumK6Q.png

ОПИСАНИЕ:

This unique open access book applies the functional OCaml programming language to numerical or computational weighted data science, engineering, and scientific applications. This book is based on the authors' first-hand experience building and maintaining Owl, an OCaml-based numerical computing library.

You'll first learn the various components in a modern numerical computation library. Then, you will learn how these components are designed and built up and how to optimize their performance. After reading and using this book, you'll have the knowledge required to design and build real-world complex systems that effectively leverage the...

Books  [Yaron Minsky, Anil Madhavapeddy, Jason Hickey] Real World OCaml: Functional Programming for the Masses

  • Пользователь tttx
  • Дата
  • Books
ffvbc5zUSZaCXz-CBdGXGw.png

ОПИСАНИЕ:

This fast-moving tutorial introduces you to OCaml, an industrial-strength programming language designed for expressiveness, safety, and speed. Through the book’s many examples, you’ll quickly learn how OCaml stands out as a tool for writing fast, succinct, and readable systems code.

Real World OCaml takes you through the concepts of the language at a brisk pace, and then helps you explore the tools and techniques that make OCaml an effective and practical tool. In the book’s third section, you’ll delve deep into the details of the compiler toolchain and OCaml’s simple and efficient runtime system.
  • Learn the foundations of the...

Books  [John Whitington] OCaml from the Very Beginning

  • Пользователь tttx
  • Дата
  • Books
OzTRdTvBQbqVjY670NsVtw.png

ОПИСАНИЕ:

In OCaml from the Very Beginning John Whitington takes a no-prerequisites approach to teaching a modern general-purpose programming language. Each small, self-contained chapter introduces a new topic, building until the reader can write quite substantial programs. There are plenty of questions and, crucially, worked answers and hints.

OCaml from the Very Beginning will appeal both to new programmers, and experienced programmers eager to explore functional languages such as OCaml. It is suitable both for formal use within an undergraduate or graduate curriculum, and for the interested amateur.

Chapters:
  • Getting Ready...

Books  [cs3110] OCaml Programming

  • Пользователь tttx
  • Дата
  • Books
ms7zAz7qQzqCcPN1R5zlOg.png

ОПИСАНИЕ:

A textbook on functional programming and data structures in OCaml, with an emphasis on semantics and software engineering. This book is the textbook for CS 3110 Data Structures and Functional Programming at Cornell University. A past title of this book was “Functional Programming in OCaml”.

ПРОДАЖНИК:

СКАЧАТЬ:

Books  [Allen Downey, Nicholas Monje] Think OCaml: How to Think Like a Computer Scientist

  • Пользователь tttx
  • Дата
  • Books
qm_RuXp3SOiRTJFvOsEWrw.png

ОПИСАНИЕ:

This book is an introductory programming textbook based on the OCaml language. It is intended for newcomers to programming and also those who know some programming but want to learn programming in the function-oriented paradigm, or those who simply want to learn OCaml.

OCaml is a powerful high-level programming language with a large emphasis on speed and efficiency. You can find out more about the language by visiting The Caml language: Home

This text leverages the power of the language to teach the reader important concepts in computer science and software design, with an emphasis in experimentation and self-directed learning...

Books  [Xavier Leroy, Didier Remy] Unix System Programming in OCaml

  • Пользователь tttx
  • Дата
  • Books
JQTsd8ShTU6wzYhu6vqJQw.png

ОПИСАНИЕ:

This book is an introductory course on Unix system programming, with an emphasis on communications between processes. The main novelty of this work is the use of the OCaml language, a dialect of the ML language, instead of the C language that is customary in systems programming. This gives an unusual perspective on systems programming and on the ML language.

ПРОДАЖНИК:

СКАЧАТЬ:

Books  [Jason Hickey] Introduction to Objective Caml Programming Language

  • Пользователь tttx
  • Дата
  • Books
n-DbhX5ITk6gUriaJvPSIQ.png

ОПИСАНИЕ:

Objective Caml (OCaml) is a popular, expressive, high-performance dialect of ML developed by a research team at INRIA in France. This book presents a practical introduction and guide to the language, with topics ranging from how to write a program to the concepts and conventions that affect how affect how programs are developed in OCaml.

This book is intended for programmers, undergraduate and beginning graduate students with some experience programming in a procedural programming language like C or Java, or in some other functional programming language. Some knowledge of basic data structures like lists, stacks, and trees is assumed...

Books  [Emmanuel Chailloux, Pascal Manoury, Bruno Pagano] Developing Applications with Objective Caml

  • Пользователь tttx
  • Дата
  • Books
i0ElsAs_TGGLjQgga3pmVQ.png

ОПИСАНИЕ:

Objective Caml is an object-oriented language based on the functional programming language ML. It combines the benefits of ML's style of functional programming with those of classes, objects, and inheritance. Also known as OCaml.

This book is a multi-dimensional presentation of the OCaml language that combines an informal and intuitive approach to the language with a rigorous definition and a formal semantics of a large subset of the language, including ML. All along this presentation, it explains the underlying design principles, highlight the numerous interactions between various facets of the language, and emphasize the close...

Books  [Didier Rémy] Using, Understanding, and Unraveling The OCaml Language

  • Пользователь tttx
  • Дата
  • Books
-95I_gbYSPKnE14OelJTYw.png

ОПИСАНИЕ:

Objective Caml is an object-oriented language based on the functional programming language ML. It combines the benefits of ML's style of functional programming with those of classes, objects, and inheritance. Also known as OCaml.

This book is a multi-dimensional presentation of the OCaml language that combines an informal and intuitive approach to the language with a rigorous definition and a formal semantics of a large subset of the language, including ML. All along this presentation, it explains the underlying design principles, highlight the numerous interactions between various facets of the language, and emphasize the close...

Books  [Neil Smyth] Objective-C 2.0 Essentials, Third Edition

  • Пользователь tttx
  • Дата
  • Books
2K-Lglu1S4aYL6InSAr9Zg.png

ОПИСАНИЕ:

Now updated for the new "Modern Objective-C" features introduced. The goal of this book is to teach the skills necessary to program in Objective-C using a style that is easy to follow, rich in examples and accessible to those who have never used Objective-C before. Topics covered include the fundamentals of Objective-C such as variables, looping and flow control. Also included are details of object oriented programming, working with files and memory and the Objective-C Foundation framework.

Regardless of whether you are developing for Mac OS X or the iPhone, or just want to learn Objective-C, this book covers everything you need to...

Books  [Feifan Zhou] Learn Objective-C in 24 Days

  • Пользователь tttx
  • Дата
  • Books
DRzWeoPHQHWFODwlvn1JyA.png

ОПИСАНИЕ:

This book will attempt to teach C and Objective-C as one language. Objective-C is a strict superset of plain C, which means that any valid C is also valid Obj-C. It will supply plenty of screenshots, and include exercises at the end of each lesson.

ПРОДАЖНИК:

СКАЧАТЬ:

Books  [Ryan Hodson] Objective-C Succinctly

  • Пользователь tttx
  • Дата
  • Books
sIEwGaO6QBSRgXZ7ErQudw.png

ОПИСАНИЕ:

Objective-C Succinctly is the only book you need for getting started with Objective-C - the primary language beneath all Mac, iPad, and iPhone apps. Written by Ryan Hodson, the author behind our popular Knockout.js Succinctly and PDF Succinctly titles, this e-book guides you from downloading Xcode, the Apple's Objective-C IDE, to utilizing advanced features like blocks (similar to C#'s lambdas) and protocols. Along the way, you'll learn how the familiar aspects of object-oriented programming, such as interfaces, classes, methods, etc., are used in Objective-C, giving you the ability to leverage your existing knowledge with the tools...

Books  [Chris Ching] Xcode Tutorial For Beginners

  • Пользователь tttx
  • Дата
  • Books
P4TFGFCdS-qjJ0-w6Ccwug.png

ОПИСАНИЕ:

This book is for anyone wanting to know more about creating software using Xcode, a programming tool used to develop applications for iOS, macOS, watchOS, and tvOS. You will get easy to understand, step-by-step guidance on how to program in Xcode, as well as practical tips and advice to help you succeed in writing your own apps.

You'll go beyond the basics and dive into such in-depth topics as installing the latest version of Xcode tools, customizing the look and behavior of Xcode, creating and managing projects, using the built-in class browser to model complex applications and structures, and more.
  • What Xcode Is - and how to...

Books  [Bert Altenburg, Alex Clarke, Philippe Mougin] Become an Xcoder: Start Programming the Mac Using Objective-C

  • Пользователь tttx
  • Дата
  • Books
ag24NQm-TgKbzAZ2EmL74A.png

ОПИСАНИЕ:

This book is written for non-programmers, and is aimed at levelling the learning curve as much as possible. In the best tradition, Become An Xcoder is released as a free booklet in pdf format under a Creative Commons License.

You'll go beyond the basics and dive into such in-depth topics as installing the latest version of Xcode tools, customizing the look and behavior of Xcode, creating and managing projects, using the built-in class browser to model complex applications and structures, and more.
  • Offers you a solid foundation for getting the most out of Apple's Xcode tools, a collection of applications and frameworks used to...

Books  [Todd Young, Martin J. Mohlenkamp] Introduction to Numerical Methods and Matlab Programming for Engineers

  • Пользователь tttx
  • Дата
  • Books
LoGy-QkSTL6CvbbE1aF1CA.png

ОПИСАНИЕ:

[Todd Young, Martin J. Mohlenkamp] Introduction to Numerical Methods and Matlab Programming for Engineers

ПРОДАЖНИК:

СКАЧАТЬ:

Books  [Alfio Quarteroni, Fausto Saleri, Paola Gervasio] Scientific Computing with MATLAB and Octave

  • Пользователь tttx
  • Дата
  • Books
s9LQ4j5XStGbuvFZySwotA.png

ОПИСАНИЕ:

This textbook is an introduction to Scientific Computing, in which several numerical methods for the computer-based solution of certain classes of mathematical problems are illustrated. The authors show how to compute the zeros, the extrema, and the integrals of continuous functions, solve linear systems, approximate functions using polynomials and construct accurate approximations for the solution of ordinary and partial differential equations. To make the format concrete and appealing, the programming environments Matlab and Octave are adopted as faithful companions. The book contains the solutions to several problems posed in...

Books  [Paul Gribble] Scientific Computing with MATLAB

  • Пользователь tttx
  • Дата
  • Books
E1cH7fPGTxmszaaXomwkxA.png

ОПИСАНИЕ:

The goal of this book is to provide you with skills in scientific computing: tools and techniques that you can use in your own scientific research. We will focus on learning to think about experiments and data in a computational framework, and we will learn to implement specific algorithms using a high-level programming language (MATLAB).

Learning how to program will significantly enhance your ability to conduct scientific research today and in the future. Programming skills will provide you with the ability to go beyond what is available in pre-packaged analysis tools, and code your own custom data processing, analysis and...

Books  [Serhat Beyenir] A Brief Introduction to Engineering Computation with MATLAB

  • Пользователь tttx
  • Дата
  • Books
QA3QT7k1TECgWayphuXoYA.png

ОПИСАНИЕ:

This book is specifically designed for students with no programming experience. However, students are expected to be proficient in first year mathematics and sciences and access to good reference books are highly recommended. Students are assumed to have a working knowledge of the Mac OS X or Microsoft Windows operating systems.

ПРОДАЖНИК:

СКАЧАТЬ:

Books  [Adam L. Lambert, PhD] Zero to MATLAB

  • Пользователь tttx
  • Дата
  • Books
BHI2FfM5QZqt0DJQ1rhREw.png

ОПИСАНИЕ:

The MATLAB programming language is commonly used in engineering and scientific computation. I wrote this book to give first year students a basic introduction to MATLAB syntax and algorithmic thinking. This is by no means a comprehensive resource. It is meant to get students started and allow them to transition to more complex material.

The book is structured as a tutorial rather than a reference. The MATLAB documentation is extensive and so my focus will be to outline basic algorithmic thinking and MATLAB syntax with explicit examples. I encourage students to work through the chapters in order as each new concept builds on previous...
Ваши лимиты
Доступно
Осталось

Зеркала проекта

Зеркала PirateHUB на случай блокировки основного адреса. Эти ссылки безопасны для использования. Также всегда актуальная ссылка доступна на этом сайте.

Рабочее Openssource.ORG

Рабочее S1 piratehub

Рабочее S2 piratehub

Рабочее S3 piratehub

Рабочее S4 piratehub

Пользователи онлайн

  • aleks130519
  • Kensy
  • zhmur4enko
  • belkamaster
  • nip
  • openhoh
  • nsrwntjo
  • Krakatuk04
  • nata-mina
  • Kordox
  • madam50
  • Barvinok7
  • olivka1608
  • jus_msk
  • Buxvps
  • Lex_rich
  • locsok
  • OlegBZ
  • Antonved
  • fatory
  • gorchak
  • vad1228
  • Ayuemin85
  • SMS-REG
  • Пупсик2
  • nozan
  • Сергей Алексеев
  • Diamonds
  • egoistka_1
  • instans
  • antwerpen
  • AnataLev
  • tantor
  • serik-s
  • Serhii141414
  • Ника777
  • Cheburashka068
  • park19
  • maglav
  • аян
  • Swr
  • Ingwar67
  • Радик
  • mixail_.245
  • mnn7102
  • powerofloving
  • GROHA_official
  • wiz24
  • alina.
  • RoboNic
...и ещё 22.

Отзывы о курсах

  • Kleiver
    Отличный материал
  • Podushkodav
    Как всегда материал отличного качества!
  • dyna
    This site is one of the most reliable site ever to get account that are working effectively...
    They made everything absolutely easy. ..
    You have earned my respect.. BRAVO....
  • Петр5555
    Это просто огонь!!!!! Прямая передача знаний. аналогов нет
  • AndriyS
    1. Нормальное качество звука и видео.
    2. Можно смотреть в любое время, большое внимание к решению практических задач.
    3. Нужно иметь достаточный уровень знаний. Для меня на данный момент это было сложно.
    В целом понравилось. В первую очередь практические задачи. Более наглядно увидел возможности применения алгоритмов.
  • lumiproxy
    good
  • J_STREB
    Супер
  • Renat995
    hg
  • Bazis10i
    . Качество данного продукта
  • deminavolga
    Отличный курс! Огромное спасибо!
Назад
Сверху