代码搜索:frames
找到约 9,514 项符合「frames」的源代码
代码结果 9,514
www.eeworm.com/read/283358/4079860
c jmp-unwind.c
/* _longjmp_unwind -- Clean up stack frames unwound by longjmp.
Copyright (C) 2002, 2003 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free soft
www.eeworm.com/read/281683/4113253
h configure.h
#ifndef _CONFIGURE_H
#define _CONFIGURE_H
#define FIXED_STACK_SIZE 0
#if FIXED_STACK_SIZE
/**
* Initial level of recursion.
*/
#define INITIAL_STACK_FRAMES 10
/**
* Initial num
www.eeworm.com/read/271350/4229379
cc mfsname.cc
const char *help = "\
progname: mfsname.cc\n\
code2html: This program reads a video file with timecode enocded in the frames and print the timecode-derived name to stdout.\n\
\n\
This program is de
www.eeworm.com/read/439082/1820168
c br_input.c
/*
* Handle incoming frames
* Linux ethernet bridge
*
* Authors:
* Lennert Buytenhek
*
* $Id: br_input.c,v 1.9.2.1 2001/12/24 04:50:05 davem Exp $
*
* This program is free
www.eeworm.com/read/430518/1929032
c br_input.c
/*
* Handle incoming frames
* Linux ethernet bridge
*
* Authors:
* Lennert Buytenhek
*
* $Id: br_input.c,v 1.9.2.1 2001/12/24 04:50:05 davem Exp $
*
* This program is free
www.eeworm.com/read/427063/1978342
java addgoodoutframe.java
/*
* inParticularFrame.java
*
* Created on 2007年6月20日, 上午1:27
*/
package frames;
/**
*
* @author zzx
*/
/*添加出库信息窗口*/
public class addGoodOutFrame extends javax.swing.JInternal
www.eeworm.com/read/427063/1978350
java addgoodinframe.java
/*
* inParticularFrame.java
*
* Created on 2007年6月20日, 上午1:27
*/
package frames;
/**
*
* @author zzx
*/
/*添加入库信息窗口*/
public class addGoodInFrame extends javax.swing.JInternalF
www.eeworm.com/read/417857/2096916
usage getorf.usage
Here is a sample session with getorf
% getorf -minsize 300
Finds and extracts open reading frames (ORFs)
Input nucleotide se
www.eeworm.com/read/417857/2097512
usage plotorf.usage
Here is a sample session with plotorf
% plotorf
Plot potential open reading frames
Input nucleotide sequence: tembl:paami
www.eeworm.com/read/374328/2754329
java animatedgifencoder.java
package com.khan.pic.gif;
import java.io.*;
import java.awt.*;
import java.awt.image.*;
/**
* Class AnimatedGifEncoder - Encodes a GIF file consisting of one or
* more frames.
*