代码搜索:same
找到约 10,000 项符合「same」的源代码
代码结果 10,000
www.eeworm.com/read/447738/1698463
d group1b.d
#readelf: -g
#name: group section with multiple sections of same name
#source: group1.s
#...
COMDAT group section `.foo_group' \[.foo_group\] contains 1 sections:
[ ]+\[Index\][ ]+Name
[ ]+\[.*\][
www.eeworm.com/read/444763/1729578
sql mysql_powfe.sql
--
-- mysql db schema for SQLPasswd
--
--
-- $Id: mysql_powfe.sql,v 1.1 2004/06/26 13:45:50 jmettraux Exp $
--
--
-- creates a database only for this 'passwd'
-- it's adisable not to use the same d
www.eeworm.com/read/443386/1743042
s scosh.s
|
| scosh.sa 3.1 12/10/90
|
| The entry point sCosh computes the hyperbolic cosine of
| an input argument; sCoshd does the same except for denormalized
| input.
|
| Input: Double-extended number X in
www.eeworm.com/read/443386/1743052
s sasin.s
|
| sasin.sa 3.3 12/19/90
|
| Description: The entry point sAsin computes the inverse sine of
| an input argument; sAsind does the same except for denormalized
| input.
|
| Input: Double-extended nu
www.eeworm.com/read/443386/1743058
s stanh.s
|
| stanh.sa 3.1 12/10/90
|
| The entry point sTanh computes the hyperbolic tangent of
| an input argument; sTanhd does the same except for denormalized
| input.
|
| Input: Double-extended number X in
www.eeworm.com/read/443386/1745694
c radio-maxiradio.c
/*
* Guillemot Maxi Radio FM 2000 PCI radio card driver for Linux
* (C) 2001 Dimitromanolakis Apostolos
*
* Based in the radio Maestro PCI driver. Actually it uses the same c
www.eeworm.com/read/442179/1764759
java dispatch.java
/*
* Copyright 1998-2000 Caucho Technology -- all rights reserved
*/
package xsl;
import java.io.*;
import javax.servlet.*;
import javax.servlet.http.*;
/**
* A simple example of using the same
www.eeworm.com/read/440906/1775643
c lookup23.c
// Test for proper handling of type lookup if base class has field with the
// same name as the containing class.
// Build don't link:
struct a { int a; };
struct b : a {};
b x;
void foo ()
{
x.a
www.eeworm.com/read/440906/1776162
c instantiate5.c
// Build don't run:
// Additional sources: instantiate5.cc instantiate5-main.cc
// `global constructors' are given the same name, based on foo(), on
// both translation units, which is wrong, becaus
www.eeworm.com/read/440906/1777184
c nest19.c
// Build don't link:
// GROUPS passed nested-classes
// This is the first line of file ||t3.C||.
// This code demonstrates a variation of the same problem with nested
// types. In C++, nested typed