代码搜索:Raspberry Pi

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

代码结果 10,000
www.eeworm.com/read/133772/5900802

c e_rem_pio2.c

//=========================================================================== // // e_rem_pio2.c // // Part of the standard mathematical function library // //=========================
www.eeworm.com/read/131315/5931375

c atan2.c

/*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * the Systems Programming Gro
www.eeworm.com/read/131315/5944219

c pxerrors.c

/*- * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are perm
www.eeworm.com/read/126765/6012286

c sincos.c

/* sincos.c - math routines */ /* Copyright 1992-1993 Wind River Systems, Inc. */ /* modification history -------------------- 01f,05feb93,jdi doc changes based on kdl review. 01e,02dec92,jdi doc
www.eeworm.com/read/106385/6194522

c e_rem_pio2.c

//=========================================================================== // // e_rem_pio2.c // // Part of the standard mathematical function library // //===============================
www.eeworm.com/read/101066/6256567

c sincos.c

/* sincos.c - math routines */ /* Copyright 1992-1993 Wind River Systems, Inc. */ /* modification history -------------------- 01f,05feb93,jdi doc changes based on kdl review. 01e,02dec92,jdi doc
www.eeworm.com/read/489202/6296124

m c10mga1.m

function [sol,y]=c10mga1(sol,options) x=sol(1); y=x.*sin(10*pi*x)+2;
www.eeworm.com/read/160556/6304414

m ex5_1.m

x=0:pi/100:2*pi; y=2*exp(-0.5*x).*cos(4*pi*x); plot(x,y)
www.eeworm.com/read/144056/6308805

m ex5_1.m

x=0:pi/100:2*pi; y=2*exp(-0.5*x).*cos(4*pi*x); plot(x,y)
www.eeworm.com/read/494086/6388052

m shiyan2.m

n=0:0.1:2*pi; x1=2*cos(2*pi*10*n/50); stem(n,x1);