代码搜索:Image
找到约 10,000 项符合「Image」的源代码
代码结果 10,000
www.eeworm.com/read/102813/15758256
gif image.gif
www.eeworm.com/read/102813/15758305
gif image.gif
www.eeworm.com/read/102391/15784511
hh image.hh
// ==================================================================
// Filename: Nimage.h
//
// Date: 01/11/95
// Author: Neil Sumpter
// (adpated from D.M.Sergeant)
// Desc
www.eeworm.com/read/102391/15784520
cc image.cc
/*************************************************************************
* image.cc - bitmap image class Nimage with processing functions
* originally by Neil Sumpter and others at U.Le
www.eeworm.com/read/102322/15786707
gif image.gif
www.eeworm.com/read/102077/15793395
c image.c
#define AVE_DEL_YUV // turn U&V to (U+V) , (U-V)
/** works dandy; it visually works at compactifying magnitudes : U & V are very similar
* also compactifies noise into the third band
* needs m
www.eeworm.com/read/102077/15793399
h image.h
#ifndef IMAGE_H
#define IMAGE_H
typedef struct _image {
int width,height,planes;
int plane_size,tot_size,plane_bytes,tot_bytes;
int ***data;
/** data[plane][y][x] **/
/** data[plane][0
www.eeworm.com/read/102057/15793581
aspx image.aspx
void SubmitBtn_Click(Object sender, EventArgs e) {
Image1.ImageUrl="" + DropDown1.SelectedItem.Value;
Image1.Alt