代码搜索:Raspberry Pi

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

代码结果 10,000
www.eeworm.com/read/200130/15440570

m comet531.m

function comet531 figure(1) t = 0:.01:2*pi; x = cos(2*t).*(cos(t).^2); y = sin(2*t).*(sin(t).^2); comet(x,y);
www.eeworm.com/read/200130/15440572

m errorbar531.m

function errorbar531 figure(1) x=[0:0.2:4*pi]; y=sin(x); e=[0:1/(length(x)-1):1]; errorbar(x,y,e)
www.eeworm.com/read/200130/15440601

m plotyy533.m

function plotyy533 x=0:0.01*pi:2*pi; y=sin(x); z=exp(x); plotyy(x,y,x,z,'plot','semilogy')
www.eeworm.com/read/200060/15441453

cpp hmmutils.cpp

//hmmutils.cpp //date:2001.10.11 // Purpose: utilities for reading, writing HMM stuff. #include #include #include #include "nrutils.h" #include "hmm.h" st
www.eeworm.com/read/113179/15467963

c ex17.c

#include /* special function register declarations */ /* for the intended 8051 derivative */ #include
www.eeworm.com/read/112659/15479504

c 1.c

#include "stdio.h" #include "math.h" #define Pi 3.1415926 #define N 10 main() { int k,j,n=-1,s; double x[N],y[N],xx,yy,t=1; yy=0; printf("enter xx:"); scanf("%d",&s);
www.eeworm.com/read/112539/15483372

cpp p1-4.cpp

##include //包含iostream.h头文件 void main() { //输出字符常量、变量和字符串 char c1='A'; cout
www.eeworm.com/read/110337/15536278

java app7_4.java

// app7_4, 圆形类CCircle class CCircle //定义类CCircle { double pi=3.14; // 将数据成员赋值初值
www.eeworm.com/read/110094/15541932

java app7_4.java

// app7_4, 圆形类CCircle class CCircle //定义类CCircle { double pi=3.14; // 将数据成员赋值初值
www.eeworm.com/read/108859/15573830

m ssresp.m

function ys = ssresp(ty,tfn,tfd,x,ty1) % SSRESP Steady-state response to sinusoidal inputs in symbolic form. % % YS = SSRESP(TY,NUM,DEN,X) Steady-state response in symbolic form % NUM and DEN are