Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
readme | 2014-05-07 | 577 Bytes | |
DataDensity.zip | 2014-05-07 | 12.4 MB | |
datadensityplotv1.0.tar.gz | 2013-10-26 | 180.4 kB | |
datadensitysource.zip | 2013-04-08 | 41.7 kB | |
Totals: 4 Items | 12.6 MB | 0 |
datadensityplotv1.0.tar.gz GUI version for Linux. Built with the Baby X toolkit. Compile with gcc *.c -lX11 -lm DataDensity.zip - Windows source. datadensitysource.zip - commandline version The source is all portable ANSI C. To compile, simply unzip the folder and run gcc *.c if on a Unix-type system. On Windows you'll have to set up a project if using the Microsoft compilers. The GUI programs are written in BabyX. Excpet for a trivial change to main(), all the user code is the same for both Windows and Linux versions. The Baby X files are different.