Programming のバックアップ(No.46) - アールメカブ

アールメカブ


Programming のバックアップ(No.46)


プログラミングの備忘録

旧メモを移植の予定

_ ライブラリについて

_ ライブラリについて2

ここに良い参考ページがある

_ コーパス系

_ 文字コード

_ Unix 系

_ Java 系

ライブラリパスを指定する際.例えば /lib/rJava/jri 下に libjri.so があるばあい. java -Djava.library.path=.:/lib/rJava/jri rtest のようにカレントをしっかりセットすること.

_ C言語系

  • strtokとmap
  • stringとchar
  • extern http://osdir.com/ml/gnu.mingw.user/2002/msg03869.html

    "__declspec(dllimport)" and "extern __declspec(dllexport)" both imply a declaration, but that "__declspec(dllimport)" causes the linker to look for the __imp symbol in an import library, while "extern __declspec(dllexport)" declares a function that must be defined in the program's source (no __imp prefix).

設定されている環境変数を表示するには、printenvコマンドを

_ Perl 系

_ Windows 系