《离散数学》双语专业词汇表 名词术语中英文索引

《离散数学》双语专业词汇表

set:集合 subset:子集

element, member:成员,元素 well-defined: 良定,完全确定

brace:花括号 representation:表示

sensible: 有意义的 rational number:有理数

empty set:空集 Venn diagram:文氏图

contain(in):包含(于) universal set:全集

finite (infinite) set:有限(无限)集 cardinality:基数,势

power set:幂集 operation on sets:集合运算

disjoint sets: 不相交集 intersection:交

union: 并 complement of B with respect to A:A与B的差集

symmetric difference:对称差 commutative: 可交换的

associative:可结合的 distributive:可分配的

idempotent:等幂的 de Morgan’s laws:德摩根律

inclusion-exclusion principle:容斥原理 sequence:序列

subscript:下标 recursive:递归

explicit: 显式的 string:串,字符串

set corresponding to a sequence:对应于序列的集合

linear array(list):线性表 characteristic function: 特征函数

countable(uncountable):可数(不可数) alphabet:字母表

word:词 empty sequence(string):空串

catenation:合并,拼接 regular expression:正则表达式

division:除法 multiple:倍数 prime:素(数)

algorithm:算法 common divisor:公因子

GCD(greatest common divisor):最大公因子

LCM(least common multiple):最小公倍数

Euclidian algorithm:欧几里得算法,辗转相除法

pseudocode:伪码(拟码) matrix:矩阵 square matrix:方阵

row:行 column:列

entry(element):元素 diagonal matrix:对角阵

Boolean matrix:布尔矩阵 join:并

meet:交 Boolean product:布尔乘积

mathematical structure(system):数学结构(系统)

closed with respect to:对…是封闭的

binary operation:二元运算 unary operation:一元运算

identity:么元,单位元 inverse:逆元

statement, proposition:命题 logical connective:命题联结词

compound statement:复合命题 propositional variable:命题变元

negation:否定(式) truth table:真值表

conjunction:合取 disjunction:析取

quantifier:量词 universal quantification:全称量词化

propositional function:命题公式 predicate:谓词

existential quantification:存在量词化 converse:逆命题

conditional statement, implication:条件式,蕴涵式

consequent, conclusion:结论,后件

contrapositive:逆否命题 hypothesis: 假设,前提,前件

biconditional, equivalence:双条件式,等价

logically equivalent:(逻辑)等价的 contingency:可满足式

tautology:永真(重言)式 contradiction, absurdity:永假(矛盾)式

logically follow:是…的逻辑结论 rules of reference:推理规则

modus ponens:肯定律 modus tollens:否定律

indirect method:间接证明法 proof by contradiction:反证法

counterexample;反例 basic step:基础步

principle of mathematical induction:(第一)数学归纳法

induction step:归纳步 strong induction:第二数学归纳法

relation:关系 digraph:有向图

ordered pair:有序对,序偶 product set, Caretesian set:叉积,笛

partition, quotient set:划分,商集 block, cell:划分块,单元

domain:定义域 range:值域

R-relative set:R相关集 vertex(vertices):结点,顶点

edge:边 in-degree:入度

out-degree:出度 path:通路,路径

cycle:回路 connectivity relation:连通性关系

reachability relation:可达性关系 composition:复合

reflexive:自反的 irreflexive:反自反的

empty relation:空关系 symmetric:对称的

asymmetric:非对称的 antisymmetric:反对称的

graph:无向图 undirected edge:无向边

adjacent vertices:邻接结点 connected:连通的

transitive:传递的 equivalent relation:等价关系

congruent to:与…同余 modulus:模

equivalence class:等价类 linked list:链表

storage cell:存储单元 pointer:指针

complementary relation:补关系 inverse:逆关系

closure:闭包 symmetric closure:对称闭包

reflexive closure:自反闭包 composition:关系的复合

transitive closure:传递闭包 Warshal’s algorithm:Warshall算法

function, mapping, transformation:函数,映射,变换

argument:自变量 value, image:值,像,应变量

labeled digraph:标记有向图 identity function on A:A上的恒等函数

everywhere defined:处处有定义的 onto:到上函数,满射

one to one:单射,一对一函数

bijection, one-to-one correspondence:双射,一一对应

invertible function:可逆函数 floor function:下取整函数

ceiling function:上取整函数 Boolean function:布尔函数

base 2 exponential function:以2为底的指数函数

logarithm function to the base n:以n为底的对数

hashing function:杂凑函数 key:键

growth of function:函数增长 same order:同阶

lower order:低阶 running time:运行时间

permutation:置换,排列 cyclic permutation:循环置换,轮换

transposition:对换 odd(even) permutation:奇(偶)置换

order relation:序关系 partial order:偏序关系

partially ordered set, poset:偏序集 dual:对偶

