代码搜索结果

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

image.rc

//Microsoft eMbedded Visual C++ generated resource script. // #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS ////////////////////////////////////////////////////////////////////////////

image.cpp

// Image.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "Image.h" #include "MainFrm.h" #include "ImageDoc.h" #include "ImageView.h" #ifdef _DEBUG

image.vcw

Microsoft eMbedded Visual Tools Workspace File, Format Version 4.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ##########################################################################

image.h

// Image.h : main header file for the IMAGE application // #if !defined(AFX_IMAGE_H__6BA81473_7CB9_4F42_9CE1_02F10725D17A__INCLUDED_) #define AFX_IMAGE_H__6BA81473_7CB9_4F42_9CE1_02F10725D17A__IN

image.vcp

# Microsoft eMbedded Visual Tools Project File - Name="Image" - Package Owner= # Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02 # ** DO NOT EDIT ** # TARGTYPE "Win32

image.vcc

; VCC file contains information for the MFC ClassWizard [General Info] Version=1 LastClass=CImageView LastTemplate=CDialog NewFileInclude1=#include "stdafx.h" NewFileInclude2=#include "Image.h

image.c

#include #include #include "image.h" #include "fft-spectra.h" color_t *get_color(char *string) { color_t *color = malloc(sizeof(color_t)); unsigned int r,g,b; sscanf

image.h

#ifndef __IMAGE_H__ #define __IMAGE_H__ #include typedef struct { int width; int height; guchar *data; } image_t; typedef struct { guchar r; guchar g; guchar b; }