Click here to Skip to main content
15,919,613 members
Home / Discussions / Algorithms
   

Algorithms

 
AnswerRe: looking for a source code... Pin
good_buttercup27-Sep-06 21:22
good_buttercup27-Sep-06 21:22 
Questionbayesian belief network algorithm Pin
good_buttercup27-Sep-06 18:29
good_buttercup27-Sep-06 18:29 
QuestionEnglish Word Tense Pin
chinajuanbob22-Sep-06 23:15
chinajuanbob22-Sep-06 23:15 
AnswerRe: English Word Tense Pin
Dan Neely25-Sep-06 2:21
Dan Neely25-Sep-06 2:21 
GeneralExtended Midy's Theorem Pin
Bassam Abdul-Baki21-Sep-06 8:52
professionalBassam Abdul-Baki21-Sep-06 8:52 
GeneralRe: Extended Midy's Theorem Pin
Link20061-Oct-06 23:48
Link20061-Oct-06 23:48 
GeneralRe: Extended Midy's Theorem Pin
Shawn Poulson13-Oct-06 7:40
Shawn Poulson13-Oct-06 7:40 
QuestionSimple path finding algorithm Pin
f*** YOU20-Sep-06 19:13
f*** YOU20-Sep-06 19:13 
Im having a problem with a A* path finding algorithm I made. Its able to find the path but it will rarely make diagonal moves when it should.

Strart
X
X
X X X End

I think I got the math right, its the algorithm that isnt working right. Iv googled around and found some good articals but most fail to explain how to impliment it. Some come with source code but is too complex and bloated for me to grasp. Im close to giving up on using the internet to help solve my problem.

static int Sqrt(int x) { if (x<0) throw new ArgumentOutOfRangeException(); int temp, y=0, b=0x8000, bshft=15, v=x; do { if (v>=(temp=(y<<1)+b<<bshft--)) {="" y+="b;" v-="temp;" }="" while="" ((b="">>=1)>0); return y; OMG | :OMG:

AnswerRe: Simple path finding algorithm Pin
Cedric Moonen21-Sep-06 2:40
Cedric Moonen21-Sep-06 2:40 
AnswerRe: Simple path finding algorithm Pin
Dan Neely21-Sep-06 4:11
Dan Neely21-Sep-06 4:11 
AnswerRe: Simple path finding algorithm Pin
El Corazon21-Sep-06 6:47
El Corazon21-Sep-06 6:47 
GeneralRe: Simple path finding algorithm Pin
f*** YOU21-Sep-06 12:54
f*** YOU21-Sep-06 12:54 
GeneralRe: Simple path finding algorithm Pin
El Corazon22-Sep-06 11:01
El Corazon22-Sep-06 11:01 
GeneralRe: Simple path finding algorithm Pin
f*** YOU22-Sep-06 12:51
f*** YOU22-Sep-06 12:51 
GeneralRe: Simple path finding algorithm Pin
El Corazon22-Sep-06 14:32
El Corazon22-Sep-06 14:32 
GeneralRe: Simple path finding algorithm Pin
f*** YOU22-Sep-06 16:11
f*** YOU22-Sep-06 16:11 
QuestionPoint on Bezier Curve Pin
PremalathaP19-Sep-06 18:49
PremalathaP19-Sep-06 18:49 
AnswerRe: Point on Bezier Curve Pin
Reagan Conservative20-Sep-06 9:28
Reagan Conservative20-Sep-06 9:28 
AnswerRe: Point on Bezier Curve Pin
Link20061-Oct-06 22:09
Link20061-Oct-06 22:09 
AnswerRe: Point on Bezier Curve Pin
frakier14-Oct-06 14:31
frakier14-Oct-06 14:31 
QuestionMore Math Jokes Pin
Bassam Abdul-Baki19-Sep-06 8:15
professionalBassam Abdul-Baki19-Sep-06 8:15 
AnswerRe: More Math Jokes Pin
Arun.Immanuel3-May-07 4:25
Arun.Immanuel3-May-07 4:25 
GeneralRe: More Math Jokes Pin
Bassam Abdul-Baki3-May-07 4:29
professionalBassam Abdul-Baki3-May-07 4:29 
QuestionFitting triangles in squares Pin
Wjousts19-Sep-06 4:24
Wjousts19-Sep-06 4:24 
AnswerHyper-geometry Pin
Wjousts19-Sep-06 8:02
Wjousts19-Sep-06 8:02 

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.