代码搜索:Raspberry Pi
找到约 10,000 项符合「Raspberry Pi」的源代码
代码结果 10,000
www.eeworm.com/read/148359/5716172
c jpc_t2dec.c
/*
* Copyright (c) 1999-2000 Image Power, Inc. and the University of
* British Columbia.
* Copyright (c) 2001-2003 Michael David Adams.
* All rights reserved.
*/
/* __START_OF_JASPER_LICENSE__
www.eeworm.com/read/140271/5793144
java app7_4.java
// app7_4, 圆形类CCircle
class CCircle //定义类CCircle
{
double pi=3.14; // 将数据成员赋值初值
www.eeworm.com/read/136812/5858198
c lgamma.c
#ifndef lint
static char sccsid[] = "@(#)lgamma.c 1.1 92/07/30 SMI";
#endif
/*
* Copyright (c) 1989 by Sun Microsystems, Inc.
*/
/* double lgamma(double x)
* K.C. Ng, March, 1989.
*
* Part of
www.eeworm.com/read/136812/5858207
c trigpi.c
#ifndef lint
static char sccsid[] = "@(#)trigpi.c 1.1 92/07/30 SMI";
#endif
/*
* Copyright (c) 1989 by Sun Microsystems, Inc.
*/
/* sinpi(x), cospi(x), tanpi(x), sincospi(x,s,c)
* return doubl
www.eeworm.com/read/131315/5931393
h trig.h
/*
* Copyright (c) 1987, 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
www.eeworm.com/read/124910/6038351
c e_rem_pio2f.c
/* e_rem_pio2f.c -- float version of e_rem_pio2.c
* Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
*/
/*
* ====================================================
* Copyrig
www.eeworm.com/read/124910/6038544
c e_rem_pio2.c
/* @(#)e_rem_pio2.c 5.1 93/09/24 */
/*
* ====================================================
* Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
*
* Developed at SunPro, a Sun Mic
www.eeworm.com/read/124426/6047686
java statetest.java
package org.jbpm.service;
import java.util.*;
import junit.framework.*;
import org.jbpm.*;
import org.jbpm.model.definition.*;
import org.jbpm.model.execution.Token;
import org.jbpm.model.exec
www.eeworm.com/read/124347/6053169
c cygrun.c
/* cygrun.c: testsuite support program
Copyright 1999, 2000, 2001, 2002 Red Hat, Inc.
This file is part of Cygwin.
This software is a copyrighted work licensed under the terms of the
Cygwin lice
www.eeworm.com/read/123322/6060886
c e_acos.c
//===========================================================================
//
// e_acos.c
//
// Part of the standard mathematical function library
//
//===================================