代码搜索结果

找到约 10,000 项符合 Raspberry Pi 的代码

3270900_ac_344ms_14780k.cpp

#include #include #define N 100005 #define K 25005 #define S 28 int cow[N]; int pat[K]; int n_spot[K][S]; int n_csp[N][S]; int pipei[K]; int loca[N]; int n, k, s, n

ahangles.c

/***************************************************************************/ /* */ /* ahangles.h

ga_f238552.m

function PI=GA_f238552(chro) global MIN_offset % Fitness max. function evaluation of Example 2-3 % PenChen Chou, 6-30-2001 x=chro(1); y=chro(2); PI=(1-x)^2*exp(-x^2-(y+1)^2)-(x-x^3-y^3)*exp(

ga_f23.asv

function PI=GA_f23(chro) global MIN_offset % Fitness max. function evaluation of Example 2-3 % PenChen Chou, 6-30-2001 x=chro(1); y=chro(2); range = [-1 -1

ga_f23.m

function PI=GA_f23(chro) global MIN_offset % Fitness max. function evaluation of Example 2-3 % PenChen Chou, 6-30-2001 x=chro(1); y=chro(2); PI=10-(x^2+y^2); if MIN_offset>0 PI=MIN_off

wmlmath.cpp

// Magic Software, Inc. // http://www.magic-software.com // http://www.wild-magic.com // Copyright (c) 2004. All Rights Reserved // // The Wild Magic Library (WML) source code is supplied under

cfunc.mod

/* $Id: cfunc.mod,v 1.3 2004/07/09 18:37:56 pnenzi Exp $ */ /*.......1.........2.........3.........4.........5.........6.........7.........8 ===========================================================

sigm1.m

n=0:300;T=1; s1=sin(5*2*pi*n*T); s2=sin(10*2*pi*n*T);s3=sin(15*2*pi*n*T); s=s1+s2+s3;

entries.old

/PI.inc/0/dummy timestamp// /General.inc/0/dummy timestamp/-kb/ D

e7.1-1.rb

#E7.1-1.rb puts Math.sqrt(2) puts Math::PI