代码搜索结果

找到约 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.cpp

#include #include #include main() { float s; int b,x,n,c,i,j,d,l,a[5000]; printf("*************** WELCOME **************\n\n"); printf("This programme is for

pi.java

package com.prefect.pi; import java.net.*; import java.rmi.*; import java.rmi.registry.*; import java.rmi.server.*; public class Pi extends UnicastRemoteObject implements PiRemote {