Click here to Skip to main content
15,886,742 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralRe: levenshtein distance Pin
Paul Conrad23-Dec-07 7:16
professionalPaul Conrad23-Dec-07 7:16 
QuestionSpeech Recognition Pin
smzhaq24-May-07 6:20
smzhaq24-May-07 6:20 
GeneralRe: Speech Recognition Pin
Paul Conrad23-Dec-07 7:16
professionalPaul Conrad23-Dec-07 7:16 
NewsFoundations of F# - Coming Very Soon Pin
strangelights23-May-07 23:41
strangelights23-May-07 23:41 
GeneralRe: Foundations of F# - Coming Very Soon Pin
Paul Conrad23-Dec-07 7:17
professionalPaul Conrad23-Dec-07 7:17 
QuestionBeginner Q: ^ = Math.Pow? (C#) Pin
matthias s.23-May-07 20:24
matthias s.23-May-07 20:24 
AnswerRe: Beginner Q: ^ = Math.Pow? (C#) Pin
CPallini23-May-07 20:32
mveCPallini23-May-07 20:32 
AnswerRe: Beginner Q: ^ = Math.Pow? (C#) Pin
Manoj Kumar Rai25-May-07 4:56
professionalManoj Kumar Rai25-May-07 4:56 
Hi,

Even I am not sure, what you want to achieve with that operator, but "^" is a logical exclusive - OR for binary type. Meaning the result will be true only if only one of the operand is true.

"^" for the integral types (as above in your case) computes bitwise exclusive-OR of its operand. hence it will compare the each bit and apply exclusive-OR on each bits to find the last result.

Manoj
Never Gives up

GeneralRe: Beginner Q: ^ = Math.Pow? (C#) Pin
CPallini25-May-07 5:36
mveCPallini25-May-07 5:36 
AnswerRe: Beginner Q: ^ = Math.Pow? (C#) Pin
PIEBALDconsult20-Jun-07 17:26
mvePIEBALDconsult20-Jun-07 17:26 
AnswerRe: Beginner Q: ^ = Math.Pow? (C#) Pin
Jeffrey Walton5-Jul-07 16:47
Jeffrey Walton5-Jul-07 16:47 
QuestionBest Math-Lib for C++ Pin
zqueezy23-May-07 14:04
zqueezy23-May-07 14:04 
AnswerRe: Best Math-Lib for C++ Pin
Bassam Abdul-Baki24-May-07 6:25
professionalBassam Abdul-Baki24-May-07 6:25 
AnswerRe: Best Math-Lib for C++ Pin
cp987624-May-07 14:44
cp987624-May-07 14:44 
AnswerRe: Best Math-Lib for C++ Pin
ekynox29-May-07 17:05
ekynox29-May-07 17:05 
QuestionRe: Best Math-Lib for C++ Pin
Matthew Faithfull29-May-07 23:21
Matthew Faithfull29-May-07 23:21 
AnswerRe: Best Math-Lib for C++ Pin
Jeffrey Walton5-Jul-07 16:46
Jeffrey Walton5-Jul-07 16:46 
QuestionShipment cube algorithm Pin
jtower23-May-07 11:29
jtower23-May-07 11:29 
AnswerRe: Shipment cube algorithm Pin
Paul Conrad14-Jul-07 10:18
professionalPaul Conrad14-Jul-07 10:18 
QuestionFind .56 from 19.56 Pin
varshavmane21-May-07 20:05
varshavmane21-May-07 20:05 
AnswerRe: Find .56 from 19.56 Pin
Expert Coming21-May-07 20:56
Expert Coming21-May-07 20:56 
GeneralRe: Find .56 from 19.56 Pin
varshavmane22-May-07 0:06
varshavmane22-May-07 0:06 
GeneralRe: Find .56 from 19.56 Pin
CPallini22-May-07 0:23
mveCPallini22-May-07 0:23 
GeneralRe: Find .56 from 19.56 Pin
Jeffrey Walton5-Jul-07 16:48
Jeffrey Walton5-Jul-07 16:48 
AnswerRe: Find .56 from 19.56 Pin
zqueezy21-May-07 21:33
zqueezy21-May-07 21:33 

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.