代码搜索结果

找到约 36,166 项符合 Raspberry Pi 的代码

pi.java

package compiler; /** * Pi ͶӰ */ public class Pi implements Algebra { private Attribute[] list = null; private Algebra belowNode = null; public Pi (){ } public Pi (Attribute[] a

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

pi.cpp

/* Boost test/pi.cpp * test if the pi constant is correctly defined * * Copyright Guillaume Melquiond, Sylvain Pion 2002-2003 * Permission to use, copy, modify, sell, and distribute this softw

pi.pm

# $Id: PI.pm 4532 2004-05-11 05:15:40Z ezra $ package XML::XPath::Node::PI; use strict; use vars qw/@ISA/; @ISA = ('XML::XPath::Node'); package XML::XPath::Node::PIImpl; use vars qw/@ISA/; @ISA =

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.po

pi.o pi.o: pi.c ../config.h pi.h global.h /usr/include/netinet/in.h \ /usr/include/features.h /usr/include/sys/cdefs.h \ /usr/include/gnu/stubs.h /usr/include/stdint.h \ /usr/include/bits/wchar.

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

wt07fig08.m

% CAPTION fprintf('\n'); disp('Figure 7.8') disp('The left graph shows a Meyer wavelet.') disp('The modulus of its Fourier transform is on the right.') close all; n = 8192; M = 2*pi; omega =

meyerhath.m

function [hath] = Meyerhath(omega); omega = modulo(omega+pi,2*pi)-pi; n = length(omega); hath = zeros(1,n); supp = find((abs(omega) >= pi/3) & (abs(omega)

tohrev.m

function angle = tohrev(angle) % This will take in an angle in radians between % -2*pi and 2*pi and modulate it so that the output % is from -pi to pi % % angle = tohrev(angle) if(angle > pi & angle