代码搜索:same

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

代码结果 10,000
www.eeworm.com/read/277657/10613903

h ide_base.h

#include "type.h" #ifndef IDE #define IDE //IDE Register Address #define IDECS0BASEADDR 0x20340000 #define pDataPort (volatile unsigned short *)(IDECS0BASEADDR +(0x00
www.eeworm.com/read/275831/10793873

rb 09 - comparing the contents of two files.rb

class File def File.same_contents(p1, p2) return false if File.exists?(p1) != File.exists?(p2) return true if !File.exists?(p1) return true if File.expand_path(p1) == File.expand_path(p2
www.eeworm.com/read/468180/6994709

c main1.c

#include "cpu.h" #include "include\core.h" #include "drivers\console.h" #include "include\pipe.h" #include "include\mailbox.h" #include "regdef.h" #define STACK_SIZE 1024 #define SAME_PRIO
www.eeworm.com/read/103075/7087288

test-1

#!/bin/sh . ./init_test echo "*** Test of test functions" if runA gfdgfdg then Exit 11 else : fi echo "www" >$H/A/a stamp 01 $H/A/a echo "www" >$H/B/a stamp 01 $H/B/a same $H/A a $H/B a || E
www.eeworm.com/read/199277/7870622

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/241323/13156502

m mult4.m

function f = mult4(x,y) %> The function file multiplies two 2x2 matrices represented %> as column 4-vectors, where each matrix element is a row vector, %> of same dimension for x and y. %> C
www.eeworm.com/read/139332/5799983

h svd_incircle_2.h

// Copyright (c) 2003,2004 INRIA Sophia-Antipolis (France) and // Notre Dame University (U.S.A.). All rights reserved. // // This file is part of CGAL (www.cgal.org); you may redistribute it under /
www.eeworm.com/read/139332/5800301

hpp remove.hpp

/*============================================================================= Copyright (c) 2003 Joel de Guzman Use, modification and distribution is subject to the Boost Software Licen
www.eeworm.com/read/131315/5940271

h sunkeysym.h

/* $XConsortium: Sunkeysym.h,v 1.1 91/06/19 12:03:42 rws Exp $ */ /************************************************************ Copyright 1991 by Sun Microsystems, Inc. Mountain View, CA.
www.eeworm.com/read/121089/6069983

inc variable.inc

;*** ; Variable.inc - QB5-specific struct offsets and other constants for the VarMgr ; ; Copyright 1985, 1986, 1987 Microsoft Corporation ; ;*************************************************