Click here to Skip to main content
15,910,886 members
Home / Discussions / Algorithms
   

Algorithms

 
QuestionCategorisation Pin
Jammer26-Jul-08 5:33
Jammer26-Jul-08 5:33 
AnswerRe: Categorisation Pin
Alan Balkany28-Jul-08 5:21
Alan Balkany28-Jul-08 5:21 
QuestionHow much different are they? Pin
Ian Uy24-Jul-08 3:45
Ian Uy24-Jul-08 3:45 
AnswerRe: How much different are they? Pin
73Zeppelin24-Jul-08 21:48
73Zeppelin24-Jul-08 21:48 
GeneralRe: How much different are they? Pin
Ian Uy25-Jul-08 16:03
Ian Uy25-Jul-08 16:03 
AnswerRe: How much different are they? Pin
Alan Balkany25-Jul-08 8:20
Alan Balkany25-Jul-08 8:20 
GeneralRe: How much different are they? Pin
Ian Uy25-Jul-08 16:04
Ian Uy25-Jul-08 16:04 
GeneralRe: How much different are they? Pin
Luc Pattyn26-Jul-08 3:19
sitebuilderLuc Pattyn26-Jul-08 3:19 
You still have to define "different".

Say file REF holds 99 bytes of data.
File APPEND holds the same 99 bytes of data followed by one more byte.
File PREFIX holds that same one byte followed by the original 99 bytes.

Now these three files are different. How different are they? That is up to you.
One would say APPEND is very similar to REF.
One could argue PREFIX is completely different, or very similar. Take your pick.

And some parsers would object to "very similar"; if REF represents a valid image (say something
Image.FromFile understands), then APPEND is not likely to be a valid image (as per Image.FromFile).

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

Voting for dummies? No thanks. Dead | X|


GeneralRe: How much different are they? Pin
Ian Uy26-Jul-08 3:28
Ian Uy26-Jul-08 3:28 
GeneralRe: How much different are they? Pin
Alan Balkany28-Jul-08 5:23
Alan Balkany28-Jul-08 5:23 
GeneralRe: How much different are they? Pin
hammerin hank7-Aug-08 6:52
hammerin hank7-Aug-08 6:52 
GeneralRe: How much different are they? Pin
Alan Balkany7-Aug-08 6:57
Alan Balkany7-Aug-08 6:57 
QuestionHow to calculate FDIST Pin
sumit703423-Jul-08 1:39
sumit703423-Jul-08 1:39 
AnswerRe: How to calculate FDIST Pin
cp987623-Jul-08 12:03
cp987623-Jul-08 12:03 
GeneralRe: How to calculate FDIST Pin
sumit703423-Jul-08 17:58
sumit703423-Jul-08 17:58 
GeneralRe: How to calculate FDIST Pin
sumit703429-Jul-08 18:46
sumit703429-Jul-08 18:46 
GeneralRe: How to calculate FDIST Pin
Kok Yuen Li8-Oct-13 22:15
Kok Yuen Li8-Oct-13 22:15 
AnswerRe: How to calculate FDIST Pin
Paul Conrad23-Jul-08 12:13
professionalPaul Conrad23-Jul-08 12:13 
GeneralRe: How to calculate FDIST Pin
sumit703423-Jul-08 18:38
sumit703423-Jul-08 18:38 
GeneralRe: How to calculate FDIST Pin
Paul Conrad23-Jul-08 18:47
professionalPaul Conrad23-Jul-08 18:47 
AnswerRe: How to calculate FDIST Pin
Paul Conrad26-Jul-08 11:49
professionalPaul Conrad26-Jul-08 11:49 
GeneralRe: How to calculate FDIST Pin
sumit703428-Jul-08 18:56
sumit703428-Jul-08 18:56 
GeneralRe: How to calculate FDIST Pin
Paul Conrad28-Jul-08 18:58
professionalPaul Conrad28-Jul-08 18:58 
GeneralRe: How to calculate FDIST Pin
sumit703429-Jul-08 18:00
sumit703429-Jul-08 18:00 
QuestionHow to find the values of x and y in a 90 degree sector Pin
pallaka22-Jul-08 20:53
pallaka22-Jul-08 20:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.