Click here to Skip to main content
15,905,316 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralRe: Random Number Pin
Alan Balkany20-Apr-12 4:27
Alan Balkany20-Apr-12 4:27 
GeneralRe: Random Number Pin
Mohibur Rashid22-Apr-12 20:43
professionalMohibur Rashid22-Apr-12 20:43 
AnswerRe: Random Number Pin
BobJanova23-Apr-12 2:35
BobJanova23-Apr-12 2:35 
GeneralRe: Random Number Pin
walterhevedeich25-Apr-12 16:07
professionalwalterhevedeich25-Apr-12 16:07 
GeneralRe: Random Number Pin
lukeer26-Apr-12 3:53
lukeer26-Apr-12 3:53 
GeneralRe: Random Number Pin
BobJanova27-Apr-12 4:41
BobJanova27-Apr-12 4:41 
AnswerRe: Random Number Pin
BupeChombaDerrick25-Apr-12 14:00
BupeChombaDerrick25-Apr-12 14:00 
GeneralRe: Random Number Pin
Mohibur Rashid25-Apr-12 14:49
professionalMohibur Rashid25-Apr-12 14:49 
GeneralRe: Random Number Pin
BupeChombaDerrick26-Apr-12 0:50
BupeChombaDerrick26-Apr-12 0:50 
AnswerRe: Random Number Pin
Member 205300626-Apr-12 21:59
Member 205300626-Apr-12 21:59 
QuestionPearl Jewellery Pin
pearljewellery9-Apr-12 0:52
pearljewellery9-Apr-12 0:52 
QuestionDrop Down select Pin
MuthuKumar3422-Mar-12 2:14
MuthuKumar3422-Mar-12 2:14 
AnswerRe: Drop Down select Pin
Richard MacCutchan27-Mar-12 22:16
mveRichard MacCutchan27-Mar-12 22:16 
QuestionPlease help with image feature extraction code! Pin
supernorb20-Mar-12 2:11
supernorb20-Mar-12 2:11 
AnswerRe: Please help with image feature extraction code! Pin
enhzflep20-Mar-12 3:36
enhzflep20-Mar-12 3:36 
GeneralRe: Please help with image feature extraction code! Pin
supernorb21-Mar-12 2:40
supernorb21-Mar-12 2:40 
GeneralRe: Please help with image feature extraction code! Pin
enhzflep21-Mar-12 2:55
enhzflep21-Mar-12 2:55 
AnswerRe: Please help with image feature extraction code! Pin
Alan Balkany21-Mar-12 4:43
Alan Balkany21-Mar-12 4:43 
AnswerRe: Please help with image feature extraction code! Pin
BupeChombaDerrick2-Apr-12 13:02
BupeChombaDerrick2-Apr-12 13:02 
Questiontheory needed for a described algorithm Pin
liquid_15-Mar-12 22:07
liquid_15-Mar-12 22:07 
AnswerRe: theory needed for a described algorithm Pin
Bernhard Hiller16-Mar-12 1:10
Bernhard Hiller16-Mar-12 1:10 
GeneralRe: theory needed for a described algorithm Pin
liquid_16-Mar-12 1:35
liquid_16-Mar-12 1:35 
AnswerRe: theory needed for a described algorithm Pin
Bernhard Hiller16-Mar-12 4:18
Bernhard Hiller16-Mar-12 4:18 
AnswerRe: theory needed for a described algorithm Pin
Luc Pattyn16-Mar-12 4:35
sitebuilderLuc Pattyn16-Mar-12 4:35 
GeneralRe: theory needed for a described algorithm Pin
liquid_16-Mar-12 10:05
liquid_16-Mar-12 10:05 
Let me show this on the example:
You're given
x1=22
x2=50
x3=100
and d=10

We can find v=15 which satisfies this:
we can divide the range <0,100(or at least)> into equal intervals of length 15 because our "10" fits in:
1*15 and 2*15 with the middle in 22 i.e. <17,27>
3*15 and 4*15 with the middle in 50 i.e. <45,55>
6*15 and 7*15 with the middle in 100 i.e. <95,105>

I hope it's clearer now and excuse me if the latter was not.

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.