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

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

?? configure

?? DigitalImageProcessing_base_on_Matlab 基于Matlab的數字圖像處理
??
?? 第 1 頁 / 共 4 頁
字號:
EOF
eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
ac_err=`grep -v '^ *+' conftest.out`
if test -z "$ac_err"; then
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=yes"
else
  echo "$ac_err" >&5
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=no"
fi
rm -f conftest*
fi
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  echo "$ac_t""yes" 1>&6
  cat >> confdefs.h <<\EOF
#define NEED_SYS_TYPES_H 
EOF

cat > conftest.$ac_ext <<EOF
#line 888 "configure"
#include "confdefs.h"
#include <sys/types.h>
EOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  egrep "size_t" >/dev/null 2>&1; then
  rm -rf conftest*
  ijg_size_t_ok="size_t is in sys/types.h"
else
  rm -rf conftest*
  ijg_size_t_ok=no
fi
rm -f conftest*

else
  echo "$ac_t""no" 1>&6
ijg_size_t_ok=no
fi

echo "$ac_t""$ijg_size_t_ok" 1>&6
if test "$ijg_size_t_ok" = no; then
  echo Type size_t is not defined in any of the usual places.
  echo Try putting '"typedef unsigned int size_t;"' in jconfig.h.
fi
fi
echo $ac_n "checking for type unsigned char""... $ac_c" 1>&6
cat > conftest.$ac_ext <<EOF
#line 915 "configure"
#include "confdefs.h"

int main() { return 0; }
int t() {
 unsigned char un_char; 
; return 0; }
EOF
if eval $ac_compile; then
  rm -rf conftest*
  echo "$ac_t""yes" 1>&6
cat >> confdefs.h <<\EOF
#define HAVE_UNSIGNED_CHAR 
EOF

else
  rm -rf conftest*
  echo "$ac_t""no" 1>&6
fi
rm -f conftest*
echo $ac_n "checking for type unsigned short""... $ac_c" 1>&6
cat > conftest.$ac_ext <<EOF
#line 937 "configure"
#include "confdefs.h"

int main() { return 0; }
int t() {
 unsigned short un_short; 
; return 0; }
EOF
if eval $ac_compile; then
  rm -rf conftest*
  echo "$ac_t""yes" 1>&6
cat >> confdefs.h <<\EOF
#define HAVE_UNSIGNED_SHORT 
EOF

else
  rm -rf conftest*
  echo "$ac_t""no" 1>&6
fi
rm -f conftest*
echo $ac_n "checking for type void""... $ac_c" 1>&6
cat > conftest.$ac_ext <<EOF
#line 959 "configure"
#include "confdefs.h"

/* Caution: a C++ compiler will insist on valid prototypes */
typedef void * void_ptr;	/* check void * */
#ifdef HAVE_PROTOTYPES		/* check ptr to function returning void */
typedef void (*void_func) (int a, int b);
#else
typedef void (*void_func) ();
#endif

#ifdef HAVE_PROTOTYPES		/* check void function result */
void test3function (void_ptr arg1, void_func arg2)
#else
void test3function (arg1, arg2)
     void_ptr arg1;
     void_func arg2;
#endif
{
  char * locptr = (char *) arg1; /* check casting to and from void * */
  arg1 = (void *) locptr;
  (*arg2) (1, 2);		/* check call of fcn returning void */
}

int main() { return 0; }
int t() {
 
; return 0; }
EOF
if eval $ac_compile; then
  rm -rf conftest*
  echo "$ac_t""yes" 1>&6
else
  rm -rf conftest*
  echo "$ac_t""no" 1>&6
cat >> confdefs.h <<\EOF
#define void char
EOF

fi
rm -f conftest*
echo $ac_n "checking for working const""... $ac_c" 1>&6
if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
#line 1005 "configure"
#include "confdefs.h"

