/* DEKLARASI FILE HEADER */ #include <stdio.h> #include <conio.h> #include <stdlib.h> #include <string.h> /* DEKLARASI STRUCT */ typedef struct { int jml; }HEADER; typedef stru… more →
' RinariN 'echo wrote 2 weeks ago: Pemrograman C Pendahuluan Program Pertama Tipe Data, Variabel dan Operasi Perhitungan Input dan O … more →
Frozen X wrote 3 months ago: Bismillah… pertama kalinya nulis tutorial nih ^^. I. Intro Tutorial yang akan saya jelaskan be … more →
A.D Setiawan wrote 4 months ago: Meneruskan posting tentang kompresi citra medik, saya melihat ada semacam kebutuhan dan tren ke dep … more →
A.D Setiawan wrote 5 months ago: Menindaklanjuti post sebelumnya tentang citra bitmap di C# programming, ada beberapa pertanyaan yang … more →
A.D Setiawan wrote 5 months ago: Beberapa hari ini saya ngoprek manipulasi citra menggunakan C#. Class yang biasa digunakan untuk men … more →
rinarin wrote 5 months ago: /* DEKLARASI FILE HEADER */ #include <stdio.h> #include <conio.h> #include <stdlib.h … more →
rinarin wrote 5 months ago: // Inisialisasi animasi dan sound disiapkan sefolder dg file .cpp // Input warna dan ukuran bola dar … more →
rinarin wrote 5 months ago: // preparasi tuts dan sound disiapkan sefolder dg file .cpp // hanya bisa dijalankan di dev-C++ yg b … more →
rinarin wrote 5 months ago: # include <stdio.h> # include <conio.h> # include <stdlib.h> int main (){ struct p … more →
rinarin wrote 5 months ago: // input dan output file .txt telah diciptakan dulu #include <stdio.h> #include <conio.h … more →
rinarin wrote 5 months ago: // output file .txt #include<stdio.h> #include<conio.h> #include<stdlib.h> struct … more →
rinarin wrote 5 months ago: #include <stdio.h> #include <conio.h> #define MAX_PARTY 10 #define MAX_REGION 10 void ta … more →
rinarin wrote 5 months ago: #include <stdio.h> #include <conio.h> int a,b; int jumlah = 0; void input_blob(int [7][7 … more →
rinarin wrote 5 months ago: #include<stdio.h> #include<conio.h> float enkripsi (char s[20],int key[]); float dekrips … more →
rinarin wrote 5 months ago: # include <stdio.h> # include <conio.h> int konversi(int koin1,int koin2, int koin3, int … more →
rinarin wrote 5 months ago: # include <stdio.h> # include <conio.h> # include <math.h> # define max 100 int x, … more →
rinarin wrote 5 months ago: #include<stdio.h> #include<conio.h> #include<string.h> #define MAX 10 void bubble( … more →
rinarin wrote 5 months ago: # include <stdio.h> # include <conio.h> void hanoi(int n,char asal,char titip,char tujua … more →
rinarin wrote 5 months ago: #include <stdio.h> #include <conio.h> #include <math.h> int main () { int bil,fakt … more →