Senin, 16 Juni 2014

Avatar The Legend of Aang

Download Avatar The Legend of Aang Subtitle Indonesia

Book 1:
Avatar The Legend of Aang Episode 1 Sub Indo   (Download)
Avatar The Legend of Aang Episode 2 Sub Indo   (Download)
Avatar The Legend of Aang Episode 3 Sub Indo   (Download)
Avatar The Legend of Aang Episode 4 Sub Indo   (Download)
Avatar The Legend of Aang Episode 5 Sub Indo   (Download)
Avatar The Legend of Aang Episode 6 Sub Indo   (Download)
Avatar The Legend of Aang Episode 7 Sub Indo   (Download)
Avatar The Legend of Aang Episode 8 Sub Indo   (Download)
Avatar The Legend of Aang Episode 9 Sub Indo   (Download)
Avatar The Legend of Aang Episode 10 Sub Indo (Download)
Avatar The Legend of Aang Episode 11 Sub Indo (Download)
Avatar The Legend of Aang Episode 12 Sub Indo (Download)
Avatar The Legend of Aang Episode 13 Sub Indo (Download)
Avatar The Legend of Aang Episode 14 Sub Indo (Download)
Avatar The Legend of Aang Episode 15 Sub Indo (Download)
Avatar The Legend of Aang Episode 16 Sub Indo (Download)
Avatar The Legend of Aang Episode 17 Sub Indo (Download)
Avatar The Legend of Aang Episode 18 Sub Indo (Download)
Avatar The Legend of Aang Episode 19 Sub Indo (Download)
Avatar The Legend of Aang Episode 20 Sub Indo (Download)

Book 2:
Avatar The Legend of Aang Episode 21 Sub Indo (Download)
Avatar The Legend of Aang Episode 22 Sub Indo (Download) 
Avatar The Legend of Aang Episode 23 Sub Indo (Download) 
Avatar The Legend of Aang Episode 24 Sub Indo (Download) 
Avatar The Legend of Aang Episode 25 Sub Indo (Download) 
Avatar The Legend of Aang Episode 26 Sub Indo (Download) 
Avatar The Legend of Aang Episode 27 Sub Indo (Download) 
Avatar The Legend of Aang Episode 28 Sub Indo (Download) 
Avatar The Legend of Aang Episode 29 Sub Indo (Download) 
Avatar The Legend of Aang Episode 30 Sub Indo (Download) 
Avatar The Legend of Aang Episode 31 Sub Indo (Download) 
Avatar The Legend of Aang Episode 32 Sub Indo (Download) 
Avatar The Legend of Aang Episode 33 Sub Indo (Download) 
Avatar The Legend of Aang Episode 34 Sub Indo (Download) 
Avatar The Legend of Aang Episode 35 Sub Indo (Download) 
Avatar The Legend of Aang Episode 36 Sub Indo (Download) 
Avatar The Legend of Aang Episode 37 Sub Indo (Download) 
Avatar The Legend of Aang Episode 38 Sub Indo (Download) 
Avatar The Legend of Aang Episode 39 Sub Indo (Download) 
Avatar The Legend of Aang Episode 40 Sub Indo (Download)

Book 3 :
Avatar The Legend of Aang Episode 41 Sub Indo (Download)
Avatar The Legend of Aang Episode 42 Sub Indo (Download)
Avatar The Legend of Aang Episode 43 Sub Indo (Download)
Avatar The Legend of Aang Episode 44 Sub Indo (Download)
Avatar The Legend of Aang Episode 45 Sub Indo (Download)
Avatar The Legend of Aang Episode 46 Sub Indo (Download)
Avatar The Legend of Aang Episode 47 Sub Indo (Download)
Avatar The Legend of Aang Episode 48 Sub Indo (Download)
Avatar The Legend of Aang Episode 49 Sub Indo (Download)
Avatar The Legend of Aang Episode 50 Sub Indo (Download)
Avatar The Legend of Aang Episode 51 Sub Indo (Download)
Avatar The Legend of Aang Episode 52 Sub Indo (Download)
Avatar The Legend of Aang Episode 53 Sub Indo (Download)
Avatar The Legend of Aang Episode 54 Sub Indo (Download)
Avatar The Legend of Aang Episode 55 Sub Indo (Download)
Avatar The Legend of Aang Episode 56 Sub Indo (Download)
Avatar The Legend of Aang Episode 57 Sub Indo (Download)
Avatar The Legend of Aang Episode 58 Sub Indo (Download)
Avatar The Legend of Aang Episode 59 Sub Indo (Download)
Avatar The Legend of Aang Episode 60 Sub Indo (Download)
Avatar The Legend of Aang Episode 61 Sub Indo {END} (Download)

