代码搜索:Raspberry Pi
找到约 10,000 项符合「Raspberry Pi」的源代码
代码结果 10,000
www.eeworm.com/read/100753/15865330
c 矩阵转换.c
void trans(int *p,int n)
{
int i,j,temp;
int *pi,*pj;
for(i=0;i
www.eeworm.com/read/437707/7742409
c a_dc.c
/* ===================================================================== */
/* File name : DC.C */
/* Author: JZMING */
/* Data: 2006.8.20 */
/* Version: 1.0 */
/* Organizati
www.eeworm.com/read/437707/7742517
c a_dc.c
/* ===================================================================== */
/* File name : DC.C */
/* Author: JZMING */
/* Data: 2006.8.20 */
/* Version: 1.0 */
/* Organizati
www.eeworm.com/read/300969/13876173
h localmath.h
/*
* localmath.h - This header is used by the mathematical library.
*/
/* $Header: localmath.h,v 1.2 89/12/18 15:43:05 eck Exp $ */
/* some constants (Hart & Cheney) */
#define M_PI 3.141592
www.eeworm.com/read/113399/6132094
h localmath.h
/*
* localmath.h - This header is used by the mathematical library.
*/
/* $Header: localmath.h,v 1.2 89/12/18 15:43:05 eck Exp $ */
/* some constants (Hart & Cheney) */
#define M_PI 3.141592
www.eeworm.com/read/236872/13994955
m property_pt.m
function [pressure,temperature,v,u,s,h] = property_PT(pressure,temperature,region)
% -----------------------------------------------------------------
% Author: Philippe Daigle
% Date: 10 mai 2002
www.eeworm.com/read/263024/11379852
h superh-hardware.h
/*
* superh_bi/hardware.h
*
* Copyright (c) 2002 Lineo
*
* By:
* Stuart Lynne ,
* Tom Rushworth ,
* Bruce Balden
*
* This pr
www.eeworm.com/read/162614/5516917
c mmx-5.c
/* PR rtl-optimization/17853 */
/* Contributed by Stuart Hastings */
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
/* { dg-options "-O2 -mmmx" } */
#include
#i
www.eeworm.com/read/162614/5516936
c pr13366.c
/* { dg-do compile } */
/* { dg-options "-O -msse" } */
#include
typedef unsigned short v4hi __attribute__ ((vector_size (8)));
int f(unsigned short n)
{
__m64 vec = (__m64)(v4hi){
www.eeworm.com/read/162614/5516942
c pr21101.c
/* { dg-do compile } */
/* { dg-options "-O2 -funroll-loops -march=nocona" } */
#include
int W;
void f()
{
int j;
int B, C;
unsigned char* S;
__m64 *T = (__m64 *) &W;
for (j