• 回答数

    7

  • 浏览数

    260

栗子酱89
首页 > 英语培训 > 变量英语单词

7个回答 默认排序
  • 默认排序
  • 按时间排序

qingqing829

已采纳

C语言可以使用中文变量名。

c语言变量名规则是:

1、变量名以英文字母开头;

2、变量名中的字母是区分大小写的;

3、变量名不能是关键字;

4、变量名中不能包含空格、标点符号和类型说明符。

扩展资料

C语言中定义的关键字有:

由ANSI标准定义的C语言关键字共32个:auto、 double、 int、 struct、 break 、else、 long、 switch、case、 enum、 register 、typedef、 char 、extern 、return、 union 、const、 float 、short、 unsigned、 continue、 for、 signed 、void、default 、goto、 sizeof 、volatile、 do 、if 、while、 static。

这32个关键字就是已经被C语言本身使用,不能作为其他用途使用,比如不能定义成变量名、函数名。

变量英语单词

112 评论(13)

小梅0429

回答如下:本题答案应该选C(多样化的)。下面讲述一下这四个词的区别:1. various:various是形容词, 意思是:各种各样的,多种的,各不相同的。它可以指人或物。侧重于强调种类。例如:They left the company for various reasons. 他们因多种原因离开了这个公司。We should learn how to deal with various people. 我们应该学会同形形色色的(各种不同的)人打交道。2. variety: variety是名词,意思是: 品种,不同种类,多变性,多样化。例如: There are a variety of books (= various kinds of books )in the library. 图书馆有各种各样的书籍。There are / is a variety of people with various nationalities in the city. 这个城市里面有各种不同国籍的人。We all need variety in our diet. 我们都需要饮食多样化。3. varied :varied是动词vary 的过去式和过去分词,也是形容词。它可以作定语,也可以用来作状语、表语、宾补。它的意思是:变化; 各种各样的,多种多样的,变化的,多变的,不同的。它侧重于强调多变、变化不同。例如:The reasons for their coming late are varied. 他们迟到的原因是多种多样的。We need a varied cultural life. 我们需要多种多样的文化生活。The situation has varied. 形势已经发生了变化。4. variable: variable可以作形容词,意思是:多变的,易变的,变化无常的。它还可以作名词,意思是:变量,可变情况(因素)。例如:The weather there is variable. 那里等天气变化无常。He is a variable man. 他是一个靠不住的人。

297 评论(13)

大料酱VS小麋鹿

take ----as the self-variablevariable变量.

182 评论(15)

张小电1301

目前C++标准已经支持各种语言标识符,所以中文变量当然不成问题.一些守旧派依然固守匈牙利命名法,驼峰命名法等英文命名习惯,所以就没有用中文变量,这是其一.其二,是业界并没有中文变量命名的统一标准.本人编码七年有余,近来也开始尝试使用中文变量,但是刚才所提及的第一点原因,这么多年的习惯也难以改变.所以我只在我的返回值用中文,这样非常清晰.比如,设计一个方法的时候需要返回值,那么我会首先在函数入口点定义一个枚举内型,比如:enum RESULT : UINT {执行成功,句柄异常,实例已经存在};定义好后,我函数分支返回的时候就可以如下:return 执行成功;或者return 句柄异常;这样当日后看自己的代码的时候,非常清晰,可以快速定位到相应代码.这种返回值用中文的习惯,经过我的推广,目前我周围的程序员朋友都在使用这种方法,希望楼主也采用这种方法.当中国业界使用中文变量的程序员多了,估计离中文变量命名标准法案推出就不远了.呵呵

298 评论(8)

后海大鲨鱼鱼

不能,对于编程变量名称最好不要用中文的

208 评论(11)

叫我姐姐SAMA

