前の画面〕 〔クリックポイント〕 〔最新の一覧〕 〔全て読んだことにする〕〔全て読んだことにして終了〕 〔終了

1342 re(2):複数のgnuplot
2006/6/16(金)18:37 - 松岡 - koukou.mol.nagoya-u.ac.jp - 770 hit(s)

引用する
現在のパスワード


system でやるには
startを使って
#include<stdio.h>
#include<stdlib.h>

int main(void)
{
system("start wgnuplot -persist setting.plt");
system("start wgnuplot -persist setting.plt");

return 0;
}
とやれば
で2つ起動します。
上のようにやれば2つ開けますが同じ位置に描画ウィンドウが
重なるので拙ページ
http://www.nuce.nagoya-u.ac.jp/e8/Matsuoka/gnuplot_memo.html

 05/09/08  04/12/27
の記事を見てください。
ページの例はバッチファイルですが,Cにも応用できると思います。


〔ツリー構成〕

【1340】 複数のgnuplot 2006/6/16(金)13:42 y (327)
┣【1341】 re(1):複数のgnuplot 2006/6/16(金)16:48 竹の (610)
┣【1342】 re(2):複数のgnuplot 2006/6/16(金)18:37 松岡 (469)
┣【1345】 re(3):複数のgnuplot 2006/6/16(金)21:17 竹の (146)
┣【1346】 re(4):複数のgnuplot 2006/6/17(土)14:54 松岡 (798)
┣【1343】 re(2):複数のgnuplot 2006/6/16(金)20:48 松岡 (130)
┣【1344】 re(3):複数のgnuplot 2006/6/16(金)21:07 y (76)

前の画面〕 〔クリックポイント〕 〔最新の一覧〕 〔全て読んだことにする〕〔全て読んだことにして終了〕 〔終了

※ 『クリックポイント』とは一覧上から読み始めた地点を指し、ツリー上の記事を巡回しても、その位置に戻ることができます.