代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/424987/10388680
m partialdct.m
function res = partialDCT(n,m,J)
res.adjoint = 0;
res.n = n;
res.m = m;
res.J = J(1:m);
% Register this variable as a partialDCT class
res = class(res,'partialDCT');
www.eeworm.com/read/353896/10407362
m dblquad.m
function result=dblquad(intfcn,inmin,inmax,outmin,outmax,tol,method)
%矩形区域二重积分.
%z=dblquad('Fun',a,b,c,d)
% 其中:Fun-表示被积函数f的M函数名.
% a,b-变量x的上﹑下限.
% c,d-变量y的上﹑下限.
%
%DBLQUAD Nu
www.eeworm.com/read/279234/10453686
pl fig07_04.pl
#!/usr/bin/perl
# Fig. 7.4: fig07_04.pl
# Program to display CGI environment variables.
use warnings;
use strict;
use CGI qw( :standard );
print header(), start_html( "Environment Variables"
www.eeworm.com/read/279234/10453879
pl fig13_01.pl
#!/usr/bin/perl
# Figure 13.1: fig13_01.pl
# Demonstrates creating and dereferencing a reference.
use strict;
use warnings;
my $variable = 10;
my $reference = \$variable;
print( "\$variab
www.eeworm.com/read/279234/10453885
pl fig13_14.pl
#!/usr/bin/perl
# Figure 13.14: fig13_14.pl
# Demonstrates symbolic references
use warnings;
use strict;
no strict 'refs';
my ( $choice, @variables );
instructions();
do {
print( "?
www.eeworm.com/read/279234/10453919
pl fig13_04.pl
#!/usr/bin/perl
# Figure 13.4: fig13_04.pl
# References to references
use warnings;
use strict;
my $variable = 5;
my $reference1 = \$variable;
print( "$variable, $reference1, $$reference1\n
www.eeworm.com/read/160392/10535755
tex class_overview.tex
\chapter{Internal Representation}
The \hysdel{} program consists of the following major parts:
\begin{itemize}
\item \cppclass{Expr}: Represents mathematical expressions (e.g. $5x + \sin(0.3)$).
\it
www.eeworm.com/read/160392/10535981
tex unroll.tex
\chapter{Unrolling the Items}
\label{unroll_c}
Some of the statements in the \hysdel{} grammar are too powerful for direct translation into an \MLD{} system. The
solution in these cases is to split t
www.eeworm.com/read/160392/10536026
tex optimization.tex
\chapter{Optimization}
\label{optimization_c}
The most important reason to do optimization is to reduce the size
of the \MLD{} system produced. Smaller systems are easier to
handle.
Another reason
www.eeworm.com/read/422630/10624337
txt readme.txt
README FOR THE BNBGUI
INSTALLATION
To function BNB needs:
Matlab 5.3 or newer
Optimization Toolbox 2.0
the Courier-LD font (8 points, regular)
Unzip BNB.zip to an empty directory that's i