You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
2 months ago | |
|---|---|---|
| compare | 2 months ago | |
| convergence | 2 months ago | |
| .gitignore | 2 months ago | |
| README.md | 2 months ago | |
| a.txt | 2 months ago | |
| check.dat | 2 months ago | |
| generation.plt | 2 months ago | |
| output.dat | 2 months ago | |
| tsp.c | 2 months ago | |
| tsp.h | 2 months ago | |
| tsp_jikken.c | 2 months ago | |
| tsp_private.c | 2 months ago | |
| tsp_private.h | 2 months ago | |
| tsp_public.c | 2 months ago | |
| tsp_public.h | 2 months ago | |
| 出力ファイル一覧.md | 2 months ago | |
README.md
gcc -Wall -lm tsp_jikken.c tsp_private.c tsp_public.c tsp.c -o tsp ; .\tsp check.dat > output.dat ; gnuplot generation.plt
gcc -Wall -lm tsp_jikken.c tsp_private.c tsp_public.c tsp.c -o tsp ; .\tsp check.dat > em2.22.dat