代码搜索:same

找到约 10,000 项符合「same」的源代码

代码结果 10,000
www.eeworm.com/read/469335/6973311

m filter3.m

function im2 = filter3(filt, im) % % Same as filter2 but works on each band separately % % k = size(im,3); im2 = im; for i = 1:k im2(:,:,i) = filter2(filt, im(:,:,i)); end
www.eeworm.com/read/103075/7087281

test16

#!/bin/sh . ./init_test echo "*** Initialisation with 2 hosts, with mismatched file/full dir" touch $H/A/On_A touch $H/B/On_B touch $H/A/A_newer_than_B ; stamp 05 $H/A/A_newer_than_B mkdir $H/B/A_n
www.eeworm.com/read/103075/7087294

test25

#!/bin/sh . ./init_test echo "*** Symetric File Filtering on 3 hosts" F='OUTPUT_FILTER="-size=+4c" ' echo "$F" >>$H/A/.nnfs/nnfsrc echo "$F" >>$H/B/.nnfs/nnfsrc echo "$F" >>$H/C/.nnfs/nnfsrc runA
www.eeworm.com/read/462821/7195318

h locking.h

/* locking.h Definitions for mode parameter of locking() function. Copyright (c) 1990 by Borland International All Rights Reserved. */ #if !defined(__LOCKING_H) #define __LOCK
www.eeworm.com/read/461713/7221539

h locking.h

/* locking.h Definitions for mode parameter of locking() function. Copyright (c) 1990 by Borland International All Rights Reserved. */ #if !defined(__LOCKING_H) #define __LOCK
www.eeworm.com/read/458224/7301659

m optical_flow.m

% Phase-based Opic Flow Algorithm, described in % Gautama, T. and Van Hulle, M.M. (2002). A Phase-based Approach to the % Estimation of the Optical Flow Field Using Spatial Filtering. % IEEE Trans. N
www.eeworm.com/read/456569/7344628

h locking.h

/* locking.h Definitions for mode parameter of locking() function. Copyright (c) 1990 by Borland International All Rights Reserved. */ #if !defined(__LOCKING_H) #define __LOCK
www.eeworm.com/read/451241/7468749

txt matlabjuanji.txt

%main function %-------------------- img = imread( 'gh2.bmp '); image = rgb2gray(img); theta_input = 240.0; additional_theta = theta_input + 90; w = 2*pi; t
www.eeworm.com/read/445376/7596261

c fs_x_no_os.c

/* ********************************************************************** * Micrium, Inc. * 949 Crestview Circle * Weston, FL 33327-1
www.eeworm.com/read/297009/8065968

h opcodes.h

/* Automatically generated. Do not edit */ /* See the mkopcodeh.awk script for details */ #define OP_MemLoad 1 #define OP_VNext 2 #define O