代码搜索:Appendix
找到约 1,357 项符合「Appendix」的源代码
代码结果 1,357
www.eeworm.com/read/320652/3545905
s dotmul.s
/*
* Signed multiply, from Appendix E of the Sparc Version 8
* Architecture Manual.
*/
/*
* Returns %o0 * %o1 in %o1%o0 (i.e., %o1 holds the upper 32 bits of
* the 64-bit product).
*
* This co
www.eeworm.com/read/282784/4087457
m generate_data.m
function data=generate_data(fr_length,frames,md,zf)
data = round((md - 1) * rand(fr_length,1,frames));
% zero forcing appendix
[m,n,o] = size(data);
n = m + 1:m + zf;
data(n,:,1:o) = 0;
www.eeworm.com/read/282784/4087475
m generate_data.m
function data=generate_data(fr_length,frames,md,zf)
data = round((md - 1) * rand(fr_length,1,frames));
% zero forcing appendix
[m,n,o] = size(data);
n = m + 1:m + zf;
data(n,:,1:o) = 0;
www.eeworm.com/read/282784/4087497
m generate_data.m
function data=generate_data(fr_length,frames,md,zf)
data = round((md - 1) * rand(fr_length,1,frames));
% zero forcing appendix
[m,n,o] = size(data);
n = m + 1:m + zf;
data(n,:,1:o) = 0;
www.eeworm.com/read/400494/2351618
s mul.s
/*
* Signed multiply, from Appendix E of the Sparc Version 8
* Architecture Manual.
*/
/*
* Returns %o0 * %o1 in %o1%o0 (i.e., %o1 holds the upper 32 bits of
* the 64-bit product).
*
* This co
www.eeworm.com/read/367182/2853944
s dotmul.s
/*
* Signed multiply, from Appendix E of the Sparc Version 8
* Architecture Manual.
*/
/*
* Returns %o0 * %o1 in %o1%o0 (i.e., %o1 holds the upper 32 bits of
* the 64-bit product).
*
* This co