代码搜索结果

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

entries.extra.old

/PI.inc/////// /General.inc///////

untitled3.m

x = -pi:.1:pi; y = sin(x); plot(x,y)

05-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

opt21_1.m

x = fminbnd(@sin,0,2*pi) y = sin(x)

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 ];