Sumber : http://www.koleksianime.com
Book 1 Subtitle Indonesia:
Avatar the Legend of Aang Episode 01 Subtitle Indonesia Download
Avatar the Legend of Aang Episode 02 Subtitle Indonesia Download
Avatar the Legend of Aang Episode 03 Subtitle Indonesia DownloadDownload
Avatar the Legend of Aang Episode 04 Subtitle Indonesia Download
Avatar the Legend of Aang Episode 05 Subtitle Indonesia Download
Avatar the Legend of Aang Episode 06 Subtitle Indonesia Download
Avatar the Legend of Aang Episode 07 Subtitle Indonesia DownloadDownload
Avatar the Legend of Aang Episode 08 Subtitle Indonesia Download
Avatar the Legend of Aang Episode 09 Subtitle Indonesia DownloadDownload
Avatar the Legend of Aang Episode 10 Subtitle Indonesia Download
Avatar the Legend of Aang Episode 11 Subtitle Indonesia DownloadDownload
Avatar the Legend of Aang Episode 12 Subtitle Indonesia Download
Avatar the Legend of Aang Episode 13 Subtitle Indonesia DownloadDownload
Avatar the Legend of Aang Episode 14 Subtitle Indonesia Download
Avatar the Legend of Aang Episode 15 Subtitle Indonesia Download
Avatar the Legend of Aang Episode 16 Subtitle Indonesia DownloadDownload
Avatar the Legend of Aang Episode 17 Subtitle Indonesia Download
Avatar the Legend of Aang Episode 18 Subtitle Indonesia Download
Avatar the Legend of Aang Episode 19 Subtitle Indonesia Download
Avatar the Legend of Aang Episode 20 Subtitle Indonesia DownloadDownload - See more at: http://www.koleksianime.com/2014/02/avatar-legend-of-aang-subtitle-indonesia.html#sthash.3YqGsYsG.dpuf

Sabtu, 03 Mei 2014

Dasar dasar pemrogrman C dan C++

DASAR-DASAR PEMOGRAMAN C DAN C++

1.  Mengenal program C dan C++

  Bahasa pemograman C dan C++ merupakan bahasa komputer yang sangat singkat.
Namanya tidak memiliki kepanjangan apapun. Bahasa ini diciptakan oleh Dennis
Ritche sekitar 1972.Hingga kini bahasa  ini masih populer dan penggunaannya
tersebar di berbagai platform darahi windows sampai linux. C++ adalah bahasa yang
relatif baru dibandingkan dengan C. Bahasa C++ merupakan pengembangan dari
bahasa C dan mendukung pemograman berorientasi objek.

  Contoh kode mengunakan bahasa C
# include <stdio.h>
Int main ()
{
Printf (“Selamat Belajar C\n”);
Return 0;
}
Penjelasan
  Berkas header (berekstensi .h) adalah berkas yang berisi prototipe fungsi, definisi
konstanta dan definisi variabel. Prototipe fungsi berupa judul suatu fungsi yang
dilengkapi dengan argument dan tipe argumen serta tipe nilai balik untuk fungsi
yang memberikan nilai balik. Prototipe fungsi harus sudah tersedia sebelum
pemanggilan fungsi. Ini merupakan persyaratan selama kompilasi. Fungsi adalah
kumpulan kode C yang diberi nama dan ketika nama tersebut dipanggil maka
kumpulan kode tersebut dijalankan.
  Praprosesor  #include  adalah suatu perintah yang digunakan untuk mengatur
kompiler agar membaca berkas header yang disertakan dibelakang kata  include
saat pelaksanaan kompilasi.
  Main ()  adalah fungsi yang akan dijalankan pertama kali ketika program
dieksekusi. Kata  int  didepan main() menyatakan bahwa program memberikan
nilai balik yang bertipe int. Tipe int adalah tipe yang menyatakan bilangan bulat. 
  Nilai balik program ditentukan oleh pernyataan  return.  Pada program didepan,
