代码搜索:frames
找到约 9,514 项符合「frames」的源代码
代码结果 9,514
www.eeworm.com/read/482538/1286942
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/
www.eeworm.com/read/479151/1340122
c ethertap.c
/*
* Ethertap: A network device for bouncing packets via user space
*
* This is a very simple ethernet driver. It bounces ethernet frames
* to user space on /dev/tap0->/dev/tap15 and expects ether
www.eeworm.com/read/470832/1443501
cfg index.cfg
\Preamble{xml,frames}
\begin{document}
\Css{body { background-color: rgb(134,167,225);}}
%\Configure{@title}{\HCode{ df}} {\HCode{\Hnewline}}
\Configure{@HEAD}{\HCode{
www.eeworm.com/read/470832/1443504
cfg index.cfg
\Preamble{xml,frames}
\begin{document}
\Css{body { background-color: rgb(134,167,225);}}
%\Configure{@title}{\HCode{ df}} {\HCode{\Hnewline}}
\Configure{@HEAD}{\HCode{
www.eeworm.com/read/461213/1553884
m icbread.m
function A = icbread(filename)
% A = ICBREAD(FILENAME)
%
% Reads the QccPack ICB-format file specified by FILENAME into A.
%
% A is returned as a double array of size
% num_frames x num_rows x num_
www.eeworm.com/read/209559/4966736
c ethertap.c
/*
* Ethertap: A network device for bouncing packets via user space
*
* This is a very simple ethernet driver. It bounces ethernet frames
* to user space on /dev/tap0->/dev/tap15 and expects ether
www.eeworm.com/read/192230/5159651
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/185668/5236608
js setfocus.js
/*
作用:使MainFrame始终获得焦点
*/
document.onkeydown=keyDown;
function keyDown()
{ // alert(typeof(parent.frames['MainFrame']));
if ((event.ctrlKey)||(event.altKey)||(event.keyCode==46))
www.eeworm.com/read/179911/5296669
c ethertap.c
/*
* Ethertap: A network device for bouncing packets via user space
*
* This is a very simple ethernet driver. It bounces ethernet frames
* to user space on /dev/tap0->/dev/tap15 and expects ether
www.eeworm.com/read/176157/5339121
java sampledesktopmgr.java
// SampleDesktopMgr.java
// A DesktopManager that keeps its frames inside the desktop.
//
package jswing.ch09;
import javax.swing.*;
import java.awt.*;
public class SampleDesktopMgr extends DefaultD