数值分析中常用数学词汇英中文对照abbreviation 简写符号;简写absolute error 绝对误差absolute value 绝对值accelerate 加速accumulation 累积accuracy 准确度act on
Invalid 无效(的)无效 inverse linear attenuation of light线性衰减 光线的线性反比衰减 inverse square attenuation of light平方衰减 光线的平方反比衰减 Invisible不行见 不行见 invoke 调用 呼叫 island 孤岛 孤立物件 Island detection 孤岛检测 侦测孤立物件 ISO (International Standards Organization) ISO(国际标准...
absolute coordinates 绝对坐标 绝对座标 abut 邻接 相邻 accelerator key 加速键 快速键 access 获取 存取 acisin ACIS 输入 ACIS 汇入 acisout ACIS 输出 ACIS 汇出 action 操作 动作 active 活动(的) 作用中 adaptive sampling 自适应采样 最适取样 add 添加 加入 Add a Printer 添加打印机 新增印表机 Add mod...
abort 中断 中断 absolute coordinates 绝对坐标 绝对座标 abut 邻接 相邻 accelerator key 加速键 快速键 access 获取 存取 acisin ACIS 输入 ACIS 汇入 acisout ACIS 输出 ACIS 汇出 action 操作 动作 active 活动(的) 作用中 adaptive sampling 自适应采样 最适取样 add 添加 加入 Add a Printer 添加打印机 ...
Beep on Error 出错报警 错误时发出哔声 bevel 倒角 斜切 bevel 倒角 斜切 beveling objects 斜角对象 斜切物件 Bezier curve Bezier 曲线 Bezier 曲线 Big Font 大字体 大字体 bind 绑定 并入 bitmap 位图 点阵图 blend 合成 混成 blipmode 点标记模式 点记模式 ...
(Modified, Exclusive, Shared, Invalid:修改、排除、共享、废弃) MMX(MultiMedia Extensions,多媒体扩展指令集) MMU(Multimedia Unit,多媒体单元) MFLOPS(Million Floationg Point/Second,每秒百万个浮点操作) MHz(Million Hertz,兆赫兹) MP(Multi-Processing,多重处理器架构) MPS(MultiProcessor Specification,多重处理...
This tag is not necessary in .cpp files. The name of the file is also on the first line, along with a very short description of the purpose of the file. The next section in the file is a concise note that defines the license that the file is released under. This makes it perfectly...
If the two tags are equal, then the message/tag pair is valid; otherwise, it is invalid and the error audit message "AUTHENTICATION FAILURE" MUST be returned. 我们如下描述计算身份验证标签的过程。发送方计算M的标记并将其附加到数据包中。SRTP接收机通过使用所选算法和密钥计算M上的新认证标签来...
An integer 0 < S < L - 1 is encoded in little-endian form as a b-bit string ENC(S). 整数0<S<L-1以小端形式编码为b位字符串ENC(S)。 An element (x,y) of E is encoded as a b-bit string called ENC(x,y), which is the (b-1)-bit encoding of y concatenated with one bit...
In the absence of any type information at all, Rust will assume that an unsuffixed integer literal has type int.(如果根本没有任何类型信息,Rust会假定一个没有后缀的整数字面量的类型为int。) let a = 1; // a is an int let b = 10i; // b is an int, due to the i suffix let c...