代码搜索结果
找到约 10,000 项符合
Raspberry Pi 的代码
pi.c
// pi.c 皮清玄
// By Lgg,1998.10
inherit NPC;
void create()
{
set_name("皮清玄", ({"pi qingxuan", "pi"}));
set("gender", "男性");
set("age", 24);
set("class", "taoist");
pi.c
// pi.c 裨将
inherit NPC;
//inherit F_SKILL;
void create()
{
set_name("裨将", ({ "pi jiang", "pi", "jiang" }));
set("gender", "男性");
set("age", random(10) + 30);
set("str", 25);
set("dex", 16);
se
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.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,
h.pi
* * * * * * *
* Pi *
* * * * * * *
Pi is the representation of Pi (= 3.14... ) with the
pi.h
/*
* Copyright (c) 2001-2002, David Janssens
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the fol
pi.c
/*
* Copyright (c) 2001-2002, David Janssens
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the fol
pi.java
import java.math.*;
public class Pi implements Task
{
private static final BigDecimal ZERO =
BigDecimal.valueOf(0);
private static final BigDecimal ONE =
BigDecim
pi.h
/*
* Copyright (c) 2001-2003, David Janssens
* Copyright (c) 2002-2003, Yannick Verschueren
* Copyright (c) 2003-2005, Francois Devaux and Antonin Descampe
* Copyright (c) 2005, Herv
pi.c
/*
* Copyright (c) 2001-2003, David Janssens
* Copyright (c) 2002-2003, Yannick Verschueren
* Copyright (c) 2003-2005, Francois Devaux and Antonin Descampe
* Copyright (c) 2005, Herv