pembuatan rumus dari desimal ke biner,octal dan hexadecimal

October 28, 2011

mengerjakan rumus dari desimal ke oktal dan hexadecimal
pembuatan rumus dari desimal ke biner,octal dan hesadecimal

disp(‘tulisan terserah’);
d=input(‘tulisan terserah: ‘);
%———desimal —> biner
b=dec2base(d,2);
disp([‘biner= ‘ num2str(b)]);
Read the rest of this entry »


kalkulator sederhana dengan c++ ~ pemrograman sederhana

October 27, 2011

kalkulator sederhana

kalkulator sederhana dengan c++ nb: ya karena ini blog terlalu kecil dalam sebuah page maka tulisannya sebagian ngak keliatan tertutup oleh widget, tapi tetep ada kok lengkap pastinya, jadi! program ini jika dilihat ada yang janggal dari sisi penulisannya πŸ™‚ /* kalkulator sederhana */ #include <iostream>

Read the rest of this entry »


Belajar Pemrograman Web~ belajar cepat

October 20, 2011


Belajar Pemrograman Web

Coba munculkan tulisan β€œHello Dili !”
(2) Coba gunakan tag HTML.
Contoh : echo β€œ

Hello

”;
Read the rest of this entry »


hacking itu apa? ~ seluk beluk tentang hacking

October 16, 2011

hacking is believe

SELUK BELUK DUNIA HACKING I
Read the rest of this entry »


pembuatan program pemanggil biodata c++ langsung dengan cout

October 15, 2011

program dengan cout…

include <iostream.h>
Read the rest of this entry »