代码搜索:containing
找到约 10,000 项符合「containing」的源代码
代码结果 10,000
www.eeworm.com/read/359142/6954497
m mexexts.m
function [ext, platform] = mexexts
%List of Mex files extensions
% MEXEXTS returns a cell array containing the Mex files platform
% dependent extensions and another cell array containing the full na
www.eeworm.com/read/208078/7087864
htm websgetrequestdir.htm
websGetRequestDir -- GoAhead WebServer API
www.eeworm.com/read/299984/7140445
m getfiles.m
%GETFILES Get datafile FILES field
%
% FILES = GETFILES(A)
% FILE = GETFILES(A,N)
%
% Retrieves the filenames on which the datafile A is defined,
% or just the name of the N-th file.
% If N lar
www.eeworm.com/read/461294/7230004
m fil.m
function [out]=fil(in,f);
%
% Filters the data using a first order filter
%
% [out]=fil(in,f);
%
% f is a vector containing the filter constants
%
% Updated to use MATLAB's built in filter rou
www.eeworm.com/read/461264/7230545
pro rdpsf.pro
pro rdpsf,psf,hpsf,psfname
;+
; NAME:
; RDPSF
; PURPOSE:
; Read the FITS file created by GETPSF in the DAOPHOT sequence
; EXPLANATION:
; Combines the Gaussian with the residuals to
www.eeworm.com/read/460435/7250920
m getfiles.m
%GETFILES Get datafile FILES field
%
% FILES = GETFILES(A)
% FILE = GETFILES(A,N)
%
% Retrieves the filenames on which the datafile A is defined,
% or just the name of the N-th file.
% If N lar
www.eeworm.com/read/458682/7291699
sh lowercase.sh
#!/bin/bash
#
# Changes every filename in working directory to all lowercase.
#
# Inspired by a script of John Dubois,
#+ which was translated into Bash by Chet Ramey,
#+ and considerably simplified
www.eeworm.com/read/458493/7295524
m plotdata.m
function plotData(fname)
% plotData Plot (x,y) data from columns of an external file
%
% Synopsis: plotData(fname)
%
% Input: fname = (string) name, including extension, of the
%
www.eeworm.com/read/458488/7295949
m plotdata.m
function plotData(fname)
% plotData Plot (x,y) data from columns of an external file
%
% Synopsis: plotData(fname)
%
% Input: fname = (string) name, including extension, of the
%
www.eeworm.com/read/457219/7332177
m fil.m
function [out]=fil(in,f);
%
% Filters the data using a first order filter
%
% [out]=fil(in,f);
%
% f is a vector containing the filter constants
%
% Updated to use MATLAB's built in filter rou