代码搜索:2PI

找到约 107 项符合「2PI」的源代码

代码结果 107
www.eeworm.com/read/211973/15169047

m example1_8.m

t=0:pi/20:2*pi; plot(t,sin(t)); xlabel('t=0 to 2pi'); ylabel('sin(t)'); title('0到2pi的正弦曲线'); text(pi/4,sin(pi/4),'\leftarrowsin(t)=0.707');
www.eeworm.com/read/294008/8257898

m example1_8.m

t=0:pi/20:2*pi; plot(t,sin(t)); xlabel('t=0 to 2pi'); ylabel('sin(t)'); title('0到2pi的正弦曲线'); text(pi/4,sin(pi/4),'\leftarrowsin(t)=0.707');
www.eeworm.com/read/393857/8258913

m b77.m

t=0:pi/20:2*pi; plot(t,sin(t)); xlabel('t=0 to 2pi'); ylabel('sin(t)'); title('0到2pi的正弦曲线'); text(pi/4,sin(pi/4),'\leftarrowsin(t)=0.707');
www.eeworm.com/read/426972/8988126

vhd gh_cordic_vectoring_28.vhd

----------------------------------------------------------------------------- -- Filename: gh_cordic_vectoring.vhd -- -- Description: -- The Cordic Rotation Algorithm - vectoring (R->P) -- -- C
www.eeworm.com/read/426972/8988213

vhd gh_cordic_vectoring.vhd

----------------------------------------------------------------------------- -- Filename: gh_cordic_vectoring.vhd -- -- Description: -- The Cordic Rotation Algorithm - vectoring (R->P) -- -- C
www.eeworm.com/read/426972/8988217

vhd gh_cordic_rotation_28.vhd

----------------------------------------------------------------------------- -- Filename: gh_cordic_rotation_28.vhd -- -- Description: -- The Cordic Rotation Algorithm -- -- Copyright (c) 2005
www.eeworm.com/read/426972/8988223

vhd gh_cordic_rotation.vhd

----------------------------------------------------------------------------- -- Filename: gh_cordic_rotation.vhd -- -- Description: -- The Cordic Rotation Algorithm -- -- Copyright (c) 2005, 2
www.eeworm.com/read/426972/8988291

vhd gh_cordic.vhd

----------------------------------------------------------------------------- -- Filename: gh_cordic.vhd -- -- Description: -- The Cordic Rotation Algorithm -- -- Copyright (c) 2005, 2006 by Ge
www.eeworm.com/read/355525/10259519

h rand.h

#ifndef ( _RANDOM_H_ ) #define _RANDOM_H_ const double _2PI = 6.2831853; //2pi #endif
www.eeworm.com/read/224554/14585336

txt c程序.txt

#include const float 2PI= 2.0*3.14159265f; // 常数2PI定义 const int MAX_N = 256; // 最大DFT点数 N=256; M=9; //*----*----*----*----*----*----*----*----*----*----*----*----* FFT算法模块接口定义 *---