代码搜索:View
找到约 10,000 项符合「View」的源代码
代码结果 10,000
www.eeworm.com/read/184772/9077805
test view.test
# 2002 February 26
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for you
www.eeworm.com/read/184721/9083482
asp view.asp
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|10 Apr 2005 14:02:02 -0000
vti_extenderversion:SR|4.0.2.8912
vti_cacheddtm:TX|10 Apr 2005 14:02:02 -0000
vti_filesize:IR|3896
vti_cachedlinkinfo:VX
www.eeworm.com/read/282090/9120796
h view.h
typedef struct
{
int x, y;
int w, h;
int redraws; // clear to 0 when need update
vec3_t color;
vec3_t origin;
vec3_t angles;
vec3_t forward, right, up;
int draw_filter
www.eeworm.com/read/380778/9128267
h view.h
#if !defined view_h
#define view_h
#include "canvas.h"
class Fft;
class SampleIter;
class Painter;
class View
{
public:
View ();
void Paint (HWND hwnd, Painter & disp);
privat
www.eeworm.com/read/183969/9128466
dll view.dll
www.eeworm.com/read/380631/9138127
gif view.gif
www.eeworm.com/read/183326/9169918
c view.c
/*
* view.c -- a silly little viewer program
*
* written by Eric S. Raymond December 1994
* to test the scrolling code in ncurses.
*
* modified by Thomas Dickey