Performance Comparison: Rectangular Array vs. Jagged Array (Update)
As I mentioned earlier (see Performance Comparison: Rectangular Array vs. Jagged Array) I ran the same set of tests in […]
As I mentioned earlier (see Performance Comparison: Rectangular Array vs. Jagged Array) I ran the same set of tests in […]
Download GIFTran.zip We often need images with transparent background when creating websites.
Download PerformanceCounter.zip Assembly level developers have long enjoyed the use of RDTSC (read time stamp counter) instruction to achieve high […]
Jagged arrays (e.g. a[i][j]) are named such so because it is an array of array.
I have been using XML serialization in .Net 1.1 for quite some time and never ran into any problems before […]
Download LCDControl.zip I needed an LCD control for a program I wrote, but after searching the internet, to my surprise, […]
It seems that the computer hardware development has been stagnant for about a year now.
Software designers have always strived to design the perfect software.
It is unarguably true that software development needs coding standard.
Browser compatibility is a huge issue for commercial websites, but for a personal website like this, it really is not […]
Download : MyIP.zip Recently a friend of mine asked me how he could determine his external IP address.
I still remember the days back in the early 90’s when I was learning object PASCAL,there was a debate about […]
As long as you are using websites to interact with end-users,