int main() { return 0; }
int t() {

/* Ultrix mips cc rejects this.  */
typedef int charset[2]; const charset x;
/* SunOS 4.1.1 cc rejects this.  */
char const *const *ccp;
char **p;
/* NEC SVR4.0.2 mips cc rejects this.  */
struct point {int x, y;};
static struct point const zero = {0,0};
/* AIX XL C 1.02.0.0 rejects this.
   It does not let you subtract one const X* pointer from another in an arm
   of an if-expression whose if-part is not a constant expression */
const char *g = "string";
ccp = &g + (g ? g-g : 0);
/* HPUX 7.0 cc rejects these. */
++ccp;
p = (char**) ccp;
ccp = (char const *const *) p;
{ /* SCO 3.2v4 cc rejects this.  */
  char *t;
  char const *s = 0 ? (char *) 0 : (char const *) 0;

  *t++ = 0;
}
{ /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
  int x[] = {25, 17};
  const int *foo = &x[0];
  ++foo;
}
{ /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
  typedef const int *iptr;
  iptr p = 0;
  ++p;
}
{ /* AIX XL C 1.02.0.0 rejects this saying
     "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
  struct s { int j; const int *ap[3]; };
  struct s *b; b->j = 5;
}
{ /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
  const int foo = 10;
}

; return 0; }
EOF
if eval $ac_compile; then
  rm -rf conftest*
  ac_cv_c_const=yes
else
  rm -rf conftest*
  ac_cv_c_const=no
fi
rm -f conftest*

fi

echo "$ac_t""$ac_cv_c_const" 1>&6
if test $ac_cv_c_const = no; then
  cat >> confdefs.h <<\EOF
#define const 
EOF

fi

echo $ac_n "checking for inline""... $ac_c" 1>&6
ijg_cv_inline=""
cat > conftest.$ac_ext <<EOF
#line 1077 "configure"
#include "confdefs.h"

int main() { return 0; }
int t() {
} inline int foo() { return 0; }
int bar() { return foo();
; return 0; }
EOF
if eval $ac_compile; then
  rm -rf conftest*
  ijg_cv_inline="inline"
else
  rm -rf conftest*
  cat > conftest.$ac_ext <<EOF
#line 1092 "configure"
#include "confdefs.h"

int main() { return 0; }
int t() {
} __inline__ int foo() { return 0; }
int bar() { return foo();
; return 0; }
EOF
if eval $ac_compile; then
  rm -rf conftest*
  ijg_cv_inline="__inline__"
else
  rm -rf conftest*
  cat > conftest.$ac_ext <<EOF
#line 1107 "configure"
#include "confdefs.h"

int main() { return 0; }
int t() {
} __inline int foo() { return 0; }
int bar() { return foo();
; return 0; }
EOF
if eval $ac_compile; then
  rm -rf conftest*
  ijg_cv_inline="__inline"
fi
rm -f conftest*

fi
rm -f conftest*

fi
rm -f conftest*
echo "$ac_t""$ijg_cv_inline" 1>&6
cat >> confdefs.h <<EOF
#define INLINE $ijg_cv_inline
EOF
echo $ac_n "checking for broken incomplete types""... $ac_c" 1>&6
cat > conftest.$ac_ext <<EOF
#line 1133 "configure"
#include "confdefs.h"
 typedef struct undefined_structure * undef_struct_ptr; 
int main() { return 0; }
int t() {

; return 0; }
EOF
if eval $ac_compile; then
  rm -rf conftest*
  echo "$ac_t""ok" 1>&6
else
  rm -rf conftest*
  echo "$ac_t""broken" 1>&6
cat >> confdefs.h <<\EOF
#define INCOMPLETE_TYPES_BROKEN 
EOF

fi
rm -f conftest*
echo $ac_n "checking for short external names""... $ac_c" 1>&6
cat > conftest.$ac_ext <<EOF
#line 1155 "configure"
#include "confdefs.h"

int possibly_duplicate_function () { return 0; }
int possibly_dupli_function () { return 1; }

int main() { return 0; }
int t() {
 
; return 0; }
EOF
if eval $ac_link; then
  rm -rf conftest*
  echo "$ac_t""ok" 1>&6
else
  rm -rf conftest*
  echo "$ac_t""short" 1>&6
cat >> confdefs.h <<\EOF
#define NEED_SHORT_EXTERNAL_NAMES 
EOF

fi
rm -f conftest*

echo $ac_n "checking to see if char is signed""... $ac_c" 1>&6
if test "$cross_compiling" = yes; then
  echo Assuming that char is signed on target machine.
echo If it is unsigned, this will be a little bit inefficient.

else
cat > conftest.$ac_ext <<EOF
#line 1186 "configure"
#include "confdefs.h"

#ifdef HAVE_PROTOTYPES
int is_char_signed (int arg)
#else
int is_char_signed (arg)
     int arg;
#endif
{
  if (arg == 189) {		/* expected result for unsigned char */
    return 0;			/* type char is unsigned */
  }
  else if (arg != -67) {	/* expected result for signed char */
    printf("Hmm, it seems 'char' is not eight bits wide on your machine.\n");
    printf("I fear the JPEG software will not work at all.\n\n");
  }
  return 1;			/* assume char is signed otherwise */
}
char signed_char_check = (char) (-67);
main() {
  exit(is_char_signed((int) signed_char_check));
}
EOF
eval $ac_link
if test -s conftest && (./conftest; exit) 2>/dev/null; then
  echo "$ac_t""no" 1>&6
