代码搜索:Z3
找到约 452 项符合「Z3」的源代码
代码结果 452
www.eeworm.com/read/173971/9623120
ico bmw z3 roadster.ico
www.eeworm.com/read/271244/11002088
m psd3d.m
function [t3, w3, z3]=psd3d(w, p, w1, t0, t1);
% The function PSD3D computes the variables, t3, w3, z3 for 3-D Fourier Spectrum plots.
% Computed Fourier spectrum variables w and p are passed to
www.eeworm.com/read/197649/7983073
m psd3d.m
function [t3, w3, z3]=psd3d(w, p, w1, t0, t1);
% The function PSD3D computes the variables, t3, w3, z3 for 3-D Fourier Spectrum plots.
% Computed Fourier spectrum variables w and p are passed to
www.eeworm.com/read/142092/12963271
m psd3d.m
function [t3, w3, z3]=psd3d(w, p, w1, t0, t1);
% The function PSD3D computes the variables, t3, w3, z3 for 3-D Fourier Spectrum plots.
% Computed Fourier spectrum variables w and p are passed to
www.eeworm.com/read/294924/8192864
out abc.out
Push 8
Push 3
*
Push 65
Push 8
Push 2
DIV
+
lvalue x
Push 7
Push 3
+
=
rvalue b
rvalue t2
*
Push 3
+
rvalue bacd
Push 3
+
lvalue x
rvalue bt
rvalue z3
*
Push 3
+
=
www.eeworm.com/read/284304/8947778
txt 02-08.txt
>> x=int8(45)
>> y=int8(-2)
>> z1=x+y
>> z2=x-y
>> z3=x*y
>> z4=x/y
>> class(z1),class(z2),class(z3),class(z4)