代码搜索:same
找到约 10,000 项符合「same」的源代码
代码结果 10,000
www.eeworm.com/read/116725/14956858
c same.c
/*
** $Id: same.c,v 1.14 2003/08/15 08:45:46 weiym Exp $
**
** Same: the Same game.
** (C) 1997 the Free Software Foundation
**
** Author: Miguel de Icaza.
** Federico Mena.
** Horacio
www.eeworm.com/read/214918/15083695
test the same cost
187,71 ; 1,2,
101,140 ; 0,3,
273,141 ; 0,3,
186,245 ; 1,2,
www.eeworm.com/read/482889/1282058
hpp is_same.hpp
//=======================================================================
// Copyright 1997, 1998, 1999, 2000 University of Notre Dame.
// Authors: Andrew Lumsdaine, Lie-Quan Lee, Jeremy G. Siek
//
www.eeworm.com/read/482889/1282794
hpp is_same.hpp
// (C) Copyright Dave Abrahams, Steve Cleary, Beman Dawes,
// Howard Hinnant and John Maddock 2000.
// (C) Copyright Mat Marcus, Jesse Jones and Adobe Systems Inc 2001
// Use, modific
www.eeworm.com/read/482889/1283128
hpp same_as.hpp
#ifndef BOOST_MPL_SAME_AS_HPP_INCLUDED
#define BOOST_MPL_SAME_AS_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2000-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See
www.eeworm.com/read/480350/1318978
h same.h
int Test_Combination_Keys(unsigned int mask,int key)
{
return(Get_Control_Keys(mask)&&Test_Scan_Code(key));
}
www.eeworm.com/read/233448/4692245
cc is_same.cc
// 2004-12-08 Paolo Carlini
//
// Copyright (C) 2004 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can
www.eeworm.com/read/228117/4766807
po same.po
same.o: same.c /usr/include/sys/types.h /usr/include/features.h \
/usr/include/sys/cdefs.h /usr/include/gnu/stubs.h \
/usr/include/bits/types.h /usr/include/bits/wordsize.h \
/usr/lib/gcc-lib/i3
www.eeworm.com/read/225531/4795238
same-file
#!/bin/sh
# Test some of cp's options and how cp handles situations in
# which a naive implementation might overwrite the source file.
if test "$VERBOSE" = yes; then
set -x
cp --version
fi
. $sr
www.eeworm.com/read/221464/4828795
hpp is_same.hpp
//=======================================================================
// Copyright 1997, 1998, 1999, 2000 University of Notre Dame.
// Authors: Andrew Lumsdaine, Lie-Quan Lee, Jeremy G. Siek
//