Books  [Jon Barwise, John Etchemendy] Language, Proof and Logic

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

DESCRIPTION:

This textbook/software package covers first-order language in a method appropriate for first and second courses in logic. The unique on-line grading services instantly grades solutions to hundred of computer exercises. It is specially devised to be used by philosophy instructors in a way that is useful to undergraduates of philosophy, computer science, mathematics, and linguistics.

The book is a completely rewritten and much improved version of The Language of First-order Logic. Introductory material is presented in a more systematic and accessible fashion. Advanced chapters include proofs of soundness and completeness for...

Books  [Simon Peyton Jones] The Implementation of Functional Programming Languages

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

DESCRIPTION:

This book is about implementations, not languages, it will make no attempt to extol the virtues of functional languages or the functional programming style. Instead this book will assume that the reader is familiar with functional programming; those without this familiarity may find it heavy going.

The first part describes how to translate a high-level functional language into an intermediate language, called the lambda calculus, including detailed coverage of pattern-matching and type-checking.

The second part begins with a simple implementation of the lambda calculus, based on graph reduction, and then develops a number of...

Books  [Simon Peyton Jones, David Lester] Implementing Functional Languages: A Tutorial

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

DESCRIPTION:

This book provides a practical approach to understanding implementations of non-strict functional languages using lazy graph reduction. It is intended to be a source of practical laboratory work material and to help students to develop, modify and experiment with their own implementations.

The emphasis lies on the building of working prototypes of several functional language implementations and in each case the approach is to give a complete working prototype of a particular implementation, then lead the reader through a sequence of improvements to expand its scope. The prototypes are expressed in the functional language Miranda and...

Books  [Monti Ben-Ari] Understanding Programming Languages

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

DESCRIPTION:

This book compares constructs from C with constructs from Ada in terms of levels of abstractions. Studying these languages provides a firm foundation for an extensive examination of object-oriented language support in C++ and Ada 95. It explains what alternatives are available to the language designer, how language constructs should be used in terms of safety and readability, how language constructs are implemented and which ones can be efficiently compiled and the role of language in expressing and enforcing abstractions. The final chapters introduce functional (ML) and logic (Prolog) programming languages to demonstrate that...

Books  [Dick Grune, Ceriel J.H. Jacobs] Parsing Techniques: A Practical Guide

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

DESCRIPTION:

Parsing, also referred to as syntax analysis, has been and continues to be an essential part of computer science and linguistics. Today, parsing techniques are also implemented in a number of other disciplines, including but not limited to, document preparation and conversion, typesetting chemical formulae, and chromosome recognition.

This second edition presents new developments and discoveries that have been made in the field. Parsing techniques have grown considerably in importance, both in computational linguistics where such parsers are the only option, and computer science, where advanced compilers often use general CF...

Books  [David Gries] Monographs in Computer Science

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

DESCRIPTION:

This is the very first book to discuss the theory and principles of computer programming on the basis of the idea that a proof of correctness and a program should be developed hand in hand. It is built around the method first proposed by Dijkstra in his monograph The Discipline of Programming (1976), involving a "calculus for the derivation of programs." Directing his materials to the computer programmer with at least one year of experience, Gries presents explicit principles behind program development, and then leads the reader through example programs using those principles. Propositions and predicate calculus are presented as a...

Books  [Pierre-Louis Curien] Category Theory: A Programming Language Oriented Introduction

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

DESCRIPTION:

This book explains the following topics: Categories, functors, natural transformations, String diagrams, Kan extensions, Algebras, coalgebras, bialgebras, Lambda-calculus and categories.

INFORMATION PAGE:

DOWNLOAD:

Books  [Douglas Thain] Introduction to Compilers and Language Design

  • Пользователь tttx
  • Дата
  • Books
QiuDO3HlQamouvp9V6Q-8A.png

DESCRIPTION:

A compiler translates a program written in a high level language into a program written in a lower level language. For students of computer science, building a compiler from scratch is a rite of passage: a challenging and fun project that offers insight into many different aspects of computer science, some deeply theoretical, and others highly practical. This book offers a one semester introduction into compiler construction, enabling the reader to build a simple compiler that accepts a C-like language and translates it into working X86 or ARM assembly language. It is most suitable for undergraduate students who have some experience...

Books  [Shriram Krishnamurthi] Programming and Programming Languages

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

DESCRIPTION:

Many people would regard this as being two books in one, integrated. One book is an introduction to programming, teaching you basic concepts of organizing data and the programs that operate over them, ending in the investigation of universally useful algorithms. The other book is an introduction to programming languages: a study, from one level up, of the media by which we structure these data and programs.

About the Authors
  • Shriram Krishnamurthi is a computer scientist, currently a professor of computer science at Brown University and a member of the core development group for the Racket programming languages...

Books  [Aarne Ranta] Implementing Programming Languages: An Introduction to Compilers and Interpreters

  • Пользователь tttx
  • Дата
  • Books
4fX8-8zFQ3qyhgFGF5t04w.png

