Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~949 People Reached
About Me

Lectural B in faculty of Engineering Menofia University Egypt

PC Specs
Fujitsu Siemens laptop
Favorite Forums
Favorite Tags
c++ x 16
Member Avatar for adel_elrefaey

i recieve error message when execute my code note my code has now errors when build the solution i work on laptop with windows xp sp2 and vc++ 2008 error message misa.exe - Unable To Locate Component x This application has failed to start because MSVCR90D.dll was not found. Re-installing …

Member Avatar for adel_elrefaey
0
114
Member Avatar for adel_elrefaey

why he put this symble ( p-> ) before each variable? what is it means [code=cplusplus] p->fx[0] = (-p->x[0]*p->x[0]+p->x[1]); //-x1*x1+x2 /*function 2*/ p->fx[1] = (p->x[0]/(double)2.0 + p->x[1] + 1); for (i=0; i<NumFun; i++) if (MINMAX[i]==0) //minimiza p->fx[i]=-1*p->fx[i]; evaluaciones++; } /*Put here the contraints*/ void restricciones(individuo *p) { p->factible=1; //first constraint …

Member Avatar for mvmalderen
0
129
Member Avatar for adel_elrefaey

#include <time.h> // double RAND_MAX = 4294967296.0; //2147483647; // void aleatorio(); void warmup_random(double); void advance_random(); int flip(double); double randomperc(); double aleatorios_0_1(); long rnd(long, long); double Rseed; /* Random numbers seed */ double oldrand[55]; /* Array of 55 random numbers */ int jrand; /* current random number */ /* Initialize random …

Member Avatar for adel_elrefaey
0
706