搜索结果
找到约 150 项符合
Sin-mlink 的查询结果
VHDL/FPGA/Verilog 基于CORDIC算法的
基于CORDIC算法的,数字控制振荡器的设计。带测试程序,输入一个振荡频率,输出SIN和COS的波形!
VHDL/FPGA/Verilog 基于NCO的数字控制振荡器。带测试程序
基于NCO的数字控制振荡器。带测试程序,输出12位的COS和SIN波形。
单片机开发 classical culculator but has some thing special that you can store your work in a file in the hard a
classical culculator but has some thing special that you can store your work in a file in the hard and including sin & cos
单片机开发 这是一个用51单片机写的PWM控制程序This is a single chip using 51 of the PWM control procedures writtenThis is a sin
这是一个用51单片机写的PWM控制程序This is a single chip using 51 of the PWM control procedures writtenThis is a single chip using 51 of the PWM control procedures written
金融证券系统 hurst parameter: 給入一序列的資類
hurst parameter: 給入一序列的資類,程式會畫出husrt 參數的figure和估計值
例 hurst_expo(sin(0:0.01:5*pi))
电子书籍 用有限元分析的法解决一类偏微分方程
用有限元分析的法解决一类偏微分方程,用到的DG方法,绝对原创。Ut+Ux=0,with U(x,0)=sin(x)
数值算法/人工智能 用有限元分析的法解决一类偏微分方程
用有限元分析的法解决一类偏微分方程,用到的DG方法,绝对原创。Ut=Uxx,with U(x,0)=sin(x)
嵌入式/单片机编程 #define PI 3.1415926 double angle=(double)theta/10.0*PI/180.0 double anglecos=cos(angle) dou
#define PI 3.1415926
double angle=(double)theta/10.0*PI/180.0
double anglecos=cos(angle)
double anglesin=sin(angle)