代码搜索结果

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

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 {

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 PI__H #define PI__H #ifndef PI #define PI (4*atan(1)) #endif #define deg2rad(d) ((d)*PI/180) #define rad2deg(r) ((r)*180/PI) #endif /* PI__H */

pi.c

/* ** PI.C - Computes Pi to an arbitrary number of digits ** ** Uses far arrays when/where required so may be compiled in any memory model ** ** The formula that most use (including the one in the

pi.cpp

#include "iostream.h" #include "math.h" #include "stdlib.h" void main() { int count=0,total=8000; double x,y,z,pi,a,s; cout

pi.dsp

# Microsoft Developer Studio Project File - Name="pi" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Consol