代码搜索:Frame
找到约 10,000 项符合「Frame」的源代码
代码结果 10,000
www.eeworm.com/read/374207/9415967
java frame.java
/*
Marv the Miner for Nokia Series 30, 40 and 60 and for selected MIDP 1.0 supported phones
Copyright (C) 2003-2004 Digital Entertainment Europe AS (http://www.digiment.no)
This prog
www.eeworm.com/read/374207/9416023
java frame.java
public class Frame
{
int x;
int y;
int w; // full size
int h;
int fw; // one frame size
int fh;
int index; // image index
static int x1,y1,x2,y2;
static int cnt;
boole
www.eeworm.com/read/176439/9498634
h frame.h
#ifndef __FRAME_H
#define __FRAME_H
extern RussiaBlock * russia_block;
void clock_frame(Mtime time);
void game_start(RussiaBlock * rb);
void recv_player_data(RussiaBlock * rb);
void send_player_data
www.eeworm.com/read/176439/9498638
c frame.c
#include "stdio.h"
#include "block.h"
RussiaBlock * russia_block = NULL;
static void add_match(RussiaBlock * rb)
{
RBOPS * rb_ops = rb->rb_ops;
if (rb_ops->add_match)
rb_ops->add_m
www.eeworm.com/read/175483/9545592
h frame.h
/*
* libid3tag - ID3 tag manipulation library
* Copyright (C) 2000-2001 Robert Leslie
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Gene