~{WwU_J9SC5D~}ucos~{T4Bk#,1`RkA4=S5wJT>y?IRT#,4x~}uart~{2bJT~}
资源简介:~{WwU_J9SC5D~}ucos~{T4Bk#,1`RkA4=S5wJT>y?IRT#,4x~}uart~{2bJT~}
上传时间: 2015-03-02
上传用户:siguazgb
资源简介:设有二元函数 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) * f(y-2) (y>2) f(y) = 1 (y=1,2) 请编程建立3个并发协作进程,它们分别完成f(x,y),f(x),f(y)
上传时间: 2017-09-18
上传用户:baiom
资源简介:两个点的线性插值定点数算法 说明:1、基本公式 y=( y2-y1 ) ( x-x1 ) / ( x2-x1 ) + y1 2、根据直线斜率的正负、内插外插的不同,分为6种情况。 3.参见文件夹中的“插值算法的6种情况”一图。
上传时间: 2014-01-06
上传用户:13215175592
资源简介:这是java经典书籍-<java 2核心技术卷1:基础知识>的代码,希望对学习java的人有用!
上传时间: 2013-12-18
上传用户:chens000
资源简介:The Hardware folder contains the following files:- 1) Sram_Interface.bit -----------------> Bitstream File 2) Sram_Interface.ucf -----------------> UCF File 3) Sram_Interface.vhd -----------------> Main Entity 4) Sram_Interface_...
上传时间: 2014-11-11
上传用户:gmh1314
资源简介:he Software folder contains the following files :- 1) Sram_Interface.exe ----------> EXE File 2) Sram_Interface.c ----------> C Source File
上传时间: 2015-09-28
上传用户:远远ssad
资源简介:--- --- --- ----UART0: 115200,8,n,1------------------------------- Embest S3CEV40 >Embest Info&Tech Co., Ltd. Embest Info&Tech Co., Ltd. Embest S3CEV40 >
上传时间: 2013-11-30
上传用户:wqxstar
资源简介:16<->10转换1 6<->10转换1 6<->10转换16<->10转换
上传时间: 2016-01-20
上传用户:zmy123
资源简介:求标准偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) > t=t+x(i)*x(i) > end > c=sqrt(t/(m*n-1)) function c=myfunction(x) [m,n]=size(x) t=0 for i=1:m for j=1:n t=t+x(i,j)*x(i,j) end ...
上传时间: 2014-01-15
上传用户:hongmo
资源简介:求标准偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) > t=t+x(i)*x(i) > end > c=sqrt(t/(m*n-1)) function c=myfunction(x) [m,n]=size(x) t=0 for i=1:m for j=1:n t=t+x(i,j)*x(i,j) end ...
上传时间: 2013-12-26
上传用户:dreamboy36