• Home
  • About
  • Sitemap
  • Contact
  • Forum
MENU
Tips blog, tips internet dan tips komputer | TIPSKOMPUTERKU

Blog seputar tips tips komputer, internet dan blog, download software, listing program c++, java dan banyak lagi tips dan trik lainnya

  • Features
    • Features 1
    • Features 2
    • Features 3
    • Features 4
    • Features 5
  • Blog
  • Sitemap
  • Categories
    • CSS
      • Item 11
      • Item 12
      • Item 13
      • Item 14
    • Graphic design
      • Item 21
      • Item 22
      • Item 23
      • Item 24
    • Development tools
      • Item 31
      • Item 32
      • Item 33
      • Item 34
    • Web design
      • Item 41
      • Item 42
      • Item 43
      • Item 44
  • Work
    • Music
      • Recording
        • Recording 1
        • Recording 2
        • Recording 3
      • Equipment
        • Equipment 1
        • Equipment 2
        • Equipment 3
      • Distribution
        • Distribution 1
        • Distribution 2
        • Distribution 3
    • Video
      • Alpha
        • Alpha 1
        • Alpha 2
        • Alpha 3
      • Omega
        • Omega 1
        • Omega 2
        • Omega 3
      • Zulu
        • Zulu 1
        • Zulu 2
        • Zulu 3
    • Image
      • Work 1
        • Work 1
        • Work 2
        • Work 3
      • Work 2
        • Work 1
        • Work 2
        • Work 3
      • Work 3
        • Work 1
        • Work 2
        • Work 3
  • Cars
  • Fashion
  • 404
  • Random
Archive for 2012
Contoh Makalah HTML

Contoh Makalah HTML

Fadhilah Amal Add Comment
Fadhilah Amal
1.   Pengertian Bahasa pemrograman yang digunakan untuk membuat sebuah halaman web, menampilkan berbagai informasi di dalam sebuah bro...
Read More
Download Language Packs Bahasa Indonesia Windows 7

Download Language Packs Bahasa Indonesia Windows 7

Fadhilah Amal Add Comment
Fadhilah Amal
Download Language Packs Bahasa Indonesia Windows 8. Sillahkan langsung saja bagi yang ingin windowsnya dalam bahasa Indonesia... Download...
Read More

Download Naruto Shippuden Windows 8 Theme Gratis

Fadhilah Amal 11 Comments
Fadhilah Amal
Bikin keren PC atau laptop kamu dengan Naruto Shippuden Windows 8 Theme Gratis. Khusus bagi para pecinta anime Naruto Shippuden Langsung...
Read More
Download Antivirus Avira Security 13.0.0.2761 Gratis Full Version

Download Antivirus Avira Security 13.0.0.2761 Gratis Full Version

Fadhilah Amal 1 Comment
Fadhilah Amal
Download Antivirus Avira Security 13.0.0.2761 Gratis Full Version . Antivirus terbaru dari avira ini mampu menghapus viruses, Trojans, backd...
Read More
Download Avast AntiVirus Pro 7.0.1474 Gratis Final Full Licence

Download Avast AntiVirus Pro 7.0.1474 Gratis Final Full Licence

Fadhilah Amal Add Comment
Fadhilah Amal
Download Avast AntiVirus Pro 7.0.1474 Gratis Final Full Licence . Avast antivirus merupakan salah satu antivirus terbaik, silahkan downloa...
Read More
Download Firefox 17.0 Beta 6  Terbaru Gratis

Download Firefox 17.0 Beta 6 Terbaru Gratis

Fadhilah Amal Add Comment
Fadhilah Amal
Kebanyakan orang telah mengalami sakit dan tekanan sinus pada suatu saat dalam kehidupan mereka dan paling pulih tanpa obat yang diresepkan....
Read More
Program matlab sharpening citra

Program matlab sharpening citra

Fadhilah Amal Add Comment
Fadhilah Amal
function sharpening A=imread('cameraman.tif'); %m=[0 -1 0;-1 4 -1;0 -1 0]; %m=[1/10 1/10 1/10;1/10 1/5 1/10;1/10 1/10 1/10];...
Read More
Program matlab smoothing citra

Program matlab smoothing citra

Fadhilah Amal 1 Comment
Fadhilah Amal
function smoothing A=imread('cameraman.tif'); %m=[0 -1 0;-1 4 -1;0 -1 0]; %m=[1/16 1/8 1/16;1/8 1/4 1/16 ;1/16 1/8 1/16] m...
Read More
Program java input parameter nonvoid konstruktor

Program java input parameter nonvoid konstruktor

