代码搜索:frames
找到约 9,514 项符合「frames」的源代码
代码结果 9,514
www.eeworm.com/read/117181/6110574
c restore.c
/* Test GDB's ability to restore saved registers from stack frames
when using the `return' command.
Jim Blandy --- December 1998 */
#include
/* This is the Emacs Li
www.eeworm.com/read/109128/6176139
jsp success.jsp
function myReload()
{
parent.window.frames[0].document.locati
www.eeworm.com/read/109128/6176305
jsp nomenuerror.jsp
function myReload()
{
parent.window.frames[0].document.locati
www.eeworm.com/read/100127/6274192
py sendcd.py
# Read CD audio data from the SCSI CD player and send it as UDP
# packets to "recvcd.py" on another host.
#
# Usage: python sendcd.py [options] host [track | minutes seconds [frames]]
#
# Options:
# "
www.eeworm.com/read/479202/6690195
java bullet.java
import javax.microedition.lcdui.Image;
import javax.microedition.lcdui.game.Sprite;
public class Bullet extends Sprite
{
protected static final int RAW_FRAMES=1;
protected int xPos;
www.eeworm.com/read/261734/11626025
m myfunc_read_cif.m
function [Y] = myfunc_read_cif(nFrame,in_file_name)
%
% This function reads CIF,SIF,QCIF 4:2:0 video files and
% shows the Y component (luminance)
% nFrame: number of frames to be read from the
www.eeworm.com/read/233188/14164662
cpp fsprite.cpp
#include
#include "FControl.h"
#include "FSprite.h"
#include "FDisplay.h"
void FlashTagSprite::Add(FlashSpriteEnabled *tag)
{
tags.push_back(tag);
if(tag->isFrame()) frames++;