代码搜索:same
找到约 10,000 项符合「same」的源代码
代码结果 10,000
www.eeworm.com/read/127781/5997917
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/125811/6022157
c gif2png.c
/*
* gif2png : convert a GIF to a PNGwith the same palette
*
* Fabrice Gautier (c) 2002 Sigma Desings, Inc.
*
*/
/*
* Derived from Microwindows' devimage.c
*
* Copyright (c) 2000, 2001 Greg
www.eeworm.com/read/125688/6023090
h bitops.h
#ifndef _LINUX_BITOPS_H
#define _LINUX_BITOPS_H
/*
* ffs: find first bit set. This is defined the same way as
* the libc and compiler builtin ffs routines, therefore
* differs in spirit from the
www.eeworm.com/read/124910/6035477
s add_n.s
/* Add two limb vectors of the same length > 0 and store sum in a third
limb vector.
Copyright (C) 2000, 2001 Free Software Foundation, Inc.
Contributed by Martin Schwidefsky (schwidefsky@de.
www.eeworm.com/read/124910/6036322
s sub_n.s
# Alpha __mpn_sub_n -- Subtract two limb vectors of the same length > 0 and
# store difference in a third limb vector.
# Copyright (C) 1995 Free Software Foundation, Inc.
# This file is part of
www.eeworm.com/read/122504/6065477
java highlightmanager.java
package uk.ac.leeds.ccg.geotools;
import java.awt.*;
import java.util.*;
/**
* Comunicates between GeoTools components so that multiple views can share and
* display the same highlight info
www.eeworm.com/read/120908/6070869
c r_enhanc.c
/*
R_ENHANC.C - cryptographic enhancements for RSAEURO
Copyright (c) J.S.A.Kapp 1994 - 1995.
RSAEURO - RSA Library compatible with RSAREF(tm) 2.0.
All functions prototypes are the Same a
www.eeworm.com/read/119348/6085111
js popupwin.js
// (c) dynarch.com 2003-2004
// Distributed under the same terms as HTMLArea itself.
function PopupWin(editor, title, handler, initFunction) {
this.editor = editor;
this.handler = handler;
var dlg
www.eeworm.com/read/119340/6090589
java ripemd256digest.java
package org.bouncycastle.crypto.digests;
/**
* implementation of RIPEMD256.
*
* note: this algorithm offers the same level of security as RIPEMD128.
*/
public class RIPEMD256D