代码搜索:same

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

代码结果 10,000
www.eeworm.com/read/216502/4890305

h pk.h

/* * six-byte packet header for asynch lines. * headers for other devices take up the same * or less space. If this changes the header * struct will have to become a union. */ struct header { c
www.eeworm.com/read/216499/4892369

1 neqn.1

.th NEQN I 4/30/74 .sh NAME neqn \*- typeset mathematics on terminal .sh SYNOPSIS .bd neqn [ file ] ... .sh DESCRIPTION .it Neqn is an nroff (I) preprocessor. The input language is the same as that of
www.eeworm.com/read/216450/4894587

c _sleep.c

/* sleep() - Sleep for a number of seconds. Author: Kees J. Bot * 24 Apr 2000 * (Inspired by the Minix-vmd version of same, except that * this implementation doesn't bother to check if all t
www.eeworm.com/read/212291/4937538

java connectionpool.java

package com.ora.jsp.sql; import java.sql.*; import java.util.*; /** * This class implements a connection pool. It's the same as the * ConnectionPool class described in Java Servlet Program
www.eeworm.com/read/210914/4946911

m scale.m

function [scaled,scale]=scale(a,b,type) % Function scales columns of a so that they best match b. % a and b must have the same number of columns. % type indicates if one scale for all column is to
www.eeworm.com/read/209919/4956059

m rainbow.m

function map=rainbow(m) %RAINBOW Colormap Variant to HSV. % RAINBOW(M) Rainbow Colormap with M entries. % % Red - Orange - Yellow - Green - Blue - Violet % % RAINBOW by itself is the same length as th
www.eeworm.com/read/209559/4961403

s sacos.s

| | sacos.sa 3.3 12/19/90 | | Description: The entry point sAcos computes the inverse cosine of | an input argument; sAcosd does the same except for denormalized | input. | | Input: Double-extended
www.eeworm.com/read/209559/4961411

s satanh.s

| | satanh.sa 3.3 12/19/90 | | The entry point satanh computes the inverse | hyperbolic tangent of | an input argument; satanhd does the same except for denormalized | input. | | Input: Double-extende
www.eeworm.com/read/209559/4961679

s copy_user.s

/* * arch/alpha/lib/copy_user.S * * Copy to/from user space, handling exceptions as we go.. This * isn't exactly pretty. * * This is essentially the same as "memcpy()", but with a few twists.
www.eeworm.com/read/209559/4962168

s vsyscall-sigreturn.s

/* * Common code for the sigreturn entry points on the vsyscall page. * So far this code is the same for both int80 and sysenter versions. * This file is #include'd by vsyscall-*.S to define them a