Books  [Daniel Diaz] GNU PROLOG

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

ОПИСАНИЕ:

[Daniel Diaz] GNU PROLOG

ПРОДАЖНИК:

СКАЧАТЬ:

Books  [Attila Csenki] Prolog Techniques

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

ОПИСАНИЕ:

The book Prolog Techniques is the first of two volumes by the author on the programming language Prolog and its applications; the second, forthcoming, textbook is entitled Applications of Prolog. In the first volume you can read about the accumulator technique, difference lists, program manipulations and exploratory code development.

Prolog is considered difficult by students. Usually, by the time they learn Prolog, which is most likely to happen in preparation for a course in Artificial Intelligence (AI) or Expert Systems, they will have studied imperative programming and/or the object oriented paradigm. Unfortunately, this prior...

Books  [Peter Flach] Simply Logical: Intelligent Reasoning by Example

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

ОПИСАНИЕ:

An introduction to Prolog programming for artificial intelligence covering both basic and advanced AI material. A unique advantage to this work is the combination of AI, Prolog and Logic. Each technique is accompanied by a program implementing it. Seeks to simplify the basic concepts of logic programming. Contains exercises and authentic examples to help facilitate the understanding of difficult concepts.

ПРОДАЖНИК:

СКАЧАТЬ:

Books  [Dennis Merritt] Expert Systems in Prolog

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

ОПИСАНИЕ:

The machine learning capabilities of today's AI are extremely exciting, but they are only one part of the architecture of today's systems. For example, self-driving car technology uses machine learning to interpret the visual field around a car, but it's good old fashioned rule-based AI that contains the plans on what to do with that information.Similarly, the phenomenal program that plays Go at a master level uses machine learning to evaluate board positions (very difficult for a machine to do) but uses conventional AI for deciding what to do with that information.Written a number of years ago, Building Expert Systems in Prolog is...

Books  [Neil C. Rowe] Artificial Intelligence through Prolog

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

ОПИСАНИЕ:

This book presents many concepts in artificial intelligence (AI) and problem-solving systems in terms of the Prolog language. Its stated purpose is to provide an informal, hands-on approach to learning AI.

ПРОДАЖНИК:

СКАЧАТЬ:

Books  [James L. Hein] Prolog Experiments in Discrete Mathematics, Logic, and Computability

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

ОПИСАНИЕ:

[James L. Hein] Prolog Experiments in Discrete Mathematics, Logic, and Computability

ПРОДАЖНИК:

СКАЧАТЬ:

Books  [Paul Brna] Prolog Programming: A First Course

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

ОПИСАНИЕ:

The course for which these notes are designed is intended for undergraduate students who have some programming experience and may even have written a few programs in Prolog. They are not assumed to have had any formal course in either propositional or predicate logic. The original function was to provide students studying Artificial Intelligence (AI) with an intensive introduction to Prolog so, inevitably, there is a slight bias towards AI.

The emphasis in this book is on using Prolog effectively. It presents a loose collection of topics that build on and elaborate concepts learned in a first course...

Books  [J. M. Spivey] An Introduction to Logic Programming Through Prolog

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

ОПИСАНИЕ:

Using theory as a foundation for practical programming, this text presents the theory of logic programming with clear proofs, extended examples, and implementation techniques. It covers logical theory, practical programming, and the structure of a simple Prolog implementation.

ПРОДАЖНИК:

СКАЧАТЬ:

Books  [Ulf Nilsson, Jan Maluszynski] Logic, Programming and Prolog, 2nd Edition

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

ОПИСАНИЕ:

What sets this book apart from others on logic programming is the breadth of its coverage. The authors have achieved a fine balance between a clear and authoritative treatment of the theory and a practical, problem-solving approach to its applications. This edition introduces major new developments in a continually evolving field and includes such topics as concurrency and equational and constraint logic programming.

ПРОДАЖНИК:

СКАЧАТЬ:

Books  [Michael A. Covington] Prolog Programming in Depth

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

ОПИСАНИЕ:

This book covers the Prolog programming language thoroughly with an emphasis on building practical application software, not just theory. Working through this book, readers build several types of expert systems, as well as natural language processing software and utilities to read foreign file formats. This is the first book to cover ISO Standard Prolog, but the programs are compatible with earlier dialects of the language. Program files are available by FTP from The University of Georgia.

ПРОДАЖНИК:

СКАЧАТЬ:

Books  [Feliks Kluznia, Stanislaw Szpakowicz] Prolog for Programmers

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

ОПИСАНИЕ:

Prolog for Programmers is intended as an introduction to Prolog for people familiar with conventional programming languages.

Reflecting this, in Chapter 1, Prolog is explained in terms of programming constructs and techniques found in Pascal. However, explaining Prolog in terms of Pascal sometimes becomes contrived, for example, backtracking is explained in terms of error recovery and unification is explained by giving a Pascal unification algorithm.