return 0 menyatakan bahwa nilai balik program adalah nol. Nilai balik nol biasa
digunakan untuk menyatakan bahwa program berhasil melaksanakan tugas yang
dibebankannya.
  Pernyataan  didalam C adalah suatu perintah yang dapat berdiri sendiri dalam
melaksanakan suatu aksi dan dijalankan ketika program dieksekusi. Setiap pernyataan ditulis dengan diakhiri tanda titik-koma (;). Pada program di depan,
ada dua buah pernyataan, yaitu:

Printf (“Selamat Belajar C\n”);
Return 0;
Printf()  adalah sustu fungsi yang prototipenya terdapat dalam berkas  stdio.h.
Yang berada dalam kurung yang mengikuti printf pada program di depan disebut
string. String adalah deretan karakter yang ditulis didalam tanda petik ganda (‘’).


  Contoh kode mengunakan bahasa C++

#include <iostream>
using namespace std;

int main()
{

    cout<<"Selamat belajar C++"<< endl;

    return 0;
}
   
Perbedaan utama program c++ dengan kode c sebagai berikut:
1.  Berkas  header  yang digunakan pada c++ adalah  iostream,  sedangkan pada c
adalah stdio.h
2.  Kode 
using namespace std;
menyatakan pada kompiler bahwa program menggunakan namespace bernama std.
Namespace termasuk tambahan baru pada c++. Fungsinya untuk menngelompokkan
elemen-elemen ke dalam sebuah nama. Std adalah nama bawaan yang digunakan
pada semua elemen pustaka standar c++. 
3.  Pernyataan untuk menampilkan keluaran pada C++ menggunakan  printf,
sedangkan pada c menggunakan cout 4.  Endl  identik dengan \n  yaitu menyatakan karakter untuk berpindah baris (disebut
newline)
5.  Penyimpanan file di c berekstensi .c, sedangkan di c++ menggunakan ekstensi .cpp

Kamis, 01 Mei 2014

Script membuat Aplikasi kalkulator Sederhana di C++

Script sederhana membuat aplikasi kalkulator di C++

Contoh source code dibawah ini adalah contoh program kalkulator yang masih sangat sederhana yg dapat dikembangkan lagi, ini hanya sebagai tutorial saja bagi yang ingin belajar c++.

#include <iostream>
using namespace std;

int main(int arg, char * argv[])
{
 int a,b,c,d,e,f,g,pilih;
 char jawab;
input :
 cout << "Masukkan nilai pertama : ";
 cin >> a ;
 cout << "Masukkan nilai kedua : ";
 cin >> b ;

 cout << "Pilihlah operasi yang akan dipilih : " << endl;
 cout << "1. Penjumlahan" << endl;
 cout << "2. Pengurangan" << endl;
 cout << "3. Perkalian  " << endl;
 cout << "4. Pembagian" << endl;

 cout << "Masukkan pilihan = ";
 cin >> pilih ;
 if ( pilih == 1 )
 {
      c=a+b;
      cout << "Nilai Penjumlahan = " << c << endl;
      }
 if ( pilih == 2)
 {
      d=a-b;
      cout << "Nilai Pengurangna = " << d << endl;
      }
 if ( pilih == 3)
 {
      e=a*b;
      cout << "Nilai Perkalian = " << e << endl;
      }
 if ( pilih == 4 )
 {
      f=a/b;
      cout << "Nilai pembagian = " << f << endl;
      }

 cout << "Tekan 'C' jika ingin kembali ke menu sebelumnya ";
 cin >> jawab;
 if ( jawab == 'C' || jawab == 'c')
 goto input;
 return 0;
}

tolong di comment bila ada yang salah atau kurang berkenan. thanks

Rabu, 30 April 2014

Download Aplikasi Android

 Aplikasi Android

1. Pou

 

 

 

 

 

   

download pou

2. Hill Climb

 

 

 

 

 

 

download hill climb

3. Fruit Ninja

 

 

 

 

 

 

download Fruit Ninja

4. Bad Piggies

 

 

 

 

 

 

download Bad piggies

5. Clean Master

 

 

 

 

 

 

 

download Clean Master

6. BBM 

 

 

 

 

 

 

 

 

download BBM

7. Smart RAM booster

 

 

 

 

 

 

 

 

 

download Smart RAM Booster

 8. Extreme Bike Trip







download Extreme Bike Trip

9. WeChat









download Wechat