代码搜索:same

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

代码结果 10,000
www.eeworm.com/read/100133/6273540

sa lexer_shared_input_state.sa

(* ANTLR Translator Generator Project led by Terence Parr at http://www.jGuru.com Software rights: http://www.antlr.org/RIGHTS.html $Id: //depot/code/org.antlr/release/antlr-2.7.0/lib/sath
www.eeworm.com/read/398163/6291482

c sort_offsets.c

#include "timeseries.h" int sort_offsets(time_series ts, int component, int *time_index) { int l, k, n, index, j; int same_point; int used = 0; int *bf; double min
www.eeworm.com/read/404971/11474834

m gaussianfilter.m

function imgResult=gaussianfilter(img,sigma) x = [floor(-3.0*sigma+0.5):floor(3.0*sigma+0.5)]; G = gauss(x,sigma); imgTmp = conv2(img,G,'same'); imgResult = conv2(imgTmp,G','same'); %end
www.eeworm.com/read/400011/11585817

m harris_conner_detection.m

% Harris detector % The code calculates % the Harris Feature Points(FP) % % When u execute the code, the test image file opened % and u have to select by the mouse the region where u % want to
www.eeworm.com/read/158191/11638356

m sfs.m

function [output_array, Subset, Cost_subsets, Cost,Same_subset] = SFS(X, Y, new_size,data) selectioncriteria='NN'; [n m] = size(X); % n-rows m-features j=1; % Find the cost criterion for e
www.eeworm.com/read/153731/12010717

asm buttons.asm

;Subroutine to detect state changes and debounce push buttons connected ;to a port of an 8052 type microprocessor. Operates with up to 7 buttons, ;which must all be on the same port. ;This subroutine
www.eeworm.com/read/222447/14689666

hpp meep-ctl-const.hpp

// -*- C++ -*- /* Meep constants which must be the same in C and Scheme */ #define CYLINDRICAL -2 /* should be the same as meep::direction enum */ #define X_DIR 0 #define Y_DIR 1 #define Z_DIR 2 #de
www.eeworm.com/read/211809/15172820

c main.c

#include typedef unsigned char BYTE; BYTE SAME; void YS() { BYTE i=0x20; do { BYTE j=0xFF; do {}while(--j); }while(--i); } void Y1s() { BYTE i=0x04; d
www.eeworm.com/read/168845/5430435

hpp remove.hpp

/*============================================================================= Copyright (c) 2003 Joel de Guzman Copyright (c) 2004 Peder Holt Use, modification and distribution is s
www.eeworm.com/read/168845/5434275

cpp identity.cpp

// Copyright Aleksey Gurtovoy 2000-2004 // // Distributed under the Boost Software License,Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0