Blog Job Engineering
Tuesday, March 22, 2005
 
Pirated Bookz

Everyone who needs pirated fiction e-Book can download it from www.fictionbook.ru
A lot of pirated e books are free for you to download.
I'd just downloaded all Dan Brown's novel including "Angels and Demons", then there is also Salman Rushdie's Satanic Verses.
I had printed it on ConocoPhillips laser printer. Huahaha free printed pirated e books. :))
 
Tuesday, March 08, 2005
 
Using TreeView in runtime vs IDE

There is something strange about TreeView in .NET Framework 1.1. You can't use TreeView object to run this syntax: treeView1->SelectedNode->Nodes->Add(S"Example1");
on the TreeView object that you create inside the program (on the fly), but you can use the syntax when you create the object from IDE (you drag the object from Component Toolboc on visual studio .NET IDE)
 
Tuesday, March 01, 2005
 

Recursive Program #1

Apakah recursive program itu?
Gw pengen banget nulis mengenai recursive programming karena pada saat pemrograman seringkali dihadapkan pada persoalan melakukan looping secara recursive.
Contoh sederhana dari recursive yang sering dijadikan contoh di buku-buku pelajaran pemrograman computer adalah “deret Fibonacci”. Bagi kalian yang pernah baca “da Vinci Code” pasti akan sangat familiar juga dengan deret ini. Bagi yang belum tahu, deret ini adalah: 1, 1, 2, 3, 5, 8, 13, 21, 34, … dengan persamaan deret f(i)=f(i-1)+f(i-2).
Selain untuk perhitungan “deret Fibonacci”, metode recursive programming sangat berguna untuk pembuatan hierarchy view pada suatu program. Hierarchy view adalah suatu object treeview yang memuat informasi atau data-data penting. Untuk mempopulasi data dibutuhkan metode recursive programming. Pada metode ini proses populasi data dilakukan dengan sebuah fungsi yang akan memanggil dirinya sendiri.Baiklah akan kita teruskan lagi besok karena harus cepat pulang untuk mengejar 3 in one dan macet yang saat ini selalu menghantam kota jakarta.

Btw sebagai informasi hari ini adalah dimulainya kenaikan harga BBM euy... :p

 
not another bull crap blog page

ARCHIVES
05/01/2003 - 06/01/2003 / 08/01/2003 - 09/01/2003 / 12/01/2004 - 01/01/2005 / 03/01/2005 - 04/01/2005 / 06/01/2005 - 07/01/2005 / 05/01/2006 - 06/01/2006 / 06/01/2006 - 07/01/2006 / 01/01/2009 - 02/01/2009 / 03/01/2009 - 04/01/2009 / 05/01/2010 - 06/01/2010 / 01/01/2012 - 02/01/2012 / 02/01/2012 - 03/01/2012 / 07/01/2012 - 08/01/2012 /


Powered by Blogger