Fadhilah Amal Add Comment
Fadhilah Amal
import java.io.*; class kotak {     double panjang;     double lebar;     double tinggi; void cetakvolum(double p,double l,d...
Read More
Program Matlab rotasi citra 180 derajat

Program Matlab rotasi citra 180 derajat

Fadhilah Amal Add Comment
Fadhilah Amal
function rotasi180ka %rotasi citra 90 searah jarum jam A=imread('cameraman.tif'); d=A; [baris kolom]=size(A); for i=1:ba...
Read More
Program Matlab konvolusi

Program Matlab konvolusi

Fadhilah Amal Add Comment
Fadhilah Amal
function konvolusidata A=[4 4 3 5 4;6 6 5 5 2;5 6 6 6 2;6 7 5 5 3;3 5 2 4 4]; m=[0 -1 0;-1 4 -1;0 -1 0]; d=A [baris kolom]=size(A)...
Read More
Program Mysql join table data pegawai

Program Mysql join table data pegawai

Fadhilah Amal Add Comment
Fadhilah Amal
create database tender; use tender; create table pegawai( nip varchar(5) NOT NULL PRIMARY KEY, nama varchar(30) NOT NULL, ...
Read More
Program Java Override Protected

Program Java Override Protected

Fadhilah Amal Add Comment
Fadhilah Amal
class kotak { protected double panjang; protected double lebar; protected double tinggi; public void setkotak(double p,double ...
Read More
Program Matlab Perataan histogram

Program Matlab Perataan histogram

Fadhilah Amal Add Comment
Fadhilah Amal
function ratahistrogram   baris=6; kolom=6; derajatkeabuan=15; awal=zeros(baris,kolom); akhir=zeros(baris,kolom); ...
Read More
Program Matlab Pencerahan Gambar

Program Matlab Pencerahan Gambar

Fadhilah Amal Add Comment
Fadhilah Amal
function terang1 x=imread('moon.tif'); y=x; x=double(x); [baris kolom]=size(x); for i=1:baris,     for j=1:kolom,         x(i...
Read More
Program Matlab Gambar Hitam Putih

Program Matlab Gambar Hitam Putih

Fadhilah Amal Add Comment
Fadhilah Amal
function hitamputih x=imread('moon.tif'); y=x; x=double(x); [baris kolom]=size(x); for i=1:baris,     for j=1:kolom,         ...
Read More
Program Matlab rotasi gambar 90 derajat

Program Matlab rotasi gambar 90 derajat

Fadhilah Amal Add Comment
Fadhilah Amal
function rotasi90ka %rotasi citra 90 searah jarum jam A=imread('cameraman.tif'); d=A; [baris kolom]=size(A); for i=1:baris;   ...
Read More
Program MYSQL data mahasiswa

Program MYSQL data mahasiswa

Fadhilah Amal Add Comment
Fadhilah Amal
create database mahasiswa; use mahasiswa; create table mahasiswa (nim varchar(10)primary key not null, nama varchar(20), kota varc...
Read More
Program Shell Operasi Matematika

Program Shell Operasi Matematika

Fadhilah Amal Add Comment
Fadhilah Amal
#!/bin/bash lagi=’y'; while [ $lagi == 'y' ] || [ $lagi == 'Y' ]; do clear; echo ” -= Kalkulator Sederhana =- “; ...
Read More
Program Shell Operasi Matematika

Program Shell Operasi Matematika

Fadhilah Amal Add Comment
Fadhilah Amal
#!/bin/bash lagi=’y'; while [ $lagi == 'y' ] || [ $lagi == 'Y' ]; do clear; echo ” -= Kalkulator Sederhana =- “; ...
Read More
Program Shell Hitung Luas Persegi dan Segitiga

Program Shell Hitung Luas Persegi dan Segitiga

Fadhilah Amal Add Comment
Fadhilah Amal
#!/bin/bash lagi=’y'; while [ $lagi == 'y' ] || [ $lagi == 'Y' ]; do clear; echo ” -=Hitung Luas=-”; echo ” 1. Pe...
Read More
Langganan: Postingan (Atom)
Copyright tips-komputerku.blogspot.com. Diberdayakan oleh Blogger.

Artikel Terkait

Related Posts Plugin for WordPress, Blogger...

Random Posts

Recent Posts

alexa

Top Computers Sites

Recent

Comments

W3 Directory - the World Wide Web Directory

Subscribe Here

Categories

  • Blog
  • Download
  • Download Software
  • HTML
  • Internet
  • Kesehatan
  • Progam Mysql
  • Program C++
  • Program Java
  • Program Matlab
  • Program Shell
  • SEO
  • Tema Windows
  • Web Programming

Random Posts

Follow us

Blog Archive

  • ►  2013 (8)
    • ►  Juni (1)
    • ►  April (2)
    • ►  Maret (3)
    • ►  Januari (2)
  • ▼  2012 (21)
    • ▼  Desember (1)
      • Contoh Makalah HTML
    • ►  November (5)
      • Download Language Packs Bahasa Indonesia Windows 7
      • Download Naruto Shippuden Windows 8 Theme Gratis
      • Download Antivirus Avira Security 13.0.0.2761 Grat...
      • Download Avast AntiVirus Pro 7.0.1474 Gratis Final...
      • Download Firefox 17.0 Beta 6 Terbaru Gratis
    • ►  Juni (8)
      • Program matlab sharpening citra
      • Program matlab smoothing citra
      • Program java input parameter nonvoid konstruktor
      • Program Matlab rotasi citra 180 derajat
      • Program Matlab konvolusi
      • Program Mysql join table data pegawai
      • Program Java Override Protected
      • Program Matlab Perataan histogram
    • ►  April (4)
      • Program Matlab Pencerahan Gambar
      • Program Matlab Gambar Hitam Putih
      • Program Matlab rotasi gambar 90 derajat
      • Program MYSQL data mahasiswa
    • ►  Januari (3)
      • Program Shell Operasi Matematika
      • Program Shell Operasi Matematika
      • Program Shell Hitung Luas Persegi dan Segitiga
  • ►  2011 (67)
    • ►  Desember (11)
    • ►  Juli (16)
    • ►  Juni (22)
    • ►  April (18)

Comments

Recent Posts

Cari Blog Ini

Link teman

  • blog leehans jepang
  • blog wallfren
  • kursus menjahit
  • markoplace website Iklan baris gratis tanpa daftar
  • mp3 download
  • pasang iklan baris jual beli rumah aziastore.web.id
  • Shared Files Search engine
  • situs pasang iklan baris gratis
  • Social Networking - Social Bookmarking Site
  • teknologi web
Blog ini berisi tentang cara membuat blog, tips blogging, Artikel Tentang Kesehatan, Tips Kecantikan Kulit Wajah, Make Money Blogging, Free Antivirus Software Download, Free Software Programs, Free PC Software Downloads dan lain-lain...

Langganan

Postingan
Atom
Postingan
Semua Komentar
Atom
Semua Komentar

Pengikut

Categories

  • Blog
  • Download
  • Download Software
  • HTML
  • Internet
  • Kesehatan
  • Progam Mysql
  • Program C++
  • Program Java
  • Program Matlab
  • Program Shell
  • SEO
  • Tema Windows
  • Web Programming

Translate

Facebook

Pages

  • Home
  • SEO
  • Tema Windows
  • Blogging
  • Download Software
  • Internet
  • Kesehatan
  • About

Flickr

Popular Posts

  • Cara Menulis Post Blog Pertama Kali ?
    Cara Menulis Post Blog Pertama Kali ?
    Artikel ini berisi beberapa ide untuk membantu orang-orang yang memulai blog , sama seperti saya, untuk menemukan hanya dalam satu ...
  • Download Naruto Shippuden Windows 8 Theme Gratis
    Download Naruto Shippuden Windows 8 Theme Gratis
    Bikin keren PC atau laptop kamu dengan Naruto Shippuden Windows 8 Theme Gratis. Khusus bagi para pecinta anime Naruto Shippuden Langsung...
  • Listing Program C++ Huruf Terbalik
    #include<iostream.h> #include<conio.h> void main() { char string [90]; int indeks; cout<<"masukan suatu string...
  • Pembuatan Situs Menggunakan Framework Codeigniter
    1. Instalasi Code Igniter Karena berupa folder php, maka instalasi Code Igniter, cukup dengan mengekstrak file kompresi yang di dapat...
  • Cara Memulai Sebuah Blog Gratis - Tempat Terbaik Untuk Mulai Blogging
    Cara Memulai Sebuah Blog Gratis - Tempat Terbaik Untuk Mulai Blogging
     Pertama-tama apa itu blog? Mania blogging juga terus meningkat. Orang-orang berlomba melawan satu sama lain memamerkan konten mereka di b...
  • Daftar situs artikel gratis yang bisa dipublikasikan untuk blog atau situs
    http://www.ezinearticles.com/ http://www.articles-hub.com http://www.articlesfactory.com http://www.goarticles.com http://www.articletra...
  • Top 5 SEO Tips Terbaik Untuk Blogger Pemula
    Top 5 SEO Tips Terbaik Untuk Blogger Pemula
    Mulai dengan Dasar SEO Jika dunia optimasi mesin pencari adalah baru bagi Anda, ada beberapa SEO tips yang akan saya berikan yang  And...
  • Program Matlab rotasi gambar 90 derajat
    function rotasi90ka %rotasi citra 90 searah jarum jam A=imread('cameraman.tif'); d=A; [baris kolom]=size(A); for i=1:baris;   ...
  • Pengenalan Pemrograman HTML
    Pengenalan Pemrograman HTML
    HTML adalah kepanjangan dari Hyper Text Markup Language     HTML adalah markup language     tags menjelaskan konten dokumen     HTML docume...
  • Listing Program Java Data Nilai Mahasiswa dengan Array
    import java.util.Scanner; public class DataMahasiswacob{ public static void main(String[] args){ int row, kolom; int tambah; String[]...

Author

Fadhilah Amal
Lihat profil lengkapku

Label

  • Blog
  • Download
  • Download Software
  • HTML
  • Internet
  • Kesehatan
  • Progam Mysql
  • Program C++
  • Program Java
  • Program Matlab
  • Program Shell
  • SEO
  • Tema Windows
  • Web Programming

Formulir Kontak

Nama

Email *

Pesan *

Flickr

Copyright © 2014 Tips blog, tips internet dan tips komputer | TIPSKOMPUTERKU All Right Reserved