代码搜索:Raspberry Pi

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

代码结果 10,000
www.eeworm.com/read/205502/15314767

m ex5_15.m

subplot(2,2,1); ezplot('x^2+y^2-9');axis equal subplot(2,2,2); ezplot('x^3+y^3-5*x*y+1/5') subplot(2,2,3); ezplot('cos(tan(pi*x))',[ 0,1]) subplot(2,2,4); ezplot('8*cos(t)','4*sqrt(2)*sin(t)',[
www.eeworm.com/read/205502/15314774

m ex5_19.m

t=0:pi/20:2*pi; [x,y,z]= cylinder(2+sin(t),30); subplot(2,2,1); surf(x,y,z); subplot(2,2,2); [x,y,z]=sphere; surf(x,y,z); subplot(2,1,2); [x,y,z]=peaks(30); surf(x,y,z);
www.eeworm.com/read/171524/5394055

c jpc_t2dec.c

/* * Copyright (c) 1999-2000 Image Power, Inc. and the University of * British Columbia. * Copyright (c) 2001-2003 Michael David Adams. * All rights reserved. */ /* __START_OF_JASPER_LICENSE__
www.eeworm.com/read/169491/5420731

m tohrev.m

function angle = tohrev(angle) % This will take in an angle in radians between % -2*pi and 2*pi and modulate it so that the output % is from -pi to pi % % angle = tohrev(angle) if(angle > pi & angle
www.eeworm.com/read/167728/5453275

c tests.c

/* integration/tests.c * * Copyright (C) 1996, 1997, 1998, 1999, 2000 Brian Gough * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Genera
www.eeworm.com/read/167562/5457464

h qmath_p.h

/**************************************************************************** ** ** Copyright (C) 1992-2006 Trolltech ASA. All rights reserved. ** ** This file is part of the QtGui module of the Qt To
www.eeworm.com/read/167220/5461915

m shili2.m

clc; clear; x=sin(2*pi*0.01*(1:128)); z=harw(x,128); plot(z.*conj(z));
www.eeworm.com/read/166734/5473400

c ui_players.c

/* =========================================================================== Copyright (C) 1999-2005 Id Software, Inc. This file is part of Quake III Arena source code. Quake III Arena sourc
www.eeworm.com/read/165502/5481994

c lsp.c

/******************************************************************** * * * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURC
www.eeworm.com/read/159926/5577854

php jpgraph_pie.php