SalimMeghani
Primary tabs
My stories
An Introduction to Intelligence (Part 2).
An Introduction to Intelligence (Part 2). By Salim Shahbudeen Meghani. In our lives objects play a fundamental part in our interactions, both with...
- Read more about An Introduction to Intelligence (Part 2).
- Log in to post comments
- 280 reads
An Introduction to Intelligence (Part 1).
An Introduction to Intelligence (Part 1). By Salim Shahbudeen Meghani Life is so varied; where inputs differ, processes differ and outputs differ...
- Read more about An Introduction to Intelligence (Part 1).
- Log in to post comments
- 292 reads
rowwiserepl()
void rowwiserepl(HWND hWnd, int repstrx, int repstry, int rependx, int rependy, int repfrmx, int repfrmy, int y, char *nwdll,char *dcell) { int gloop...
- Read more about rowwiserepl()
- Log in to post comments
- 284 reads
columnwiserepl()
void columnwiserepl(HWND hWnd, int repstrx, int repstry, int rependx, int rependy, int repfrmx, int repfrmy, int y, char *nwdll,char *dcell) { int...
- Read more about columnwiserepl()
- Log in to post comments
- 278 reads
eval_form().
double eval_form(int *error, char *form) { double answer =0, no1=0, no2=0; int loop=0, nega=0, opvalid=0, place=0; c=0; s=0; while(form[c]!='%') {...
- Read more about eval_form().
- Log in to post comments
- 398 reads