Click here to Skip to main content
15,904,823 members
Home / Discussions / Algorithms
   

Algorithms

 
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 
AnswerRe: How much is my encryption algorithm worth? Pin
PIEBALDconsult24-Mar-14 16:56
mvePIEBALDconsult24-Mar-14 16:56 
AnswerRe: How much is my encryption algorithm worth? Pin
BobJanova25-Mar-14 0:26
BobJanova25-Mar-14 0:26 
GeneralRe: How much is my encryption algorithm worth? Pin
Daniel Mullarkey26-Mar-14 10:24
Daniel Mullarkey26-Mar-14 10:24 
QuestionOptimization algorithm Pin
Gordon Knot6-Mar-14 5:15
Gordon Knot6-Mar-14 5:15 
AnswerRe: Optimization algorithm PinPopular
Stefan_Lang7-Mar-14 2:07
Stefan_Lang7-Mar-14 2:07 
GeneralRe: Optimization algorithm Pin
jschell7-Mar-14 9:25
jschell7-Mar-14 9:25 
GeneralRe: Optimization algorithm Pin
Gordon Knot11-Mar-14 14:36
Gordon Knot11-Mar-14 14:36 
GeneralRe: Optimization algorithm Pin
Gordon Knot11-Mar-14 14:34
Gordon Knot11-Mar-14 14:34 
SuggestionRe: Optimization algorithm Pin
Matt T Heffron11-Mar-14 15:38
professionalMatt T Heffron11-Mar-14 15:38 
GeneralRe: Optimization algorithm Pin
Stefan_Lang21-May-14 2:58
Stefan_Lang21-May-14 2:58 
Questionalgorithm for proving a set of logical conditions is not self-contradictory Pin
BillWoodruff20-Feb-14 6:57
professionalBillWoodruff20-Feb-14 6:57 
GeneralRe: algorithm for proving a set of logical conditions is not self-contradictory Pin
harold aptroot20-Feb-14 7:49
harold aptroot20-Feb-14 7:49 
GeneralRe: algorithm for proving a set of logical conditions is not self-contradictory Pin
BillWoodruff20-Feb-14 10:10
professionalBillWoodruff20-Feb-14 10:10 
GeneralRe: algorithm for proving a set of logical conditions is not self-contradictory Pin
harold aptroot20-Feb-14 10:54
harold aptroot20-Feb-14 10:54 
What sort of aspects do you want to consider?

For example, if you assume uniform cost of all tests/branches, then the obvious order is in decreasing order of probability.

If the cost is slightly more realistic and based on the fraction of mispredictions (assuming the branch is random but biased), then .. I'm not sure. The total cost (ie average time spent in the tests) would be approximated as F(i) = C(i) + (1-P(i)) * F(i + 1) and F(n) = 0 where P(i) is the probability of the i-th branch being taken and C(i) = 0.55 e(-8 (P(i)-0.5)2) - 0.04 (that's not the best approximation of the cost of a branch ever, but it's the best I could come up with in a couple of minutes).
QuestionBraille Alphabet Generation through images Pin
mittra14-Feb-14 3:58
mittra14-Feb-14 3:58 
AnswerRe: Braille Alphabet Generation through images Pin
Richard MacCutchan14-Feb-14 5:22
mveRichard MacCutchan14-Feb-14 5:22 
GeneralRe: Braille Alphabet Generation through images Pin
mittra14-Feb-14 9:30
mittra14-Feb-14 9:30 

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.