代码搜索:COS

找到约 10,000 项符合「COS」的源代码

代码结果 10,000
www.eeworm.com/read/330796/12869063

mif cos.mif

WIDTH=12; DEPTH=4096; ADDRESS_RADIX=HEX; DATA_RADIX=HEX; CONTENT BEGIN 0 : FFF; 1 : FFF; 2 : FFF; 3 : FFF; 4 : FFF; 5 : FFF; 6 : FFF; 7 : FFF; 8 : FFF; 9 : FFF; A : FFF; B : FFF; C : FF
www.eeworm.com/read/241792/13116013

html cos.html

www.eeworm.com/read/138386/13238194

asm cos.asm

.mmregs .def cosx,d_xc , d_cosx cosx: .data table_c .word 0x0249 .word 0x0444 .word 0x0aab .word 0x4000 d_coef_c .u
www.eeworm.com/read/138087/13262130

html cos.html

cos
www.eeworm.com/read/310556/13649170

c cos.c

/*#ident "@(#)cfront:lib/complex/cos.c 1.3"*/ #include "complex.h" #include "const.h" complex cos(complex z) /* The cosine of z: cos(z)=cosh(iz). */ { complex y(-z.im, z.re); return cosh(y); }
www.eeworm.com/read/303513/13813706

m cos.m

function B=cos(A) %COS Cosine. % COS(S) is the cosine of the scalar function S. % Copyright (c) 2001-04-17, B. Rasmus Anthin. B=A; if isempty(inputname(1)) B.f=['cos(' A.f ')']; else
www.eeworm.com/read/303513/13813775

m cos.m

function B=cos(A) %COS Cosine. % COS(V) is the cosine of the vector function V. % Copyright (c) 2001-04-17, B. Rasmus Anthin. B=A; [x y z]=vars(A); if isempty(inputname(1)) B.fx=['cos
www.eeworm.com/read/134009/5895725

al cos.al

# NOTE: Derived from ../../lib/POSIX.pm. # Changes made here will be lost when autosplit again. # See AutoSplit.pm. package POSIX; #line 153 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/c
www.eeworm.com/read/133772/5900718

c cos.c

//=========================================================================== // // cos.c // // Test of cos() math library function // //===============================================
www.eeworm.com/read/133772/5900721

h cos.h

#ifndef CYGONCE_LIBM_COS_H #define CYGONCE_LIBM_COS_H //=========================================================================== // // cos.h // // Test vectors for testing of cos()