代码搜索结果
找到约 36,166 项符合
Raspberry Pi 的代码
app7_8.java
// app7_8, 圆形类CCircle
class CCircle // 定义类CCircle
{
double pi; // 将数据成员赋值初值
app7_10.java
// app7_10, 圆形类CCircle
class CCircle // 定义类CCircle
{
double pi=3.14; // 将数据成员设置初值
app7_4.java
// app7_4, 圆形类CCircle
class CCircle //定义类CCircle
{
double pi=3.14; // 将数据成员赋值初值
app7_9.java
// app7_9, 圆形类CCircle
class CCircle // 定义类CCircle
{
double pi; // 将数据成员赋值初值
sinc.m
function y=sinc(x)
%SINC Sin(pi*x)/(pi*x) function.
% SINC(X) returns a matrix whose elements are the sinc of the elements
% of X, i.e.
% y = sin(pi*x)/(pi*x) if x ~= 0
%
wt07fig08.m
% CAPTION
fprintf('\n');
disp('Figure 7.8')
disp('The left graph shows a Meyer wavelet.')
disp('The modulus of its Fourier transform is on the right.')
close all;
n = 8192;
M = 2*pi;
omega =
meyerhath.m
function [hath] = Meyerhath(omega);
omega = modulo(omega+pi,2*pi)-pi;
n = length(omega);
hath = zeros(1,n);
supp = find((abs(omega) >= pi/3) & (abs(omega)
pi.pm
# $Id: PI.pm 4532 2004-05-11 05:15:40Z ezra $
package XML::XPath::Node::PI;
use strict;
use vars qw/@ISA/;
@ISA = ('XML::XPath::Node');
package XML::XPath::Node::PIImpl;
use vars qw/@ISA/;
@ISA =
mksplash
#!/bin/sh
qembed splash.png > splash.h
perl -pi -e s/Embed/Embed2/ splash.h
perl -pi -e s/embed_vec/embed_vec2/ splash.h
mksplash
#!/bin/sh
qembed splash.png > splash.h
perl -pi -e s/Embed/Embed2/ splash.h
perl -pi -e s/embed_vec/embed_vec2/ splash.h