代码搜索:frames
找到约 9,514 项符合「frames」的源代码
代码结果 9,514
www.eeworm.com/read/293458/3930583
java artframe.java
package com.burdbrain.frames;
import com.burdbrain.drawings.*;
import javax.swing.JFrame;
import java.awt.Graphics;
public class ArtFrame extends JFrame
{
Drawing drawing;
public
www.eeworm.com/read/293458/3930585
java artframe.java
package com.burdbrain.frames;
import com.burdbrain.drawings.*;
import javax.swing.JFrame;
import java.awt.Graphics;
public class ArtFrame extends JFrame
{
Drawing drawing;
public
www.eeworm.com/read/432926/1886206
pde framingham.pde
/**
* Framingham
* by Ben Fry.
*
* Show subsequent frames from video input as a grid. Also fun with movie files.
*/
import processing.video.*;
Capture video;
int column;
int columnCount;
int
www.eeworm.com/read/427063/1978706
java salarymanagerframe.java
/*
* SalaryManagerFrame.java
*
* Created on 2007年5月21日, 下午5:10
*/
package frames;
import javax.swing.*;
import plugin.*;
import module.*;
/**
*
* @author Virlene Cheng
*/
www.eeworm.com/read/427063/1978711
java salarychangeframe.java
/*
* SalaryChangeFrame.java
*
* Created on 2007年5月20日, 下午11:51
*/
package frames;
import javax.swing.*;
import plugin.*;
import module.*;
/**
*
* @author Virlene Cheng
*/
www.eeworm.com/read/427063/1978883
java customerinfoframe.java
/*
* CustomerRegister.java
*
* Created on 2007年2月6日, 下午11:00
*/
package frames;
import evan.*;
/**
*
* @author chenym
*/
public class CustomerInfoFrame extends javax.swing.JIntern
www.eeworm.com/read/427042/1984313
tex structyuv__buffer.tex
\section{yuv\_\-buffer Struct Reference}
\label{structyuv__buffer}\index{yuv_buffer@{yuv\_\-buffer}}
A YUV buffer for passing uncompressed frames to and from the codec.
{\tt \#include $
www.eeworm.com/read/419387/2078992
c basics.c
/*
* This simple program that passes different types of arguments
* on function calls. Useful to test printing frames, stepping, etc.
*/
int callee4 (void)
{
int A=1;
int B=2;
int C;
www.eeworm.com/read/418017/2094208
c basics.c
/*
* This simple program that passes different types of arguments
* on function calls. Useful to test printing frames, stepping, etc.
*/
int callee4 (void)
{
int A=1;
int B=2;
int C;
www.eeworm.com/read/413855/2157221
h wifi.h
/*
* - contains the definitions for 802.11 frames.
* It was originally taken from freebsd and modified for click use.
* John Bicket
*/
/* $NetBSD: if_ieee80211.h,v 1.5 2000/07/