代码搜索:effect
找到约 4,591 项符合「effect」的源代码
代码结果 4,591
www.eeworm.com/read/393936/8254451
dpr effect.dpr
program Effect;
uses
Forms,
SHOW in 'SHOW.PAS' {Form1};
{$R *.RES}
begin
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
www.eeworm.com/read/368930/9671982
h effect.h
#include "head.h"
/*头文件、常量定义*/
#define N 40
#define WW 640
#define HH 480
#define wait delay(60000);delay(60000)
void effectWindow1(int color)/*水平百叶窗*/
{
int i,j;
setcolor(color);
f
www.eeworm.com/read/368444/9695597
jpg effect.jpg
www.eeworm.com/read/368234/9704424
doc effect.doc
www.eeworm.com/read/171367/9759538
c effect.c
/******************************************************************
* SEAL 2.0 *
* Copyright (c) 1999-2002 SEAL Developers. All Rights Reserve
www.eeworm.com/read/171367/9759966
bmp effect.bmp
www.eeworm.com/read/269573/11091580
cpp effect.cpp
#include
#include "maplay.h"
#include "helper.h"
#include "effect.h"
#include
short Clip16(int s)
{
int nRet = s;
if (nRet > 32767)
nRet = 32767;
else if (nRet <
www.eeworm.com/read/269573/11091599
h effect.h
#ifndef __EFFECT_H__
#define __EFFECT_H__
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
///////////////////////////////////////////////////////////////
class CSurroundEffect
www.eeworm.com/read/414898/11096385