代码搜索:width
找到约 10,000 项符合「width」的源代码
代码结果 10,000
www.eeworm.com/read/444775/7607247
cpp wavemain.cpp
/*---------------------------------------------------------------------------*/
// Image Compression Toolbox v1.2
// written by
// Satish Kumar S
// satishkumr@lycos.com
//
// Copyright 1999 Sat
www.eeworm.com/read/443644/7629626
c printf.c
/*
** The "printf" code that follows dates from the 1980's. It is in
** the public domain. The original comments are included here for
** completeness. They are very out-of-date but might be useful
www.eeworm.com/read/443126/7637157
java drawpanel.java
// Fig. 4.19: DrawPanel.java
// Draws two crossing lines on a panel.
import java.awt.Graphics;
import javax.swing.JPanel;
public class DrawPanel extends JPanel
{
// draws an X from the cor
www.eeworm.com/read/442608/7648792
m rresp.m
function tau=rresp(sep)
% RRESP Range Resolution - pulse width (pulsed radar)
%
% tau=rresp(sep)
%
% sep = max dectectable separation of targets [m]
% tau = width of pulse [s]
%
% AIM: To d
www.eeworm.com/read/442608/7648845
m rres.m
function sep=rres(tau)
% RRES Range Resolution - target seperation (pulsed radar)
%
% sep=rres(tau)
%
% sep = max dectectable separation of targets [m]
% tau = width of pulse [s]
%
% AIM: T