代码搜索:Raspberry Pi
找到约 10,000 项符合「Raspberry Pi」的源代码
代码结果 10,000
www.eeworm.com/read/184304/9111053
m exm025~1.m
%exm0253_1.m
t=0:pi/50:4*pi;
y0=exp(-t/3);
y=exp(-t/3).*sin(3*t);
plot(t,y,'-r',t,y0,':b',t,-y0,':b')
grid
www.eeworm.com/read/184304/9111959
m exm086~2.m
%exm0861_2.m
clear,
t=pi;
eval('theta=t/2,y=sin(theta)');
who
www.eeworm.com/read/182454/9203708
m develop.m
clear;
% % The function can be used to calculate the pattern of interference
% % Just for one beam case
% the param
i = sqrt (-1);
dNglass = 1.58; % the incide
www.eeworm.com/read/182220/9211339
txt ddddfff.txt
说明:
pr[n]——输入的实部
pi[n]——数入的虚部
n,k——满足n=2^k
fr[n]——输出的实部
fi[n]——输出的虚部
l——0 FFT,1 IFFT
il——0 输出按实部/虚部;1 输出按模/幅角
#include "math.h"
void kkfft(pr,pi,n,k,fr,fi,l,il)
int n,k,l,il;
do
www.eeworm.com/read/378041/9253239
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/181239/9264033
~cpp fftdisp.~cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "FFTDisp.h"
#include "math.h"
//---------------------------------------
www.eeworm.com/read/181239/9264100
cpp fftdisp.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "FFTDisp.h"
#include "math.h"
//---------------------------------------
www.eeworm.com/read/181239/9264101
cpp frmfft.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "frmFFT.h"
//-----------------------------------------------------------
www.eeworm.com/read/181237/9264187
cs math.cs
using System;
namespace nanwin
{
///
/// math 的摘要说明。
///
public class math
{
public math()
{
//
// TODO: 在此处添加构造函数逻辑
//
}
public static void