代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/297233/8039323
asm lib1funcs.asm
;; libgcc1 routines for the Hitachi h8/300 cpu.
;; Contributed by Steve Chamberlain.
;; sac@cygnus.com
/* Copyright (C) 1994 Free Software Foundation, Inc.
This file is free software; you can redist
www.eeworm.com/read/332970/12714856
java signfunction.java
public class SignFunction{
public static void main(String args[]) {
int intx;
intx=0;
if(intx>0)
System.out.println("The sign of "+intx+" is + ;");
www.eeworm.com/read/242939/12971961
c d8_35pf.c
/**********************************************************************
Each of the companies; Lucent, Motorola, Nokia, and Qualcomm (hereinafter
referred to individually as "Source" or collectivel
www.eeworm.com/read/326148/13161871
hh biginteger.hh
/*
* Matt McCutchen's Big Integer Library
*/
#ifndef BIGINTEGER
#define BIGINTEGER
#include "BigUnsigned.hh"
/*
* A BigInteger object represents a signed integer of size
* limited only by available
www.eeworm.com/read/139007/13195442
m dual.m
function y = dual(x, p)
%DUAL Dual vector with respect to Holder p-norm.
% Y = DUAL(X, p), where 1
www.eeworm.com/read/321827/13396907
c fcvt.c
/***
*fcvt.c - convert floating point value to string
*
* Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* Converts a floating point value to a stri
www.eeworm.com/read/316047/13531389
m satur_non.m
function y=satur_non(x)
if abs(x)>=3, y=2*sign(x); else, y=2/3*x; end
www.eeworm.com/read/314860/13557543
java signfunction.java
public class SignFunction{
public static void main(String args[]) {
int intx;
intx=0;
if(intx>0)
System.out.println("The sign of "+intx+" is + ;");
www.eeworm.com/read/309309/13674626
m isnumber.m
function sign=isnumber(a)
%Judge if a character is a number
if a>='0' & a