代码搜索:Raspberry Pi
找到约 10,000 项符合「Raspberry Pi」的源代码
代码结果 10,000
www.eeworm.com/read/253521/12217639
m ex3_21.m
a=0;b=3*pi;
n=1000; h=(b-a)/n;
x=a; s=0;
f0=exp(-0.5*x)*sin(x+pi/6);
for i=1:n
x=x+h;
f1=exp(-0.5*x)*sin(x+pi/6);
s=s+(f0+f1)*h/2;
f0=f1;
end
s
www.eeworm.com/read/339239/12247552
m exm05011_1.m
a1=[1/3,pi/7,sqrt(5),pi+sqrt(5)] %a1是数值常数
a2=sym([1/3,pi/7,sqrt(5),pi+sqrt(5)]) %最接近的有理表示
a3=sym([1/3,pi/7,sqrt(5),pi+sqrt(5)],'e') %带估计误差的有理表示
a4=sym('[1/3,pi/7,sqrt(5),pi
www.eeworm.com/read/338523/12302326
m ga_gen_fp7.m
function PI=GA_gen_fp7(chromosome)
global MIN_offset MUL_factor
X=chromosome(1); Y=chromosome(2);
% The original PI (maximization) is defined as follows
% PI=21.5+X.*sin(4*pi*X)+1.1*Y.*sin(20*pi
www.eeworm.com/read/338293/12314561
m shaw.m
function [A,b,x] = shaw(n)
%SHAW Test problem: one-dimensional image restoration model.
%
% [A,b,x] = shaw(n)
%
% Discretization of a first kind Fredholm integral equation with
% [-pi/2,pi/2] as both
www.eeworm.com/read/251835/12317287
m ellipkkp.m
function [K,Kp] = ellipkkp(L)
%ELLIPKKP Complete elliptic integral of the first kind, with complement.
% K = ELLIPKKP(L) returns the value of the complete elliptic
% integral of the first kind,
www.eeworm.com/read/150013/12325581
m examp5_7.m
syms t w; syms a potitive
f=1/(t^2+a^2); F=fourier(f,t,w)
syms t w; syms a positive
f=pi*exp(-a*abs(w))/a; ifourier(f)
ifourier(F)
www.eeworm.com/read/150012/12325611
m examp5_1.m
syms t; f=t^2*exp(-2*t)*sin(t+pi); laplace(f)
pretty(ans)
latex(ans)
www.eeworm.com/read/148879/12417811
m 3-12.m
plot(0:pi/20:2*pi,sin(0:pi/20:2*pi))
text(pi,0,' \leftarrow sin(\pi)','FontSize',18)
www.eeworm.com/read/250253/12420062
cls exif.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject