代码搜索:does
找到约 10,000 项符合「does」的源代码
代码结果 10,000
www.eeworm.com/read/256577/11986588
install
Device Mapper installation
==========================
1) Generate custom makefiles.
Run the 'configure' script from the top directory.
Example:
./configure
If your 2.4 kernel does NOT
www.eeworm.com/read/151708/12179945
m fileparamparser.m
function ofile = fileparamparser(cc,ifile)
%FILEPARAMPARSER Private filename parsing function
% OFN=FILEPARAMPARSER(CC,IFN) parses the passed filename
% and does a search for the file in the Co
www.eeworm.com/read/151704/12181157
m fileparamparser.m
function ofile = fileparamparser(cc,ifile)
%FILEPARAMPARSER Private filename parsing function
% OFN=FILEPARAMPARSER(CC,IFN) parses the passed filename
% and does a search for the file in the Co
www.eeworm.com/read/151143/12232942
m xcorr_corresp.m
function corr=xcorr_corresp(a,b,up,down,normalize)
% Function computes the crosscorrelation of corresponding columns of matrices "a" and "b".
% The function does no input error checking!
%
www.eeworm.com/read/337538/12364177
dpr camphill.dpr
program Camphill;
{(c) 1999 Production Robots Engineering Ltd
{this program implements an OpenGL Sceensaver. This program
does not use the VCL - this is appropriate as OpenGL programming
is an e
www.eeworm.com/read/130612/14181434
java lottery.java
// Chapter 17 Exercise 4
/*
The SelectionHandler class has been added as an inner class to Lottery.
This just implements the mousePressed() method exactly as the MouseHandler class
does in the
www.eeworm.com/read/130612/14181486
java shape.java
// Chapter 6 Exercise 3
// BASE CLASS FOR SHAPES - it is still an abstract class since it does not
// implement the show() method declared in the ShapeInterface.
// The move() method that is im
www.eeworm.com/read/129891/14219714
c tsnprintf.c
/*
* If your system does not provide snprintf(), this program will compile
* but will have an undefined error from the linker.
*
* If you are using the lib/snprintf.c function that is supplied for
www.eeworm.com/read/127767/14337155
txt e876. creating a jcolorchooser dialog.txt
The following example creates a temporary color chooser dialog and shows it:
Color initialColor = Color.red;
// Show the dialog; this method does not return until the dialog is closed
www.eeworm.com/read/127767/14337271
txt e626. setting the stretchyness of rows and columns in a gridbaglayout using layout weights.txt
Column and row stretchyness is controlled by the weight of specific columns and rows. A column with zero weight does not stretch; it is given just enough space to accommodate the component with the wi