代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/260175/11741057
cpp 1053.cpp
#include
#include
#define max 32768
int p[max/2];
bool sign[max];
void prime()
{
int i,j,k=0;
memset(sign,1,sizeof(sign));
for (i=2;i
www.eeworm.com/read/260175/11741249
cpp 1009.cpp
#include
#include
int max(int a,int b)
{
return a>b? a:b;
}
int main()
{
int i,length,sign1,sign2,x,y;
char a[20],b[20];
int c[21];
while(scanf("%s%s",&a,&b)!=EO
www.eeworm.com/read/259467/11788418
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/155795/11847736
m cordic.m
a=5,b=8
%z=a+bi
over=0
for n=0:8
k(n+1)=1/2^n
end
if(b>0)
sign=-1
else
sign=1
end
ph=sign*pi/2
temp=b*(-1*sign)
b=a*sign
a=temp %旋转90度
for n=0:7
if(b>0)
si
www.eeworm.com/read/342591/12010671
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/340608/12144646
asm i_div16.asm
;******************************************************************************
;* I_DIV16.ASM - 16 BIT STATE - V1.16 *
;* Copyright (c) 1995-1997 Texas Instr
www.eeworm.com/read/340608/12144673
asm fs_div16.asm
;******************************************************************************
;* FS_DIV16.ASM - 16 BIT STATE - v2.54 *
;* Copyright (c) 1996-2004 Texas Instr
www.eeworm.com/read/151781/12176398
c uvlc.c
/*
***********************************************************************
* COPYRIGHT AND WARRANTY INFORMATION
*
* Copyright 2001, International Telecommunications Union, Geneva
*
* DISCLAIMER
www.eeworm.com/read/338220/12317964
s ppc_fmuls.s
/* fpopt/ppc_fmuls.S, pl_FPE_common, pl_linux 11/24/03 16:17:35 */
/*-----------------------------------------------------------------
www.eeworm.com/read/127372/14357722
h errno.h
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
include/errno.h
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
0