WSJT-X
WSJT-X技术资料下载专区,收录898份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
资源总数
898
WSJT-X 全部资料 898 份
设有二元函数 f(x,y) = f(x) + f(y) 其中:f(x) = f(x-1) * x (x>1) f(x) = 1 (x=
设有二元函数 f(x,y) = f(x) + f(y) 其中:f(x) = f(x-1) * x (x>1) f(x) = 1 (x=1) f(y) = f(y-1) *...
2017-09-18
192
Cubic spline algorithm approximating function y=f(x) - ((-2)*x*(2*x+3))/(x*x+4*x+5) in interval [-2
Cubic spline algorithm approximating function y=f(x) - ((-2)*x*(2*x+3))/(x*x+4*x+5) in interval [-2 2]
2013-12-05
88
prolog it easy program called piskvorky X O X O X O
prolog it easy program called piskvorky X O X O X O
2017-06-20
187
Using 3 methods to integrate the function f(x) = 1/(1+x*x)
Using 3 methods to integrate the function f(x) = 1/(1+x*x)
2014-01-06
35
拟合函数为 g(x)=0.52253+7.90342*x-7.129385*sin(x)
拟合函数为 g(x)=0.52253+7.90342*x-7.129385*sin(x)
2014-01-22
155
设f(x)=1+x+x2+x5+x27
设f(x)=1+x+x2+x5+x27,试分别写出实现下列移位寄存器的程序: 以f(x)为联接多项式的DSR; 以f(x)为联接多项式的LFSR。 可供选择的联接多项式: f1(x)=1+x+x4+x6+x30; f2(x)=1+...
2015-07-13
133