代码搜索结果

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

trigtabs.c

/* ***** BEGIN LICENSE BLOCK ***** * Version: RCSL 1.0/RPSL 1.0 * * Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the

xcmstrig.c

/* $XConsortium: XcmsTrig.c,v 1.4 91/11/05 11:02:20 rws Exp $" */ /* * Code and supporting documentation (c) Copyright 1990 1991 Tektronix, Inc. * All Rights Reserved * * This file is a compone

t10.p

program expon2(output); var pi, spi: real; function power(x: real; y: integer): real; var z: real; begin z := 1; while y>0 do begin while not odd(y) do begin y := y div 2; x

xmoment.c

/* Driver for routine moment */ #include #include #include "nr.h" #include "nrutil.h" #define PI 3.14159265 #define NPTS 5000 #define NBIN 100 #define NPPNB (NPTS+NBIN)

xmoment.c

/* Driver for routine moment */ #include #include #define NRANSI #include "nr.h" #include "nrutil.h" #define PI 3.14159265 #define NPTS 5000 #define NBIN 100 #define NP

e_acos.c

/* @(#)e_acos.c 5.1 93/09/24 */ /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. * * Developed at SunPro, a Sun Microsy

e_rem_pio2.c

/* @(#)e_rem_pio2.c 5.1 93/09/24 */ /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. * * Developed at SunPro, a Sun Mic

e_acos.c

/* @(#)e_acos.c 5.1 93/09/24 */ /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. * * Developed at SunPro, a Sun Microsy

e_rem_pio2.c

/* @(#)e_rem_pio2.c 5.1 93/09/24 */ /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. * * Developed at SunPro, a Sun Mic

cfft32c.asm

;======================================================================== ; ; File Name : cfft.asm ; ; Originator : Advanced Embeeded Control ; Texas Instruments Inc. ;