代码搜索:Appendix
找到约 1,357 项符合「Appendix」的源代码
代码结果 1,357
www.eeworm.com/read/318141/13485096
htm appendixaxmlfileformatofafilecontainingapnmodel.htm
Appendix A: XML file-format of a file containing a PN model
www.eeworm.com/read/148689/5712185
diz file_id.diz
@PRODUCT v @VERSION@PLATFORM_APPENDIX
Russian localized version.
Includes GOST 28147-89 encryption module.
www.eeworm.com/read/154516/11949123
m roty_.m
function [xd,yd,zd]=roty_(x,y,z,th)
cosf=cos(th*pi/180);sinf=sin(th*pi/180);
yd =y;
xd = cosf.*x + sinf.*z;
zd = - sinf.*x + cosf.*z;
% roty_.m
% roty_(x,y,z,th) rotates a vector [x,y,z]
% th