Unfortunately, both the logical and extralogical features of Prolog are introduced together, blurring the distinction between the declarative and nondeclarative aspects of the language...

Books  [Leon S. Sterling, Ehud Y. Shapiro] The Art of Prolog: Advanced Programming Techniques

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

ОПИСАНИЕ:

Addressed to readers at different levels of programming expertise, this book offers a departure from current books that focus on small programming examples requiring additional instruction in order to extend them to full programming projects.

It shows how to design and organize moderate to large Prolog programs, providing a collection of eight programming projects, each with a particular application, and illustrating how a Prolog program was written to solve the application. These range from a simple learning program to designing a database for molecular biology to natural language generation from plans and stream data analysis...

Books  [Patrick Blackburn, Johan Bos, Kristina Striegnitz] Learn Prolog Now!

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

ОПИСАНИЕ:

Prolog is a programming language, but a rather unusual one. "Prolog" is short for "Programming with Logic", and the link with logic gives Prolog its special character. At the heart of Prolog lies a surprising idea: don't tell the computer what to do. Instead, describe situations of interest, and compute by asking questions. Prolog will logically deduce new facts about the situations and give its deductions back to us as answers.

Why learn Prolog? For a start, its ``say what the problem is, rather than how to solve it'' stance, means that it is a very high level language, good for knowledge rich applications such as artificial...

Books  [Markus Triska] The Power of Prolog

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

ОПИСАНИЕ:

The goal of this book is to bridge the gap between the great traditional Prolog textbooks of the past and the language as it currently is, several decades after these books were written. You will see that many limitations of the past are no longer relevant, while several new constructs are now of great importance even though they are not yet covered in any available Prolog book.

Prolog has continued to attract a great deal of interest in the computer science community, and has turned out to be a basis for an important new generation of programming languages and systems for Artificial Intelligence.

The language has been...

Books  [Dennis Merritt] Adventure in Prolog

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

ОПИСАНИЕ:

Prolog tutorial that uses the very first interactive computer games to teach the expressive power of Prolog.

ПРОДАЖНИК:

СКАЧАТЬ:

Разное  [dom_detskogo_platya] Технология платья с воланом по лифу и крупными фалдами на юбке (2024)

  • Пользователь tttx
  • Дата
  • Разное
Z32dz_CBSsK0LNcBa1Es7g.png

ОПИСАНИЕ:

Технология включает в себя обработку "мягкого" волана и прозрачной вставки по центру лифа.
Обработку застёжки на навесные петли и пуговицы

Технология лифа с воланами:
1. Введение. Печать лекал
2. Моделирование всех деталей лифа
3. Расход материалов. Крой
4. Сборка волана и вставки
5. Сборка лифа
6. "Мягкий" волан и прозрачная вставка

Технология юбки с крупными фалдами
1. Введение. Расчет конструкции. Определение расхода материалов
2. Выбор материалов
3. Крой деталей всех слоев юбки
4. Сборка верхней юбки
5. Сборка нижней юбки
6. Соединение лифа с ибками

Базовое лекало лифа (перед и спинка) в любом одном размере включено...

Рукоделие  [valeriiapletenie] МК по плетению кукольного кресла-кокона (2024)

  • Пользователь tttx
  • Дата
  • Рукоделие
H-py-f7wRVeP_hLvtPZkSQ.png

ОПИСАНИЕ:

Об авторе: Я - Валерия Астафьева. Плету из эко-лозы (бумажной) 8 лет. Большая любовь - миниатюрная кукольная мебель из мини-лозы.

У меня был большой заказ сразу на несколько розовых изделий для кукол разных размеров. Среди которых было и подвесное кресло-кокон. Это довольно большое изделия. Плела я трубочками, накрученными из полос шириной 7 см. Это уже не минилоза, а стандартные трубочки, из которых мастерицы плетут интерьерные корзинки.

ПРОДАЖНИК:

СКАЧАТЬ:

Разное  [Полина Вахитова] Аксессуры. Финальные штрихи образа и управление вниманием (2023)

  • Пользователь tttx
  • Дата
  • Разное
iXLFwiYlRzmFbt2zdUcV7Q.png

ОПИСАНИЕ:

На этом курсе мы рассмотрим аксессуары с двух точек зрения:

— как предметы, украшающие внешность и финальными штрихами дополняющие образ
— и как инструменты управления вниманием, впечатлением и как элементы, несущие смысл и свое сообщение

Лайт-версия, 7 уроков

ПРОДАЖНИК:


СКАЧАТЬ:

Разное  [Архэ] Мы внутри физики - Понятие и восприятие температуры и особенности температурных режимов (2024)

  • Пользователь tttx
  • Дата
  • Разное
ouJYQxg4RE25hdR_Q3296Q.png

ОПИСАНИЕ:

