代码搜索结果
找到约 10,000 项符合
Image 的代码
image.h
unsigned char code image_yes[] =
{
/*-- 调入了一幅图像:19-18 --*/
/*-- 宽度x高度=240x128 --*/
0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
0xFF,0xFF,0xFF,0xFF,0xFF
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
image.cpp
// Image.cpp: implementation of the CImage class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "RayTrace.h"
#include "Image.h"
#ifde
image.h
// Image.h: interface for the CImage class.
//
// 说明:
// 功能: 纹理图像类,派生于CTexture类
// 获取指定位图,作为绘制图像的表面纹理
// 创建时间: 2004.5
// 作者: 悦鑫 0004170140
// 目的: 南京理工大学毕业设计 基于光线跟踪算法的场景绘制研究
// 参考书目
image.cpp
// Image.cpp: implementation of the CImg class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "disparity 200712.h"
#include "Img.h"
#