代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/378914/2679353
m p5_6.m
% Program P5_6
% Determines the decimal equivalent of a
% binary number in sign-magnitude form
bin = input('Type in the binary fraction = ');
b = length(bin) - 1; d = 0;
for k = 1:b
d = d + bin
www.eeworm.com/read/367182/2851075
s s_fabsl.s
/* Copy a sign bit between floating-point values.
IBM extended format long double version.
Copyright (C) 2004, 2006 Free Software Foundation, Inc.
This file is part of the GNU C Library.
www.eeworm.com/read/367182/2851081
s s_copysignl.s
/* Copy a sign bit between floating-point values.
IBM extended format long double version.
Copyright (C) 2006 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GN
www.eeworm.com/read/367182/2851090
s s_copysign.s
/* Copy a sign bit between floating-point values.
Copyright (C) 1997, 1999, 2000, 2006 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free softwa
www.eeworm.com/read/367182/2851275
s s_fabsl.s
/* Copy a sign bit between floating-point values.
IBM extended format long double version.
Copyright (C) 2004, 2006 Free Software Foundation, Inc.
This file is part of the GNU C Library.
www.eeworm.com/read/367182/2851282
s s_copysignl.s
/* Copy a sign bit between floating-point values.
IBM extended format long double version.
Copyright (C) 2004, 2006 Free Software Foundation, Inc.
This file is part of the GNU C Library.
www.eeworm.com/read/366702/2877935
c 20030316-1.c
/* PR target/9164 */
/* The comparison operand was sign extended erraneously. */
int
main (void)
{
long j = 0x40000000;
if ((unsigned int) (0x40000000 + j) < 0L)
abort ();
return 0;
}
www.eeworm.com/read/358023/3007184
java passwordmasker.java
package it.trento.comune.j4sign.examples;
import java.io.*;
import java.util.*;
/**
* Class for securely read characters from the console without showing it.
* Note that Java does not support t
www.eeworm.com/read/351636/3101025
cmake wrap_itkscalarimagetohistogramgenerator.cmake
WRAP_CLASS("itk::Statistics::ScalarImageToHistogramGenerator" POINTER)
WRAP_IMAGE_FILTER_USIGN_INT(1)
WRAP_IMAGE_FILTER_SIGN_INT(1)
WRAP_IMAGE_FILTER_REAL(1)
END_WRAP_CLASS()