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

Algorithms

 
GeneralRe: generate unrepeated serials [modified] Pin
cp98761-Apr-07 21:13
cp98761-Apr-07 21:13 
GeneralRe: generate unrepeated serials Pin
Nathan Addy2-Apr-07 8:58
Nathan Addy2-Apr-07 8:58 
GeneralRe: generate unrepeated serials Pin
cp98762-Apr-07 15:38
cp98762-Apr-07 15:38 
Questionhelp me Pin
phowarso28-Mar-07 4:38
phowarso28-Mar-07 4:38 
AnswerRe: help me Pin
Newbie0028-Mar-07 5:34
Newbie0028-Mar-07 5:34 
GeneralRe: help me Pin
phowarso28-Mar-07 5:56
phowarso28-Mar-07 5:56 
GeneralRe: help me Pin
phowarso28-Mar-07 5:56
phowarso28-Mar-07 5:56 
AnswerRe: help me Pin
cp987628-Mar-07 17:19
cp987628-Mar-07 17:19 
I don't have any significant VB experience, but there are lots of examples of this sort of thing in C++. If you are stuck, look at Stroustrup's book "The C++ Programming Language" where he shows how to do basically what you want to do in C++. Parsing the expression is the key, and the simple solutions often use a technique called recursive descent, so you could try to find articles with keywords "recursive descent" and "visual basic".


Update: I just googled on these terms and the first hit was:
http://www.codeproject.com/vb/net/math_expression_evaluator.asp[^]


Peter

"Until the invention of the computer, the machine gun was the device that enabled humans to make the most mistakes in the smallest amount of time."

QuestionChess genetic algorithm Pin
blashey25-Mar-07 4:01
blashey25-Mar-07 4:01 
AnswerRe: Chess genetic algorithm Pin
Paul Conrad14-Jul-07 10:20
professionalPaul Conrad14-Jul-07 10:20 
QuestionRough Set Algorithm Pin
kkadir24-Mar-07 14:05
kkadir24-Mar-07 14:05 
AnswerRe: Rough Set Algorithm Pin
Paul Conrad21-Jul-07 18:06
professionalPaul Conrad21-Jul-07 18:06 
QuestionCube and Rectangle Intersection Pin
jk chan23-Mar-07 3:03
jk chan23-Mar-07 3:03 
AnswerRe: Cube and Rectangle Intersection Pin
Dan Neely23-Mar-07 3:20
Dan Neely23-Mar-07 3:20 
QuestionMath research team maps E8! Pin
73Zeppelin19-Mar-07 20:09
73Zeppelin19-Mar-07 20:09 
AnswerRe: Math research team maps E8! Pin
Maximilien20-Mar-07 3:17
Maximilien20-Mar-07 3:17 
JokeRe: Math research team maps E8! Pin
Dan Neely20-Mar-07 5:33
Dan Neely20-Mar-07 5:33 
GeneralRe: Math research team maps E8! Pin
DavidNohejl20-Mar-07 6:48
DavidNohejl20-Mar-07 6:48 
GeneralRe: Math research team maps E8! Pin
El Corazon20-Mar-07 7:10
El Corazon20-Mar-07 7:10 
GeneralRe: Math research team maps E8! Pin
Russell Jones21-Mar-07 22:44
Russell Jones21-Mar-07 22:44 
QuestionBioinformatic algorithms Pin
bufugus17-Mar-07 23:50
bufugus17-Mar-07 23:50 
AnswerRe: Bioinformatic algorithms Pin
MikeMarq20-Mar-07 7:39
MikeMarq20-Mar-07 7:39 
GeneralRe: Bioinformatic algorithms Pin
DavidNohejl20-Mar-07 22:59
DavidNohejl20-Mar-07 22:59 
GeneralRe: Bioinformatic algorithms Pin
MikeMarq21-Mar-07 5:41
MikeMarq21-Mar-07 5:41 
GeneralRe: Bioinformatic algorithms Pin
Nathan Addy29-Mar-07 21:23
Nathan Addy29-Mar-07 21:23 

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.