<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9" -->
<rss version="0.92">
<channel>
	<title>coretan si cuplis</title>
	<link>http://cuplis.net</link>
	<description>learn the way, define your own way</description>
	<lastBuildDate>Fri, 04 Dec 2009 10:56:30 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>activity diagram by example</title>
		<description><![CDATA[kasus : koperasi simpan pinjam dan kredit motor

pencatatan data anggota
setiap anggota baru mengisi formulir keanggotaan. formulir yang sudah diisi wajib dikembalikan ke staff koperasi dan staff koperasi akan membuatkan kartu anggota berikut dengan kartu simpan.

pembayaran simpanan anggota
setiap bulan anggota koperasi wajib melakukan pembayaran simpanan (wajib, pokok, atau sukarela) dan setiap melakukan pembayaran akan dicatat di [...]


Related posts:<ol><li><a href='http://cuplis.net/2009/04/dml-data-manipulation-language-dalam-sql/' rel='bookmark' title='Permanent Link: dml  (data manipulation language) dalam sql'>dml  (data manipulation language) dalam sql</a> <small>Data Manipulation Language (DML) SELECT Menampilkan sebagian atau seluruh isi...</small></li><li><a href='http://cuplis.net/2009/04/formal-query-language/' rel='bookmark' title='Permanent Link: formal query language'>formal query language</a> <small>Relational Model : Structure of Relational Databases (Struktur Basis Data)...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://cuplis.net/2009/12/activity-diagram-by-example/</link>
			</item>
	<item>
		<title>operasi input output</title>
		<description><![CDATA[1. Proses INPUT OUTPUT
Sebuah Proses memerlukan Input / Output
 Instruksi / Command yang diberikan pada Linux melalui shell disebut sebagai eksekusi program yang selanjutnya disebut proses.
Setiap kali instruksi diberikan, maka linux kernel akan menciptakan sebuah proses dengan memberikan nomor PID ( Process Identity )
Proses dalam linux membutuhkan input dan menghasilkan output.
Dalam konteks Linux input / [...]


Related posts:<ol><li><a href='http://cuplis.net/2009/09/how-to-solve-vmware-error-while-getting-interfaces-flag/' rel='bookmark' title='Permanent Link: how to solve : vmware error while getting interfaces flag'>how to solve : vmware error while getting interfaces flag</a> <small>pesan error &#8220;vmware error while getting interfaces flag&#8221; muncul ketika...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://cuplis.net/2009/10/operasi-input-output/</link>
			</item>
	<item>
		<title>how to install wordpress mu on nginx</title>
		<description><![CDATA[setting dns server

tambahkan zone sarunkgenk.com di file /etc/bind/named.conf

user@computer:$ sudo vim /etc/bind/named.confzone "sarunkgenk.com" IN {type master;file "/etc/bind/db.sarunkgenk.com";allow-update { none; };};


ubah file /etc/bind/db.sarunkgenk.com

user@computer:$ sudo vim /etc/bind/db.sarunkgenk.com;; BIND data file for local loopback interface;$TTL    604800$ORIGIN sarunkgenk.com.@       IN      SOA     ns1.sarunkgenk.com. me.cuplis.net. (128       ; Serial604800         ; Refresh86400         ; Retry2419200         ; Expire604800 )       ; Negative Cache TTLIN      NS      ns1.sarunkgenk.com.ns1                     IN      A       [...]


Related posts:<ol><li><a href='http://cuplis.net/2009/10/how-to-install-and-configure-nginx-webserver-on-ubuntu/' rel='bookmark' title='Permanent Link: how to install and configure nginx webserver on ubuntu'>how to install and configure nginx webserver on ubuntu</a> <small>caranya cukup mudah : install nginx user@computer:$ sudo apt-get install...</small></li><li><a href='http://cuplis.net/2009/10/how-to-configure-php-as-fastcgi-on-nginx/' rel='bookmark' title='Permanent Link: how to configure php as fastcgi on nginx'>how to configure php as fastcgi on nginx</a> <small> install php user@computer:$ sudo apt-get install php5-cgi buat file...</small></li><li><a href='http://cuplis.net/2009/09/how-to-setting-dns-server/' rel='bookmark' title='Permanent Link: how to setting dns server'>how to setting dns server</a> <small>pertama install bind9 : user@computer:$ sudo apt-get install bind9 kemudian...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://cuplis.net/2009/10/how-to-install-wordpress-mu-on-nginx/</link>
			</item>
	<item>
		<title>how to configure php as fastcgi on nginx</title>
		<description><![CDATA[
install php

user@computer:$ sudo apt-get install php5-cgi


buat file /etc/default/php-fastcgi

user@computer:$ sudo vim /etc/default/php-fastcgiSTART=yes# Which user runs PHP? (default: www-data)EXEC_AS_USER=www-data# Host and TCP port for FASTCGI-Listener (default: localhost:9000)FCGI_HOST=localhostFCGI_PORT=8888# Environment variables, which are processed by PHPPHP_FCGI_CHILDREN=4PHP_FCGI_MAX_REQUESTS=1000


buat file /etc/init.d/php-fastcgi

user@computer:$ sudo vim /etc/init.d/php-fastcgi#! /bin/bash### BEGIN INIT INFO# Provides:          php-fastcgi# Required-Start:    $all# Required-Stop:     $all# Default-Start:     2 3 4 5# Default-Stop:      0 1 [...]


Related posts:<ol><li><a href='http://cuplis.net/2009/10/how-to-install-and-configure-nginx-webserver-on-ubuntu/' rel='bookmark' title='Permanent Link: how to install and configure nginx webserver on ubuntu'>how to install and configure nginx webserver on ubuntu</a> <small>caranya cukup mudah : install nginx user@computer:$ sudo apt-get install...</small></li><li><a href='http://cuplis.net/2009/09/how-to-install-and-configure-dhcp-server/' rel='bookmark' title='Permanent Link: how to install and configure dhcp server'>how to install and configure dhcp server</a> <small>salah satu cara untuk configure dhcp server adalah sbb :...</small></li><li><a href='http://cuplis.net/2009/10/how-to-install-wordpress-mu-on-nginx/' rel='bookmark' title='Permanent Link: how to install wordpress mu on nginx'>how to install wordpress mu on nginx</a> <small>setting dns server tambahkan zone sarunkgenk.com di file /etc/bind/named.conf user@computer:$...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://cuplis.net/2009/10/how-to-configure-php-as-fastcgi-on-nginx/</link>
			</item>
	<item>
		<title>how to install and configure nginx webserver on ubuntu</title>
		<description><![CDATA[caranya cukup mudah :

install nginx

user@computer:$ sudo apt-get install nginx


jalankan nginx

user@computer:$ sudo /etc/init.d/nginx start


kemudian buka browser dan buka url http://youripaddress dan seharusnya sudah ada tampilan seperti berikut :

nginx meletakkan vhost2-nya path /etc/nginx/sites-available/
sedangkan vhost2 yang aktif ada di path /etc/nginx/sites-enabled/. file2 di folder ini akan lebih mudah di symbolic link dari path /etc/nginx/sites-available/ yang berisi daftar vhost [...]


Related posts:<ol><li><a href='http://cuplis.net/2009/10/how-to-install-wordpress-mu-on-nginx/' rel='bookmark' title='Permanent Link: how to install wordpress mu on nginx'>how to install wordpress mu on nginx</a> <small>setting dns server tambahkan zone sarunkgenk.com di file /etc/bind/named.conf user@computer:$...</small></li><li><a href='http://cuplis.net/2009/10/how-to-configure-php-as-fastcgi-on-nginx/' rel='bookmark' title='Permanent Link: how to configure php as fastcgi on nginx'>how to configure php as fastcgi on nginx</a> <small> install php user@computer:$ sudo apt-get install php5-cgi buat file...</small></li><li><a href='http://cuplis.net/2009/09/how-to-install-and-configure-dhcp-server/' rel='bookmark' title='Permanent Link: how to install and configure dhcp server'>how to install and configure dhcp server</a> <small>salah satu cara untuk configure dhcp server adalah sbb :...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://cuplis.net/2009/10/how-to-install-and-configure-nginx-webserver-on-ubuntu/</link>
			</item>
	<item>
		<title>how to install and configure dhcp server</title>
		<description><![CDATA[salah satu cara untuk configure dhcp server adalah sbb :

install dhcp server

user@computer:$ sudo apt-get install dhcp3-server


ubah file /etc/dhcp3/dhcpd.conf :

user@computer:$ sudo vim /etc/dhcp3/dhcpd.confddns-update-style none;option domain-name "cuplis.lokal";option domain-name-servers 192.168.17.12;option routers 192.168.22.1;default-lease-time 42300;max-lease-time 84600;subnet 192.168.22.0 netmask 255.255.255.0 {range 192.168.22.1 192.168.22.10;}



note :
option domain-name &#8220;cuplis.lokal&#8221;; =&#62; untuk menentukan domain name untuk client DHCP
option domain-name-servers 192.168.17.12; =&#62; untuk menentukan ip DNS [...]


Related posts:<ol><li><a href='http://cuplis.net/2009/10/how-to-install-and-configure-nginx-webserver-on-ubuntu/' rel='bookmark' title='Permanent Link: how to install and configure nginx webserver on ubuntu'>how to install and configure nginx webserver on ubuntu</a> <small>caranya cukup mudah : install nginx user@computer:$ sudo apt-get install...</small></li><li><a href='http://cuplis.net/2009/05/how-to-install-vmware-server-108-on-ubuntu-jaunty-jackalope/' rel='bookmark' title='Permanent Link: how to install VMware-server-1.0.8 on Ubuntu Jaunty Jackalope'>how to install VMware-server-1.0.8 on Ubuntu Jaunty Jackalope</a> <small>pertama, download vmware server di http://download3.vmware.com/software/vmserver/VMware-server-1.0.8-126538.tar.gz. setelah itu lakukan proses...</small></li><li><a href='http://cuplis.net/2009/10/how-to-configure-php-as-fastcgi-on-nginx/' rel='bookmark' title='Permanent Link: how to configure php as fastcgi on nginx'>how to configure php as fastcgi on nginx</a> <small> install php user@computer:$ sudo apt-get install php5-cgi buat file...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://cuplis.net/2009/09/how-to-install-and-configure-dhcp-server/</link>
			</item>
	<item>
		<title>how to solve : vmware error while getting interfaces flag</title>
		<description><![CDATA[pesan error &#8220;vmware error while getting interfaces flag&#8221; muncul ketika aku melakukan copy virtual machine (dalam kasus ini ubuntu). virtual machine source-nya tidak ada masalah, sedangkan virtual machine hasil copy-nya keluar pesan error &#8220;vmware error while getting interfaces flag&#8221; dan semua eth tidak terdeteksi. untuk mengatasinya lakukan langkah2 berikut :

hapus semua ethernet yang ada di [...]


Related posts:<ol><li><a href='http://cuplis.net/2009/09/how-to-setting-dns-server/' rel='bookmark' title='Permanent Link: how to setting dns server'>how to setting dns server</a> <small>pertama install bind9 : user@computer:$ sudo apt-get install bind9 kemudian...</small></li><li><a href='http://cuplis.net/2009/09/how-to-install-and-configure-dhcp-server/' rel='bookmark' title='Permanent Link: how to install and configure dhcp server'>how to install and configure dhcp server</a> <small>salah satu cara untuk configure dhcp server adalah sbb :...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://cuplis.net/2009/09/how-to-solve-vmware-error-while-getting-interfaces-flag/</link>
			</item>
	<item>
		<title>how to setting dns server</title>
		<description><![CDATA[pertama install bind9 :

user@computer:$ sudo apt-get install bind9

kemudian tambahkan zone pada file /etc/bind/named.conf :

user@computer:$ sudo vim /etc/bind/named.confzone "cuplis.net" IN {type master;file "/etc/bind/db.cuplis-a";allow-update { none; };};zone "22.168.192.in-addr.arpa" IN {type master;file "/etc/bind/db.cuplis-ptr";allow-update { none; };};

kemudian buat file db.cuplis-a dan db.cuplis-ptr di /etc/bind/ (copy aja dari db.local dan db.127) :

user@computer:$ sudo cp /etc/bind/db.local /etc/bind/db.cuplis-a


user@computer:$ sudo cp /etc/bind/db.127 /etc/bind/db.cuplis-ptr


edit [...]


Related posts:<ol><li><a href='http://cuplis.net/2009/10/how-to-install-wordpress-mu-on-nginx/' rel='bookmark' title='Permanent Link: how to install wordpress mu on nginx'>how to install wordpress mu on nginx</a> <small>setting dns server tambahkan zone sarunkgenk.com di file /etc/bind/named.conf user@computer:$...</small></li><li><a href='http://cuplis.net/2009/05/setting-replicate-mysql/' rel='bookmark' title='Permanent Link: setting replicate mysql'>setting replicate mysql</a> <small>huff.. setelah sukses install vmware dan setting network dengan bridge...</small></li><li><a href='http://cuplis.net/2009/09/how-to-install-and-configure-dhcp-server/' rel='bookmark' title='Permanent Link: how to install and configure dhcp server'>how to install and configure dhcp server</a> <small>salah satu cara untuk configure dhcp server adalah sbb :...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://cuplis.net/2009/09/how-to-setting-dns-server/</link>
			</item>
	<item>
		<title>catatan cyberpreneurship</title>
		<description><![CDATA[Entrepreneurship adalah kegiatan yang dilakukan oleh perusahaan baru atau yang sudah matang dalam mengidentifikasi peluang.
Kategori apa yang membuat orang dikatakan sebagai seorang Entrepreneur :

pengusaha yang memiliki visi jauh ke depan didukung oleh ide-ide spesifik yang tidak ada di pasar.
pengusaha yang mempromosikan visi dengan antusias dan semangat.
pengusaha yang dengan gigih mengubah visi menjadi kenyataan.
pengusaha yang berpikir [...]


Related posts:<ol><li><a href='http://cuplis.net/2009/08/materi-cyberpreneurship/' rel='bookmark' title='Permanent Link: materi cyberpreneurship'>materi cyberpreneurship</a> <small>materi cyberpreneurship 0809 : Materi 01 – Cyberpreneurship Materi 02...</small></li><li><a href='http://cuplis.net/2009/04/desain-riset/' rel='bookmark' title='Permanent Link: desain riset'>desain riset</a> <small>Disain riset adalah kerangka atau framework untuk mengadakan penelitian yang...</small></li><li><a href='http://cuplis.net/2009/08/soal-uts-cyberpreneurship-0809/' rel='bookmark' title='Permanent Link: soal uts cyberpreneurship 0809'>soal uts cyberpreneurship 0809</a> <small>soal uts cyberpreneurship bl-roxy ada di sini. source : http://jimmichaelw.wordpress.com/2009/08/20/uts-cyberpreneurship-roxy/...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://cuplis.net/2009/08/catatan-cyberpreneurship/</link>
			</item>
	<item>
		<title>soal uts cyberpreneurship 0809</title>
		<description><![CDATA[soal uts cyberpreneurship bl-roxy ada di sini.
source : http://jimmichaelw.wordpress.com/2009/08/20/uts-cyberpreneurship-roxy/ @20090820185833


Related posts:materi cyberpreneurship materi cyberpreneurship 0809 : Materi 01 – Cyberpreneurship Materi 02...catatan cyberpreneurship Entrepreneurship adalah kegiatan yang dilakukan oleh perusahaan baru atau yang...how to install wordpress mu on nginx setting dns server tambahkan zone sarunkgenk.com di file /etc/bind/named.conf user@computer:$...
Related posts brought to you by Yet [...]


Related posts:<ol><li><a href='http://cuplis.net/2009/08/materi-cyberpreneurship/' rel='bookmark' title='Permanent Link: materi cyberpreneurship'>materi cyberpreneurship</a> <small>materi cyberpreneurship 0809 : Materi 01 – Cyberpreneurship Materi 02...</small></li><li><a href='http://cuplis.net/2009/08/catatan-cyberpreneurship/' rel='bookmark' title='Permanent Link: catatan cyberpreneurship'>catatan cyberpreneurship</a> <small>Entrepreneurship adalah kegiatan yang dilakukan oleh perusahaan baru atau yang...</small></li><li><a href='http://cuplis.net/2009/10/how-to-install-wordpress-mu-on-nginx/' rel='bookmark' title='Permanent Link: how to install wordpress mu on nginx'>how to install wordpress mu on nginx</a> <small>setting dns server tambahkan zone sarunkgenk.com di file /etc/bind/named.conf user@computer:$...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://cuplis.net/2009/08/soal-uts-cyberpreneurship-0809/</link>
			</item>
	<item>
		<title>materi cyberpreneurship</title>
		<description><![CDATA[materi cyberpreneurship 0809 :

Materi 01 – Cyberpreneurship
Materi 02 – Cyberpreneurship
Materi 03 – Cyberpreneurship
Materi 04 – Cyberpreneurship

source : http://jimmichaelw.wordpress.com/download/


Related posts:soal uts cyberpreneurship 0809 soal uts cyberpreneurship bl-roxy ada di sini. source : http://jimmichaelw.wordpress.com/2009/08/20/uts-cyberpreneurship-roxy/...catatan cyberpreneurship Entrepreneurship adalah kegiatan yang dilakukan oleh perusahaan baru atau yang...how to install netbeans 6.7 and scala plugin install netbeans 6.7 : download [...]


Related posts:<ol><li><a href='http://cuplis.net/2009/08/soal-uts-cyberpreneurship-0809/' rel='bookmark' title='Permanent Link: soal uts cyberpreneurship 0809'>soal uts cyberpreneurship 0809</a> <small>soal uts cyberpreneurship bl-roxy ada di sini. source : http://jimmichaelw.wordpress.com/2009/08/20/uts-cyberpreneurship-roxy/...</small></li><li><a href='http://cuplis.net/2009/08/catatan-cyberpreneurship/' rel='bookmark' title='Permanent Link: catatan cyberpreneurship'>catatan cyberpreneurship</a> <small>Entrepreneurship adalah kegiatan yang dilakukan oleh perusahaan baru atau yang...</small></li><li><a href='http://cuplis.net/2009/07/how-to-install-netbeans-67-and-scala-plugin/' rel='bookmark' title='Permanent Link: how to install netbeans 6.7 and scala plugin'>how to install netbeans 6.7 and scala plugin</a> <small>install netbeans 6.7 : download netbeans 6.7 di http://download.netbeans.org/netbeans/6.7/rc2 tambah...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://cuplis.net/2009/08/materi-cyberpreneurship/</link>
			</item>
	<item>
		<title>artificial intelligence part 7 (neural network)</title>
		<description><![CDATA[Sebagian Besar Sistem dalam AI adalah komputasi model-model serial Misalnya: Arsitektur Von Neumann. Tetapi otak manusia mempunyai mesin komputasi parallel dalam jumlah besar yangbberfungsi dan mentoleransi &#8220;noise&#8221;. Penelitian Neural network ditujukan untuk mendapatkan suatu sistem yang bekerja seperti cara kerja model otak manusia, dibanding model Von Neumann. Sistem konektifitas berasal dari  Parallel Distributed Processing (PDP).
Paradigma [...]


Related posts:<ol><li><a href='http://cuplis.net/2009/08/artificial-intelligence-part-4-expert-system/' rel='bookmark' title='Permanent Link: artificial intelligence part 4 (expert system)'>artificial intelligence part 4 (expert system)</a> <small>Sistem pakar adalah program AI dengan basis pengetahuan (knowledge base)...</small></li><li><a href='http://cuplis.net/2009/08/artificial-intelligence-part-5-robotic/' rel='bookmark' title='Permanent Link: artificial intelligence part 5 (robotic)'>artificial intelligence part 5 (robotic)</a> <small>Robotik adalah ilmu yang mematerikan kecerdasan/intelligencia terhadap energi artinya pengendalian...</small></li><li><a href='http://cuplis.net/2009/07/artificial-intelligence-part-1/' rel='bookmark' title='Permanent Link: artificial intelligence part 1'>artificial intelligence part 1</a> <small>Pengertian AI Menurut Elaine Rich &amp; Kevin Knight(1992), AI mempelajari...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://cuplis.net/2009/08/artificial-intelligence-part-7-neural-network/</link>
			</item>
	<item>
		<title>artificial intelligence part 6 (machine learning)</title>
		<description><![CDATA[Komponen machine learning :

Critic
Sensor
Learning Element
Problem Generator
Performance Element
Effector

Jenis2 Learning :

Rote Learning
Apa yang pernah dipelajari membentuk kenyataan dimana harus mengulang dan mengingatnya.
Cognitive Learning
Penggunaan alasan untuk dapat : menganalisa, mengorganisasi dan menghubungkan bagian-bagian tertentu dari pengetahuan.


Rote Learning

Tidak terbatas pada kenyataan, tetapi dapat diterapkan dalam rangkaian kegiatan-kegiatan.
Intinya : Spesialisasi dimana segala sesuatu yang dihafal adalah spesifik dan rangkaian langkah-langkah [...]


Related posts:<ol><li><a href='http://cuplis.net/2009/08/artificial-intelligence-part-4-expert-system/' rel='bookmark' title='Permanent Link: artificial intelligence part 4 (expert system)'>artificial intelligence part 4 (expert system)</a> <small>Sistem pakar adalah program AI dengan basis pengetahuan (knowledge base)...</small></li><li><a href='http://cuplis.net/2009/08/artificial-intelligence-part-3-natural-language-processing/' rel='bookmark' title='Permanent Link: artificial intelligence part 3 (natural language processing)'>artificial intelligence part 3 (natural language processing)</a> <small>NLP adalah mencoba untuk membuat komputer dapat mengerti  perintah-perintah yang...</small></li><li><a href='http://cuplis.net/2009/07/artificial-intelligence-part-2-logic-ai/' rel='bookmark' title='Permanent Link: artificial intelligence part 2 (logic ai)'>artificial intelligence part 2 (logic ai)</a> <small>Logic merupakan jantung dari program, para pemrogram mempunyai keyakinan jika...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://cuplis.net/2009/08/artificial-intelligence-part-6-machine-learning/</link>
			</item>
	<item>
		<title>artificial intelligence part 5 (robotic)</title>
		<description><![CDATA[Robotik adalah ilmu yang mematerikan kecerdasan/intelligencia terhadap energi artinya pengendalian secara cerdas terhadap gerakan yang terkoordinasi secara nyata.
Robot berasal dari bahasa chekoslovakia ‘robota’ yang artinya tenaga kerja (Create the Artificial life Robot -&#62;Cheko is &#8220;worker&#8221;). Robot diharapkan dapat melihat, mendengar,menganalisa lingkungannya dan dapat melakukan tindakan-tindakan yang terprogram. Sekarang ini robot digunakan untuk maksud-maksud tertentu dan [...]


Related posts:<ol><li><a href='http://cuplis.net/2009/08/artificial-intelligence-part-4-expert-system/' rel='bookmark' title='Permanent Link: artificial intelligence part 4 (expert system)'>artificial intelligence part 4 (expert system)</a> <small>Sistem pakar adalah program AI dengan basis pengetahuan (knowledge base)...</small></li><li><a href='http://cuplis.net/2009/08/artificial-intelligence-part-7-neural-network/' rel='bookmark' title='Permanent Link: artificial intelligence part 7 (neural network)'>artificial intelligence part 7 (neural network)</a> <small>Sebagian Besar Sistem dalam AI adalah komputasi model-model serial Misalnya:...</small></li><li><a href='http://cuplis.net/2009/07/artificial-intelligence-part-1/' rel='bookmark' title='Permanent Link: artificial intelligence part 1'>artificial intelligence part 1</a> <small>Pengertian AI Menurut Elaine Rich &amp; Kevin Knight(1992), AI mempelajari...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://cuplis.net/2009/08/artificial-intelligence-part-5-robotic/</link>
			</item>
	<item>
		<title>artificial intelligence part 4 (expert system)</title>
		<description><![CDATA[Sistem pakar adalah program AI dengan basis pengetahuan (knowledge base) yang diperoleh dari pengalaman/pengetahuan pakar/ahli dalam memecahkan persoalan pada bidang tertentu dan didukung  mesin inferensi/inference engine yang melakukan penalaran/pelacakan terhadap sesuatu/fakta-fakta yang diberikan oleh user/pemakai,  dicocokkan/matching dengan fakta-fakta dan aturan/kaidah yang ada di basis pengetahuan setelah dilakukan pencarian, sehingga dicapai kesimpulan.
Sistem pakar adalah perangkat lunak [...]


Related posts:<ol><li><a href='http://cuplis.net/2009/08/artificial-intelligence-part-5-robotic/' rel='bookmark' title='Permanent Link: artificial intelligence part 5 (robotic)'>artificial intelligence part 5 (robotic)</a> <small>Robotik adalah ilmu yang mematerikan kecerdasan/intelligencia terhadap energi artinya pengendalian...</small></li><li><a href='http://cuplis.net/2009/08/artificial-intelligence-part-6-machine-learning/' rel='bookmark' title='Permanent Link: artificial intelligence part 6 (machine learning)'>artificial intelligence part 6 (machine learning)</a> <small>Komponen machine learning : Critic Sensor Learning Element Problem Generator...</small></li><li><a href='http://cuplis.net/2009/07/artificial-intelligence-part-2-logic-ai/' rel='bookmark' title='Permanent Link: artificial intelligence part 2 (logic ai)'>artificial intelligence part 2 (logic ai)</a> <small>Logic merupakan jantung dari program, para pemrogram mempunyai keyakinan jika...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://cuplis.net/2009/08/artificial-intelligence-part-4-expert-system/</link>
			</item>
	<item>
		<title>artificial intelligence part 3 (natural language processing)</title>
		<description><![CDATA[NLP adalah mencoba untuk membuat komputer dapat mengerti  perintah-perintah yang ditulis dalam standar bahasa manusia. Inti dari NLP adalah PARSER. PARSER terdiri atas 3 jenis :

PARSER STATE MACHINE

BAHASA RAKITAN
MESIN TURING


PARSER CONTEXT-FREE RECURSIVE DESCENT

BAHASA C
PASCAL
CLIPS / LISP
JAVA
COLD FUSION
PERL


PARSER NOISE DISPORSAL

DOS
LINUX OS
FOXPRO / FOXBASE / ORACLE / M SQL



Proses Penterjemahan dalam mengerti bahasa alami (Natural Language Understanding), [...]


Related posts:<ol><li><a href='http://cuplis.net/2009/08/artificial-intelligence-part-6-machine-learning/' rel='bookmark' title='Permanent Link: artificial intelligence part 6 (machine learning)'>artificial intelligence part 6 (machine learning)</a> <small>Komponen machine learning : Critic Sensor Learning Element Problem Generator...</small></li><li><a href='http://cuplis.net/2009/08/artificial-intelligence-part-4-expert-system/' rel='bookmark' title='Permanent Link: artificial intelligence part 4 (expert system)'>artificial intelligence part 4 (expert system)</a> <small>Sistem pakar adalah program AI dengan basis pengetahuan (knowledge base)...</small></li><li><a href='http://cuplis.net/2009/07/artificial-intelligence-part-2-logic-ai/' rel='bookmark' title='Permanent Link: artificial intelligence part 2 (logic ai)'>artificial intelligence part 2 (logic ai)</a> <small>Logic merupakan jantung dari program, para pemrogram mempunyai keyakinan jika...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://cuplis.net/2009/08/artificial-intelligence-part-3-natural-language-processing/</link>
			</item>
	<item>
		<title>gallery citarik 07-09</title>
		<description><![CDATA[


No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://cuplis.net/2009/07/gallery-citarik-07-09/</link>
			</item>
	<item>
		<title>polymorphism on scala</title>
		<description><![CDATA[source code &#8220;binatang dan propertinya&#8221; :

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
class binatang &#123;
    def cetakSuara&#40;&#41;&#123;
&#160;
    &#125;
    def cetakJumlahKaki&#40;&#41;&#123;
&#160;
    &#125;
&#125;
class kambing extends binatang &#123;
    override def cetakSuara&#40;&#41;&#123;
        println&#40;&#34;Suara kambing : Mbeeeekkk!!!&#34;&#41;;
    &#125;
    override [...]


Related posts:<ol><li><a href='http://cuplis.net/2009/07/inheritance-on-scala/' rel='bookmark' title='Permanent Link: inheritance on scala'>inheritance on scala</a> <small>source code &#8220;cetak luas dan isi persegi panjang&#8221; : 1...</small></li><li><a href='http://cuplis.net/2009/07/constructor-on-scala/' rel='bookmark' title='Permanent Link: constructor on scala'>constructor on scala</a> <small>source code &#8220;cetak luas segitiga&#8221; : 1 2 3 4...</small></li><li><a href='http://cuplis.net/2009/07/how-to-install-eclipse-and-scala-plugin/' rel='bookmark' title='Permanent Link: how to install eclipse and scala plugin'>how to install eclipse and scala plugin</a> <small>Install Eclipse download dari: http://anak.kambing.vlsm.org/eclipse/technology/epp/downloads/release/ganymede/SR2/eclipse-jee-ganymede-SR2-linux-gtk.tar.gz Unzip filenya. Start eclipse (file...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://cuplis.net/2009/07/polymorphism-on-scala/</link>
			</item>
	<item>
		<title>inheritance on scala</title>
		<description><![CDATA[source code &#8220;cetak luas dan isi persegi panjang&#8221; :

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
class bangun&#40;var panjang:Int, var lebar:Int&#41;&#123;
    /* constructor start */
    def this&#40;&#41;&#123;
        this&#40;3,4&#41;;
    &#125;
    def this&#40;x:Int&#41;&#123;
        this&#40;x,4&#41;;
    &#125;
  [...]


Related posts:<ol><li><a href='http://cuplis.net/2009/07/constructor-on-scala/' rel='bookmark' title='Permanent Link: constructor on scala'>constructor on scala</a> <small>source code &#8220;cetak luas segitiga&#8221; : 1 2 3 4...</small></li><li><a href='http://cuplis.net/2009/07/polymorphism-on-scala/' rel='bookmark' title='Permanent Link: polymorphism on scala'>polymorphism on scala</a> <small>source code &#8220;binatang dan propertinya&#8221; : 1 2 3 4...</small></li><li><a href='http://cuplis.net/2009/07/hello-world-on-scala/' rel='bookmark' title='Permanent Link: hello world on scala'>hello world on scala</a> <small>install di ubuntu tinggal jalanin : user@computer:$ apt-get install scala...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://cuplis.net/2009/07/inheritance-on-scala/</link>
			</item>
	<item>
		<title>constructor on scala</title>
		<description><![CDATA[source code &#8220;cetak luas segitiga&#8221; :

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
class segitiga&#40;var alas:Int, var tinggi:Int&#41;&#123;
    /* constructor start */
    def this&#40;&#41;&#123;
        this&#40;3,4&#41;;
    &#125;
    def this&#40;x:Int&#41;&#123;
        this&#40;x,4&#41;;
    &#125;
    /* [...]


Related posts:<ol><li><a href='http://cuplis.net/2009/07/inheritance-on-scala/' rel='bookmark' title='Permanent Link: inheritance on scala'>inheritance on scala</a> <small>source code &#8220;cetak luas dan isi persegi panjang&#8221; : 1...</small></li><li><a href='http://cuplis.net/2009/07/polymorphism-on-scala/' rel='bookmark' title='Permanent Link: polymorphism on scala'>polymorphism on scala</a> <small>source code &#8220;binatang dan propertinya&#8221; : 1 2 3 4...</small></li><li><a href='http://cuplis.net/2009/07/hello-world-on-scala/' rel='bookmark' title='Permanent Link: hello world on scala'>hello world on scala</a> <small>install di ubuntu tinggal jalanin : user@computer:$ apt-get install scala...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://cuplis.net/2009/07/constructor-on-scala/</link>
			</item>
	<item>
		<title>how to install netbeans 6.7 and scala plugin</title>
		<description><![CDATA[install netbeans 6.7 :

download netbeans 6.7 di http://download.netbeans.org/netbeans/6.7/rc2
tambah permission untuk eksekusi file sh hasil download tadi

user@computer:$ chmod +x $PATH_TO_DOWNLOAD/netbeans-6.7rc2-ml-linux.sh


kemudian jalankan file tersebut

user@computer:$ sh $PATH_TO_DOWNLOAD/netbeans-6.7rc2-ml-linux.sh


ikuti petunjuk instalasi netbeans 6.7
jika instalasi sukses akan tampil icon netbeans di desktop

install scala plugin di netbeans 6.7 :

download pluginnya di http://biznetnetworks.dl.sourceforge.net/project/erlybird/nb-scala/nb-scala%206.7v1/nb-scala-6.7v1.zip
kemudian extrak file nb-scala-6.7v1.zip
jalankan aplikasi netbeans 6.7 dengan double click icon [...]


Related posts:<ol><li><a href='http://cuplis.net/2009/07/how-to-install-eclipse-and-scala-plugin/' rel='bookmark' title='Permanent Link: how to install eclipse and scala plugin'>how to install eclipse and scala plugin</a> <small>Install Eclipse download dari: http://anak.kambing.vlsm.org/eclipse/technology/epp/downloads/release/ganymede/SR2/eclipse-jee-ganymede-SR2-linux-gtk.tar.gz Unzip filenya. Start eclipse (file...</small></li><li><a href='http://cuplis.net/2009/07/hello-world-on-scala/' rel='bookmark' title='Permanent Link: hello world on scala'>hello world on scala</a> <small>install di ubuntu tinggal jalanin : user@computer:$ apt-get install scala...</small></li><li><a href='http://cuplis.net/2009/07/scala-on-windows/' rel='bookmark' title='Permanent Link: Scala on Windows'>Scala on Windows</a> <small>Sebagaimana bahasa pemrograman lain, untuk pertama kali kita belajar membuat...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://cuplis.net/2009/07/how-to-install-netbeans-67-and-scala-plugin/</link>
			</item>
	<item>
		<title>Scala on Windows</title>
		<description><![CDATA[Sebagaimana bahasa pemrograman lain, untuk pertama kali kita belajar membuat program &#8220;Hello World!&#8221; dengan Scala base on Windows.
Tidak jauh berbeda dengan posting sebelumnya pada linux, hanya saja pada windows tidak perlu install.
Scala pada Windows bisa di-download disini. Setelah selesai proses download nya, extract file tersebut. Selanjutnya kita mulai membuat programnya.
Untuk pertama kali kita belajar under Command [...]


Related posts:<ol><li><a href='http://cuplis.net/2009/07/hello-world-on-scala/' rel='bookmark' title='Permanent Link: hello world on scala'>hello world on scala</a> <small>install di ubuntu tinggal jalanin : user@computer:$ apt-get install scala...</small></li><li><a href='http://cuplis.net/2009/07/how-to-install-netbeans-67-and-scala-plugin/' rel='bookmark' title='Permanent Link: how to install netbeans 6.7 and scala plugin'>how to install netbeans 6.7 and scala plugin</a> <small>install netbeans 6.7 : download netbeans 6.7 di http://download.netbeans.org/netbeans/6.7/rc2 tambah...</small></li><li><a href='http://cuplis.net/2009/07/how-to-install-eclipse-and-scala-plugin/' rel='bookmark' title='Permanent Link: how to install eclipse and scala plugin'>how to install eclipse and scala plugin</a> <small>Install Eclipse download dari: http://anak.kambing.vlsm.org/eclipse/technology/epp/downloads/release/ganymede/SR2/eclipse-jee-ganymede-SR2-linux-gtk.tar.gz Unzip filenya. Start eclipse (file...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://cuplis.net/2009/07/scala-on-windows/</link>
			</item>
	<item>
		<title>how to install eclipse and scala plugin</title>
		<description><![CDATA[Install Eclipse

 download dari: http://anak.kambing.vlsm.org/eclipse/technology/epp/downloads/release/ganymede/SR2/eclipse-jee-ganymede-SR2-linux-gtk.tar.gz
Unzip filenya.
Start eclipse (file eclipse langsung dibawah direktori eclipse).

Install plugin untuk scala (saat eclipse sudah berhasil dijalankan):

 Masuk ke menu Help
Klik menu Software Update
Pilih tab Available Software
Klik Button Add Site
Masukkan http://www.scala-lang.org/scala-eclipse-plugin di  textfield Location, kemudian klik OK.
Untuk Mengetes instalasi ikuti: http://www.scala-lang.org/node/94

Source : Pak Jony Sugianto


Related posts:how to install netbeans 6.7 [...]


Related posts:<ol><li><a href='http://cuplis.net/2009/07/how-to-install-netbeans-67-and-scala-plugin/' rel='bookmark' title='Permanent Link: how to install netbeans 6.7 and scala plugin'>how to install netbeans 6.7 and scala plugin</a> <small>install netbeans 6.7 : download netbeans 6.7 di http://download.netbeans.org/netbeans/6.7/rc2 tambah...</small></li><li><a href='http://cuplis.net/2009/07/hello-world-on-scala/' rel='bookmark' title='Permanent Link: hello world on scala'>hello world on scala</a> <small>install di ubuntu tinggal jalanin : user@computer:$ apt-get install scala...</small></li><li><a href='http://cuplis.net/2009/07/scala-on-windows/' rel='bookmark' title='Permanent Link: Scala on Windows'>Scala on Windows</a> <small>Sebagaimana bahasa pemrograman lain, untuk pertama kali kita belajar membuat...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://cuplis.net/2009/07/how-to-install-eclipse-and-scala-plugin/</link>
			</item>
	<item>
		<title>hello world on scala</title>
		<description><![CDATA[install di ubuntu tinggal jalanin :

user@computer:$ apt-get install scala

source code hello world scala :

user@computer:$ scalaWelcome to Scala version 2.7.3final (OpenJDK Server VM, Java 1.6.0_0).Type in expressions to have them evaluated.Type :help for more information.scala&#62; object HelloWorld{&#124; def main(args: Array[String]){&#124; println("Hello, World!")&#124; }&#124; }defined module HelloWorldscala&#62; HelloWorld.main(null)Hello, World!scala&#62; :q

source : http://www.scala-lang.org/node/166


Related posts:constructor on scala source code [...]


Related posts:<ol><li><a href='http://cuplis.net/2009/07/constructor-on-scala/' rel='bookmark' title='Permanent Link: constructor on scala'>constructor on scala</a> <small>source code &#8220;cetak luas segitiga&#8221; : 1 2 3 4...</small></li><li><a href='http://cuplis.net/2009/07/inheritance-on-scala/' rel='bookmark' title='Permanent Link: inheritance on scala'>inheritance on scala</a> <small>source code &#8220;cetak luas dan isi persegi panjang&#8221; : 1...</small></li><li><a href='http://cuplis.net/2009/07/polymorphism-on-scala/' rel='bookmark' title='Permanent Link: polymorphism on scala'>polymorphism on scala</a> <small>source code &#8220;binatang dan propertinya&#8221; : 1 2 3 4...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://cuplis.net/2009/07/hello-world-on-scala/</link>
			</item>
	<item>
		<title>artificial intelligence part 2 (logic ai)</title>
		<description><![CDATA[Logic merupakan jantung dari program, para pemrogram mempunyai keyakinan jika sebuah komputer dapat dibuat mengerti  logika, maka  komputer  dapat dibuat untuk berpikir, karena logika  kelihatannya menjadi inti dari kecerdasan.
Sejarah Singkat Logika
Syllogistic atau classical logic. Aristotle( 384-322 BC)
Syllogistic logic pada dasarnya bertransaksi dengan  penurunan kebenaran (atau yang bersifat salah) dari argumen seorang filosofi.
Contoh:
John is a man
All [...]


Related posts:<ol><li><a href='http://cuplis.net/2009/08/artificial-intelligence-part-3-natural-language-processing/' rel='bookmark' title='Permanent Link: artificial intelligence part 3 (natural language processing)'>artificial intelligence part 3 (natural language processing)</a> <small>NLP adalah mencoba untuk membuat komputer dapat mengerti  perintah-perintah yang...</small></li><li><a href='http://cuplis.net/2009/07/artificial-intelligence-part-1/' rel='bookmark' title='Permanent Link: artificial intelligence part 1'>artificial intelligence part 1</a> <small>Pengertian AI Menurut Elaine Rich &amp; Kevin Knight(1992), AI mempelajari...</small></li><li><a href='http://cuplis.net/2009/08/artificial-intelligence-part-4-expert-system/' rel='bookmark' title='Permanent Link: artificial intelligence part 4 (expert system)'>artificial intelligence part 4 (expert system)</a> <small>Sistem pakar adalah program AI dengan basis pengetahuan (knowledge base)...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://cuplis.net/2009/07/artificial-intelligence-part-2-logic-ai/</link>
			</item>
	<item>
		<title>artificial intelligence part 1</title>
		<description><![CDATA[Pengertian AI
Menurut Elaine Rich &#38; Kevin Knight(1992), AI mempelajari bagaimana membuat komputer melakukan sesuatu  pada suatu  kejadian/peristiwa  yang mana  orang  melakukannya  dengan baik.
Definisi AI :  merupakan  proses di mana  peralatan  mekanik dapat  melaksanakan kejadian-kejadian  dengan menggunakan pemikiran atau kecerdasan seperti manusia.
Menurut Rusell &#38; Norvig AI adalah :

Konsep AI :

Logic AI
Computer Vision
Natural Language Processing (NLP)
Expert System
Robotic
Machine [...]


Related posts:<ol><li><a href='http://cuplis.net/2009/07/artificial-intelligence-part-2-logic-ai/' rel='bookmark' title='Permanent Link: artificial intelligence part 2 (logic ai)'>artificial intelligence part 2 (logic ai)</a> <small>Logic merupakan jantung dari program, para pemrogram mempunyai keyakinan jika...</small></li><li><a href='http://cuplis.net/2009/08/artificial-intelligence-part-5-robotic/' rel='bookmark' title='Permanent Link: artificial intelligence part 5 (robotic)'>artificial intelligence part 5 (robotic)</a> <small>Robotik adalah ilmu yang mematerikan kecerdasan/intelligencia terhadap energi artinya pengendalian...</small></li><li><a href='http://cuplis.net/2009/08/artificial-intelligence-part-3-natural-language-processing/' rel='bookmark' title='Permanent Link: artificial intelligence part 3 (natural language processing)'>artificial intelligence part 3 (natural language processing)</a> <small>NLP adalah mencoba untuk membuat komputer dapat mengerti  perintah-perintah yang...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://cuplis.net/2009/07/artificial-intelligence-part-1/</link>
			</item>
	<item>
		<title>linked list</title>
		<description><![CDATA[hitung jumlah simpul :

Q = FIRST;
Jum = 1;
while &#40;Q != LAST&#41;
  &#123; Q = Q-&#38;gt;LINK;
    Jum = Jum + 1;
  &#125;
printf&#40;&#34;%i&#34;, JUM&#41;;

atau

Q = FIRST;
Jum = 1;
while &#40;Q-&#38;gt;LINK != NULL&#41;
  &#123; Q = Q-&#38;gt;LINK;
    Jum = Jum + 1;
  &#125;
printf&#40;&#34;%i&#34;, JUM&#41;;

atau

Q = FIRST;
Jum = 0;
while &#40;Q [...]


Related posts:<ol><li><a href='http://cuplis.net/2009/05/double-ended-queue/' rel='bookmark' title='Permanent Link: double ended queue'>double ended queue</a> <small>ciri2 double ended queue : kosong : L = R...</small></li><li><a href='http://cuplis.net/2009/03/penyimpanan-data-untuk-database-berorientasi-object/' rel='bookmark' title='Permanent Link: penyimpanan data untuk database berorientasi object'>penyimpanan data untuk database berorientasi object</a> <small>Sistem penyimpanan untuk database berorientasi object berbeda dengan sistem penyimpanan...</small></li><li><a href='http://cuplis.net/2009/05/double-stack/' rel='bookmark' title='Permanent Link: double stack'>double stack</a> <small>ciri2 double stack : stack 1 kosong : top1 =...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://cuplis.net/2009/05/linked-list/</link>
			</item>
	<item>
		<title>double ended queue</title>
		<description><![CDATA[ciri2 double ended queue :

kosong : L = R + 1
penuh kanan : R = n &#8211; 1
penuh kiri : L = 0
penuh kanan dan kiri : R = n &#8211; 1 &#038;&#038; L = 0
bisa diisi dari kanan : R &#60; n
bisa diisi dari kiri : L &#62; 0
ada isinya : L &#60; R [...]


Related posts:<ol><li><a href='http://cuplis.net/2009/05/circular-queue/' rel='bookmark' title='Permanent Link: circular queue'>circular queue</a> <small>ciri2 circular queue : kosong : counter = 0 penuh...</small></li><li><a href='http://cuplis.net/2009/05/double-stack/' rel='bookmark' title='Permanent Link: double stack'>double stack</a> <small>ciri2 double stack : stack 1 kosong : top1 =...</small></li><li><a href='http://cuplis.net/2009/05/single-stack/' rel='bookmark' title='Permanent Link: single stack'>single stack</a> <small>ciri2 single stack : kosong : top = -1 penuh...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://cuplis.net/2009/05/double-ended-queue/</link>
			</item>
	<item>
		<title>circular queue</title>
		<description><![CDATA[ciri2 circular queue :

kosong : counter = 0
penuh : counter = n
bisa diisi : counter &#60; n
ada isinya : counter &#62; 0

kondisi awal :

f = 0;
r = -1;
counter = 0;

algoritma dasar circular queue :

INSERT

   R = &#40;R+1&#41; % n;
   Q&#91;R&#93; = X;
   Counter++;


DELETE

   X = Q&#91;F&#93;;
  [...]


Related posts:<ol><li><a href='http://cuplis.net/2009/05/double-ended-queue/' rel='bookmark' title='Permanent Link: double ended queue'>double ended queue</a> <small>ciri2 double ended queue : kosong : L = R...</small></li><li><a href='http://cuplis.net/2009/05/single-stack/' rel='bookmark' title='Permanent Link: single stack'>single stack</a> <small>ciri2 single stack : kosong : top = -1 penuh...</small></li><li><a href='http://cuplis.net/2009/05/double-stack/' rel='bookmark' title='Permanent Link: double stack'>double stack</a> <small>ciri2 double stack : stack 1 kosong : top1 =...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://cuplis.net/2009/05/circular-queue/</link>
			</item>
	<item>
		<title>double stack</title>
		<description><![CDATA[ciri2 double stack :

stack 1 kosong : top1 = -1
stack 2 kosong : top2 = n
stack penuh (stack 1 dan stack 2 tidak bisa diisi) : top2 &#8211; top1 = 1
stack bisa diisi (stack 1 dan stack 2 tidak bisa diisi) : top2 &#8211; top1 &#62; 1
stack 1 ada isinya : top1 &#62; -1
stack 2 [...]


Related posts:<ol><li><a href='http://cuplis.net/2009/05/single-stack/' rel='bookmark' title='Permanent Link: single stack'>single stack</a> <small>ciri2 single stack : kosong : top = -1 penuh...</small></li><li><a href='http://cuplis.net/2009/05/double-ended-queue/' rel='bookmark' title='Permanent Link: double ended queue'>double ended queue</a> <small>ciri2 double ended queue : kosong : L = R...</small></li><li><a href='http://cuplis.net/2009/05/circular-queue/' rel='bookmark' title='Permanent Link: circular queue'>circular queue</a> <small>ciri2 circular queue : kosong : counter = 0 penuh...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://cuplis.net/2009/05/double-stack/</link>
			</item>
</channel>
</rss>
