亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? configure

?? 模糊聚類分析源碼。包含教學文件
??
?? 第 1 頁 / 共 5 頁
字號:
#! /bin/sh# Guess values for system-dependent variables and create Makefiles.# Generated automatically using autoconf version 2.13 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.## This configure script is free software; the Free Software Foundation# gives unlimited permission to copy, distribute and modify it.# Defaults:ac_help=ac_default_prefix=/usr/local# Any additions from configure.in:# This is from AC_HELP_STRINGlhs="--enable-debug"rhs="enable debug information during compilation, liblogtrace required"lhs_column=25rhs_column=`expr $lhs_column + 1`# Insure that the LHS begins with exactly two spaces.lhs=`echo "$lhs" | sed -n -e "s/[ ]*\(.*\)/  \1/p"`# Is the length of the LHS less than $lhs_column?if ! `echo "$lhs" | grep ".\{$lhs_column\}" > /dev/null 2>&1`; then  # Pad the LHS with spaces.  Note that padding the LHS is an  # "expensive" operation (i.e. expensive in the sense of there being  # multiple calls to `grep') only the first time AC_HELP_STRING is  # called.  Once this macro is called once, subsequent calls will be  # nice and zippy.  : ${lhs_pad=""}  while ! `echo "$lhs_pad" | grep "[ ]\{$lhs_column\}" > /dev/null 2>&1`; do    lhs_pad=" $lhs_pad"  done  lhs="${lhs}${lhs_pad}"enable_debug_help_string=`echo "$lhs" | sed -n -e "/.\{$lhs_column\}[ ][ ]*$/ s/\(.\{$rhs_column\}\).*/\1$rhs/p"`else  # Build up a string of spaces to pad the left-hand-side of the RHS  # with.  Note that padding the RHS is an "expensive" operation  # (i.e. expensive in the sense of there being multiple calls to  # `grep') only the first time AC_HELP_STRING is called.  Once this  # macro is called once, subsequent calls will be nice and zippy.  : ${rhs_pad=""}  while ! `echo "$rhs_pad" | grep "[ ]\{$rhs_column\}" > /dev/null 2>&1`; do    rhs_pad=" $rhs_pad"  done  # Strip all leading spaces from the RHS.  rhs=`echo "$rhs" | sed -n -e "s/[ ]*\(.*\)/\1/p"`enable_debug_help_string="$lhs${rhs_pad}${rhs}"fi ac_help="$ac_help$enable_debug_help_string"# This is from AC_HELP_STRINGlhs="--enable-stl=PATH"rhs="Search for STL at PATH"lhs_column=25rhs_column=`expr $lhs_column + 1`# Insure that the LHS begins with exactly two spaces.lhs=`echo "$lhs" | sed -n -e "s/[ ]*\(.*\)/  \1/p"`# Is the length of the LHS less than $lhs_column?if ! `echo "$lhs" | grep ".\{$lhs_column\}" > /dev/null 2>&1`; then  # Pad the LHS with spaces.  Note that padding the LHS is an  # "expensive" operation (i.e. expensive in the sense of there being  # multiple calls to `grep') only the first time AC_HELP_STRING is  # called.  Once this macro is called once, subsequent calls will be  # nice and zippy.  : ${lhs_pad=""}  while ! `echo "$lhs_pad" | grep "[ ]\{$lhs_column\}" > /dev/null 2>&1`; do    lhs_pad=" $lhs_pad"  done  lhs="${lhs}${lhs_pad}"enable_stl_help_string=`echo "$lhs" | sed -n -e "/.\{$lhs_column\}[ ][ ]*$/ s/\(.\{$rhs_column\}\).*/\1$rhs/p"`else  # Build up a string of spaces to pad the left-hand-side of the RHS  # with.  Note that padding the RHS is an "expensive" operation  # (i.e. expensive in the sense of there being multiple calls to  # `grep') only the first time AC_HELP_STRING is called.  Once this  # macro is called once, subsequent calls will be nice and zippy.  : ${rhs_pad=""}  while ! `echo "$rhs_pad" | grep "[ ]\{$rhs_column\}" > /dev/null 2>&1`; do    rhs_pad=" $rhs_pad"  done  # Strip all leading spaces from the RHS.  rhs=`echo "$rhs" | sed -n -e "s/[ ]*\(.*\)/\1/p"`enable_stl_help_string="$lhs${rhs_pad}${rhs}"fi ac_help="$ac_help$enable_stl_help_string"ac_help="$ac_help"ac_help="$ac_help  --with-x                use the X Window System"# This is from AC_HELP_STRINGlhs="--with-Mesa"rhs="Prefer the Mesa library over a vendors native OpenGL library (default=yes)"lhs_column=25rhs_column=`expr $lhs_column + 1`# Insure that the LHS begins with exactly two spaces.lhs=`echo "$lhs" | sed -n -e "s/[ ]*\(.*\)/  \1/p"`# Is the length of the LHS less than $lhs_column?if ! `echo "$lhs" | grep ".\{$lhs_column\}" > /dev/null 2>&1`; then  # Pad the LHS with spaces.  Note that padding the LHS is an  # "expensive" operation (i.e. expensive in the sense of there being  # multiple calls to `grep') only the first time AC_HELP_STRING is  # called.  Once this macro is called once, subsequent calls will be  # nice and zippy.  : ${lhs_pad=""}  while ! `echo "$lhs_pad" | grep "[ ]\{$lhs_column\}" > /dev/null 2>&1`; do    lhs_pad=" $lhs_pad"  done  lhs="${lhs}${lhs_pad}"with_Mesa_help_string=`echo "$lhs" | sed -n -e "/.\{$lhs_column\}[ ][ ]*$/ s/\(.\{$rhs_column\}\).*/\1$rhs/p"`else  # Build up a string of spaces to pad the left-hand-side of the RHS  # with.  Note that padding the RHS is an "expensive" operation  # (i.e. expensive in the sense of there being multiple calls to  # `grep') only the first time AC_HELP_STRING is called.  Once this  # macro is called once, subsequent calls will be nice and zippy.  : ${rhs_pad=""}  while ! `echo "$rhs_pad" | grep "[ ]\{$rhs_column\}" > /dev/null 2>&1`; do    rhs_pad=" $rhs_pad"  done  # Strip all leading spaces from the RHS.  rhs=`echo "$rhs" | sed -n -e "s/[ ]*\(.*\)/\1/p"`with_Mesa_help_string="$lhs${rhs_pad}${rhs}"fi ac_help="$ac_help$with_Mesa_help_string"# Initialize some variables set by options.# The variables have the same names as the options, with# dashes changed to underlines.build=NONEcache_file=./config.cacheexec_prefix=NONEhost=NONEno_create=nonopt=NONEno_recursion=prefix=NONEprogram_prefix=NONEprogram_suffix=NONEprogram_transform_name=s,x,x,silent=site=srcdir=target=NONEverbose=x_includes=NONEx_libraries=NONEbindir='${exec_prefix}/bin'sbindir='${exec_prefix}/sbin'libexecdir='${exec_prefix}/libexec'datadir='${prefix}/share'sysconfdir='${prefix}/etc'sharedstatedir='${prefix}/com'localstatedir='${prefix}/var'libdir='${exec_prefix}/lib'includedir='${prefix}/include'oldincludedir='/usr/include'infodir='${prefix}/info'mandir='${prefix}/man'# Initialize some other variables.subdirs=MFLAGS= MAKEFLAGS=SHELL=${CONFIG_SHELL-/bin/sh}# Maximum number of lines to put in a shell here document.ac_max_here_lines=12ac_prev=for ac_optiondo  # If the previous option needs an argument, assign it.  if test -n "$ac_prev"; then    eval "$ac_prev=\$ac_option"    ac_prev=    continue  fi  case "$ac_option" in  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;  *) ac_optarg= ;;  esac  # Accept the important Cygnus configure options, so we can diagnose typos.  case "$ac_option" in  -bindir | --bindir | --bindi | --bind | --bin | --bi)    ac_prev=bindir ;;  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)    bindir="$ac_optarg" ;;  -build | --build | --buil | --bui | --bu)    ac_prev=build ;;  -build=* | --build=* | --buil=* | --bui=* | --bu=*)    build="$ac_optarg" ;;  -cache-file | --cache-file | --cache-fil | --cache-fi \  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)    ac_prev=cache_file ;;  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)    cache_file="$ac_optarg" ;;  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)    ac_prev=datadir ;;  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \  | --da=*)    datadir="$ac_optarg" ;;  -disable-* | --disable-*)    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`    # Reject names that are not valid shell variable names.    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }    fi    ac_feature=`echo $ac_feature| sed 's/-/_/g'`    eval "enable_${ac_feature}=no" ;;  -enable-* | --enable-*)    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`    # Reject names that are not valid shell variable names.    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }    fi    ac_feature=`echo $ac_feature| sed 's/-/_/g'`    case "$ac_option" in      *=*) ;;      *) ac_optarg=yes ;;    esac    eval "enable_${ac_feature}='$ac_optarg'" ;;  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \  | --exec | --exe | --ex)    ac_prev=exec_prefix ;;  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \  | --exec=* | --exe=* | --ex=*)    exec_prefix="$ac_optarg" ;;  -gas | --gas | --ga | --g)    # Obsolete; use --with-gas.    with_gas=yes ;;  -help | --help | --hel | --he)    # Omit some internal or obsolete options to make the list less imposing.    # This message is too long to be a string in the A/UX 3.1 sh.    cat << EOFUsage: configure [options] [host]Options: [defaults in brackets after descriptions]Configuration:  --cache-file=FILE       cache test results in FILE  --help                  print this message  --no-create             do not create output files  --quiet, --silent       do not print \`checking...' messages  --version               print the version of autoconf that created configureDirectory and file names:  --prefix=PREFIX         install architecture-independent files in PREFIX                          [$ac_default_prefix]  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX                          [same as prefix]  --bindir=DIR            user executables in DIR [EPREFIX/bin]  --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]  --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]  --datadir=DIR           read-only architecture-independent data in DIR                          [PREFIX/share]  --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]  --sharedstatedir=DIR    modifiable architecture-independent data in DIR                          [PREFIX/com]  --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]  --libdir=DIR            object code libraries in DIR [EPREFIX/lib]  --includedir=DIR        C header files in DIR [PREFIX/include]  --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]  --infodir=DIR           info documentation in DIR [PREFIX/info]  --mandir=DIR            man documentation in DIR [PREFIX/man]  --srcdir=DIR            find the sources in DIR [configure dir or ..]  --program-prefix=PREFIX prepend PREFIX to installed program names  --program-suffix=SUFFIX append SUFFIX to installed program names  --program-transform-name=PROGRAM                          run sed PROGRAM on installed program namesEOF    cat << EOFHost type:  --build=BUILD           configure for building on BUILD [BUILD=HOST]  --host=HOST             configure for HOST [guessed]  --target=TARGET         configure for TARGET [TARGET=HOST]Features and packages:  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)  --x-includes=DIR        X include files are in DIR  --x-libraries=DIR       X library files are in DIREOF    if test -n "$ac_help"; then      echo "--enable and --with options recognized:$ac_help"    fi    exit 0 ;;  -host | --host | --hos | --ho)    ac_prev=host ;;  -host=* | --host=* | --hos=* | --ho=*)    host="$ac_optarg" ;;  -includedir | --includedir | --includedi | --included | --include \  | --includ | --inclu | --incl | --inc)    ac_prev=includedir ;;  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \  | --includ=* | --inclu=* | --incl=* | --inc=*)    includedir="$ac_optarg" ;;  -infodir | --infodir | --infodi | --infod | --info | --inf)    ac_prev=infodir ;;  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)    infodir="$ac_optarg" ;;  -libdir | --libdir | --libdi | --libd)    ac_prev=libdir ;;  -libdir=* | --libdir=* | --libdi=* | --libd=*)    libdir="$ac_optarg" ;;  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \  | --libexe | --libex | --libe)    ac_prev=libexecdir ;;  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \  | --libexe=* | --libex=* | --libe=*)    libexecdir="$ac_optarg" ;;  -localstatedir | --localstatedir | --localstatedi | --localstated \  | --localstate | --localstat | --localsta | --localst \  | --locals | --local | --loca | --loc | --lo)    ac_prev=localstatedir ;;  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \  | --localstate=* | --localstat=* | --localsta=* | --localst=* \  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)    localstatedir="$ac_optarg" ;;  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)    ac_prev=mandir ;;  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)    mandir="$ac_optarg" ;;  -nfp | --nfp | --nf)    # Obsolete; use --without-fp.    with_fp=no ;;  -no-create | --no-create | --no-creat | --no-crea | --no-cre \  | --no-cr | --no-c)    no_create=yes ;;  -no-recursion | --no-recursion | --no-recursio | --no-recursi \  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)    no_recursion=yes ;;  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \  | --oldin | --oldi | --old | --ol | --o)    ac_prev=oldincludedir ;;  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)    oldincludedir="$ac_optarg" ;;  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)    ac_prev=prefix ;;  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)    prefix="$ac_optarg" ;;  -program-prefix | --program-prefix | --program-prefi | --program-pref \  | --program-pre | --program-pr | --program-p)    ac_prev=program_prefix ;;  -program-prefix=* | --program-prefix=* | --program-prefi=* \  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)    program_prefix="$ac_optarg" ;;  -program-suffix | --program-suffix | --program-suffi | --program-suff \  | --program-suf | --program-su | --program-s)    ac_prev=program_suffix ;;  -program-suffix=* | --program-suffix=* | --program-suffi=* \  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)    program_suffix="$ac_optarg" ;;

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日韩欧美中文字幕一区| 欧美激情一区二区三区不卡 | 亚洲激情校园春色| 午夜av电影一区| 成人美女视频在线观看| 91麻豆精品91久久久久久清纯| 国产亚洲欧美一级| 亚洲gay无套男同| av中文字幕不卡| 亚洲精品在线免费播放| 亚洲18女电影在线观看| 成人av在线资源网站| 欧美精品一区二区高清在线观看| 亚洲免费在线看| 国产不卡视频一区二区三区| 欧美精品亚洲二区| 亚洲日本在线a| 国产传媒久久文化传媒| 日韩欧美视频一区| 亚洲国产日韩在线一区模特| 不卡大黄网站免费看| 精品国产乱码久久久久久1区2区| 亚洲自拍偷拍综合| eeuss鲁一区二区三区| 久久亚洲一级片| 男女男精品视频| 欧美性xxxxx极品少妇| 亚洲色图欧美偷拍| 99精品偷自拍| 国产精品成人网| 国产99久久久久久免费看农村| 欧美一级黄色录像| 五月激情综合色| 欧美伊人精品成人久久综合97| 国产精品入口麻豆九色| 国产一区二区三区香蕉| 欧美一卡二卡三卡| 看片网站欧美日韩| 日韩久久久久久| 久久99精品久久久久久| 91精品国产91久久久久久一区二区 | 日韩视频一区在线观看| 日韩1区2区日韩1区2区| 欧美精品一卡两卡| 久久成人久久爱| 久久只精品国产| 国产成人av一区二区三区在线| 久久这里只有精品首页| 国产精品亚洲午夜一区二区三区| 国产欧美一区二区在线观看| 国产成人精品一区二区三区四区 | 亚洲一二三专区| 欧美日本韩国一区二区三区视频 | 亚洲美女精品一区| 91黄色免费观看| 午夜影院久久久| 91精品国产品国语在线不卡| 久久成人免费网| 中文字幕乱码一区二区免费| 99精品视频中文字幕| 亚洲永久精品大片| 日韩免费看的电影| 国产成人福利片| 亚洲一区二区偷拍精品| 欧美一区二区三区色| 国产精品伊人色| 亚洲日本一区二区| 777精品伊人久久久久大香线蕉| 激情偷乱视频一区二区三区| 国产女人aaa级久久久级| 色哟哟一区二区在线观看| 丝袜诱惑亚洲看片| 国产日产精品一区| 色婷婷香蕉在线一区二区| 青青草国产精品97视觉盛宴 | 国产成人在线视频网站| 亚洲一区二区三区自拍| 2020国产精品久久精品美国| 色哟哟一区二区在线观看| 精品中文av资源站在线观看| 综合激情成人伊人| 久久只精品国产| 欧美色图12p| 高清免费成人av| 亚洲高清免费视频| 国产女主播在线一区二区| 欧美日韩精品欧美日韩精品| 国产激情一区二区三区桃花岛亚洲| 一区二区三区久久| 国产婷婷一区二区| 亚洲午夜羞羞片| 久久精品亚洲国产奇米99 | 成人激情免费电影网址| 美日韩黄色大片| 亚洲人成网站精品片在线观看| 精品久久久久久最新网址| 91成人国产精品| www.亚洲免费av| 国产精品亚洲成人| 老汉av免费一区二区三区| 亚洲1区2区3区4区| 一区二区理论电影在线观看| 国产精品初高中害羞小美女文| 久久久欧美精品sm网站| 日韩一卡二卡三卡四卡| 欧美日韩一区二区不卡| 99re免费视频精品全部| 国产成人自拍网| 国产一区二区三区国产| 精品亚洲欧美一区| 蜜桃一区二区三区在线观看| 亚洲图片欧美一区| 亚洲成av人综合在线观看| 亚洲欧洲精品一区二区精品久久久| 国产亚洲va综合人人澡精品| 久久久三级国产网站| 久久久久久麻豆| 国产视频一区二区在线| 国产喂奶挤奶一区二区三区| 久久久久青草大香线综合精品| 欧美成人a∨高清免费观看| 欧美一卡二卡三卡| 日韩一区二区精品葵司在线| 日韩色在线观看| 日韩欧美国产综合| 91精品国产黑色紧身裤美女| 制服丝袜在线91| 欧美电影精品一区二区| 精品久久久久久久久久久久包黑料 | 欧美亚洲国产一区二区三区va| 日本精品视频一区二区| 91福利视频网站| 欧美日韩精品二区第二页| 欧美人成免费网站| 日韩精品在线一区二区| 久久久久国色av免费看影院| 国产三级精品三级| 国产精品女同一区二区三区| 亚洲免费在线视频一区 二区| 亚洲欧美福利一区二区| 偷拍一区二区三区四区| 色88888久久久久久影院按摩| 在线免费精品视频| 91精品国产综合久久精品 | 欧美bbbbb| 国产激情一区二区三区四区| 99精品久久99久久久久| 欧美老女人在线| 久久精品视频在线看| 亚洲视频每日更新| 日本欧美在线看| 成人精品视频.| 欧美久久高跟鞋激| 国产亚洲精品资源在线26u| 亚洲欧美日韩国产成人精品影院| 五月天一区二区| 国产盗摄精品一区二区三区在线 | 亚洲欧美影音先锋| 日韩av一区二区在线影视| 国精品**一区二区三区在线蜜桃| 一本色道久久综合亚洲91| 日韩一区二区在线观看视频播放| 欧美国产日韩一二三区| 日韩精品1区2区3区| 成人免费看黄yyy456| 777奇米四色成人影色区| 国产精品伦一区二区三级视频| 午夜精品一区二区三区电影天堂| 国产成人欧美日韩在线电影| 91精品国产一区二区三区蜜臀| 国产精品久久久久久久久久免费看 | 亚洲国产日产av| 国产1区2区3区精品美女| 欧美精品在线一区二区三区| 国产精品久久国产精麻豆99网站 | 欧美成人综合网站| 亚洲一区二区四区蜜桃| 成a人片国产精品| 久久久久久久综合| 日韩黄色在线观看| 欧美又粗又大又爽| 国产精品高潮呻吟久久| 国产一区二区三区香蕉| 91精品国产综合久久精品app | 欧美伊人久久大香线蕉综合69| 国产农村妇女毛片精品久久麻豆| 日韩精品亚洲专区| 欧美亚洲日本一区| 亚洲精品成人在线| 99久久国产综合色|国产精品| 久久综合久久综合久久| 看电视剧不卡顿的网站| 欧美日韩一区二区三区四区五区| 日韩理论片网站| av成人老司机| 亚洲欧洲av另类| 91网站黄www| 最新中文字幕一区二区三区| 99久久精品费精品国产一区二区| 中文字幕二三区不卡|