谁能知道这是什么语言编写的?大概什么意思?

来源:百度知道 编辑:UC知道 时间:2024/06/05 02:43:03
#!/bin/sh

run() {
echo "Exicuting command: $@"
$@ || { echo Command failed: $@; echo; exit 1; }
}

WAVELET="ebgmdata/GaborMaskWiskott.wavelet"
EBGM_SFI_DIR="data/FERET/images/processed/gaborSep2002sfi/"
EBGM_PGM_DIR="data/ebgmJan2003pgm"
MODEL_GRAPH_DIR="ebgmdata/graph122902"
BUNCH_LIST="imagelists/rand122902_70.list"
NOVEL_IMAGE_LIST="imagelists/list640.srt"

EXP_NAME="localizationconfig"

# NOVEL_GRAPH_DIR="data/${EXP_NAME}/GD"
# FACE_GRAPH_DIR="data/${EXP_NAME}/FG"
# PHASE2_DIR="distances/${EXP_NAME}/Phase02"
# GEO1_DIR="distances/${EXP_NAME}/GEO1"
# GEO2_DIR="distances/${EXP_NAME}/GEO2"

for DE in DEPredictiveStep DEPredictiveIter DEFixedLocalSearch DENarrowingLocalSearch
do

NOVEL_GRAPH_DIR="data/${EXP_NAME}/GD_$

#!/bin/sh ,看到这个就知道是LINUX了,找找linux Shell编程这本书,看看就知道了。

这应该是linux下的 shell 脚本!

类似于windows下的.bat的批处理指令!

晕,是电脑批处理文件,是电脑自身编译系统编写的!

批处理而已

这是C语言,是什么意思我也不清楚