代码搜索:width
找到约 10,000 项符合「width」的源代码
代码结果 10,000
www.eeworm.com/read/126884/6011164
java phasecue.java
package org.trinet.jiggle;
import org.trinet.jasi.Amplitude;
import java.awt.*;
import org.trinet.util.graphics.ColorList;
/**
* A graphical marker to show where a phase is expected to lie.
www.eeworm.com/read/125688/6024249
c vfscanf.c
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Chris Torek.
*
* Redistri
www.eeworm.com/read/125688/6025299
c subr_scanf.c
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Chris Torek.
*
* Redistri
www.eeworm.com/read/125688/6025820
c vfscanf.c
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Chris Torek.
*
* Redistri
www.eeworm.com/read/125439/6028687
java tile.java
package com.javapatterns.adapter.demos;
import java.awt.*;
/**
* Tile.java
* The tile class. This can be expanded to contain methods to check the tile
* attributes, such as whether the ti
www.eeworm.com/read/125118/6033201
java ԭʼ -swingutilities.java
/*
* @(#)SwingUtilities.java 1.80 99/04/22
*
* Copyright 1997-1999 by Sun Microsystems, Inc.,
* 901 San Antonio Road, Palo Alto, California, 94303, U.S.A.
* All rights reserved.
*
* This softw
www.eeworm.com/read/125118/6033202
java swingutilities.java
/*
* @(#)SwingUtilities.java 1.80 99/04/22
*
* Copyright 1997-1999 by Sun Microsystems, Inc.,
* 901 San Antonio Road, Palo Alto, California, 94303, U.S.A.
* All rights reserved.
*
* Thi
www.eeworm.com/read/124999/6034660
js menu.js
function openwin(url){
window.open(url,'','width=400,height=400');
}