代码搜索结果
找到约 10,000 项符合
Raspberry Pi 的代码
求pi.txt
#include
#include
#include
void main()
{
double s=0,x=1;
long k=1;
int sign=1;
while(fabs(x)>1e-8)
{
s+=x;
k+=2;
sign*=-1;
x=sign/double(k);
track_pi.c
/*
ITU-T G.729 Annex C+ - Reference C code for floating point
implementation of G.729 Annex C+
(integration of Annexes B, D and E)
btldr_pi.d
btldr_pi.o: btldr_pi.c types.h util.h btldr_pi.h flash.h memconfig.h \
net.h ether.h tftp.h io.h srec.h rawbin.h osd.h decompress.h cache.h \
linux.h
btldr_pi ().c~
/*
* File: btldr_pi.c
*
* An implementation of a bootloader command processor which exposes the
* btldr_pi.h interface. Please see btldr_pi.h for more info.
*
* SEE ALSO:
* btldr_pi.h
*
* C
btldr_pi.c~
/*
* File: btldr_pi.c
*
* An implementation of a bootloader command processor which exposes the
* btldr_pi.h interface. Please see btldr_pi.h for more info.
*
* SEE ALSO:
* btldr_pi.h
*
* C
btldr_pi.h
/*
* File: btldr_pi.h
*
* The bootloader's Programmer's Interface. It is imagined that this
* interface will be used by the UI portion of the bootloader as it picks
* up user requests and then fo