DESCRIPTION:

Implementing a programming language means bridging the gap from the programmer's high-level thinking to the machine's zeros and ones. If this is done in an efficient and reliable way, programmers can concentrate on the actual problems they have to solve, rather than on the details of machines. But understanding the whole chain from languages to machines is still an essential part of the training of any serious programmer. It will result in a more competent programmer, who will moreover be able to develop new languages. A new language is often the best way to solve a problem, and less difficult than it may sound. This book follows a...

Books  [Raphael A. Finkel] Advanced Programming Language Design

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

DESCRIPTION:

This accessible new volume examines and evaluates the principles of programming languages from both their common and language-specific elements. Each chapter is devoted to a particular programming language issue. These issues are illustrated with an example from one of the many programming languages used today.

INFORMATION PAGE:

DOWNLOAD:

Books  [Andreas Hohmann] Programming Languages at a Glance

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

DESCRIPTION:

This book tries to explain a number of programming languages, covering a wide range from currently popular ones such as Java, Perl, Python, and C# to less known languages such as ML, Haskell.

There is one key requirement: the language has to be available for free (or otherwise I could not afford writing this book). We don’t expect a full blown IDE; a good set of command line tools is just as fine. Fortunately, this requirement is fulfilled by most languages these days, since they don’t stand a chance otherwise. In many cases, even a free IDE is available (e.g., Eclipse for Java or Smalltalk/X)

INFORMATION PAGE:...

Books  [Shriram Krishnamurthi] Programming Languages: Application and Interpretation

  • Пользователь tttx
  • Дата
  • Books
CdAJUWimQr-9InF7c1mbsA.png

DESCRIPTION:

