代码搜索结果
找到约 10,000 项符合
Image 的代码
image.cpp
//这里是"image.h"的实现函数定义
#include "stdafx.h"
#include
#include
#include
#include "image.h"
#include
FloatImage::FloatImage()
{
lp_data = NULL;
lp_A
image.h
#ifndef _IMAGE_H
#define _IMAGE_H
#define DIB_HEADER_MARKER ((WORD)('M'
image.c
#include
#define WIDTH 80
#define HEIGHT 80
/* Global declarations */
unsigned in_buffer[WIDTH*HEIGHT]; /* processing data buffers */
unsigned out_buffer[WIDTH*HEIGHT];
/*
image.h
#ifndef __IMAGE_H
#define __IMAGE_H
#define BUFSIZE 0x0139
struct bmpheader {
int width;
int height;
int offset;
};
#endif /* __IMAGE_H */
image.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="F:\Program Files\ti\myprojects\image\"
ProjectType=Executable
CPUFamily=TMS320C54XX
image.cmd
/*
* Copyright 2001 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*