代码搜索:Frame
找到约 10,000 项符合「Frame」的源代码
代码结果 10,000
www.eeworm.com/read/188508/8533933
css frame.css
/* Photo Border for All Pages Except the Albums Page */
.photo-frame .topx-- {
background-image: url(Images/frame-topx--.gif);
background-repeat: no-repeat;
width: auto;
height: 4px;
ver
www.eeworm.com/read/188508/8534035
css frame.css
/* Photo Border for All Pages Except the Albums Page */
.photo-frame .topx-- {
background-image: url(Images/frame-topx--.gif);
background-repeat: no-repeat;
width: auto;
height: 4px;
ver
www.eeworm.com/read/289457/8549916
h frame.h
/*
* FAAC - Freeware Advanced Audio Coder
* Copyright (C) 2001 Menno Bakker
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser Ge
www.eeworm.com/read/289457/8549949
c frame.c
/*
* FAAC - Freeware Advanced Audio Coder
* Copyright (C) 2001 Menno Bakker
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser Ge
www.eeworm.com/read/432966/8558273
png frame.png
www.eeworm.com/read/289204/8568643
h frame.h
/*
* $Id: frame.h,v 1.17 2007/10/30 06:17:16 sunny Exp $
*/
/*******************************************************************************
UBEC (Uniband Electronic Corp.)
Proj
www.eeworm.com/read/388646/8589251
java frame.java
/**
* @(#)JFCTestFrame.java
*
* JFC JFCTest application
*
* @author
* @version 1.00 2008/9/1
*/
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import java.util.
www.eeworm.com/read/388646/8589281
class frame.class
www.eeworm.com/read/187893/8594084
h frame.h
/* frame.h: h264 encoder library */
#ifndef _FRAME_H
#define _FRAME_H 1
typedef struct
{
/* for unrestricted mv we allocate more data than needed
* allocated data are stored in buff
www.eeworm.com/read/187893/8594089
c frame.c
/* frame.c: h264 encoder library */
#include
#include
#include
#include "stdint.h"
#include "common.h"
x264_frame_t *x264_frame_new( x264_t *h )
{
x26