This book unites two approaches to teaching programming languages, one based on a survey of languages and the other on writing definitional interpreters. It has been used as a textbook at over fifty institutions worldwide, and is referenced by non-academic users on the Web. You can learn about the differences between versions, and get the accompanying software, from the book's Web site (www.plai.org). You can get the same PDF version of the book, free of cost, from its Web site. This is to give you a choice: if you want to pay the author, get it from here; if you don't (or can't afford to), get it for free from there. Note...

Books  [Vassili Kaplan] Implementing a Custom Language Succinctly

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

DESCRIPTION:

Custom languages provide many benefits, but many people fear the complexity that comes with trying to deploy them. Author Vassili Kaplan sweeps away the obstacles and shows how custom languages are a tool within reach of any developer. With Implementing a Custom Language Succinctly, readers will discover just how much they can accomplish with the skills they already have.

INFORMATION PAGE:

DOWNLOAD:

Books  [Robert Sebesta] Concepts of Programming Languages 10th Edition

  • Пользователь tttx
  • Дата
  • Books
Ru-7plFrSU2yaHKBRRDlbw.png

DESCRIPTION:

For courses in computer programming.

Evaluating the Fundamentals of Computer Programming Languages

Concepts of Computer Programming Languages introduces students to the fundamental concepts of computer programming languages and provides them with the tools necessary to evaluate contemporary and future languages. An in-depth discussion of programming language structures, such as syntax and lexical and syntactic analysis, also prepares readers to study compiler design.

The Eleventh Edition maintains an up-to-date discussion on the topic with the removal of outdated languages such as Ada and Fortran. The addition of relevant new...

Books  [Mike Grant, Zachary Palmer, Scott Smith] Principles of Programming Languages

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

DESCRIPTION:

Kenneth Louden and Kenneth Lambert's new edition of PROGRAMMING LANGUAGES: PRINCIPLES AND PRACTICE, 3E gives advanced undergraduate students an overview of programming languages through general principles combined with details about many modern languages. Major languages used in this edition include C, C++, Smalltalk, Java, Ada, ML, Haskell, Scheme, and Prolog; many other languages are discussed more briefly. The text also contains extensive coverage of implementation issues, the theoretical foundations of programming languages, and a large number of exercises, making it the perfect bridge to compiler courses and to the theoretical...

Books  [Apple Developers] The Swift Programming Language

  • Пользователь tttx
  • Дата
  • Books
7w-cU-mBSuuhUCnSP44Fwg.png

DESCRIPTION:

Swift is a new programming language for creating iOS and OS X apps. Swift builds on the best of C and Objective-C, without the constraints of C compatibility. Swift adopts safe programming patterns and adds modern features to make programming easier, more flexible, and more fun. Swift's clean slate, backed by the mature and much-loved Cocoa and Cocoa Touch frameworks, is an opportunity to reimagine how software development works.

This book provides:
  • A tour of the language.
  • A detailed guide delving into each language feature.
  • A formal reference for the language.
INFORMATION PAGE:...

Скрипты и программы  360Proxy Stable and cheap resident agent!

  • Пользователь Quinn
  • Дата
  • Скрипты и программы
More than 80 million real residential IP addresses, covering more than 190 locations around the world.

The enterprise plan can reach only $0.70 per GB.

Support the traffic payment or ip payment, a variety of ways, more personalized! {Volnov6}

Support for HTTP, HTTPS, and SOCKS5

360 Proxy can integrate products into your scraping infrastructure. There are also multilingual support and off-the-shelf program demo examples to quickly start your data capture business.

Whether you want to use it for e-commerce, market research, advertising verification, social networking is a good choice!

Click the https://www.360proxy.com/ official website to experience!

Books  [Steven Holzner] Sams Teach Yourself XML in 21 Days

  • Пользователь tttx
  • Дата
  • Books
4Q46v_MGTUOUqKprSnDF-g.png

DESCRIPTION:

Sams Teach Yourself XML in 21 Days, written by expert author Steve Holzner, offers hundreds of real-world examples demonstrating the uses of XML and the newest tools developers need to make the most of it. In Week One, he starts from basic syntax, and discusses XML document structure, document types, and the benefits of XML Schema. Week Two covers formatting using either CSS or the Extensible Sytlesheet Language, and working with XHTML and other tools for presenting XML data on the Web, or in multimedia applications. The final chapter of week two discusses XForms, the newest way to process forms in XML applications. Week Three...

Books  [O'Reilly] The XML CD Bookshelf, Version 1.0 - 7 Bestselling Books

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

DESCRIPTION:

O'Reilly's "XML CD Bookshelf" provides convenient online access to seven indispensable XML books - over 3,000 pages of useful O'Reilly reference and tutorials. It contains:
  • XML in a Nutshell, Second Edition
  • XSLT
  • XML Schema
  • SAX2
  • Java & XML, Second Edition
  • Java and XSLT
  • Perl & XML
INFORMATION PAGE:

DOWNLOAD:

Books  [Norman Walsh, Richard Hamilton] DocBook 5: The Definitive Guide: The Official Documentation for DocBook

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

DESCRIPTION:

If you need a reliable tool for technical documentation, this clear and concise reference will help you take advantage of DocBook, the popular XML schema originally developed to document computer and hardware projects. DocBook 5.0 has been expanded and simplified to address documentation needs in other fields, and it's quickly becoming the tool of choice for many content providers.

DocBook 5: The Definitive Guide is the complete, official documentation of DocBook 5.0. You'll find everything you need to know to use DocBook 5.0's features-including its improved content model-whether you're new to DocBook or an experienced user of...

Books  [Wouter van Vugt] Open XML Explained

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

DESCRIPTION:

In this book you will be provided a detailed overview of the three major markup languages in Open XML. This book is written for those who have a basic understanding of XML or HTML. If you are a software architect or developer who needs to build document-centric solutions you can learn about how to build your value-added solutions based on the Open XML platform. Those new to document markup languages as well as those more experienced in document markup but new to Open XML will benefit from this book.

INFORMATION PAGE:

DOWNLOAD:...

Books  [Norman Walsh] A Technical Introduction to XML

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

DESCRIPTION:

This introduction to XML presents the Extensible Markup Language at a reasonably technical level for anyone interested in learning more about structured documents. In addition to covering the XML 1.0 Specification, this article outlines related XML specifications, which are evolving.

INFORMATION PAGE:

DOWNLOAD:

Books  [G. Ken Holman] Practical Transformation Using XSLT and XPath

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

DESCRIPTION:

In Definitive XSLT and XPath, a leader in the XSLT/XPath standards community delivers authoritative, concise coverage of these vital W3C specifications. Master the XPath data model and XSLT transformation environment; stylesheet management; process control; advanced expressions; sorting; grouping; and key points to cover with tool vendors.

INFORMATION PAGE:

DOWNLOAD:
Ваши лимиты
Доступно
Осталось

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

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

Рабочее Openssource.ORG

Рабочее S1 piratehub

Рабочее S2 piratehub

Рабочее S3 piratehub

Рабочее S4 piratehub

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

  • piggyboy
  • Antilopa30
  • lisAlis
  • Alexcon
  • Armanxl
  • lexum
  • Наталья5485
  • nsrwntjo
  • scampa
  • allhgg
  • poHUIist
  • vladimir671games
  • Rewerss
  • гипнолог
  • Venera.21
  • AnataLev
  • Garibaldi24
  • edward-8
  • mo2000
  • realist1
  • kozir777
  • TODD6996
  • Alexander_2000
  • oblako13
  • User_Y
  • annapurple
  • LauJu
  • SocialNetworks
  • Nike888
  • dyna
  • maxkrabov
  • Константин77
  • mycheap
  • LANDI
  • Phoebus
  • Gudvin
  • agronomsonagronom
  • vlad11
  • XolderOne
  • infodrug
  • skoltok
  • cpamoney
  • Inot77
  • extra3d
  • AlexeyRavon
  • qwer123
  • Manager
  • Aleksandr22221
  • 11sheglov
  • милка95
...и ещё 20.

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

  • 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
    Отличный курс! Огромное спасибо!
  • cat143
    Плохое качество видео — ничего не видно что он делает в экселе
  • piratcurs
    Неплохо
Назад
Сверху