代码搜索:frames
找到约 9,514 项符合「frames」的源代码
代码结果 9,514
www.eeworm.com/read/16069/644939
h eth.h
/*!
* \file eth.h
* \brief Definitinos for Ethernet Frames
* \version $Revision: 1.1 $
* \author Michael Norman
*/
#ifndef _ETH_H
#define _ETH_H
/*b06862*/
#include "common.h"
www.eeworm.com/read/25701/949308
h eth.h
/*!
* \file eth.h
* \brief Definitinos for Ethernet Frames
* \version $Revision: 1.1 $
* \author Michael Norman
*/
#ifndef _ETH_H
#define _ETH_H
/*b06862*/
#include "common.h"
www.eeworm.com/read/27164/980182
h eth.h
/*!
* \file eth.h
* \brief Definitinos for Ethernet Frames
* \version $Revision: 1.1 $
* \author Michael Norman
*/
#ifndef _ETH_H
#define _ETH_H
/*b06862*/
#include "common.h"
www.eeworm.com/read/490508/1198123
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/461213/1553886
m icbwrite.m
function icbwrite(filename, A)
% ICBWRITE(FILENAME, A)
%
% Writes the image cube A to FILENAME as a QccPack ICB-format
% file. A should be an array of size
% num_frames x num_rows x num_cols
%
% Not
www.eeworm.com/read/242331/4554555
txt 13-7.txt
Colored Frames
function setcolor(w) {
// Generate a random color.
var r = (Math.random() * 256).toString(16);
var g = (Math.random() * 256).toString(16);
www.eeworm.com/read/192230/5159467
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