comparable:可比较的 linear order(total order):线序,全序

linearly ordered set, chain:线(全)序集,链

product partial order:积偏序

lexicographic order:字典序 Hasse diagram:哈斯图

topological sorting:拓扑排序 isomorphism:同构

maximal(minimal) element:极大(小)元 extremal element:极值元素

greatest(least) element:最大(小)元 unit element:么(单位)元

zero element:零元 upper(lower) bound:上(下)界

least upper(greatest lower) bound:上(下)确界 lattice:格

join:,保联,并 meet:保交,交

sublattice:子格 absorption property:吸收律

bounded lattice:有界格 distributive lattice:分配格

complement:补元 modular lattice:模格

Boolean algebra:布尔代数 involution property:对合律

Boolean polynomial, Boolean expression:布尔多项式(表达式)

or(and, not) gate:或(与,非)门 inverter:反向器

circuit design:线路设计 minterm:极小项

Karnaugh map:卡诺图

tree:树 root:根,根结点

rooted tree:(有)根树 level:层,

parent:父结点 offspring:子女结点

siblings:兄弟结点 height:树高

leaf(leave):叶结点 ordered tree:有序树

n-tree:n-元树 complete n-tree:完全n-元树

(complete) binary tree:(完全)二元(叉)树 descendant:后代

subtree:子树 positional tree:位置树

positional binary tree:位置二元(叉)树 doubly linked list:双向链表

tree searching:树的搜索(遍历) traverse:遍历,周游

preorder search:前序遍历 Polish form:(表达式的)波兰表示

inorder search:中序遍历 postorder search:后序遍历

reverse Polish form:(表达式的)逆波兰表示

linked-list representation:链表表示

undirected tree:无向树 undirected edge:无向边

adjacent vertices:邻接结点 simple path:简单路径(通路)

simple cycle:简单回路 acyclic:无(简单)回路的

spanning tree:生成树,支撑树 Prim’s algorithm:Prim算法

minimal spanning tree:最小生成树 weighted graph:(赋)权图

weight:树 distance:距离

nearest neighbor:最邻近结点 greedy algorithm:贪婪算法

optimal solution:最佳方法 Kruskal’s algorithm:Kruskal算法

graph:(无向)图 vertex(vertices):结点 edge:边

end point:端点 relationship:关系 connection:连接

degree of a vertex:结点的度 loop:自回路 path:路径

isolated vertex:孤立结点 adjacent vertices:邻接结点

circuit:回路 simple path(circuit):基本路径(回路)

connected:连通的 disconnected:不连通的 component:分图

discrete graph(null graph):零图 complete graph:完全图

regular graph:正规图,正则图 linear graph:线性图

subgraph:子图 Euler path(circuit):欧拉路径(回路)

Konisberg Bridge problem:哥尼斯堡七桥问题 ordinance:法规

recycle:回收,再循环 bridge:桥,割边

Hamiltonian path(circuit):哈密尔顿路径(回路)

dodecahedron:正十二面体 weight:权

TSP(traveling salesperson problem):货郎担问题

transport network:运输网络 capacity:容量

maximum flow:最大流 source:源

sink:汇 conversation of flow:流的守恒

value of a flow:流的值 excess capacity:增值容量

cut:割 the capacity of a cut:割的容量

matching problems:匹配问题 matching function:匹配函数

compatible with:与…相容 maximal match:最大匹配

complete match:完全匹配 coloring graphs:图的着色

proper coloring:正规着色 chromatic number of G:G的色数

map-coloring problem:地图着色问题 conjecture:猜想

planar graph:(可)平面图 bland meats:未加调料的肉

chromatic polynomial:着色多项式

binary operation on a set A:集合A上的二元运算

closed under the operation:运算对…是封闭的

commutative:可交换的 associative:可结合的

idempotent:幂等的 distributive:可分配的

semigroup:半群 product:积

free semigroup generated by A:由A生成的自由半群

identity(element):么(单位)元 monoid:含么半群,独异点

subsemigroup:子半群 submonoid:子含么半群

isomorphism:同构 homomorphism:同态

homomorphic image:同态像 Kernel:同态核

congruence relation:同余关系 natural homomorphism:自然同态

group:群 inverse:逆元 quotient group:商群

Abelian group:交换(阿贝尔)群 cancellation property:消去律

multiplication table:运算表 finite group:有限(阶)群

order of a group:群的阶 symmetric group:对称群

subgroup:子群 alternating group:交替群

Klein 4 group:Klein四元群 coset:陪集

(left) right coset:(左)右陪集 normal subgroup:正规(不变)子群

prerequisite:预备知识 virtually:几乎

informal brand:不严格的那种 notation:标记

sensible:有意义的 logician:逻辑学家

