代码搜索:Raspberry Pi
找到约 10,000 项符合「Raspberry Pi」的源代码
代码结果 10,000
www.eeworm.com/read/133952/5896789
m test_fplot.m
fplot('sin(x)/x',[-4*pi 4*pi]);
title('\bfPlot of sin \itx \rm\bf / \itx');
grid on;
www.eeworm.com/read/131315/5931369
s argred.s
# Copyright (c) 1985, 1993
# The Regents of the University of California. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted pro
www.eeworm.com/read/131315/5931395
c sincos.c
/*
* 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/131315/5931694
in const.in
whatis PI
whatis N
whatis MESSAGE
whatis CH
whatis p.R
print "p.R =", p.R
print "CH =", CH
print "MESSAGE =", MESSAGE
print "N =", N
print "PI =", PI
www.eeworm.com/read/129770/5970217
dat codetc5.dat
break 语句
功能:用来从从循环体内跳出循环体,即提前结束循环,接首执行下面的语句。例如:
for(r=1;r100)break;
printf("%f",tp);
}
形式:break;
说明:break语句不能用于循环
www.eeworm.com/read/101082/6241437
s argred.s
#ifndef lint
#static char *sccsid = "@(#)argred.s 4.1 (ULTRIX) 7/17/90";
#endif lint
/************************************************************************
* *
* Copyright (c) 1986 by
www.eeworm.com/read/101082/6243068
1a l5.1a
#once #create message
.ND
.EQ
delim $$
.EN
.LP
So far we have carefuly skirted around a potential
problem; maybe you've wondered about it.
Suppose we want to produce an equation that looks
like this:
www.eeworm.com/read/101082/6243078
1b l7.1b
#once #create message
.ND
.tr %$
.EQ
delim $$
.EN
.LP
As you might expect from our previous discussions,
any part of a
thing from thing to thing
construction can be as complicated as you wish.
The
www.eeworm.com/read/101082/6243125
1d l5.1d
#once #create message
.ND
.EQ
delim $$
.EN
.LP
You will get lots of practice
using braces as we go along.
One thing to keep in mind is that
braces can appear ______within braces.
(Remember that
www.eeworm.com/read/138250/6285933
m 9.m
b=1.031*[1,0,1];
a=[1,0,1.0621];
zplane(b,a);
[H,w]=freqz(b,a,250);
plot(w/pi,abs(H));