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.
 
 
 
KoyoNoguchi 1ac1b2ea1f 比較実験用データを作成 4 months ago
.gitignore 比較実験用データを作成 4 months ago
Makefile.txt first commit 4 months ago
README.md 比較実験用データを作成 4 months ago
check.dat first commit 4 months ago
compile.bat first commit 4 months ago
eGeneGeneX.dat 比較実験用データを作成 4 months ago
eGeneGeneY.dat 比較実験用データを作成 4 months ago
eGeneGeneZ.dat 比較実験用データを作成 4 months ago
elete1.dat first commit 4 months ago
elete1.pdf first commit 4 months ago
elete1s.dat first commit 4 months ago
elete1s.pdf first commit 4 months ago
elete2.dat first commit 4 months ago
elete2.pdf first commit 4 months ago
em0.01.dat first commit 4 months ago
em0.05.dat first commit 4 months ago
em0.20.dat first commit 4 months ago
em0.50.dat first commit 4 months ago
es2.dat 比較実験用データを作成 4 months ago
es5.dat 比較実験用データを作成 4 months ago
es10.dat 比較実験用データを作成 4 months ago
es20.dat 比較実験用データを作成 4 months ago
generation.plt first commit 4 months ago
only_mutation1.dat first commit 4 months ago
only_mutation1.pdf first commit 4 months ago
output.dat 比較実験用データを作成 4 months ago
tGeneGeneX.dat 比較実験用データを作成 4 months ago
tGeneGeneY.dat 比較実験用データを作成 4 months ago
tGeneGeneZ.dat 比較実験用データを作成 4 months ago
tm0.01.dat first commit 4 months ago
tm0.05.dat first commit 4 months ago
tm0.20.dat first commit 4 months ago
tm0.50.dat first commit 4 months ago
tour1.dat first commit 4 months ago
tour1.pdf first commit 4 months ago
tour2.dat first commit 4 months ago
tour2.pdf first commit 4 months ago
ts2.dat 比較実験用データを作成 4 months ago
ts5.dat 比較実験用データを作成 4 months ago
ts10.dat 比較実験用データを作成 4 months ago
ts20.dat 比較実験用データを作成 4 months ago
tsp.c first commit 4 months ago
tsp.h 比較実験用データを作成 4 months ago
tsp_jikken.c 比較実験用データを作成 4 months ago
tsp_private.c first commit 4 months ago
tsp_private.h first commit 4 months ago
tsp_public.c first commit 4 months ago
tsp_public.h first commit 4 months ago
出力ファイル一覧.md 比較実験用データを作成 4 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