18.7.1 Words pseudo(syu duo) code internationalization literal collaborate(ke la be rea te) Syntax(sin tax) enumeration (in 牛魔 ration) ...
分类:
其他好文 时间:
2018-07-02 01:25:23
阅读次数:
166
//模型一 单个相机底座大小 module cam_1(xl,yl,zl,xd,yd,zd,jd){ translate([sin(0),cos(90),0])rotate([xd,yd,zd]) cube([xl,yl,zl],center=true); //挡板最外侧 179/2 半个基线 4/... ...
分类:
其他好文 时间:
2018-06-20 21:12:24
阅读次数:
115
引言:本文旨在通过该算法产生正余弦波形(不使用IP核)。 一。仿真波形 如上所示,dout_sin 和dout_cos 通过补码形式输出三角函数的值,其中使用dout_vld指示信号的有效性。 二。代码下载 点我下载,然后自己加入到modelsim中就可以仿真了。 信号说明: 如上所示,只要给din ...
分类:
编程语言 时间:
2018-06-15 20:08:16
阅读次数:
205
1:cordic算法的基本公式 2:角度θ的部分取值(左)以及使用matalb得到的二进制值(右) 3:使用圆坐标系的伪旋转,可计算sin,cos,tan-1, 令x0=1/k=0.6073,y0=0,可以得到sin与cos值; 令x0=1,z0=0,可以得到tan-1; 令x0=1,z0=0,由循 ...
分类:
编程语言 时间:
2018-05-31 15:31:06
阅读次数:
203
f:=(x,y)->x^2*sin(2*y); fx:=diff(f(x,y),x); fy:=diff(f(x,y),y); 或 f:=(x,y)->x^2*sin(2*y); fx:=D[1](f)(x,y); fy:=D[2](f)(x,y); f:=(x,y)->x^2+3*x*y+y^2; ...
分类:
其他好文 时间:
2018-05-21 12:32:15
阅读次数:
405
已知$f(x)=2\sqrt{(\cos x+\frac{1}{2})^2+\sin x^2}-\sqrt{\cos x^2+(\sin x-\frac{1}{2})^2}$,若$m\ge f(x)$恒成立,求$m$的范围_______. ...
分类:
其他好文 时间:
2018-05-21 12:22:05
阅读次数:
155
https://www.visualstudio.com/zh-hans/thank-you-downloading-visual-studio/?sku=Professional&rel=15 下载vs 然后安装 启动vs 建立项目,设置python环境,保存的项目就是xxxx.sin 每一次启动 ...
分类:
编程语言 时间:
2018-05-05 10:22:54
阅读次数:
3337
public class Test { protected static final Logger logger = LoggerFactory.getLogger(Test.class); public static void main(String[] args) { Singleton sin... ...
分类:
编程语言 时间:
2018-05-04 17:00:12
阅读次数:
207
通用函数:能同时对数组中所有元素进行运算的函数。 常见的通用函数: 一元函数:abs(绝对值), sqrt(开根号),exp,log,ceil,floor,rint/rount,trunc,modf,isnan,isinf,cos,sin,tan 二元函数:add,substract,multipl ...
分类:
其他好文 时间:
2018-05-02 16:12:30
阅读次数:
254
已知$\Delta ABC$满足$\sin^2A+\sin^2B+\sin^2C=2\sqrt{3}\sin A\sin B\sin C,a=2$,求$A$ ...
分类:
其他好文 时间:
2018-04-30 21:13:09
阅读次数:
151