代码搜索结果

找到约 10,000 项符合 Image 的代码

image.c

#include "image.h" #define Point(x,y) lpPoints[(x)+(y)*nWidth] #define Point1(x,y) lpPoints1[(x)+(y)*nWidth] #define qvga(y,x) p_qvga[(y)*320+(x)] #define qvga_r(y,x) qvga_r[(y)*320+(x)] #def

image.h

/*图片点阵(128*64)*/ char Image1[] = { 0x7F,0xFE,0x07,0xFF,0xE0,0x01,0xFF,0xF8,0x1F,0xFF,0x80,0x07,0xFF,0xE0,0x7F,0xFE, 0xBF,0xFD,0x0B,0xFF,0xD0,0x02,0xFF,0xF4,0x2F,0xFF,0x40,0x0B,0xFF,0xD0,0xBF,0x

image.h

/********************************************************************** * Software Copyright Licensing Disclaimer * * This software module was originally developed by contributors to the * cou

image.c

/********************************************************************** * Software Copyright Licensing Disclaimer * * This software module was originally developed by contributors to the * cou

image.h

/********************************************************************** * Software Copyright Licensing Disclaimer * * This software module was originally developed by contributors to the * cou

image.c

/********************************************************************** * Software Copyright Licensing Disclaimer * * This software module was originally developed by contributors to the * cou

image.js

var imgMaxWidth=600; var imgMaxHeight=450; function imgLoad(obj) { // setTimeout("resizeImage(this)", 2000); obj.resized=0; if(obj.width>imgMaxWidth) { obj.width=imgMaxWidth; obj.res