Click here to Skip to main content
15,867,686 members
Home / Discussions / Algorithms
   

Algorithms

 
QuestionDetecting File Changes Pin
Richard Andrew x6427-Mar-14 13:44
professionalRichard Andrew x6427-Mar-14 13:44 
AnswerRe: Detecting File Changes Pin
Richard MacCutchan27-Mar-14 22:19
mveRichard MacCutchan27-Mar-14 22:19 
GeneralRe: Detecting File Changes Pin
Matt T Heffron28-Mar-14 7:22
professionalMatt T Heffron28-Mar-14 7:22 
GeneralRe: Detecting File Changes Pin
Richard MacCutchan28-Mar-14 8:04
mveRichard MacCutchan28-Mar-14 8:04 
QuestionHow much is my encryption algorithm worth? Pin
Daniel Mullarkey22-Mar-14 20:47
Daniel Mullarkey22-Mar-14 20:47 
AnswerRe: How much is my encryption algorithm worth? Pin
Kornfeld Eliyahu Peter22-Mar-14 21:19
professionalKornfeld Eliyahu Peter22-Mar-14 21:19 
AnswerRe: How much is my encryption algorithm worth? Pin
Richard MacCutchan22-Mar-14 22:10
mveRichard MacCutchan22-Mar-14 22:10 
AnswerRe: How much is my encryption algorithm worth? Pin
Daniel Mullarkey23-Mar-14 3:34
Daniel Mullarkey23-Mar-14 3:34 
Well, to address both replies, the core function headers look something like this:

VB
Public Function Encode(ByVal UnencodedValue As Integer, ByVal KeyValue As Integer, ByVal MinimumValue As Integer, ByVal MaximumValue As Integer) As Integer


VB
Public Function Decode(ByVal EncodedValue As Integer, ByVal KeyValue As Integer, ByVal MinimumValue As Integer, ByVal MaximumValue As Integer) As Integer


Keep in mind that UnencodedValue and EncodedValue can range anywhere from MinimumValue to MaximumValue and that the KeyValue can range anywhere from MinimumValue + 2 to MaximumValue.
AnswerRe: How much is my encryption algorithm worth? Pin
Kornfeld Eliyahu Peter23-Mar-14 4:04
professionalKornfeld Eliyahu Peter23-Mar-14 4:04 
GeneralRe: How much is my encryption algorithm worth? Pin
Daniel Mullarkey23-Mar-14 4:38
Daniel Mullarkey23-Mar-14 4:38 
AnswerRe: How much is my encryption algorithm worth? Pin
Kornfeld Eliyahu Peter23-Mar-14 4:49
professionalKornfeld Eliyahu Peter23-Mar-14 4:49 
GeneralRe: How much is my encryption algorithm worth? Pin
Matty2222-May-14 21:22
Matty2222-May-14 21:22 
GeneralRe: How much is my encryption algorithm worth? Pin
Richard MacCutchan23-Mar-14 4:15
mveRichard MacCutchan23-Mar-14 4:15 
GeneralRe: How much is my encryption algorithm worth? Pin
Daniel Mullarkey23-Mar-14 4:40
Daniel Mullarkey23-Mar-14 4:40 
GeneralRe: How much is my encryption algorithm worth? Pin
Richard MacCutchan23-Mar-14 5:03
mveRichard MacCutchan23-Mar-14 5:03 
GeneralRe: How much is my encryption algorithm worth? Pin
Daniel Mullarkey23-Mar-14 18:35
Daniel Mullarkey23-Mar-14 18:35 
GeneralRe: How much is my encryption algorithm worth? Pin
Richard MacCutchan23-Mar-14 22:50
mveRichard MacCutchan23-Mar-14 22:50 
GeneralRe: How much is my encryption algorithm worth? Pin
Daniel Mullarkey5-Apr-14 4:04
Daniel Mullarkey5-Apr-14 4:04 
GeneralRe: How much is my encryption algorithm worth? Pin
Richard MacCutchan5-Apr-14 4:16
mveRichard MacCutchan5-Apr-14 4:16 
GeneralRe: How much is my encryption algorithm worth? Pin
Daniel Mullarkey5-Apr-14 4:23
Daniel Mullarkey5-Apr-14 4:23 
GeneralRe: How much is my encryption algorithm worth? Pin
Richard MacCutchan5-Apr-14 4:33
mveRichard MacCutchan5-Apr-14 4:33 
GeneralRe: How much is my encryption algorithm worth? Pin
BobJanova25-Mar-14 0:02
BobJanova25-Mar-14 0:02 
GeneralRe: How much is my encryption algorithm worth? Pin
Richard MacCutchan25-Mar-14 0:08
mveRichard MacCutchan25-Mar-14 0:08 
AnswerRe: How much is my encryption algorithm worth? Pin
Richard Deeming24-Mar-14 2:50
mveRichard Deeming24-Mar-14 2:50 
AnswerRe: How much is my encryption algorithm worth? Pin
jschell24-Mar-14 8:35
jschell24-Mar-14 8:35 

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.