代码搜索结果

找到约 10,000 项符合 Raspberry Pi 的代码

funvfp247.dat

函数 PI() 功能 返回PI常数

06-16.txt

>> A(1,1) = {[1 4 3; 0 5 8; 7 2 9]}; >> A(1,2) = {'Anne Smith'}; >> A(2,1) = {3+7i}; >> A(2,2) = {-pi:pi/4:pi}

02-01.txt

>> 0.5*pi*5^2 >> 0.5*pi*5^2*10

02-02.txt

>> s= 0.5*pi*5^2 >> v=s*10

foo.m

function y = foo(x) y = 2*pi*x;

test.m

function y = test y = [ 1 0; 0 1] * [ pi pi/2; -pi -pi/2 ];

g1.m

function g1=g1(r) g1=1.0344*pi*r.^2;

g2.m

function g2=g2(r) g2=2.797866667*pi*r.^4;

06-16.txt

>> A(1,1) = {[1 4 3; 0 5 8; 7 2 9]}; >> A(1,2) = {'Anne Smith'}; >> A(2,1) = {3+7i}; >> A(2,2) = {-pi:pi/4:pi}