Posted by Muhammad Shohib on 07.38
with No comments so far
Anda harus Login ke www.bloggger.com
Pilih Rancangan
Pilih Posting
Pilih Edit Laman
Pilih LAMAN BARU
Pilih tayangkan laman
selesai
Seperti Pada Gambar dibawah ini :
Selamat Mencoba............. (^_^)...
Posted by Muhammad Shohib on 11.47
with No comments so far
VeryPDF PDF2Word adalah sebuah aplikasi yang berfungsi mengconvert sebuah document atau file Adobe Acrobat Reader (.pdf) ke Microsoft Word (.doc). Aplikasi VeryPDF PDF2Word ini pada umumnya digunakan oleh sebagian orang untuk mengcopy sebagian isi dari document atau file pdf (Artikel, Tutorial, E-Book) yang tidak...
Posted by Muhammad Shohib on 16.10
with 2 comments so far
p { margin-bottom: 0.21cm; }
ketik perintah : gedit /etc/apt/apt.conf
lalu ganti dengan di bawah ini :
#Acquire::http::Proxy "http://username:password@host:port/";
Contoh :
Acquire::http::Proxy"http://100411100000:100411100000@ftproxy.trunojoyo.ac.id:3128/";
Acquire::ftp::Proxy"http://100411100000:100411100000@ftproxy.trunojoyo.ac.id:3128/";
Acquire::https::Proxy"http://100411100000:100411100000@ftproxy.trunojoyo.ac.id:3128/";
lalu...
Posted by Muhammad Shohib on 15.53
with No comments so far
Program ini dibuat berdasarkan soal yang saya dapat pada waktu post test Praktikum Algoritma pemrograman pada hari senin/18/April/2011.
Begini soalnya :
Buatlah program segitiga bintang yang batasnya di tentukan oleh user??
contoh :
input
5
...
Posted by Muhammad Shohib on 11.35
with No comments so far
Running Program
#include <stdio.h>
int main(){
int n,max,min;
printf("Jumlah bilangan = ");scanf("%d", &n);
int bil[n];
for(int a=1; a<=n; a++){
printf(" Bilangan ke-%d...
Posted by Muhammad Shohib on 11.19
with No comments so far
Ni source codenya langsung copy bos,,,
#include <stdio.h>
int main(){
int baris,kolom,nb,nk;
printf("Jumlah Baris = ");scanf("%d", &nb);
printf("Jumlah Baris = ");scanf("%d", &nk);
int a[nb][nk],b[nb][nk],c[nb][nk];...
Posted by Muhammad Shohib on 17.18
with No comments so far
Ni source codenya bos langsung copy ja ok ok ^_^
#include <stdio.h>
int main(){
int nb,nk;
printf("Jumlah Baris = ");scanf("%d", &nb);
printf("Jumlah kolom = ");scanf("%d", &nk);
int a[nb][nk],b[nb][nk],c[nb][nk];
...
Posted by Muhammad Shohib on 17.11
with No comments so far
Ni source codenya bos langsung copy ja ok ok ^_^
#include <stdio.h>
int main(){
int nb,nk;
printf("Jumlah Baris = ");scanf("%d", &nb);
printf("Jumlah kolom = ");scanf("%d", &nk);
int a[nb][nk],b[nb][nk],c[nb][nk];
...