#include #include #include #include #include #define Nrunmax 1 #define T 1000 //This program produces the adjacency matrices of the Dorogovtsev et al model //with aging of the nodes for different values of alpha using the format read by cytoscape int *k; float Norm,alpha; int Choose(int it){ int j,i2; float x; x=Norm*drand48(); for(i2=0;i2