What Makes Apple so Delicious?
Trade shows will naturally draw those with high end interest and the technical knowledge that leads to that jargon spewed by keynote speakers. Enterprise-speak vendors display their wares and attendees at break-out sessions are full of techno-geeks seeking the latest knowledge enhancement for their narrow interest area. InternetWorld 2002 was no different. Directory:
> Articles > Application Development
Date: 2002-04-29
|
Some Notes on Recursion
Many programmers simply don't like recursion. The general idea of recursion is one of the more difficult topics to grasp. This is because our cognitive abilities are developed through experience, and the concept of recursion doesn't occur very frequently in our everyday lives, but it is there if you look hard enough. Directory:
> Articles > Application Development
Date: 2002-04-11
|
Some Notes on Recursion
Many programmers simply don't like recursion. The general idea of recursion is one of the more difficult topics to grasp. This is because our cognitive abilities are developed through experience, and the concept of recursion doesn't occur very frequently in our everyday lives, but it is there if you look hard enough. Directory:
> Articles > Application Development
Date: 2002-04-11
|
Thresholding An Image In Java
Thresholding is the process of transforming a set of data that encompasses any range of values to a new set with only two possible values. This process is used often in digital image processing. Thresholding is a form of segmentation, which can be described as grouping pixels together that have like attributes. In most examples of image thresholding, the RGB value (or the Grey Level value for greyscale images) is the attribute of interest. Directory:
> Articles > Application Development
Date: 2002-04-09
|
|
|