代码搜索:Exp2
找到约 173 项符合「Exp2」的源代码
代码结果 173
www.eeworm.com/read/147363/12559257
h utassert.h
/* ----------------------------------------------------------------------------
Microsoft Transaction Server 1.0
Copyright 1994 - 1996 Microsoft Corporation. All Rights Reserved.
@d
www.eeworm.com/read/146790/12612295
java exp2.java
public class Exp2
{ public static void main(String args[ ])
{ int a=5,b=3;
int c=a/b;
int d=a%b;
System.out.println("a="+a);
System.out.println("b="+b);
www.eeworm.com/read/146790/12612494
java exp2.java
public class Exp2
{ public static void main(String args[ ])
{ int a=5,b=3;
int c=a/b;
int d=a%b;
System.out.println("a="+a);
System.out.println("b="+b);
www.eeworm.com/read/136812/5858211
c exp2.c
#ifndef lint
static char sccsid[] = "@(#)exp2.c 1.1 92/07/30 SMI";
#endif
/*
* Copyright (c) 1987 by Sun Microsystems, Inc.
*/
/* exp2(x)
* Code by K.C. Ng for SUN 4.0 libm.
* Method :
* exp2(
www.eeworm.com/read/147331/5733159
c w_exp2.c
/* @(#)w_exp2.c 5.1 93/09/24 */
/*
* ====================================================
* Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
*
* Developed at SunPro, a Sun Micros
www.eeworm.com/read/136812/5858285
s exp2.s
/
/ .data
/ .asciz "@(#)exp2.s 1.1 92/07/30 SMI"
/ .even
/ .text
/
/ Copyright (c) 1987 by Sun Microsystems, Inc.
.text
.globl exp2
exp2:
fldl 4(%esp) / push arg
fld %st(0) / duplicate stack
www.eeworm.com/read/136812/5858312
s exp2.s
/
/ .data
/ .asciz "@(#)exp2.s 1.1 92/07/30 SMI"
/ .even
/ .text
/
/ Copyright (c) 1987 by Sun Microsystems, Inc.
.text
.globl exp2
exp2:
fldl 4(%esp) / push arg
fld %st(0) / duplicate stack
www.eeworm.com/read/124347/6052620
c w_exp2.c
/* @(#)w_exp2.c 5.1 93/09/24 */
/*
* ====================================================
* Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
*
* Developed at SunPro, a Sun Micros
www.eeworm.com/read/483859/6596498
lst exp2.lst
C51 COMPILER V8.09 EXP2 04/06/2009 19:21:34 PAGE 1
C51 COMPILER V8.09, COMPILATION OF MODULE EXP2
OBJECT MODULE PLACED IN ex
www.eeworm.com/read/165393/5482866
c _fsadd.c
/*
** libgcc support for software floating point.
** Copyright (C) 1991 by Pipeline Associates, Inc. All rights reserved.
** Permission is granted to do *anything* you want with this file,
** com