extensively:广泛地,全面地 commuter:经常往来于两地的人

by convention:按常规,按惯例 dimension:维(数)

compatible:相容的

discipline:学科 reasoning:推理

declarative sentence:陈述句 n-tuple:n-元组

component sentence:分句 tacitly:默认

generic element:任一元素 algorithm verification:算法证明

counting:计数 factorial:阶乘

combination:组合 pigeonhole principle:鸽巢原理

existence proof:存在性证明 constructive proof:构造性证明

category:类别,分类 factor:因子

consecutively:相继地 probability(theory):概率(论)

die:骰子 probabilistic:概率性的

sample space:样本空间 event:事件

certain event:必然事件 impossible event:不可能事件

mutually exclusive:互斥的,不相交的 likelihood:可能性

frequency of occurrence:出现次数(频率) summarize:总结,概括

plausible:似乎可能的 equally likely:等可能的,等概率的

random selection(choose an object at random):随机选择

terminology:术语 expected value:期望值

backtracking:回溯 characteristic equation:特征方程

linear homogeneous relation of degree k:k阶线性齐次关系

binary relation:二元关系 prescribe:命令,规定

coordinate:坐标 criteria:标准,准则

gender:性别 graduate school:研究生院

generalize:推广 notion:概念

intuitively:直觉地 verbally:用言语

approach:方法,方式 conversely:相反地

pictorially:以图形方式 restriction:限制

direct flight:直飞航班 tedious:冗长乏味的

main diagonal:主对角线 remainder:余数

random access:随机访问 sequential access:顺序访问

custom:惯例 polynomial:多项式

substitution:替换 multi-valued function:多值函数

collision:冲突 analysis of algorithm:算法分析

sophisticated:复杂的

set inclusion(containment):集合包含 distinguish:区分

analogous:类似的 ordered triple:有序三元组

recreational area:游乐场所

multigraph:多重图 pumping station:抽水站

depot:货站,仓库 relay station:转送站

转载于:https://www.cnblogs.com/emanlee/archive/2011/01/31/1948337.html

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/462771.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

less is more,so 只记 less

less 文件名 1.Enter键  :向下翻一行 2.空格键   :向下翻一屏 3.j键    :想下翻一行 4.k键    :向上翻一行 5.f键    :向下翻一屏 6.b键     : 向上翻一屏 7.d键    :向…

预祝大家2011农历新年快乐,宏“兔”大展,心想事成~

预祝大家2011农历新年快乐,宏“兔”大展,心想事成~ 又是一年新年到,预祝大家2011农历新年快乐,宏“兔”大展,心想事成~ _____________________________________________________ 以下是附带的……

MySQL中的表压缩功能

MySQL版本:8.0.22 os:linux ubuntu 语言:c、c 在MySQL中支持3种类型的表压缩,依次为:传统压缩、TPC压缩、字典压缩。 第一种:传统压缩 传统的表压缩方式是在MySQL5.0.7之前使用的,现在已经废…

net core体系-web应用程序-4asp.net core2.0 项目实战(1)-11项目日志解决方案

本文目录1. Net下日志记录2. NLog的使用 2.1 添加nuget引用NLog.Web.AspNetCore 2.2 配置文件设置 2.3 依赖配置及调用 2.4 日志类型介绍 2.5 产生的日志文件3. 基于Microsoft.Extensions.Logging封装 3.1 添加引用Microsoft.Extensions.Logging 3.2 实现…

strcasecmp()--忽略大小写比较字符串

strcasecmp()的功能是&#xff1a;忽略大小写比较字符串 头文件 #include <strings.h> 函数原型&#xff1a;int strcasecmp(const char *s1, const char *s2); 函数功能: 用来比较参数s1和s2字符串&#xff0c;比较时会自动忽略大小写的差异。 返回值: 若参数字符串…

NDK 获取android的imei和serial number

1&#xff0c;获取imei int setAndroidDeviceID(JNIEnv *env, jobject obj,jobject mContext) {if(mContext 0){return -1;}jclass cls_context (*env)->FindClass(env, "android/content/Context");if(cls_context 0){return -1;}jmethodID getSystemService …

《JS高级程序设计》PART3.对象基础

3.2对象应用 对象废除&#xff1a;如果一个对象有2个及以上引用&#xff0c;则要正确的废除该对象&#xff0c;必须将其所有引用都设置为null。 js和java一样&#xff0c;有垃圾回收机制&#xff0c;会自动收回已无引用指向的对象。 早绑定和晚绑定 绑定&#xff1a;把对象的…

python迭代-如何对迭代器做切片操作

如何对迭代器做切片操作 问题举例 读取某个文件内容的100~300行内容&#xff0c;我们是否可以使用 类似列表切片的方式得到一个100~300行文件内容的生成器 分析 列表的切片操作其实是在重载方法__getItem__方法 可以通过file.readlines()后再做切片&#xff0c;内存会加载整个文…

