代码搜索:Raspberry Pi

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

代码结果 10,000
www.eeworm.com/read/456187/7355394

java exercise3_30.java

// Exercise3_30.java: Approximate PI public class Exercise3_30 { public static void main(String[] args) { double pi = 0; double term; int sign = 1; for (int i = 1; i
www.eeworm.com/read/455852/7362786

m youhua.m

function [f,g]=youhua(x) % obtain the objective function V0=4*pi*(x(1)+x(2)+x(3))^3/3;S0=8*pi*(x(1)+x(2)+x(3))^2; Va=8*pi^2*x(1)*x(2)*x(3);Sa=4*pi^2*x(1)*((x(2)+x(3))+abs(x(2)-x(3))); Vb=8*pi^2*
www.eeworm.com/read/455488/7370811

asv doa.asv

clc; close all; clear all; F=3000; %signal frequency 3khz N=1000; %no. of samples used Fs=7000; %sampling rate Ts=1/Fs; %sampling Period C=340; %velocity of sound (m/sec)
www.eeworm.com/read/455488/7370813

m doa.m

clc; close all; clear all; F=3000; %signal frequency 3khz N=1000; %no. of samples used Fs=7000; %sampling rate Ts=1/Fs; %sampling Period C=340; %velocity of sound (m/sec)
www.eeworm.com/read/455353/7372962

m g.m

A=imread('1.bmp');B=imread('2.bmp');C=imread('3.bmp');D=imread('4.bmp'); a=rand(64);b=rand(64);c=rand(64);d=rand(64); aa=exp(i*2*pi.*a);bb=exp(i*2*pi.*b);cc=exp(i*2*pi.*c);dd=exp(i*2*pi.*d); A=doub
www.eeworm.com/read/455345/7373006

m m2.m

fp=[480,520]; fs=[450,550]; wp=[480,520]*pi*2; ws=[450,550]*pi*2; rp=3; rs=20; [n,wn]=buttord(wp,ws,rp,rs,'s'); [b,a]=butter(n,wn,'s'); [ha,w]=freqs(b,a); ma=abs(ha); pha=unwrap(angle(ha));
www.eeworm.com/read/455033/7379394

edp dfft.edp

// Example of dynamic function load // -------------------------------- // $Id: dfft.edp,v 1.4 2005/11/01 16:08:57 hecht Exp $ // Discret Fast Fourier Transform // -------------------------------
www.eeworm.com/read/454974/7380758

m fourier.m

% Numerical Inversion of Laplace Transforms: % The Fourier Series Approximation % Author's Data: Housam BINOUS % Department of Chemical Engineering % National Institute of Applied Sciences and
www.eeworm.com/read/454038/7402559

c main.c

#include "stdio.h" #include "math.h" void main(void) { int i,j; double pr[64], pi[64],fr[64],fi[64]; for (i=0;i
www.eeworm.com/read/453434/7420739

m fig3_41.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Figure 3.41 % Initial 40dB Chebychev pattern with four nulls equispaced over the sector(0.22,0.28). % Lillian Xiaolan Xu 3/24/99 % Last updated by K. Bell 9/2