📄 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 + -