代码搜索:frames

找到约 9,514 项符合「frames」的源代码

代码结果 9,514
www.eeworm.com/read/141279/5774151

h ballprediction.h

#ifndef BALL_PREDICTION_H #define BALL_PREDICTION_H #include "../Common/VisionObject.h" #define MAX_FRAMES 8 struct BallInfo { double x; double y; }; class BallPrediction {
www.eeworm.com/read/136812/5860288

makefile

# @(#)Makefile 1.1 92/07/30 SMI DESTDIR = OWNER = bin INSTALL = install -o $(OWNER) INSDIR = $(DESTDIR)/usr/demo/SUNVIEW/SRCS/DATA MAKEFILE= Makefile README = README FILES = $(FRAMES) $(GPDATA) $(M
www.eeworm.com/read/117181/6110804

c basics.c

/* * This simple program that passes different types of arguments * on function calls. Useful to test printing frames, stepping, etc. */ int callee4 (void) { int A=1; int B=2; int C;
www.eeworm.com/read/482107/6627735

htm topicadmin_getip.htm

{template header} $member[useip] $member[iplocation]
www.eeworm.com/read/345593/11807369

pas unit1.pas

{: Early mesh subdivision refinement demo. Yes, it's slow, the edge data construction is not optimized, and the MD2 format isn't really suited for refinement (that's approx 200 frames we
www.eeworm.com/read/233188/14164741

h fsprite.h

#ifndef FSPRITE_H_FILE #define FSPRITE_H_FILE #include "FBase.h" class FlashTagSprite : public FlashIDEnabled, public FlashTag { DEFINE_RW_INTERFACE public: FlashTagSprite() : frames(0) {}
www.eeworm.com/read/119790/14821336

js common.js

// common js code for network //Clear inherited frames if (parent != self) { top.location=self.document.location; } //random number for dc //var ord = Math.round(Math.random() * 1000
www.eeworm.com/read/218499/14917714

cpp enc.cpp

// mpeg2dll.cpp : Defines the initialization routines for the DLL. // #include "global.h" #include "globalenc.h" extern LPBYTE lpHead; /* format of input frames */ #define FILE_MODE
www.eeworm.com/read/484125/1271604

js setfocus.js

/* 作用:使MainFrame始终获得焦点 */ document.onkeydown=keyDown; function keyDown() { // alert(typeof(parent.frames['MainFrame'])); if ((event.ctrlKey)||(event.altKey)||(event.keyCode==46))
www.eeworm.com/read/484125/1271647

js setfocus.js

/* 作用:使MainFrame始终获得焦点 */ document.onkeydown=keyDown; function keyDown() { // alert(typeof(parent.frames['MainFrame'])); if ((event.ctrlKey)||(event.altKey)||(event.keyCode==46))