Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 686 Bytes

File metadata and controls

16 lines (11 loc) · 686 Bytes

Async-processing-program

A short async program, which calculates the size of Hilbert's Curve.

How can I make Hilbert's Curve?

Program calculates only HTML files in "Async Prog/files" folder. There is Hilbert.exe there. You can run it (cmd mode):

hilbert [steps] [direction] [file]

[steps] - can be in interval from 0 to 12 (because of long time of runtime);
[direction] - can be -u, -d, -l, -r (up, down, left and right);
[file] - just a name of file asfile.html

For example: hilbert 8 -u file1.html

How can I open program?

You need QT Framework for this. You can compile it in QT Creator or MVS with QT Framework extension.