早教吧作业答案频道 -->英语-->
Unix的set-x含义是什么
题目详情
Unix的 set -x含义是什么
▼优质解答
答案和解析
设置读写变量
Unix下详细说明
set(n) Tcl set(n)
_________________________________________________________________
NAME
set - Read and write variables
SYNOPSIS
set varName ?value?
_________________________________________________________________
DESCRIPTION
Returns the value of variable varName. If value is
specified, then set the value of varName to value, creating
a new variable if one doesn't already exist, and return its
value. If varName contains an open parenthesis and ends
with a close parenthesis, then it refers to an array
element: the characters before the first open parenthesis
are the name of the array, and the characters between the
parentheses are the index within the array. Otherwise
varName refers to a scalar variable.
If varName includes namespace qualifiers (in the array name
if it refers to an array element), or if varName is
unqualified (does not include the names of any containing
namespaces) but no procedure is active, varName refers to a
namespace variable resolved according to the rules described
under NAME RESOLUTION in the namespace manual page.
If a procedure is active and varName is unqualified, then
varName refers to a parameter or local variable of the
procedure, unless varName was declared to resolve
differently through one of the global, variable or upvar
commands.
Unix下详细说明
set(n) Tcl set(n)
_________________________________________________________________
NAME
set - Read and write variables
SYNOPSIS
set varName ?value?
_________________________________________________________________
DESCRIPTION
Returns the value of variable varName. If value is
specified, then set the value of varName to value, creating
a new variable if one doesn't already exist, and return its
value. If varName contains an open parenthesis and ends
with a close parenthesis, then it refers to an array
element: the characters before the first open parenthesis
are the name of the array, and the characters between the
parentheses are the index within the array. Otherwise
varName refers to a scalar variable.
If varName includes namespace qualifiers (in the array name
if it refers to an array element), or if varName is
unqualified (does not include the names of any containing
namespaces) but no procedure is active, varName refers to a
namespace variable resolved according to the rules described
under NAME RESOLUTION in the namespace manual page.
If a procedure is active and varName is unqualified, then
varName refers to a parameter or local variable of the
procedure, unless varName was declared to resolve
differently through one of the global, variable or upvar
commands.
看了Unix的set-x含义是什么...的网友还看了以下:
设函数f(u)具有二阶导数,而z=f((e^x)*sin(y))满足方程d^2(z)/d^2(x^ 2020-05-16 …
已知f(x)定义域为0,4求f(x2)的定义域老师讲的是设x2=u所以u=x为什么呀 2020-06-25 …
微分方程x(du/dx)=-(u^2/1+u)的分离变量并积分的具体计算步骤是什么请详细写出来x- 2020-07-04 …
u=x-2y,v=x+ay,求二阶偏导为什么δ2z/δx2=(δ2z/δu2)*δu/δx+(δ2 2020-07-09 …
如何理解复合函数的概念如何理解复合函数y=f(u),u=g(x)的概念定义域问题:f(2x+1)定 2020-08-02 …
分部积分法,为什么∫u(x)v'(x)dx=∫u(x)dv,为什么不需要对u(x)进行变换直接或者 2020-08-03 …
二项分布问题U服从二项分布B(2,1/2),有一个随机变量X满足(X=-1,若U≤0),(X=1,若 2020-10-31 …
一道函数难题.集合M={x∣1≤x≤9,x∈Z},F={(a,b,c,d)∣a,b,c,d∈M},定 2020-11-01 …
微分方程y'=(y/x)^2+y/x的通解,答案是y(x+c)+x=0令u=y/x,y‘=u+xu' 2020-11-01 …
通过离散型随机变量怎么求其联合分布?Pi,j=1/6,1/6,2/6,1/6,1/6,0;分别对应的 2020-11-03 …
相关搜索:Unix的set-x含义是什么