代码搜索结果
找到约 36,166 项符合
Raspberry Pi 的代码
pi.cc
// -*- mode: c++; c-basic-offset: 4 -*-
/*
* pi.{cc,hh} -- element implements Random Early Detection dropping policy
* Eddie Kohler
*
* Copyright (c) 1999-2000 Massachusetts Institute of Technolog
pi.pg
local 0
spnode21 1 /u/lusk/pi
spnode22 1 /u/lusk/pi
pi.mpb
// -*- MPC -*-
// pi.mpb,v 1.1 2005/06/13 13:47:33 jwillemsen Exp
project : taolib, codecfactory {
after += PI
libs += TAO_PI
}
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.cpp
/* Boost test/pi.cpp
* test if the pi constant is correctly defined
*
* Copyright 2002-2003 Guillaume Melquiond, Sylvain Pion
*
* Distributed under the Boost Software License, Version 1.0.
* (Se
pthread-pi-defines.sym
#include
-- These PI macros are used by assembly code.
MUTEX_KIND offsetof (pthread_mutex_t, __data.__kind)
PI_BIT PTHREAD_MUTEX_PRIO_INHERIT_NP
PS_BIT PTHREAD_MUTEX_PSHARED_BIT
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.pl
# !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
# This file is built by mktables from e.g. UnicodeData.txt.
# Any changes made here will be lost!
#
# This file supports:
# \p{Pi}
# \p{Pi} (and fuzzy p
pthread-pi-defines.sym
#include
-- These PI macros are used by assembly code.
MUTEX_KIND offsetof (pthread_mutex_t, __data.__kind)
PI_BIT PTHREAD_MUTEX_PRIO_INHERIT_NP
math-pi.js
// request the user enter a radius size
var rad = prompt("Please enter radius size...","");
// calculate the circle area using (pi*r squared)
var area = Math.PI * (rad * rad);
// calculate the