代码搜索:same
找到约 10,000 项符合「same」的源代码
代码结果 10,000
www.eeworm.com/read/371704/2779048
m add_parameter.m
function structure=add_parameter(structure,value,info)
% Add parameter to a structure; replace it if it already exists (same as "set_parameter")
% Written by: E. R.: September 12, 2003
% Last updat
www.eeworm.com/read/371166/2781441
java iwindowbutton.java
package com.ibm.iwt.window;
import java.awt.Dimension;
import java.awt.Graphics;
import javax.swing.JButton;
/**
* The IWindowButton provides the user the exact same 3 functions that
*
www.eeworm.com/read/368902/2803473
java displaymenutag.java
package net.sf.navigator.taglib.el;
import net.sf.navigator.menu.MenuComponent;
import javax.servlet.jsp.JspException;
import java.net.MalformedURLException;
/**
* This tag acts the same
www.eeworm.com/read/368758/2808138
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/368386/2815680
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/368386/2815690
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/368386/2815696
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/368386/2817124
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/367182/2850642
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/367182/2851385
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