代码搜索:frames
找到约 9,514 项符合「frames」的源代码
代码结果 9,514
www.eeworm.com/read/110420/15534430
h hapn.h
#ifndef _HAPN_H
#define _HAPN_H
#ifndef _GLOBAL_H
#include "global.h"
#endif
#ifndef _MBUF_H
#include "mbuf.h"
#endif
#ifndef _IFACE_H
#include "iface.h"
#endif
#ifndef _TIMER_H
#i
www.eeworm.com/read/109777/15548671
html target02.html
黄金书屋 - INTERNET 教室 - HTML 语言教程
<a href="target01.html" target="_blank">
www.eeworm.com/read/108874/15572211
js image.js
function layerRef1(FrameNumber) {
var imageid = 1;
var imagemax = getCookie("Max");
for(imageid = 1; imageid < imagemax ; imageid++)
{
if (navigator.appName == 'Netscape') {
if (parent.fra
www.eeworm.com/read/108695/15579450
java internalframetest.java
/**
* @version 1.00 1999-07-17
* @author Cay Horstmann
*/
import java.awt.*;
import java.awt.event.*;
import java.beans.*;
import java.io.*;
import java.net.*;
import java.util.*;
impor
www.eeworm.com/read/108685/15579703
html target02.html
黄金书屋 - INTERNET 教室 - HTML 语言教程
<a href="target01.html" target="_blank">
www.eeworm.com/read/107792/15601120
cnt anigif.cnt
:Base AniGIF.hlp
:Title Animation GIF OCX Help
1 About Animation GIF OCX=main_index
1 Register the Animation GIF OCX=Register
1 Using Animation GIF OCX
2 Properties
3 GIF=GIF
3 Frame=Frame
3 F
www.eeworm.com/read/106690/15626471
m rmsave.m
% rmsave() - return the RMS in each channel, epoch
%
% Usage:
% >> ave = rmsave(data,frames);
% $Log: rmsave.m,v $
% Revision 1.3 2002/09/03 15:39:18 arno
% make argument 2 optional
%
% Rev
www.eeworm.com/read/106690/15626494
m icaproj.m
% icaproj() - project ICA component activations through the
% associated weight matrices to reconstitute the
% observed data using only the selected ICA components.
% Usage:
%
www.eeworm.com/read/106690/15626504
m gauss.m
% gauss() - return a smooth Gaussian window
%
% Usage:
% >> outvector = gauss(frames,sds);
%
% Inputs:
% frames = window length
% sds = number of +/-std. deviations = steepness
%