Click here to Skip to main content
15,887,927 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralRe: help me to select my project Pin
kabirbdboy10-Sep-09 1:38
kabirbdboy10-Sep-09 1:38 
GeneralRe: help me to select my project Pin
Richard MacCutchan9-Sep-09 21:37
mveRichard MacCutchan9-Sep-09 21:37 
AnswerRe: help me to select my project Pin
Nagy Vilmos10-Sep-09 9:41
professionalNagy Vilmos10-Sep-09 9:41 
GeneralRe: help me to select my project Pin
kabirbdboy10-Sep-09 15:08
kabirbdboy10-Sep-09 15:08 
GeneralRe: help me to select my project Pin
Tim Craig10-Sep-09 19:30
Tim Craig10-Sep-09 19:30 
QuestionGradient map Pin
Sauce!8-Sep-09 6:21
Sauce!8-Sep-09 6:21 
AnswerRe: Gradient map Pin
Eddy Vluggen8-Sep-09 11:13
professionalEddy Vluggen8-Sep-09 11:13 
AnswerRe: Gradient map Pin
Alan Balkany9-Sep-09 5:12
Alan Balkany9-Sep-09 5:12 
For each pixel:

1. If the value, v, is 0 to 0.5, R = v * 510, G = B = 0.
2. If v is .5 to 1, R = 255, G = B = (v - .5) * 510.

So, at v = 0, the pixel is black. As we go from 0 to .5, red increases to its maximum (255) as we approach .5.

From total red at v = .5, it's blended with increasing shades of white, up to total white at v = 1.
Questioncomipler construction Pin
rizwana rashid7-Sep-09 8:23
rizwana rashid7-Sep-09 8:23 
AnswerRe: comipler construction Pin
Christian Graus7-Sep-09 15:55
protectorChristian Graus7-Sep-09 15:55 
AnswerRe: comipler construction Pin
mabo428-Sep-09 1:36
mabo428-Sep-09 1:36 
AnswerRe: comipler construction Pin
Luc Pattyn8-Sep-09 2:32
sitebuilderLuc Pattyn8-Sep-09 2:32 
GeneralRe: comipler construction Pin
molesworth10-Sep-09 7:27
molesworth10-Sep-09 7:27 
AnswerRe: comipler construction Pin
PIEBALDconsult24-Sep-09 17:44
mvePIEBALDconsult24-Sep-09 17:44 
AnswerRe: Help need,Spanning Tree Pin
Moreno Airoldi8-Sep-09 9:18
Moreno Airoldi8-Sep-09 9:18 
Questionhelp needed for loops Pin
aihcezs1444-Sep-09 0:11
aihcezs1444-Sep-09 0:11 
AnswerRe: help needed for loops Pin
Richard MacCutchan4-Sep-09 0:18
mveRichard MacCutchan4-Sep-09 0:18 
GeneralRe: help needed for loops Pin
aihcezs1444-Sep-09 0:37
aihcezs1444-Sep-09 0:37 
GeneralRe: help needed for loops Pin
Richard MacCutchan4-Sep-09 0:50
mveRichard MacCutchan4-Sep-09 0:50 
GeneralRe: help needed for loops Pin
aihcezs1444-Sep-09 1:00
aihcezs1444-Sep-09 1:00 
GeneralRe: help needed for loops Pin
Luc Pattyn4-Sep-09 1:09
sitebuilderLuc Pattyn4-Sep-09 1:09 
GeneralRe: help needed for loops [modified] Pin
aihcezs1444-Sep-09 2:13
aihcezs1444-Sep-09 2:13 
GeneralRe: help needed for loops Pin
Luc Pattyn4-Sep-09 2:45
sitebuilderLuc Pattyn4-Sep-09 2:45 
GeneralRe: help needed for loops Pin
harold aptroot4-Sep-09 3:23
harold aptroot4-Sep-09 3:23 
QuestionRandom functions family Pin
Quake2Player30-Aug-09 14:31
Quake2Player30-Aug-09 14:31 

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.