代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/146694/12617980
c 2-12.c
#include
#include
void main(void)
{
int c,sign,result;
printf("input a string [digits]:\n");
for(c=getchar();isspace(c);c=getchar());
sign=(c=='-')?-1:1;
if(c=='+'||c=
www.eeworm.com/read/334090/12638535
c sin.c
/****************************************************************************/
/* sin v2.24 */
/* Copyright (c) 1995-2002 Texas Instrum
www.eeworm.com/read/334090/12638963
c cos.c
/****************************************************************************/
/* cos v2.24 */
/* Copyright (c) 1995-2002 Texas Instrum
www.eeworm.com/read/334090/12639009
asm fs_mul16.asm
;******************************************************************************
;* FS_MUL16.ASM - 16 BIT STATE - v2.24 *
;* Copyright (c) 1996-2002 Texas Instru
www.eeworm.com/read/238424/13887905
m riddling.m
%产生一个N(0,1)正态分布随机数
%采用筛选法,精度较高
%其他方法可参阅《现代应用数学手册--概率统计与随机过程卷》清华大学出版社马振华主编
%function y=riddling()
function y=riddling()
sign=0;
while 1
x=rand(1,2);
v1=2*x(1)-1;v2=2*x(2)-1;
s=v1^2
www.eeworm.com/read/238364/13891315
m chap5_6f.m
function [kx,BsJ]=pid_fm_gaf(kx,BsJ)
global rin yout timef F
a=50;b=400;
ts=0.001;
sys=tf(b,[1,a,0]);
dsys=c2d(sys,ts,'z');
[num,den]=tfdata(dsys,'v');
u_1=0;u_2=0;
y_1=0;y_2=0;
e_1=0;
www.eeworm.com/read/300615/13902979
m gauss.m
[M N]=size(H);
HH=fliplr(H); %按列左右交换
HH=flipud(H); %按行上下交换
BakH=HH;
sign=0;
i=1;
while i
www.eeworm.com/read/237267/13970167
txt yzgfft.txt
bool FFT(double *fr,double *fi,int n,bool flag)
{
int mp,arg,cntr,p1,p2;
int i,j,a,b,k;
double sign,pr,ppi,harm,t;
double *ca,*sa;
ca=(double *) calloc(n,sizeof(double));
sa=(double *) ca
www.eeworm.com/read/134893/13972218
m nndrwlin.m
function h = nndrwlin(x,y,w,c)
%NNDRWLIN Neural Network Design utility function.
% NNDRWLIN(X,Y,W,C)
% X - Vector of horizontal coordinates.
% Y - Vector of vertical coordinates.
% W - Wi
www.eeworm.com/read/134780/13973745
cpp lr0.cpp
//朱贺 民航学院
#include
#include
#include
#include
struct stack{
int top;
int st[15]; //状态栈
char sn[15]; //符号栈
}*sign;
str