定义definition 变量 variable 面积area直径 diameter半径 radius公式 formula单价 unit price范围 range/scope/extent集合 set法则 principle本金 principal利率 interest rate利息 interest单利 simple interest复利 compound interest正数 positive number负数 negative number解析式 analyticexpression分类讨论 classified discussion性质 nature (不是很确定)奇函数 odd function偶函数 even function对称 symmetric坐标原点 origin单调性 monotonicity(不是很确定)任意 random周期性 periodic 有界性 boundedness 数学 mathematics, maths(BrE), math(AmE) 公理 axiom 定理 theorem 计算 calculation 运算 operation 证明 prove 假设 hypothesis,hypotheses(pl.) 命题 proposition 算术 arithmetic 加 plus(prep.), add(v.), addition(n.) 被加数 augend, summand 加数 addend 和 sum 减 minus(prep.), subtract(v.), subtraction(n.) 被减数 minuend 减数 subtrahend 差 remainder 乘 times(prep.),multiply(v.), multiplication(n.) 被乘数 multiplicand, faciend 乘数 multiplicator 积 product 除 divided by(prep.), divide(v.), division(n.) 被除数 dividend 除数 divisor 商 quotient 等于 equals, is equal to, isequivalent to 大于 is greater than 小于 is lesser than 大于等于 is equal or greater than 小于等于 is equal or lesser than 运算符 operator 平均数mean 算术平均数arithmatic mean 几何平均数geometric mean n个数之积的n次方根 倒数(reciprocal) x的倒数为1/x 有理数 rational number 无理数 irrational number 实数 real number 虚数 imaginary number 数字 digit 数 number 自然数 natural number 整数 integer 小数 decimal 小数点 decimal point 分数 fraction 分子 numerator 分母 denominator 比 ratio 正 positive 负 negative 零 null, zero, nought, nil 十进制 decimal system 二进制 binary system 十六进制 hexadecimal system 权 weight, significance 进位 carry 截尾 truncation 四舍五入 round 下舍入 round down 上舍入 round up 有效数字 significant digit 无效数字 insignificant digit 代数 algebra 公式 formula, formulae(pl.) 单项式 monomial 多项式 polynomial, multinomial 系数 coefficient 未知数 unknown, x-factor, y-factor, z-factor 等式,方程式 equation 一次方程 simple equation 二次方程 quadraticequation 三次方程 cubic equation 四次方程 quartic equation 不等式 inequation 阶乘 factorial 对数 logarithm 指数,幂 exponent 乘方 power 二次方,平方 square 三次方,立方 cube 四次方 the power of four, the fourth power n次方 the power of n, the nthpower 开方 evolution, extraction 二次方根,平方根 square root 三次方根,立方根 cube root 四次方根 the root offour, the fourth root n次方根 the root of n, the nth root sqrt(2)=1.414 sqrt(3)=1.732 sqrt(5)=2.236 常量 constant 变量 variable 坐标系 coordinates 坐标轴 x-axis, y-axis, z-axis 横坐标 x-coordinate 纵坐标 y-coordinate 原点 origin 象限quadrant 截距(有正负之分)intercede (方程的)解solution 几何geometry 点 point 线 line 面 plane 体 solid 线段 segment 射线 radial 平行 parallel 相交 intersect 角 angle 角度 degree 弧度 radian 锐角 acute angle 直角 right angle 钝角 obtuse angle 平角 straight angle 周角 perigon 底 base 边 side 高 height 三角形 triangle 锐角三角形 acute triangle 直角三角形 right triangle 直角边 leg 斜边 hypotenuse 勾股定理 Pythagorean theorem 钝角三角形 obtuse triangle 不等边三角形 scalene triangle 等腰三角形 isosceles triangle 等边三角形 equilateral triangle 四边形 quadrilateral 平行四边形 parallelogram 矩形 rectangle 长 length 宽 width 周长 perimeter 面积 area 相似 similar 全等 congruent 三角 trigonometry 正弦 sine 余弦 cosine 正切 tangent 余切 cotangent 正割 secant 余割 cosecant 反正弦 arc sine 反余弦 arc cosine 反正切 arc tangent 反余切 arc cotangent 反正割 arc secant 反余割 arc cosecant 补充:集合aggregate 元素 element 空集 void 子集 subset 交集 intersection 并集 union 补集 complement 映射 mapping 函数 function 定义域 domain, field ofdefinition 值域 range 单调性 monotonicity 奇偶性 parity 周期性 periodicity 图象 image 数列,级数 series 微积分 calculus 微分 differential 导数 derivative 极限 limit 无穷大 infinite(a.) infinity(n.) 无穷小 infinitesimal 积分 integral 定积分 definite integral 不定积分 indefinite integral 复数 complex number 矩阵 matrix 行列式 determinant 圆 circle 圆心 centre(BrE), center(AmE) 半径 radius 直径 diameter 圆周率 pi 弧 arc 半圆 semicircle 扇形 sector 环 ring 椭圆 ellipse 圆周 circumference 轨迹 locus, loca(pl.) 平行六面体 parallelepiped 立方体 cube 七面体 heptahedron 八面体 octahedron 九面体 enneahedron 十面体 decahedron 十一面体 hendecahedron 十二面体 dodecahedron 二十面体 icosahedron 多面体 polyhedron 旋转 rotation 轴 axis 球 sphere 半球 hemisphere 底面 undersurface 表面积 surface area 体积 volume 空间 space 双曲线 hyperbola 抛物线 parabola 四面体 tetrahedron 五面体 pentahedron 六面体 hexahedron菱形 rhomb, rhombus, rhombi(pl.), diamond 正方形 square 梯形 trapezoid 直角梯形 right trapezoid 等腰梯形 isoscelestrapezoid 五边形 pentagon 六边形 hexagon 七边形 heptagon 八边形 octagon 九边形 enneagon 十边形 decagon 十一边形 hendecagon 十二边形 dodecagon 多边形 polygon 正多边形 equilateral polygon 相位 phase 周期 period 振幅 amplitude 内心 incentre(BrE), incenter(AmE) 外心 excentre(BrE), excenter(AmE)旁心 escentre(BrE),escenter(AmE) 垂心 orthocentre(BrE), orthocenter(AmE) 重心 barycentre(BrE), barycenter(AmE) 内切圆 inscribed circle外切圆 circumcircle 统计 statistics 平均数 average 加权平均数 weighted average方差 variance 标准差 root-mean-squaredeviation, standard deviation 比例 propotion 百分比 percent 百分点 percentage 百分位数 percentile 排列 permutation 组合 combination 概率,或然率 probability 分布 distribution 正态分布 normal distribution 非正态分布 abnormal distribution 图表 graph 条形统计图 bar graph 柱形统计图 histogram 折线统计图 broken line graph 曲线统计图 curve diagram 扇形统计图 pie diagram 数列是sequence极限是limit导数是derivative微分是differential积分是integral常数 constant级数 series幂级数 power series二重积分 double integral数学 mathematics, maths(BrE), math(AmE) 公理 axiom 定理 theorem计算 calculation 运算 operation 证明 prove 假设 hypothesis, hypotheses(pl.)命题 proposition 算术 arithmetic 加 plus(prep.), add(v.),addition(n.) 被加数 augend, summand 加数 addend 和 sum 减 minus(prep.),subtract(v.), subtraction(n.) 被减数 minuend 减数 subtrahend 差 remainder 乘 times(prep.), multiply(v.), multiplication(n.) 被乘数 multiplicand,faciend 乘数 multiplicator 积 product 除 divided by(prep.), divide(v.),division(n.) 被除数 dividend 除数 divisor 商 quotient 等于 equals, is equal to, isequivalent to 大于 is greater than 小于 is lesser than 大于等于 is equal orgreater than 小于等于 is equal orlesser than 运算符 operator 平均数mean 算术平均数arithmatic mean几何平均数geometricmean n个数之积的n次方根 倒数(reciprocal) x的倒数为1/x 有理数 rational number 无理数 irrationalnumber 实数 real number 虚数 imaginary number 数字 digit 数 number 自然数 natural number 整数 integer 小数 decimal 小数点 decimal point 分数 fraction 分子 numerator 分母 denominator 比 ratio 正 positive 负 negative 零 null, zero, nought, nil十进制 decimal system 二进制 binary system 十六进制 hexadecimalsystem 权 weight, significance 进位 carry 截尾 truncation 四舍五入 round 下舍入 round down 上舍入 round up 有效数字 significantdigit 无效数字 insignificantdigit 代数 algebra 公式 formula, formulae(pl.) 单项式 monomial 多项式 polynomial,multinomial 系数 coefficient 未知数 unknown, x-factor, y-factor, z-factor 等式,方程式 equation 一次方程 simple equation 二次方程 quadratic equation 三次方程 cubic equation 四次方程 quartic equation 不等式 inequation 阶乘 factorial 对数 logarithm 指数,幂 exponent 乘方 power 二次方,平方 square 三次方,立方 cube 四次方 the power offour, the fourth power n次方 the power of n, the nth power 开方 evolution, extraction 二次方根,平方根 square root 三次方根,立方根 cube root 四次方根 the root offour, the fourth root n次方根 the root of n, the nth root sqrt(2)=1.414 sqrt(3)=1.732 sqrt(5)=2.236常量 constant 变量 variable 坐标系 coordinates 坐标轴 x-axis, y-axis,z-axis 横坐标 x-coordinate 纵坐标 y-coordinate 原点 origin 象限quadrant 截距(有正负之分)intercede (方程的)解solution 几何geometry 点 point 线 line 面 plane 体 solid 线段 segment 射线 radial 平行 parallel 相交 intersect 角 angle角度 degree 弧度 radian 锐角 acute angle 直角 right angle 钝角 obtuse angle 平角 straight angle 周角 perigon 底 base 边 side 高 height 三角形 triangle 锐角三角形 acute triangle righttriangle 直角边 leg 斜边 hypotenuse 勾股定理 Pythagoreantheorem 钝角三角形 obtuse triangle 不等边三角形 scalene triangle 等腰三角形 isosceles triangle 等边三角形 equilateraltriangle 四边形 quadrilateral 平行四边形 parallelogram矩形 rectangle 长 length 宽 width周长 perimeter 面积 area 相似 similar 全等 congruent三角 trigonometry 正弦 sine 余弦 cosine 正切 tangent 余切 cotangent 正割 secant 余割 cosecant 反正弦 arc sine 反余弦 arc cosine 反正切 arc tangent 反余切 arc cotangent 反正割 arc secant 反余割 arc cosecant 集合aggregate 元素 element空集 void 子集 subset 交集 intersection 并集 union 补集 complement 映射 mapping function 定义域 domain, field ofdefinition 值域 range 单调性 monotonicity 奇偶性 parity 周期性 periodicity 图象 image 数列,级数 series 微积分 calculus 微分 differential 导数 derivative 极限 limit 无穷大 infinite(a.) infinity(n.) 无穷小 infinitesimal 积分 integral 定积分 definite integral 不定积分 indefinite integral 复数 complex number 矩阵 matrix 行列式 determinan圆 circle 圆心 centre(BrE), center(AmE) 半径 radius 直径 diameter 圆周率 pi 弧 arc 半圆 semicircle 扇形 sector 环 ring 椭圆 ellipse 圆周 circumference 轨迹 locus, loca(pl.) 平行六面体 parallelepiped 立方体 cube 七面体 heptahedron 八面体 octahedron 九面体 enneahedron 十面体 decahedron 十一面体 hendecahedron 十二面体 dodecahedron 二十面体 icosahedron 多面体 polyhedron 旋转 rotation 轴 axis 球 sphere 半球 hemisphere 底面 undersurface 表面积 surface area 体积 volume 空间 space 双曲线 hyperbola 抛物线 parabola四面体 tetrahedron 五面体 pentahedron 六面体 hexahedron菱形 rhomb, rhombus, rhombi(pl.), diamond 正方形 square 梯形 trapezoid 直角梯形 right trapezoid 等腰梯形 isoscelestrapezoid 五边形 pentagon 六边形 hexagon 七边形 heptagon 八边形 octagon九边形 enneagon 十边形 decagon 十一边形 hendecagon 十二边形 dodecagon 多边形 polygon 正多边形 equilateral polygon相位 phase 周期 period 振幅 amplitude内心 incentre(BrE), incenter(AmE) 外心 excentre(BrE),excenter(AmE) 旁心 escentre(BrE), escenter(AmE) 垂心 orthocentre(BrE), orthocenter(AmE) 重心 barycentre(BrE),barycenter(AmE) 内切圆 inscribed circle 外切圆 circumcircle统计 statistics 平均数 average 加权平均数 weighted average 方差 variance 标准差 root-mean-squaredeviation, standard deviation比例 propotion 百分比 percent 百分点 percentage 百分位数 percentile排列 permutation 组合 combination 概率,或然率 probability 分布 distribution 正态分布 normal distribution 非正态分布 abnormal distribution图表 graph 条形统计图 bar graph 柱形统计图 histogram 折线统计图 broken linegraph 曲线统计图 curve diagram 扇形统计图 pie diagram

187 评论(9)

寳呗颖1

自变量 argument定义域 domain值域 range区间 interval闭区间 closed interval开区间take ----as an argument

338 评论(8)

相关问答