代码搜索结果

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

pi.h

#ifndef PIMAX /* Hardware-dependent routines for the VE3IFB interface card for the PC */ #include "global.h" #define PIMAX 3 /* 3 cards max */ #define AX_MTU 512 #define INTMASK 0x21 /* I

pi.c

#include #include #include #include #include "global.h" #include "mbuf.h" #include "iface.h" #include "pktdrvr.h" #include "netuser.h" #include "pi.h" #

pi.h

#ifndef PIMAX /* Hardware-dependent routines for the VE3IFB interface card for the PC */ #include "global.h" #define PIMAX 3 /* 3 cards max */ #define AX_MTU 512 #define INTMASK 0x21 /* I

pi.c

#include #include #include #include #include "global.h" #include "mbuf.h" #include "iface.h" #include "pktdrvr.h" #include "netuser.h" #include "pi.h" #

pi.java

package client; import compute.*; import java.math.*; public class Pi implements Task { /** constants used in pi computation */ private static final BigDecimal ZERO = BigD