Природные и технические процессы, которые нас окружают, но о сути которых мы редко задумываемся: понятие температуры и где и каким воздухом лучше дышать, как образуются туман и облака, устройство различных типов ламп, распространение звуковых волн, как происходит таяние снега и льда, как появляются оттенки на небе в разное время дня и сезонов и многие другие явления предстанут перед нами в свете законов физики и биологии.

Лектор:
Морозова Татьяна Игоревна, кандидат физико-математических наук, научный сотрудник ИКИ РАН. Занимается плазменно-пылевыми процессами в природных и космических системах...

Выпечка  [Maru] Курс по слойке «New York Roll» (2024)

  • Пользователь tttx
  • Дата
  • Выпечка
HI4M3gMlTVmW2br2jW4HVA.png

ОПИСАНИЕ:

Этот курс для вас если

  • Если вы любите слоеную выпечку с начинкой и хотите научиться ее готовить
  • Вы хотите делать трендовую выпечку и зарабатывать на этом
  • Вы любите слоеную выпечку и хотите научиться работать с тестом, но еще не готовы к длительному обучению
  • Если вы уже умеете готовить слоено-дрожжевое тесто, но просто круассаны уже слишком просто и хочется чего-то нового
Кому подойдет этот курс
1) Новичкам
Вы получите полное представление о том, как работать со слоено-дрожжевым тестом, перестанете бояться дрожжей и забудете все «мифы» связанные с ними. Вы точно удивите близких, а может быть даже откроете в...

Выпечка  [Вероника Папкова] Круассаны на закваске и улитки с начинками (2024)

  • Пользователь tttx
  • Дата
  • Выпечка
PwAacLCYSvCwU18AXvUPKQ.png

ОПИСАНИЕ:
  • Марафон по цветным круассанам и улитки с начинками. На закваске!
  • Полная теория по замесу теста, подбор сырья, инвентаря, техника по ручной раскатке и многие другие тонкости и нюансы слоеного теста
  • Обязательно наличие активной пшеничной закваски 100% гидратации
  • Технология приготовления занимает 2 суток
Мы приготовим с Вами
  • Шоколадный цветной круассан
  • Розовый круассан с клубникой (любая начинка
  • Слоёные улитки с начинками
ПРОДАЖНИК:

СКАЧАТЬ:

Десерты  [Кристина Лова] Торт «Клубничный муссовый чизкейк» (2021)

  • Пользователь tttx
  • Дата
  • Десерты
OEDcLrzdSQC2eVm_55TMqQ.png

ОПИСАНИЕ:

Урок состоит из детально снятого видео по приготовлению торта с начинкой «Клубничный муссовый чизкейк» и покрытия его шоколадным велюром. Вы научитесь готовить очень вкусный и легкий муссовый торт! Он универсален, так как клубнику можно заменить на любую другую ягоду! Состоять он будет из яркого клубничного компоте, нежного сливочного чизкейка, хрустящего слоя с кусочками сублимированной клубники, миндального бисквита и все это будет утопать в облаке клубничного мусса на основе белого шоколада. Приступим?

Технологическая карта и видео приготовления торта:
  • - Технологическая карта: рецепт и техника приготовления
  • - Видео...

Выпечка  [Анна Томильчик] Линцерское печенье (2022)

  • Пользователь tttx
  • Дата
  • Выпечка
-8XVMqngTICMTFsM1cC6ZA.png

ОПИСАНИЕ:

Невероятно ароматное и очень ореховое печенье. Традиционно готовится с малиновым конфитюром. Мы его тоже сделаем сами в кухонной машине, только добавим немного клюквы.

ПРОДАЖНИК:

СКАЧАТЬ:
Ваши лимиты
Доступно
Осталось

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

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

Рабочее Openssource.ORG

Рабочее S1 piratehub

Рабочее S2 piratehub

Рабочее S3 piratehub

Рабочее S4 piratehub

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

  • Monstrobass
  • swzpers
  • dru__
  • Joker97
  • dvgoodluck74
  • savinfo
  • catana
  • awefsbvcavs123
  • igorv77
  • nsrwntjo
  • lendoren
  • Chizhik13
  • 19Andre88
  • mcgrifin
  • Sasha98989
  • D12
  • борякаскат
  • ВиваВиктория
  • Гулирано
  • gamgam0
  • fad32
  • alex555555
  • Parkan89
  • Nalina911
  • WalterMax
  • gena
  • Марсианка
  • d3rv1sh
  • Ruslan2898
  • infodrug
  • OlgaT
  • PolinaOlden
  • MaestroX
  • Lex_rich
  • icontact
  • Mickle100
  • Yuli_G
  • 424da
  • jeket
  • Mishgan
  • Vic6
  • назия
  • Veta05
  • BlueMirror
  • Kira N
  • MEEKHA
  • Ivetio
  • Zhabin1982
  • Джулия27
  • ZARR
...и ещё 372.

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

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