代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/364985/9884478
m exm081_2.m
function exm081_2(a,b)
% This is my second example.
% a Define the limit of variable x .
% b Define the limit of variable y .
clf;shg
x=-a:0.2:a;y=-b:0.2:b;
for i=1:length(y)
for j=1:length
www.eeworm.com/read/168625/9904278
tcl init.tcl
#
######################################################
#
# SaVi by Robert Thurman (thurman@geom.umn.edu) and
# Patrick Worfolk (worfolk@alum.mit.edu).
#
# Copyright (c) 1997 by The Geomet
www.eeworm.com/read/168079/9940186
vhd mathpack.vhd
------------------------------------------------------------------------
--
-- This source file may be used and distributed without restriction.
-- No declarations or definitions shall be added to
www.eeworm.com/read/167847/9950790
x opt1.x
union optlong switch (bool flag) {
case TRUE:
long val;
case FALSE:
void;
};
struct args {
optlong arg1; /* union with boolean discriminant */
long arg2; /* variable-length array
www.eeworm.com/read/363047/9970252
err pll.err
"pll.c", line 69: Warning: C2870W: variable 'fclk' declared but not used
"pll.c", line 69: Warning: C2870W: variable 'sval' declared but not used
"pll.c", line 69: Warning: C2870W: variable 'sdiv' d
www.eeworm.com/read/363047/9970297
err k9s1208.err
"k9s1208.c", line 170: Warning: C2870W: variable 'i' declared but not used
"k9s1208.c", line 238: Warning: C2870W: variable 'i' declared but not used
"k9s1208.c", line 570: Warning: C2870W: variable
www.eeworm.com/read/167373/9971037
txt redefvar.txt
/*变量重定义,编译器可以检测到,并给出重定义的变量*/
/*error: line 6 variable a redefinition*/
var a:int;
var b:real;
var c:real;
var a:real
begin
a:=1;
b:=1.5;
c:=2.5
end
www.eeworm.com/read/362743/9983762
3 gdsl_macros.3
.TH "Various macros module" 3 "22 Jun 2006" "Version 1.4" "gdsl" \" -*- nroff -*-
.ad l
.nh
.SH NAME
Various macros module \-
.PP
.SS "Defines"
.in +1c
.ti -1c
.RI "#define \fBGDSL_MAX\fP(X, Y) (X
www.eeworm.com/read/362500/9995850
m plsrsgcv.m
function coeff = plsrsgcv(data,lv,cvit,cvnum,out)
%PLSRSGCV Generates PLS models for MSPC with cross-validation
% This function constructs a matrix of PLS models that
% can be used like a PCA mod