代码搜索:Raspberry Pi

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

代码结果 10,000
www.eeworm.com/read/119864/6081760

c sindgf.c

/* sindgf.c * * Circular sine of angle in degrees * * * * SYNOPSIS: * * float x, y, sindgf(); * * y = sindgf( x ); * * * * DESCRIPTION: * * Range reduction is into intervals of 4
www.eeworm.com/read/119864/6081803

c sinf.c

/* sinf.c * * Circular sine * * * * SYNOPSIS: * * float x, y, sinf(); * * y = sinf( x ); * * * * DESCRIPTION: * * Range reduction is into intervals of pi/4. The reduction * err
www.eeworm.com/read/119348/6086475

php jpgraph_pie.php

www.eeworm.com/read/101082/6241410

c trig.c

#ifndef lint static char *sccsid = " @(#)trig.c 4.1 (ULTRIX) 7/17/90"; #endif lint /************************************************************************ * * * Copyright (c) 1986 by
www.eeworm.com/read/101082/6243065

1a l7.1a

#once #create message .ND .tr %$ .EQ delim $$ .EN .LP The next construction we're going to look at is one for putting things above and below other things, in a rather specialized way. For example, if
www.eeworm.com/read/101082/6243129

1a l11.1a

#once #create message .ND .tr %$ .EQ delim $$ .EN .LP We have introduced a fair number of "magic" words like sub and sup and over and pi and sum. What happens if you need to print an equation that co
www.eeworm.com/read/100601/6267417

all-tests

#!/bin/sh ## The contents of this file are subject to the Mozilla Public ## License Version 1.1 (the "License"); you may not use this file ## except in compliance with the License. You may obtain a co
www.eeworm.com/read/207069/6297671

c test18.c

#pragma CODE_SECTION(vect,"vect") #include "math.h" unsigned int *pmem=0; #define PMST *(pmem+0x001D) #define SWCR *(pmem+0x002B) #define SWWSR *(pmem+0x0028) #define BSCR *(pmem+0x
www.eeworm.com/read/207069/6297970

c main.c

#include "distortion.h" #include "function.h" #include #include #include "vect.c" main() { for(;;) { int k; k=0; c54init(); f=
www.eeworm.com/read/160556/6304359

m ex2_1.m

x=1+2i; y=3-sqrt(17); z=(cos(abs(x+y))-sin(78*pi/180))/(x+abs(y))