代码搜索:Frame
找到约 10,000 项符合「Frame」的源代码
代码结果 10,000
www.eeworm.com/read/475888/1379842
java frame.java
/*
* @(#)Frame.java 1.23 06/10/10
*
* Copyright 1990-2008 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER
*
* This program is free s
www.eeworm.com/read/474814/1390504
h frame.h
// $Header$
#ifndef frame_h
#define frame_h
#include "Glish/Object.h"
class Value;
class Frame : public GlishObject {
public:
Frame( int frame_size, Value* param_info );
~Frame();
Value*&
www.eeworm.com/read/474814/1390550
cc frame.cc
// $Header$
#include
#include "Glish/Value.h"
#include "Frame.h"
#include "Reporter.h"
Frame::Frame( int frame_size, Value* param_info )
{
size = frame_size;
missing = param_info ? pa
www.eeworm.com/read/474062/1396045
c frame.c
/*
(c) Copyright 2001-2007 The DirectFB Organization (directfb.org)
(c) Copyright 2000-2004 Convergence (integrated media) GmbH
All rights reserved.
Written by Denis Oliver Kropp