CrewDirector Posted April 26, 2012 Report Share Posted April 26, 2012 não entendi esse algoritmo de força bruta.alguém ajuda ae?ou tem algum metodo implementado? #define EOS '' void BF(char *x, int m, char *y, int n) { char *yb; /* Searching */ for (yb = y; *y != EOS; ++y) if (memcmp(x, y, m) == 0) OUTPUT(y - yb); } Quote Link to comment Share on other sites More sharing options...
0 CrewDirector Posted April 26, 2012 Author Report Share Posted April 26, 2012 UP Help me Quote Link to comment Share on other sites More sharing options...
Question
CrewDirector
não entendi esse algoritmo de força bruta.
alguém ajuda ae?
ou tem algum metodo implementado?
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.