代码搜索:Raspberry Pi
找到约 10,000 项符合「Raspberry Pi」的源代码
代码结果 10,000
www.eeworm.com/read/177017/9474480
java math.java
interface Math
{
double PI=3.1415926;
}
class Arithmetic implements Math
{
double roundArea(double radius)
{
return PI*radius*radius;
}
}
class Student
{
public static void
www.eeworm.com/read/176709/9487424
m regbndpointsro.m
function bndpoints=regbndpointsRO(h) % defines "regular" boundary values
% with approx. stepsize h on [0,2*pi]
global RBFdomain
n=ceil(pi/h); % the stepsize must be re
www.eeworm.com/read/176583/9493304
m adsgn.m
function [B,A] = adsgn(Fs);
% ADSGN Design of a A-weighting filter.
% [B,A] = ADSGN(Fs) designs a digital A-weighting filter for
% sampling frequency Fs. Usage: Y = FILTER(B,A,X).
% Warni
www.eeworm.com/read/372700/9496860
txt 图4-2-14低通滤波器的增益特性比较.txt
%不同窗函数设计低通滤波器0924.TXT
%Nomalized frequency (/pi)
%Magnitude
clear;
format long %变量采样字长为双精度
wp=0.25;
M=25;
N=2*M+1;
win=boxcar(N); %设定窗函数,矩形窗
b=fir1(M*2,wp,win); %
www.eeworm.com/read/372509/9505937
cpp 2_2.cpp
#include
#include
const double pi = 3.1415926;
void main()
{
double radius1, radius2;
cout radius1 >>radius2;
cout
www.eeworm.com/read/372465/9509833
c show_tan.c
#include
#include
void main(void)
{
double pi = 3.14159265;
printf("Tangent of pi is %f\n", tan(pi));
printf("Tangent of pi/4 is %f\n", tan(pi / 4.0));
}
www.eeworm.com/read/176268/9510078
m dsmd.m
function P=dsmd(Rc,Uc)
x=0.001:0.001:4;
a=exp(-log(x/Uc).^2/(2*Rc));
b=1./(sqrt(2*pi*Rc)*x);
P=a.*b;
plot(x,P);
www.eeworm.com/read/372447/9510711
m ellipall.m
function [ output_args ] = Untitled2( input_args )
%UNTITLED2 Summary of this function goes here
% Detailed explanation goes here
ft=22050;
Wpl=2*1000/ft;
Wsl=2*1200/ft;
Rp = 1;
Rs = 100;
[Nl,Wnl] =
www.eeworm.com/read/372447/9510715
m ellipl.m
function [ output_args ] = Untitled8( input_args )
%UNTITLED8 Summary of this function goes here
% Detailed explanation goes here
ft=22050;
Wp=2*1000/ft;
Ws=2*1200/ft;
wps=tan(Wp*pi/2);
wss=tan(Ws*pi
www.eeworm.com/read/372447/9510728
asv ellipl.asv
function [ output_args ] = Untitled8( input_args )
%UNTITLED8 Summary of this function goes here
% Detailed explanation goes here
ft=22050;
Wp=2*1000/ft;
Ws=2*1200/ft;
wps=tan(Wp*pi/2);
wss=tan(Ws*pi