代码搜索:width
找到约 10,000 项符合「width」的源代码
代码结果 10,000
www.eeworm.com/read/149353/5700710
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/149353/5700711
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/148359/5716051
mif0 example.mif0
MIF
# This is an example of a MIF file.
# Comments begin with a hash symbol (i.e., '#') and proceed to the end of line.
# The first four characters of a MIF file must be in order: M, I, F, linefeed.
www.eeworm.com/read/147972/5718628
java continuous2d.java
package sim.field.continuous;
import sim.field.*;
import sim.util.*;
import java.util.*;
/**
A storage facility for objects located in a continuous 2D environment. This facility relates
objec
www.eeworm.com/read/147972/5718629
java intgrid2d.java
package sim.field.grid;
import sim.util.*;
/**
A wrapper for 2D arrays of ints.
This object expects that the 2D arrays are rectangular. You are encouraged to access the array
directly.
www.eeworm.com/read/147972/5718634
java doublegrid3d.java
package sim.field.grid;
import sim.util.*;
/**
A wrapper for 3D arrays of doubles.
This object expects that the 3D arrays are rectangular. You are encouraged to access the array
direct
www.eeworm.com/read/147972/5718640
java intgrid3d.java
package sim.field.grid;
import sim.util.*;
/**
A wrapper for 3D arrays of ints.
This object expects that the 3D arrays are rectangular. You are encouraged to access the array
directly.
www.eeworm.com/read/147331/5732397
c vfscanf.c
/*
FUNCTION
, , ---format argument list
INDEX
vscanf
INDEX
vfscanf
INDEX
vsscanf
ANSI_SYNOPSIS
#include
#include
int vscanf(const char *
www.eeworm.com/read/144216/5751926
pm color.pm
# Pod::Text::Color -- Convert POD data to formatted color ASCII text
# $Id: Color.pm,v 0.6 2000/12/25 12:52:39 eagle Exp $
#
# Copyright 1999 by Russ Allbery
#
# This program is fre
www.eeworm.com/read/142911/5761660
c doprntx.c
/************************************************************************
*
* doprntx.c
*
* Print formatting functions
*
* ####################################################################