discmania78.blogspot.com
Discmania 78: Expert System Design
http://discmania78.blogspot.com/2009/11/our-idea.html
Selasa, 24 November 2009. Our simple design of expert system is:. What is your suitable major? We often find some student that feel confuse to decide what major they will take for their next study. Sometimes they fell hesitate to ask their teacher, or some other case just like leak of information, and difficult to get information about Universities. So because of that we want to help them. Langganan: Poskan Komentar (Atom). Discrette Math Blog . Matematika Diskrit dan Segala Tugas-tugasnya. We are Inform...
discmania78.blogspot.com
Discmania 78: November 2009
http://discmania78.blogspot.com/2009_11_01_archive.html
Rabu, 25 November 2009. Input and Output in ProLog. The write/1 predicate takes a single argument, which must be a valid Prolog term. Evaluating the predicate causes the term to be written to the current output stream, which by default is the user's screen. Evaluating a nl goal causes a new line to be output to the current output stream. Write('a string of characters'),nl. A string of characters. Write([a,b,c,d,[x,y,z] ),nl. A,b,c,d,[x,y,z]. Write(mypred(a,b,c) ,nl. Example of use of nl. X = mypred(a,b,c).
discmania78.blogspot.com
Discmania 78: Oktober 2009
http://discmania78.blogspot.com/2009_10_01_archive.html
Kamis, 22 Oktober 2009. RULE BASED EXPERT SYSTEM. Expert System atau Sistem pakar. Rule Based Expert System. Representasi Pengetahuan dengan Rules (aturan) sering disebut juga dengan Sistem Produksi. Suatu Rule Terdiri dari 2 bagian, yaitu:. Antacedent, yaitu bagian yang mengekspresikan situasi atau premis (Pernyataan berawalan IF). Konsekuen, yaitu bagian yang menyatakan suatu tindakan tertentu atau konklusi yang diterapkan jika situasi atau premis bernilai benar (Pernyataan berawalan THEN). You can con...
discmania78.blogspot.com
Discmania 78: Blog kami
http://discmania78.blogspot.com/2009/11/blog-kami.html
Kamis, 12 November 2009. 1 Irine Dwi Kenestie http:/ irindisini.blogspot.com/. 2 Rizqi Prifsanti http:/ kucinglewat.blogspot.com/. 3 Bunga Fadhila http:/ bungaitusaya.blogspot.com/. Langganan: Poskan Komentar (Atom). Discrette Math Blog . Matematika Diskrit dan Segala Tugas-tugasnya. The Permutation Team's Blog. Welcome to priaGagah site. Input and Output in ProLog. Summary : Operator and Arithmetic in Prolog. Fact, Rules, Predicate, and Variable.
discmania78.blogspot.com
Discmania 78: Summary for chapter 6
http://discmania78.blogspot.com/2009/12/summary-for-chapter-6.html
Selasa, 08 Desember 2009. Summary for chapter 6. Most conventional programming languages have a looping facility that enables a set of instructions to be executed repeatedly either a fixed number of times or until a given condition is met. Prolog has no looping facilities, similar effects can be obtained that enable a sequence of goals to be evaluated repeatedly. This can be done in a variety of ways, using backtracking, recursion, built-in predicates, or a combination of these. Type end to end: of.
discmania78.blogspot.com
Discmania 78: Looping Exercise Page 97
http://discmania78.blogspot.com/2009/12/exercise-page-97.html
Selasa, 08 Desember 2009. Looping Exercise Page 97. 1) Define a predicate to output the values of the squares of the integers from N1 to N2 inclusive and test it with N1 = 6 and N2 = 12. Pertama kita buat perintah seperti di bwah ini di notepad, kemudian disimpan dengan tipe .pl. Kemudian kita mengetikkan perintah outsquare(6,12). Lalu tekan enter. 2) Define and test a predicate to read in a series of characters input by the user and. Output all of those before the first new line or? Discrette Math Blog .
discmania78.blogspot.com
Discmania 78: Desember 2009
http://discmania78.blogspot.com/2009_12_01_archive.html
Selasa, 22 Desember 2009. Final Project Expert System. So, our final project expert system has done. Here is the link of our report:. Http:/ www.4shared.com/file/179094754/a1e42b66/Report FP matdis Irine Rizqi B.html. Http:/ www.4shared.com/file/179101122/f2d925c0/aaaaaaaaaaaaaa.html. Senin, 14 Desember 2009. Development of our simple EXPERT SYSTEM. Our next development will show another characteristic to specify the suitable major. Selasa, 08 Desember 2009. Summary for chapter 6. Many programming langua...
discmania78.blogspot.com
Discmania 78: Testing
http://discmania78.blogspot.com/2009/12/testing.html
Senin, 14 Desember 2009. Development of our simple EXPERT SYSTEM. 1 Firstly, we made a notepad that contain of the facts, or we can say it as characteristic of each major. We still develop it in a simple way. We divided the characteristic into 3 parts (major in senior high school, faculty, major in university). Then we save it in .pl type. Our next development will show another characteristic to specify the suitable major. Langganan: Poskan Komentar (Atom). Discrette Math Blog . Welcome to priaGagah site.