• This is slide 1 description. Go to Edit HTML of your blogger blog. Find these sentences. You can replace these sentences with your own words.
  • This is slide 2 description. Go to Edit HTML of your blogger blog. Find these sentences. You can replace these sentences with your own words.
  • This is slide 3 description. Go to Edit HTML of your blogger blog. Find these sentences. You can replace these sentences with your own words.
  • This is slide 4 description. Go to Edit HTML of your blogger blog. Find these sentences. You can replace these sentences with your own words.
  • This is slide 5 description. Go to Edit HTML of your blogger blog. Find these sentences. You can replace these sentences with your own words.

Thursday, October 23, 2014

Silsilah keluarga dengan Prolog

Source codes : % .pl .pro% Contoh fakta dan rule program Prolog. Diambil dari contoh-contoh% dalam buku "Prolog Programming for Artificial Intelligence", Ivan% Bratko, Bab 1.parent(tom,bob).   %ngasih/inisialisasi ke prolog bahwa bob anak nya tomparent(pam,bob).   %nagsih tau...

Wednesday, October 15, 2014

Program Sederhana Prolog

Segitiga program:-nl,  write('Masukkan Alas : '),read(Alas),  write('Masukkan Tinggi : '),read(Tinggi),  Luas is (Alas*Tinggi)/2,  write('Luas : '),write(Luas). Grade Nilai   program:-nl,  write('Masukkan Nilai Uts : '),read(Uts),  write('Masukkan Nilai Uas : '),read(Uas),  Total is (Uts+Uas)/2,  write('Total : '),write(Total),nl,  (  Total...

Tuesday, October 7, 2014

BAHASA PEMROGRAMAN PROLOG

Sejarah Prolog   Prolog singkatan dari Programming in Logic.  Dikembangkan oleh  Alain Colmenraurer dan P.Roussel di Universitas Marseilles Perancis, tahun1972.  Prolog populer di Eropa untuk aplikasi artificial intelligence,sedangkan di Amerika peneliti mengembangkan aplikasi...