代码搜索:image processing
找到约 10,000 项符合「image processing」的源代码
代码结果 10,000
www.eeworm.com/read/372951/9485591
cpp image.cpp
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the contents of this file. If this class is regenerated by
// Microsoft Visual C++, your m
www.eeworm.com/read/176439/9498633
c image.c
/*画图函数的代码*/
#include "image.h"
/*位图填充*/
void fill_image(PixImage * image, Color32 color, int x, int y, int w, int h)
{
if (w == 0)
w = image->width - x;
if (h == 0)
h = image
www.eeworm.com/read/176439/9498636
h image.h
#ifndef __IMAGE_H
#define __IMAGE_H
typedef unsigned short Color16;
typedef unsigned long Color32;
typedef unsigned char pixel_t;
typedef struct {
pixel_t * buf;
int pixelbytes;
int rowby
www.eeworm.com/read/176342/9502642
h image.h
#ifndef __IMAGE_H_
#define __IMAGE_H_
/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
www.eeworm.com/read/176342/9502644
c image.c
#include "image.h"
/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
/* Some of the cod
www.eeworm.com/read/176304/9506857
asp image.asp
插入图片URL
TD {
FONT-SIZE: 9pt
}
BODY {
FONT-SIZE: 9pt
}
INPUT{
FONT-SIZE: 9pt
www.eeworm.com/read/372507/9507118
cpp image.cpp
// label image components
#include
#include "lqueue.h"
#include "make2db.h"
class Position {
friend void InputImage();
friend void OutputImage();
friend void Label();
www.eeworm.com/read/176301/9507918
gif image.gif
www.eeworm.com/read/176300/9508708
gif image.gif
www.eeworm.com/read/372148/9519308
h image.h
/*
Copyright (C) 2006 GUI Developers
All rights reserved.
Website: www.ecurb2006.com
Info: sales@ecurb2006.com
*/
#ifndef _GUI_efIMAGE_H
#define _GUI_efIMAGE_H
#define IMAGE_TYPE_BMP 1