@brief Find out where a command lives in your PATH. @param pname Name of the program to look for. @return pointer to statically allocated character string. This is the C equivalent to the 'which' ...
@brief Find out where a command lives in your PATH. @param pname Name of the program to look for. @return pointer to statically allocated character string. This is the C equivalent to the 'which' ...
プログラミングなんかをやったときの付き物といえばグラフ作成でしょう。 おおよその人はExcelでパパっと作っていると思いますが、データを出力したファイルがダットファイル(.dat)だったり、そもそものデータがボリューミーだとExcelでは物足りないと ...
Linux向けのソフトGnuplotのwindows版を使ってグラフを作る方法を適当に書きます。 詳しくないのでとりあえずグラフをかける程度です。 2-1 あるデータについてグラフを描きたいとき まずテキストファイルを「デスクトップに」作ってデータを打ち込みます ...