代码搜索结果
找到约 10,000 项符合
Raspberry Pi 的代码
pi.asm
.title "pi.asm"
_temp .usect ".blk1", 1
_temp_h .usect ".blk1", 1
_temp_l .usect ".blk1", 1
_n_ref .usect ".blk1", 1
_n_
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
/*
** Pascal Sebah : September 1999
**
** Subject:
**
** A very easy program to compute Pi with many digits.
** No optimisations, no tricks, just a basic program to learn how
**
pi.ctxt
#BlueJ class context
comment0.params=args
comment0.target=void\ main([)
numComments=1
pi.java
public class Pi
{
public static void main(String args[])
{
double pi = 0;
for (int i = 1; i
pi.lst
C51 COMPILER V7.07 PI 03/24/2008 13:20:28 PAGE 1
C51 COMPILER V7.07, COMPILATION OF MODULE PI
OBJECT MODULE PLACED IN pi.O