代码搜索:containing
找到约 10,000 项符合「containing」的源代码
代码结果 10,000
www.eeworm.com/read/427515/7095573
m code.m
function y=code(e,v)
% CODE
% CODE(e,v) creates a new variable coded with different values depending upon
% which one of a set of logical expressions is true.
% If a row has 0's only, the corresp
www.eeworm.com/read/299984/7140050
m labelim.m
%LABELIM Construct image of object (pixel) labels
%
% IM = LABELIM(A)
% IM = A*LABELIM
%
% INPUT
% A Dataset containing images stored as features
%
% OUTPUT
% IM Image containing the labels of t
www.eeworm.com/read/219035/7147253
m copy.m
% COPY copies contents of the pointer
%
% B = COPY(A) creates the pointer B containing the copy of the contents of pointer A
%
% See also POINTERS, MALLOC, @POINTER\FREE, @POINTER\STRUCT
%
www.eeworm.com/read/461264/7230511
pro scr_erase.pro
PRO SCR_ERASE, cmd
;+
; NAME:
; SCR_ERASE
; PURPOSE:
; To erase portions of the terminal screen.
; CALLING SEQUENCE:
; scr_erase [, cmd]
; INPUTS:
; cmd -- An integer telling the procedure what part
www.eeworm.com/read/461264/7230554
pro xyxy.pro
PRO xyxy, hdra, hdrb, xa, ya, xb, yb
;+
; NAME:
; XYXY
; PURPOSE:
; To use a pair of headers to convert X/Y positions from one frame
; to another.
; CALLING SEQUENCE:
; XYXY, hdra, hdrb, xa, ya, [ xb,
www.eeworm.com/read/460435/7250525
m labelim.m
%LABELIM Construct image of object (pixel) labels
%
% IM = LABELIM(A)
% IM = A*LABELIM
%
% INPUT
% A Dataset containing images stored as features
%
% OUTPUT
% IM Image containing the labels of t
www.eeworm.com/read/458682/7291724
sh ex57.sh
#!/bin/bash
# badname.sh
# Delete filenames in current directory containing bad characters.
for filename in *
do
badname=`echo "$filename" | sed -n /[\+\{\;\"\\\=\?~\(\)\\&\*\|\$]/p`
# badname=`
www.eeworm.com/read/455033/7379366
readme_cvs
Compiling FreeFem++ from CVS sources
------------------------------------
$Id: README_CVS,v 1.6 2006/10/19 13:13:18 hecht Exp $
Download
--------
# To download a working copy from the CVS repositor
www.eeworm.com/read/454266/7395454
m domre.m
%%%%%%%%%% start of function domre.m %%%%%%%%%%
%
% Function to solves an inverse problem using Minimum Relative
% Entropy Inversion
%
% Written by: Roseanna M. Neupauer
% Modification Date: Apri
www.eeworm.com/read/450608/7480153
m labelim.m
%LABELIM Construct image of object (pixel) labels
%
% IM = LABELIM(A)
% IM = A*LABELIM
%
% INPUT
% A Dataset containing images stored as features
%
% OUTPUT
% IM Image containing the labels of t