代码搜索:image processing
找到约 10,000 项符合「image processing」的源代码
代码结果 10,000
www.eeworm.com/read/161429/10413756
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/161189/10439785
png image.png
www.eeworm.com/read/161144/10445109
gif image.gif
www.eeworm.com/read/279234/10453926
gif image.gif
www.eeworm.com/read/353086/10472204
gif image.gif
www.eeworm.com/read/353053/10475418
gif image.gif
www.eeworm.com/read/279032/10477057
js image.js
function layerRef1(FrameNumber) {
var imageid = 1;
var imagemax = getCookie("Max");
for(imageid = 1; imageid < imagemax ; imageid++)
{
if (navigator.appName == 'Netscape') {
if (parent.fra
www.eeworm.com/read/278961/10485597
png image.png
www.eeworm.com/read/160841/10486554
class image.class
www.eeworm.com/read/160841/10487391