www.pudn.com > hilbert.zip > hilbert.cpp


#include 
 
const int n=20; 
 
void main() 
{ 
	int i,j,k; 
	double a[n][n],b[n],deta; 
	for(i=0;i