Click here to Skip to main content
15,888,283 members
Home / Discussions / Algorithms
   

Algorithms

 
QuestionFactoring algorithm Pin
Member 41945931-Apr-14 4:46
Member 41945931-Apr-14 4:46 
AnswerRe: Factoring algorithm Pin
Bernhard Hiller1-Apr-14 20:44
Bernhard Hiller1-Apr-14 20:44 
GeneralRe: Factoring algorithm Pin
Member 41945932-Apr-14 6:17
Member 41945932-Apr-14 6:17 
GeneralRe: Factoring algorithm Pin
Kornfeld Eliyahu Peter2-Apr-14 9:30
professionalKornfeld Eliyahu Peter2-Apr-14 9:30 
AnswerRe: Factoring algorithm Pin
Peter_in_278023-May-14 15:34
professionalPeter_in_278023-May-14 15:34 
GeneralRe: Factoring algorithm Pin
Member 419459323-May-14 17:03
Member 419459323-May-14 17:03 
QuestionTeam Contract Algorithm Pin
Laurence Senna27-Mar-14 20:23
Laurence Senna27-Mar-14 20:23 
AnswerRe: Team Contract Algorithm Pin
Richard MacCutchan28-Mar-14 0:22
mveRichard MacCutchan28-Mar-14 0:22 
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 

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.