cat >> confdefs.h <<\EOF
#define CHAR_IS_UNSIGNED 
EOF

else
  echo "$ac_t""yes" 1>&6
fi
fi
rm -fr conftest*
echo $ac_n "checking to see if right shift is signed""... $ac_c" 1>&6
if test "$cross_compiling" = yes; then
  echo "$ac_t""Assuming that right shift is signed on target machine." 1>&6
else
cat > conftest.$ac_ext <<EOF
#line 1227 "configure"
#include "confdefs.h"

#ifdef HAVE_PROTOTYPES
int is_shifting_signed (long arg)
#else
int is_shifting_signed (arg)
     long arg;
#endif
/* See whether right-shift on a long is signed or not. */
{
  long res = arg >> 4;

  if (res == -0x7F7E80CL) {	/* expected result for signed shift */
    return 1;			/* right shift is signed */
  }
  /* see if unsigned-shift hack will fix it. */
  /* we can't just test exact value since it depends on width of long... */
  res |= (~0L) << (32-4);
  if (res == -0x7F7E80CL) {	/* expected result now? */
    return 0;			/* right shift is unsigned */
  }
  printf("Right shift isn't acting as I expect it to.\n");
  printf("I fear the JPEG software will not work at all.\n\n");
  return 0;			/* try it with unsigned anyway */
}
main() {
  exit(is_shifting_signed(-0x7F7E80B1L));
}
EOF
eval $ac_link
if test -s conftest && (./conftest; exit) 2>/dev/null; then
  echo "$ac_t""no" 1>&6
cat >> confdefs.h <<\EOF
#define RIGHT_SHIFT_IS_UNSIGNED 
EOF

else
  echo "$ac_t""yes" 1>&6
fi
fi
rm -fr conftest*
echo $ac_n "checking to see if fopen accepts b spec""... $ac_c" 1>&6
if test "$cross_compiling" = yes; then
  echo "$ac_t""Assuming that it does." 1>&6
else
cat > conftest.$ac_ext <<EOF
#line 1274 "configure"
#include "confdefs.h"

#include <stdio.h>
main() {
  if (fopen("conftestdata", "wb") != NULL)
    exit(0);
  exit(1);
}
EOF
eval $ac_link
if test -s conftest && (./conftest; exit) 2>/dev/null; then
  echo "$ac_t""yes" 1>&6
else
  echo "$ac_t""no" 1>&6
cat >> confdefs.h <<\EOF
#define DONT_USE_B_MODE 
EOF

fi
fi
rm -fr conftest*

