代码搜索:Raspberry Pi

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

代码结果 10,000
www.eeworm.com/read/475819/6778857

cpp kfft.cpp

#include "math.h" kfft(pr,pi,n, k,fr,fi,l,il) void kfft(float *pr,float *pi,int n,int k,float *fr,float *fi,int l,int il) { int it,m,is,i,j,nv,l0; float p,q,s,vr,vi,poddr,poddi;
www.eeworm.com/read/475502/6790055

m dfirauwi.m

function [n,fc,f3,p1] = dfirauwi(ty,a,samp,fp,fs,wind,p1) % FIRAUWIN Auto window-based design % % [N,Fc,F0,P1] = firauwin(TY,A,SF,FP,FS,WIND) % INPUTS: % TY = 'lp', 'bp', 'bs', 'hp',
www.eeworm.com/read/475504/6790330

sql constantdefine.sql

declare pi constant number(9):=3.1415926; begin commit; end;
www.eeworm.com/read/474001/6828387

js pagingtreeloader-min.js

Ext.ns("Ext.ux.tree");Ext.ux.tree.PagingTreeLoader=function(A){this.pagingModel=A.pagingModel||"local";this.pageSize=A.pageSize||20;this.pagingTreeToolbar=new Ext.ux.tree.PagingTreeToolbar(A);this.pag
www.eeworm.com/read/473520/6845228

asv liti25.asv

figure(1); ezplot('cos(x)',[0,2*pi]) figure(2); x1=linspace(0,2*pi,30); y1=cos(x); plot(x1,y1) figure(3); x2=linspace(-20,0,30); y1=cos(x); plot(x1,y1)
www.eeworm.com/read/473520/6845243

m liti3.m

x=linspace(0,2*pi,30); y=sin(x); z=cos(x); plot(x,y,x,z) gtext('sin(x)'); gtext('cos(x)'); grid on
www.eeworm.com/read/473520/6845264

m liti5.m

x=linspace(0,2*pi,30); z=cos(x); y=sin(x); plot(x,z,:) hold on plot(x,y) zoom on
www.eeworm.com/read/471682/6887951

c program2_10.c

/* Program 2.10 Round tables again but shorter */ #include int main(void) { float diameter = 0.0f; /* The diameter of a table */ float radius = 0.0f;
www.eeworm.com/read/395151/8192624

m qam_16.m

function y=QAM_16(snr_in) snr=10^(snr_in/10); x=rand(200,1); h=length(x); fc=10000;fs=100000; ts=10/fc;t=0:1/fs:ts*h-1/fs;l=length(t)/h; t=reshape(t',l,h);t=t'; y=zeros(h/4,l); for i=1:h,
www.eeworm.com/read/194440/8193834

m ormsby.m

function [w,t]=ormsby(f1,f2,f3,f4,tlen,dt) % [w,t]=ormsby(f1,f2,f3,f4,tlen,dt) % % Make a ormsby wavelet given the four frequency parameters % f1 = low frequency stop % f2 = lowest frequency to pass