filmov
tv
ProLog Ders 4 Canlı Türkçe Anlatım - Logic Programming

Показать описание
ProLog Ders 4 Canlı Türkçe Anlatım - Logic Programming (Mantıksal Programlama)
Listeler bahsinde ifadelerden Predicate'ların oluşturulmasını açıklıyorum.
Oluşturulan Predicate'lar (Raw Code parçacıkları) ProLog Programlama Dilinin Algoritma Adımlarını oluşturuyor. Bunları edit etmek üzere Sublime Text Editörünü Kullanıyorum.
Etkileşimli, konsolda Gerçek Verilerle Makinenin /Yazılımın bizim yerimize düşünmesini, karar vermesini bekliyorum. milisaniyeler içerisinde cevabı veriyor.
Bu Derste, Listeler bahsinde,
Membership Checking (Bir elemanın liste içerisinde yer alıp almadığı);
Length Calculation (Listenin uzunluğunun / boyunun / eleman sayısının ne olduğu);
Concatenation (İki veya Daha Fazla Listenin bir araya getirilmesi / toplanmasının nasıl olduğu;
Delete Items (Listeden bir :elemann çıkartılmasının nasıl olduğu);
Append Items (Bir Listeye diğerinin nasıl eklendiği);
Insert Items (Listeye bir elemanın nasıl eklendiği)
önce Predicate'lara temel olan sorgulama ifadeleri ve Predicate oluşturulması ve Dosyanın GNU-ProLog Derleyici ile çalıştırılıp, "Consult" ile sorgulamanın Gerçek verilerle yapılmasının örneklerini veriyorum.
ProLog Lecture 4 Live Turkish Lectures - Logic Programming
In the topic of Lists, I explain the creation of Predicates from expressions.
The created Predicates (Raw Code snippets) form the Algorithm Steps of ProLog Programming Language. I am using Sublime Text Editor to edit them.
Interactive, with Real Data on console I expect the Machine/Software to think, decide for us. It gives the answer in milliseconds.
In this Lesson, on Lists,
Membership Checking (Whether an element is in the list);
Length Calculation (What is the length / length / number of elements of the list);
Concatenation (How to combine/aggregate Two or More Lists;
Delete Items (How to remove an :element from the list);
Append Items (How to add one List to another);
Insert Items (How an element is added to the list)
First, I give examples of query expressions that are the basis of Predicates and the creation of Predicate and the execution of the file with the GNU-ProLog Compiler and the querying with "Consult" with Real data.
Listeler bahsinde ifadelerden Predicate'ların oluşturulmasını açıklıyorum.
Oluşturulan Predicate'lar (Raw Code parçacıkları) ProLog Programlama Dilinin Algoritma Adımlarını oluşturuyor. Bunları edit etmek üzere Sublime Text Editörünü Kullanıyorum.
Etkileşimli, konsolda Gerçek Verilerle Makinenin /Yazılımın bizim yerimize düşünmesini, karar vermesini bekliyorum. milisaniyeler içerisinde cevabı veriyor.
Bu Derste, Listeler bahsinde,
Membership Checking (Bir elemanın liste içerisinde yer alıp almadığı);
Length Calculation (Listenin uzunluğunun / boyunun / eleman sayısının ne olduğu);
Concatenation (İki veya Daha Fazla Listenin bir araya getirilmesi / toplanmasının nasıl olduğu;
Delete Items (Listeden bir :elemann çıkartılmasının nasıl olduğu);
Append Items (Bir Listeye diğerinin nasıl eklendiği);
Insert Items (Listeye bir elemanın nasıl eklendiği)
önce Predicate'lara temel olan sorgulama ifadeleri ve Predicate oluşturulması ve Dosyanın GNU-ProLog Derleyici ile çalıştırılıp, "Consult" ile sorgulamanın Gerçek verilerle yapılmasının örneklerini veriyorum.
ProLog Lecture 4 Live Turkish Lectures - Logic Programming
In the topic of Lists, I explain the creation of Predicates from expressions.
The created Predicates (Raw Code snippets) form the Algorithm Steps of ProLog Programming Language. I am using Sublime Text Editor to edit them.
Interactive, with Real Data on console I expect the Machine/Software to think, decide for us. It gives the answer in milliseconds.
In this Lesson, on Lists,
Membership Checking (Whether an element is in the list);
Length Calculation (What is the length / length / number of elements of the list);
Concatenation (How to combine/aggregate Two or More Lists;
Delete Items (How to remove an :element from the list);
Append Items (How to add one List to another);
Insert Items (How an element is added to the list)
First, I give examples of query expressions that are the basis of Predicates and the creation of Predicate and the execution of the file with the GNU-ProLog Compiler and the querying with "Consult" with Real data.