代码搜索结果
找到约 10,000 项符合
Raspberry Pi 的代码
pi.c
/*
* Copyright (c) 1980, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permi
pi.inc
unsigned char PiArray[] =
{ 0x24,0x3F,0x6A,0x88,0x85,0xA3,0x08,0xD3,0x13,0x19,0x8A,0x2E,
0x03,0x70,0x73,0x44,0xA4,0x09,0x38,0x22,0x29,0x9F,0x31,0xD0,
0x08,0x2E,0xFA,0x98,0xEC,0x4E,0x6C,0x89,0x45,
pi.java
package client;
import compute.*;
import java.math.*;
public class Pi implements Task {
/** constants used in pi computation */
private static final BigDecimal ZERO =
BigDecimal.va
pi.1
.\" SCCSID: @(#)pi.1 8.1 9/11/90
.TH pi 1 VAX
.SH Name
pi \- Pascal interpreter code translator
.SH Syntax
.B pi
[\|\fIoptions\fR\|] [\fB\-i\fI name...\fR] \fIname.p\fR
.SH Description
.NXR "pi code t
pi.java
/*
* Copyright (c) 1999 The Java Apache Project. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the fo
pi.txt
This file describes how pi is computed by the program in 'pi.c' (see
the utils subdirectory).
Basically, we use Machin's formula, which is what everyone in the
world uses as a simple method for compu
pi.c
/*
* pi.c
*
* Compute pi to an arbitrary number of digits. Uses Machin's formula,
* like everyone else on the planet:
*
* pi = 16 * arctan(1/5) - 4 * arctan(1/239)
*
* This is pretty effe
pi.cal
/*
* pi - various routines to calculate pi
*
* Copyright (C) 1999-2004 David I. Bell
*
* Calc is open software; you can redistribute it and/or modify it under
* the terms of the version 2.1 of
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