代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/325159/13222177
gif icon_sign.gif
www.eeworm.com/read/137823/13294951
px pk_sign.px
www.eeworm.com/read/137823/13294956
db pk_sign.db
www.eeworm.com/read/136697/13365380
m fuz_sign.m
function f = fuz_sign(f1)
% f=fuz_sign(f1)
%
% Test if the trapezoidel fuzzy intervall or triangular fuzzy
% number is positive.
%
% f1 = [xmin xmax m n alpha beta]
% (ymin=0 und ymax=1 )
%
% A
www.eeworm.com/read/136450/13376679
txt sign1024.txt
UOcwFz6P6k+F+W6sm2+OdfMSotEbak4kEB3ioIbwXhiLC/jR56iDUDSAIKYw0Xg0
f+lk2u7xfOF2nQ5U75GCRk9j4c4RdvpoDurp5GcRr+CqDXp1viMIKEgh4VMW9Zrg
qpc5JeaWDB0UzvdFeHOvb0wgbn6Q7eRtGwlP+X5irmQ=
www.eeworm.com/read/320955/13415356
c d_sign.c
#include "f2c.h"
#ifdef __cplusplus
extern "C" {
#endif
#ifdef KR_headers
double d_sign(a,b) doublereal *a, *b;
#else
double d_sign(doublereal *a, doublereal *b)
#endif
{
double x;
x = (*a >= 0 ? *a
www.eeworm.com/read/320955/13415373
c i_sign.c
#include "f2c.h"
#ifdef __cplusplus
extern "C" {
#endif
#ifdef KR_headers
integer i_sign(a,b) integer *a, *b;
#else
integer i_sign(integer *a, integer *b)
#endif
{
integer x;
x = (*a >= 0 ? *a : - *a
www.eeworm.com/read/320955/13415391
c r_sign.c
#include "f2c.h"
#ifdef __cplusplus
extern "C" {
#endif
#ifdef KR_headers
double r_sign(a,b) real *a, *b;
#else
double r_sign(real *a, real *b)
#endif
{
double x;
x = (*a >= 0 ? *a : - *a);
return( *
www.eeworm.com/read/320955/13415424
c h_sign.c
#include "f2c.h"
#ifdef __cplusplus
extern "C" {
#endif
#ifdef KR_headers
shortint h_sign(a,b) shortint *a, *b;
#else
shortint h_sign(shortint *a, shortint *b)
#endif
{
shortint x;
x = (*a >= 0 ? *a
www.eeworm.com/read/320523/13424888