# Find a good install program.  We prefer a C program (faster),
# so one script is as good as another.  But avoid the broken or
# incompatible versions:
# SysV /etc/install, /usr/sbin/install

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日本中文字幕不卡| 一区二区三区在线视频免费| 看片网站欧美日韩| 精品国产免费久久| 国产不卡免费视频| 亚洲丝袜精品丝袜在线| 欧美曰成人黄网| 日韩精品午夜视频| 国产日韩欧美亚洲| 色综合一个色综合亚洲| 性做久久久久久久久| 久久这里都是精品| 色综合中文综合网| 国产中文一区二区三区| 久久久久国产精品人| 9i看片成人免费高清| 日韩专区欧美专区| 久久久精品免费网站| 色屁屁一区二区| 日本sm残虐另类| 中文字幕在线不卡一区| 欧美伦理影视网| 成人看片黄a免费看在线| 亚洲成人黄色影院| 国产欧美一区二区三区网站| 色女孩综合影院| 国产最新精品精品你懂的| 亚洲蜜臀av乱码久久精品| 精品久久人人做人人爽| 97se亚洲国产综合自在线不卡 | 中文文精品字幕一区二区| 色综合天天综合给合国产| 毛片基地黄久久久久久天堂| 日韩美女啊v在线免费观看| 日韩精品中午字幕| 91成人网在线| 国产高清精品网站| 婷婷久久综合九色综合绿巨人| 国产午夜三级一区二区三| 欧美色视频一区| 97久久超碰国产精品| 韩国毛片一区二区三区| 午夜成人免费电影| 亚洲视频你懂的| 国产亚洲精品超碰| 91精品国产品国语在线不卡| 972aa.com艺术欧美| 国产美女视频一区| 青青草精品视频| 亚洲综合在线五月| 国产精品三级电影| 欧美精品一区二区在线播放| 欧美日本在线一区| 欧洲一区二区三区在线| 99国产精品久久久久久久久久| 国产精品资源网站| 久久国产免费看| 日本vs亚洲vs韩国一区三区二区| 一区二区三区鲁丝不卡| 中文字幕一区二区视频| 亚洲国产激情av| 久久久久久久电影| 2023国产一二三区日本精品2022| 欧美一级高清片在线观看| 欧美色手机在线观看| 欧美唯美清纯偷拍| 色久综合一二码| 色老综合老女人久久久| 91成人免费网站| 欧美私模裸体表演在线观看| 色八戒一区二区三区| www.亚洲激情.com| 91亚洲男人天堂| 色综合久久久久网| 一本大道久久a久久精品综合| 99视频在线精品| 色狠狠色狠狠综合| 欧美日韩中文精品| 日韩一区二区三区av| 精品久久久久久无| 久久亚洲精华国产精华液| 久久综合久色欧美综合狠狠| 国产日韩欧美精品综合| 国产欧美中文在线| 亚洲欧洲av色图| 一区二区三区国产| 日日噜噜夜夜狠狠视频欧美人| 日本视频在线一区| 韩国中文字幕2020精品| 成人午夜激情影院| 91久久线看在观草草青青| 欧美日韩综合一区| 日韩欧美第一区| 国产免费久久精品| 亚洲欧美色图小说| 午夜激情久久久| 国产乱码精品一区二区三区忘忧草 | 日韩女优电影在线观看| 欧美精品一区二| 国产精品理伦片| 五月天国产精品| 国产在线视频精品一区| jvid福利写真一区二区三区| 欧美专区在线观看一区| 欧美成人猛片aaaaaaa| 国产精品免费丝袜| 午夜国产不卡在线观看视频| 国产精品一级二级三级| 欧美色图天堂网| 久久精品一区八戒影视| 亚洲在线视频一区| 激情综合一区二区三区| 色综合久久久久综合体| 精品国产三级电影在线观看| 亚洲日本欧美天堂| 精品一区二区影视| 日本韩国欧美在线| 亚洲精品一区二区三区在线观看| 亚洲图片另类小说| 美女视频一区二区三区| 91农村精品一区二区在线| 日韩片之四级片| 亚洲精品免费在线播放| 国产在线视频一区二区三区| 欧美性大战久久久| 亚洲国产精品激情在线观看| 日韩av电影一区| 91视频在线观看免费| 久久午夜羞羞影院免费观看| 亚洲国产一二三| 不卡一区二区在线| 精品国产亚洲在线| 亚洲成人第一页| 色先锋久久av资源部| 久久精品欧美一区二区三区不卡| 天天色图综合网| 91影院在线免费观看| 国产日韩欧美精品电影三级在线| 麻豆精品在线播放| 欧美日韩亚洲综合在线| 亚洲欧美日韩一区二区三区在线观看| 精品一二线国产| 91麻豆精品国产91久久久 | 北条麻妃一区二区三区| 久久老女人爱爱| 捆绑调教美女网站视频一区| 欧美日韩在线综合| 一区二区三区中文字幕| 成人激情免费视频| 国产亚洲欧洲一区高清在线观看| 免费精品视频最新在线| 欧美日韩一区精品| 一区二区三区**美女毛片| 99热在这里有精品免费| 欧美高清在线一区二区| 国产福利91精品一区二区三区| 精品国产一区二区国模嫣然| 蜜臀久久99精品久久久画质超高清| 欧美午夜精品一区二区蜜桃| 亚洲国产成人高清精品| 在线观看视频一区二区| 亚洲综合视频在线观看| 欧美性猛交xxxxxx富婆| 亚洲精品视频免费观看| 91免费精品国自产拍在线不卡| 国产精品不卡在线| 91小视频免费观看| 亚洲综合丁香婷婷六月香| 欧美视频在线一区二区三区 | 最新不卡av在线| 99精品视频一区| 亚洲精品国产品国语在线app| 97se亚洲国产综合自在线| 亚洲天堂av一区| 色噜噜夜夜夜综合网| 亚洲va欧美va人人爽午夜| 欧美一区二区三区在线观看视频| 日韩成人免费电影| 精品乱人伦一区二区三区| 国产91精品在线观看| 国产精品成人免费在线| 欧美色中文字幕| 久久精品国产成人一区二区三区| 国产午夜精品久久| 色综合久久久久综合| 日韩中文字幕麻豆| 久久影音资源网| 91丨九色丨黑人外教| 亚洲一区影音先锋| 日韩亚洲欧美一区| 国产福利一区二区三区视频在线| ㊣最新国产の精品bt伙计久久| 欧美自拍丝袜亚洲| 久久不见久久见免费视频1 | 伊人性伊人情综合网| 欧美精品色一区二区三区| 精品在线你懂的| 中文字幕亚洲综合久久菠萝蜜| 在线观看日韩高清av| 九九视频精品免费|