如何让linux服务器同步互联网时间

今天在工作中需要搭建一个数据库集群s1&#xff0c;需要将节点A、节点B和节点C都加入集群&#xff0c;先在A节点上创建集群&#xff0c;然后将B和C节点加入到集群&#xff0c;但是在B和C加入到集群之前&#xff0c;会判断B与A、C与A的时间戳是不是在设置的2s~5s内&#xff0c;如…

Conda常见命令

Anaconda,Miniconda,Conda,Pip的区别&#xff1a; Anaconda&#xff1a;用于科学计算的python发行版&#xff0c;里面预装好了conda&#xff0c;某个版本的python&#xff0c;众多packages,科学计算工具等。Anaconda利用工具/命令conda来进行package和environment的管理&#x…

MySQL一张innodb表列个数的限制和engine的选择

在MySQL innodb存储引擎中&#xff0c;一张表中列的个数最大为4096。 其中在MySQL中&#xff0c;创建表时可以任意指定engine的类型&#xff0c;但是&#xff0c;考虑到join、union、union all等复杂的场景时&#xff0c;尽量每张表都用统一的engine。

Hibernate读书笔记

伟大的信息管理与信息系统专业&#xff0c;万恶的信息管理与信息系统专业。说这句话我是有根据的&#xff1a;因为这个专业雄心勃勃的想把自己的子弟培养成全面发展的人才但是结果则不然。两方面的原因&#xff1a;一部分在学生&#xff0c;但是一部分在这个专业。让我极其郁闷…

基于报文地址的策略路由配置示例

【实验拓扑】本文实验采用的交换机是H3C模拟器&#xff0c;下载地址如下&#xff1a; http://forum.h3c.com/forum.php? modviewthread&tid109740&highlightH3C%E6%A8%A1%E6% 8B%9F%E5%99%A8 有兴趣的朋 友可以在论坛上去下载 【组网需求】普通的报文转发是依据报文的…

html字体加大标签与写法介绍

在html中字体加大的标签为<big>&#xff0c;一般用于重要文字&#xff0c;醒目文字&#xff0c;让用户容易看到&#xff01; 字体加大: <big>写上你想写的字</big> 效果&#xff1a;未加大 加大 效果中我们能轻易分辨&#xff0c;加大和未加大的文字区别&am…

CustomValidator

使用服务器验证时 要注意 IsValid 需要再次进行判断转载于:https://www.cnblogs.com/spchenjie/archive/2011/03/02/1968968.html

MySQL单机版Recycle Bin回收站功能

最近调研了阿里的Recycle Bin回收站功能&#xff0c;可以保证数据不丢失。 为了防止开发或运维人员的误操作&#xff0c;比如DROP TABLE/DATABASE、TRUNCATE TABLE&#xff0c;这类DDL语句不具有可操作的回滚特性&#xff0c;而导致数据丢失,AliSQL 8.0(基于MySQL)新特性支持回…

Delphi纯代码连SQLite数据库,同时支持数据库的加密解密

//摘自&#xff1a;http://bbs.witbase.com/thread-1141-1-1.html Delphi纯代码连SQLite数据库&#xff0c;同时支持数据库的加密解密 Delphi纯代码连SQLite数据库&#xff0c;同时支持数据库的加密解密本文的内容包括&#xff1a;&#xff08;1&#xff09;一个实现了加密解密…

用STATSVN统计公司SVN代码修改

直接用LOG&#xff0c;BOSS还是不满意&#xff0c;那只好架上JDK&#xff0c;用STATSVN了。 跑得还顺利&#xff0c;只是具体代码没跑出来。。 但共用一个帐号&#xff0c;害人呀&#xff0c;还好有提交注释里有程序员的名字。。 STATSVN文档很简单&#xff0c;简单报告也就一个…

Informix IDS 11零碎治理(918考试)认证指南,第 7 部分: IDS复制(24)

SDS&#xff1a;看管可以使用 onstat 或零碎看管接口&#xff08;SMI&#xff09;表查察 SDS 效能器统计信息。本节品评争论以下主题&#xff1a;onstat 选项 sysmaster 表 旧事日志输出 onstat 选项可以使用 onstat -g sds 饬令查察 SDS 效能器统计信息。onstat 的输出取决于运…

leafLet入门教程兼leafLet API中文文档参考

英文文档参考&#xff1a;https://leafletjs.com/reference-1.3.4.html#popup 博客参考&#xff1a;https://blog.csdn.net/qq_36595013/article/details/83144874#leafLet_API__243 使用说明参考&#xff1a;https://www.cnblogs.com/cainiaomeng/p/6072139.html转载于:https:…