代码搜索结果
找到约 10,000 项符合
Raspberry Pi 的代码
pi.c
/*
** PI.C - Computes Pi to an arbitrary number of digits
**
** Uses far arrays so may be compiled in any memory model
*/
#include
#include
#if defined(__ZTC__)
#incl
pi.cs
using System;
using System.Threading;
namespace PIC
{
class MyClass
{
public double PI;
public short InS1=0,InS2=0;
public void GetPI(int n,int m)
{
int i;
double Sign=1;
f
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.c
/*
** PI.C - Computes Pi to an arbitrary number of digits
**
** Uses far arrays so may be compiled in any memory model
*/
#include
#include
#if defined(__ZTC__)
#incl
pi.f
program main
double precision PI25DT
parameter (PI25DT = 3.141592653589793238462643d0)
double precision pi
write(6, 97) PI25DT
97 format
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
/*
* Interface driver for the VE3IFB 8530 card (PI card)
* Copyright 1990 by Dave Perry, VE3IFB
* Minor delinting - KA9Q 2/2/91
*
* Portions of this driver were derived from the Eagle card
pi.c
/* pI.c */
#include
#include
#include "integer.h"
#include "pI.h"
#include "fun.h"
#ifndef DEBUG
POLYI BANKI = NULL;
#endif
#ifndef DEBUG
void SAVEI(Ptr)
PO