User profile: kunleUC

User info
User name:kunleUC
History
Joined:
Number of posts:5
Latest posts:

How to write a general code for time complexity of a program
Hey, Can someone help me with a general code for a program time complexity;I need a function to calc...

Run-Time Check Failure #2 - Stack around the variable 'Lmk' was corrupted.
Yes I am sorry, I only copied the main code. And secondly there is an image on my desktop tha6t has...

Run-Time Check Failure #2 - Stack around the variable 'Lmk' was corrupted.
int main (int argc, char **argv) { // int i,m; double v1[kmax],v2[kmax],Ng,Lk[kmax],Hmax,Lmk[N],...

Method for fractal dimension
Having issues with displaying the output results.just showing blank at the console output screen.Can...

Higuchi method for fractal dimension
double lreg(int k, double v1[], double v2[]){ double x,y,cn=0.0,sumx=0.0,sumy=0.0,sumxy=0.0,sumx...