代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/493918/6384555
c gainc.c
#include
#include "math.h"
void gainc(b,a,n,ns,x,y,len,sign)
int n,ns,len,sign;
double b[],a[],x[],y[];
{
int i,j,k,n1;
double ar,ai,br,bi,zr,zi,im,re,den,numr,numi,freq,temp;
dou
www.eeworm.com/read/13097/268337
src license.src
INCREMENT mgc_s mgcld 2018.080 17-aug-2018 0 5DE6CF613C1528A13985 \
SIGN2=0
INCREMENT mentorall_s mgcld 2018.080 17-aug-2018 0 5D26FFA1BA34FB448801 \
SIGN2=0
www.eeworm.com/read/412775/11185670
c gainc.c
#include
#include "math.h"
void gainc(b,a,n,ns,x,y,len,sign)
int n,ns,len,sign;
double b[],a[],x[],y[];
{
int i,j,k,n1;
double ar,ai,br,bi,zr,zi,im,re,den,numr,numi,freq,temp;
dou
www.eeworm.com/read/102552/15773276
htm subject_27453.htm
序号:27453 发表者:atang 发表日期:2003-01-11 21:20:48
主题:double 转CString 一问?
内容:{int decimal,sign;double a;//需要转换的变量char szTemp[10];szTemp=_fcvt(a,3,&decimal,&sign);re
www.eeworm.com/read/101790/15809457
htm subject_27453.htm
序号:27453 发表者:atang 发表日期:2003-01-11 21:20:48
主题:double 转CString 一问?
内容:{int decimal,sign;double a;//需要转换的变量char szTemp[10];szTemp=_fcvt(a,3,&decimal,&sign);re
www.eeworm.com/read/431679/8661572
txt deltabadi.txt
METHOD IF_EX_MB_DOCUMENT_BADI~MB_DOCUMENT_BEFORE_UPDATE .
DATA:JOBNUMBER TYPE BTCJOBCNT.
DATA: LV_RELEASED TYPE BTCCHAR1.
DATA: ZXMKPF LIKE LINE OF XMKPF .
DATA: ZXMSEG LIKE LINE OF XMSE
www.eeworm.com/read/172784/9690601
log nodeinfo_test.log
Host command: C:\PROGRA~1\CDS\TOOLS\BIN\VERILOG.EXE
Command arguments:
nodeinfo_test.v
Verilog_XL_Turbo_NT 2.6.9 log file created Dec 24, 1998 16:51:49
Verilog_XL_Turbo_NT 2.6.9 Dec 24, 1
www.eeworm.com/read/391275/8413188
geo crackcube.geo
# a cube with a crack in ascii , handcoded by Steve Vavasis
# comment lines are marked with a # sign. Comment continues
# to the end of the line. Otherwise line breaks are not significant
# (they
www.eeworm.com/read/366144/9828711
geo crackcube.geo
# a cube with a crack in ascii , handcoded by Steve Vavasis
# comment lines are marked with a # sign. Comment continues
# to the end of the line. Otherwise line breaks are not significant
# (they
www.eeworm.com/read/365689/9851153
m nzsign.m
%|
%| PURPOSE: written to match "numerical recipes in C" function SIGN.
%|
function [rval] = nzSIGN(valueArgument, signArgument)
if signArgument >= 0,
rval = abs(valueArgument);
else