代码搜索结果
找到约 4,295 项符合
G 的代码
950906-1.c
g (int i)
{
}
f (int i)
{
g (0);
while ( ({ i--; }) )
g (0);
}
main ()
{
f (10);
exit (0);
}
941202-1.c
g (x, y)
{
if (x != 3)
abort ();
}
static inline
f (int i)
{
int *tmp;
tmp = (int *) alloca (sizeof (i));
*tmp = i;
g (*tmp, 0);
}
main ()
{
f (3);
exit (0);
};
g.c
foo (a, b)
long long a, b;
{
if (a == b)
return 0;
else
return 1;
}
930623-1.c
g (a, b) {}
f (xx)
void* xx;
{
__builtin_apply ((void*)g, xx, 200);
}
931013-1.c
g ();
f ()
{
long ldata[2];
int seed;
seed = (ldata[0]) + (ldata[1]
g.m
function y=g(t)
%global a T B
%B为3db带宽
%GMSK中B*T=0.3
%T为码元周期
%a是决定filter性能的参数
T=1/270833;%s
B=0.3/T;%t=[-2.5/270833:0.0000001:2.5/270833];
a=sqrt(log(2)/2)/B;
y=1/4/T*erfc(pi/a*(t-T/2))-1/4/T
g.m
function y=g(t)
%global a T B
%B为3db带宽
%GMSK中B*T=0.3
%T为码元周期
%a是决定filter性能的参数
T=1/270833;%s
B=0.3/T;%t=[-2.5/270833:0.0000001:2.5/270833];
a=sqrt(log(2)/2)/B;
y=1/4/T*erfc(pi/a*(t-T/2))-1/4/T
g.m
function [g]=g()
global Tb
%GT Summary of this function goes here
% Detailed explanation goes here
Tb=0.000003692;
B=0.3/Tb;
a=sqrt(log2(2)/(2*B*B));
L=128;
dt=Tb/L;
t=(-2.5*Tb:dt:2.5*Tb);
g=0.25/T
g.m
function [g]=g(t)
T=1/270833;
h=0.5;
B=0.3/T;
a=sqrt(log(2)/2)/B;
g1=0.5*erfc(pi*(t+T/2)/a);
g2=0.5*erfc(pi*(t-T/2)/a);
g=(g2-g1)/(T*2);
bitgen.ut
-g CclkPin:PULLUP
-g TdoPin:PULLNONE
-g M1Pin:PULLDOWN
-g DonePin:PULLUP
-g DriveDone:No
-g StartUpClk:JTAGCLK
-g DONE_cycle:4
-g GTS_cycle:5
-g M0Pin:PULLUP
-g M2Pin:PULLUP
-g ProgPin:PULLUP
-g TckPi