?? bld.brfdump
字號:
#!/bin/csh# modify the environment variable settings below to reference the # installed locations of the HDF include and lib files and the # HDF-EOS include and lib files, or comment them out if these# environment variables are already defined in your sessionsetenv HDFINC /fs1/HDF4.1r5/irix_64/includesetenv HDFLIB /fs1/HDF4.1r5/irix_64/libsetenv HDFEOS_INC /fs1/HDFEOS_2.8.1/includesetenv HDFEOS_LIB /fs1/HDFEOS_2.8.1/lib/sgi64f90 -64 -col80 -o brfdump brfdump.f \ -I$HDFINC \ -I$HDFEOS_INC \ -L$HDFEOS_LIB -lhdfeos -lGctp \ -L$HDFLIB -lmfhdf -ldf -ljpeg -lz
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -