代码搜索:Raspberry Pi
找到约 10,000 项符合「Raspberry Pi」的源代码
代码结果 10,000
www.eeworm.com/read/328346/13032740
m demo0.m
disp('\nSetup for demos')
disp('\nSet Pulse width and Period')
Tw=0.25
Tp=1.0
disp('\nSet number of points and determine time step')
N=100
NX=400
disp('\n set number of harmonics for Four
www.eeworm.com/read/328253/13037846
m ex2304.m
%例23-4 极坐标绘图函数polar
theta=0:0.05*pi:2*pi;
r1=sin(theta);
r2=cos(theta);
% polar(theta,r1,theta,r2)
polar(theta,[r1;r2])
polar([theta' theta'],[r1' r2'])
www.eeworm.com/read/328208/13041271
c 1cpdv.c
#include "math.h"
void cpdv(pr,pi,m,qr,qi,n,sr,si,k,rr,ri,l)
int m,n,k,l;
double pr[],pi[],qr[],qi[],sr[],si[],rr[],ri[];
{ int i,j,mm,ll;
double a,b,c,d,u,v;
void cmul(doubl
www.eeworm.com/read/140665/13068157
cpp xmoment.cpp
#include
#include
#include
#include "nr.h"
using namespace std;
// Driver for routine moment
int main(void)
{
const int NPTS=5000,NBIN=100,NPPNB=NPTS+N
www.eeworm.com/read/242170/13090288
m exp2_4_.m
close all
clc
clear
%定义时间范围
t=[0:pi/20:9*pi];
hold on %允许在同一坐标系下绘制不同的图形
plot(t,sin(t),'r:*')
plot(t,cos(t))
plot(t,-cos(t),'k')
grid on %在所画出的图形坐标中添加栅格,注意用在plot之后
hold off %覆盖旧图
www.eeworm.com/read/242170/13090311
m exp2_4.m
close all
clc
clear
%定义时间范围
t=[0:pi/20:9*pi];
figure(1) %选择图像
plot(t,sin(t),'r:*')
grid on %在所画出的图形坐标中添加栅格,注意用在plot之后
grid off %删除栅格
figure(2)
plot(t,cos(t))
grid on
grid off
www.eeworm.com/read/327001/13104322
m exp2_4_.m
close all
clc
clear
%定义时间范围
t=[0:pi/20:9*pi];
hold on %允许在同一坐标系下绘制不同的图形
plot(t,sin(t),'r:*')
plot(t,cos(t))
plot(t,-cos(t),'k')
grid on %在所画出的图形坐标中添加栅格,注意用在plot之后
hold off %覆盖旧图
www.eeworm.com/read/327001/13104352
m exp2_4.m
close all
clc
clear
%定义时间范围
t=[0:pi/20:9*pi];
figure(1) %选择图像
plot(t,sin(t),'r:*')
grid on %在所画出的图形坐标中添加栅格,注意用在plot之后
grid off %删除栅格
figure(2)
plot(t,cos(t))
grid on
grid off
www.eeworm.com/read/140057/13113015
m ex0408.m
%用不同线段类型、颜色和数据点形画曲线
x=0:0.1:2*pi;
plot(x,sin(x),'r-.') %用红色点划线画出曲线
hold on
plot(x,cos(x),'b:o') %用蓝色圆圈画出曲线,用点线连接
www.eeworm.com/read/241836/13113727
m alfa.m
% Azimut berechnen, x,y sind Diferenzen zwischen 2 Punkten.
function a=alfa(x,y)
if(abs(x)=0.0)
if(