文档库 最新最全的文档下载
当前位置:文档库 › (完整版)数据库重要术语(中英文)

(完整版)数据库重要术语(中英文)

(完整版)数据库重要术语(中英文)
(完整版)数据库重要术语(中英文)

单词汇总(数据库专业一点的词汇其实主要就是每章后面review items的内容,在这里简单列一下,如果你实在没时间看书,至少这些单词要认识。):

1.数据库系统:database system(DS),database management system(DBMS)

2.数据库系统(DS),数据库管理系统(DBMS)

3.关系和关系数据库table= relation,column = attribute属性,domain, atomic domain, row= tuple,

relational database, relation schema, relation instance, database schema, database instance;

4.表=关系,列=属性属性,域,原子域,排=元组,关系型数据库,关系模式,关系实例,数

据库模式,数据库实例;

1.key们: super key, candidate key, primary key, foreign key, referencing relation, referenced

relation;

2.超码,候选码,主码,外码,参照关系,被参照关系

5.关系代数(relational algebra):selection, project, natural join, Cartesian product, set operations,

union, intersect, set difference ( except\minus), Rename, assignment, outer join, grouping, tuple relation calculus

6.(关系代数):选择,项目,自然连接,笛卡尔积,集合运算,集,交集,集合差(除\负),

重命名,分配,外连接,分组,元组关系演算

7. sql组成:

DDL:数据库模式定义语言,关键字:create

DML:数据操纵语言,关键字:Insert、delete、update

DCL:数据库控制语言,关键字:grant、remove

DQL:数据库查询语言,关键字:select

8.

3.SQL语言:DDL,DML,DCL,QL,sql query structure, aggregate functions, nested subqueries,

exists(as an operator), unique(as an operator), scalar subquery, assertion, index(indices), catalogs, authorization, all privileges, granting, revoking, grant option, trigger, stored procedure, stored function

4.SQL语言:DDL,DML,DCL,QL,SQL查询结构,聚合函数,嵌套子查询,存在(如运

营商),独特的(如运营商),标量子查询,断言指数(指数),目录,授权,所有权限,授予,撤销,GRANT OPTION,触发器,存储过程,存储函数

9.表结构相关:Integrity constraints, domain constraints, referential integrity constraints

10.完整性约束,域名约束,参照完整性约束

5.数据库设计(ER 模型):Entity-Relationship data model, ER diagram, composite attribute,

single-valued and multivalued attribute, derived attribute,binary relationship set, degree of relationship set, mapping cardinality,1-1, 1-m, m-n relationship set (one to one, one to many, many to many), participation, partial or total participation, weak entity sets, discriminator attributes, specialization and generalization

6.实体关系数据模型,ER图,复合属性,单值和多值属性,派生属性,二元关系集,关系集,

映射基数的程度,1-1,1-米,MN关系集合(一对一,一对多,多对多),参与部分或全部参与,弱实体集,分辨符属性,特化和概化

11.函数依赖理论:functional dependence, normalization, lossless join (or lossless) decomposition,

First Normal Form (1NF), the third normal form (3NF), Boyce-codd normal form (BCNF), R satisfies F, F holds on R, Dependency preservation保持依赖, Trivial, closure of a set of functional dependencies函数依赖集的闭包, closure of a set of attributes属性集闭包,

Armstrong’s axioms Armstrong公理, reflexivity rule自反律, augmentation rule,增广率, transitivity传递律, restriction of F to R i ,F在Ri上的限定,canonical cover正则覆盖,

extraneous attributes无关属性, decomposition algorithm分解算法.

7.函数依赖,规范化,无损连接(或无损)分解,第一范式(1NF),第三范式(3NF)BC范

式(BCNF),R满足F,F持有R,依赖保存,平凡,一组函数依赖封闭,一组属性,

8.事务:transition, ACID properties ACID特性,并发控制系统concurrency control system,故障恢

复系统recovery system,事务状态transition state, 活动的active, 部分提交的partially committed, 失败的failed, 中止的aborted, 提交的committed,已结束的terminated, 调度schedule,操作冲突conflict of operations, 冲突等价conflict equivalence,冲突可串行化conflict serializablity,可串行化顺序serializablity order,联级回滚cascading rollback,封锁协议locking protocol,共享(S)锁shared-mode lock (S-lock),排他(X)锁exclusive-mode lock (X-lock), 相容性compatibility, 两阶段封锁协议2-phase locking protocol, 意向锁intention lock, 时间戳timestamp, 恢复机制recovery scheme,日志log, 基于日志的恢复log-based recovery, 延迟的修改deferred modification, 立即的修改immediate modification, 检查点checkpoint.

数据库系统DBS Database System

数据库系统应用Database –system applications

文件处理系统file-processing system

数据不一致性data inconsistency

一致性约束consistency constraint

数据抽象Data Abstraction

实例instance

模式schema

物理模式physical schema

逻辑模式logical schema

物理数据独立性physical data independence

数据模型data model

实体-联系模型entity-relationship model(E-R)

关系数据模型relational data model

基于对象的数据模型object-based data model

半结构化数据模型semistructured data model

数据库语言database language

数据定义语言data-definition language

数据操纵语言data-manipulation language

查询语言query language

元数据metadata

应用程序application program

规范化normalization

数据字典data dictionary

存储管理器storage manager

查询管理器query processor

事务transaction

原子性atomicity

故障恢复failure recovery

并发控制concurrency-control

两层和三层数据库体系结构two-tier/three-tier 数据挖掘data mining

数据库管理员DBA database administrator

表table

关系relation

元组tuple

空值null value

数据库模式database schema

数据库实例database instance

关系模式relation schema

关系实例relation instance

码keys

超码super key

候选码candidate key

主码primary key

外码foreign key

参照关系referencing relation

被参照关系referenced relation

属性attribute

域domain

原子域atomic domain

参照完整性约束referential integrity constraint 模式图schema diagram

查询语言query language

过程化语言procedural language

非过程化语言nonprocedural language

关系运算operations on relations

选择元组selection of tuples

选择属性selection of attributes

自然连接natural join

笛卡尔积Cartesian product

集合运算set operations

关系代数relational algebra

SQL查询语言SQL query structure

Select 字句select clause

From 字句from clause

Where 字句where clause

自然连接运算natural join operation

As字句as clause

Order by 字句order by clause

相关名称(相关变量,元组变量) correlation name (correlation variable,tuple variable)集合运算set operations

Union

Interest

Except

空值null values

真值“unknown”truth “unknown”

聚集函数aggregate functions

avg,min,max,sum,count

group by

having

嵌套子查询nested subqueries

集合比较set comparisons

{《,《=,》,》=}

{some,all}

exists

unique

lateral字句lateral clause

with字句with clause

标量子查询scalar subquery

数据库修改database modification

删除deletion

插入insertion

更新updating

参照完整性referential integrity

参照完整性约束referential –integrity constraint 或子集依赖subset dependency

可延迟的deferrable

断言assertion

连接类型join types

内连接和外连接inner and outer join

左外连接、右外连接和全外连接left 、right and full outer join

Natural 连接条件、using连接条件和on连接条件natural using and so on

视图定义view definition

物化视图materialized views

视图更新view update

事务transactions

提交commit work

回滚roll back work

原子事务atomic transaction

完整性约束integrity constraints

域约束domain constraints

唯一性约束unique constraint

Check 字句check clause

参照完整性referential integrity

级联删除cascading delete

级联更新cascading updates

断言assertions

日期和时间类型date and time types

默认值default values

索引index

大对象large object

用户定义类型user-defined types

域domains

目录catalogs

模式schemas

授权authorization

权限privileges

选择select

插入insert

更新update

所有权限all privileges

授予权限granting of privileges

收回权限revoking of privileges

授予权限的权限privileges to privileges Grant option

角色roles

视图授权authorization on views

执行授权execute authorization

调用者权限invoker privileges

行级授权row-level authorization

JDBC

ODBC

预备语句prepared statements

访问元数据accessing metadata

SQL注入SQL injection

嵌入式SQL embedded SQL

游标cursors

可更新的游标updatable cursors

动态SQL dynamic SQL

SQL函数SQL functions

存储过程stored procedures

过程化结构procedural constructs

外部语言例程external language routines

触发器trigger

Before 和after 触发器before and after triggers

过渡变量和过渡表transition variables and tables

递归查询recursive queries

单调查询monotonic queries

排名函数ranking functions

Rank

Dense rank

Partition by

分窗windowing

联机分析处理(OLAP)online analytical processing

多维数据multidimensional data

度量属性measure attributes

维属性dimension attributes

转轴pivoting

数据立方体data cube

切片和切块slicing and dicing

上卷和下钻rollup and drill down

交叉表cross-tabulation

第七章

实体-联系数据模型Entity-relationship data model

实体和实体集entity and entity set

属性attribute

域domain

简单和复合属性simple and composite attributes

单值和多值属性single-valued and multivalued attributes

空值null value

派生属性derived attribute

超码、候选码以及主码super key ,candidate key, and primary key 联系和联系集relationship and relationship set

二元联系集binary relationship set

联系集的度degree of relationship set

描述性属性descriptive attributes

超码、候选码以及主码super key ,candidate key, and primary key 角色role

自环联系集recursive relationship set

E-R图E-R diagram

映射基数mapping cardinality

一对一联系one-to-one relationship

一对多联系one-to-many relationship

多对一联系many-to-one relationship

多对多联系many-to-many relationship

参与participation

全部参与total participation

部分参与partial participation

弱实体集和强实体集weak entity sets and strong entity sets

分辨符属性discriminator attributes

标识联系identifying relationship

特化和概化specialization and generalization

超类和子类superclass and subclass

属性继承a ttribute inheritance

单和多继承single and multiple inheritance

条件定义的和用户定义的成员资格condition-defined and userdefined membership 不相交概化和重叠概化disjoint and overlapping generalization

全部概化和部分概化total and partial generalization

聚集aggregation

UML

UML类图UML class diagram

第八章

E-R模型和规范化E-R model and normalization

分解decomposition

函数依赖functional dependencies

无损分解lossless decomposition

原子域atomic domains

第一范式(1NF)first normal form(1NF)

合法关系legal relations

超码super key

R满足F R satisfies F

F在R上成立F holds on R

Boyce-Codd范式BCNF Boyce-Codd normal form(BCNF)

保持依赖dependency preservation

第三范式(3NF)third normal form(3NF)

平凡的函数依赖thivial functional dependencies

函数依赖集的闭包closure of a set of functional dependencies

Armstrong公理Armstrong ‘s axioms

属性集闭包closure of attribute sets

F在Ri上的限定restriction of F to Ri

正则覆盖canonical cover

无关属性extraneous attributes

BCNF分解算法BCNF decomposition algorithm

3NF分解算法3NF decomposition algorithm

多值依赖multivalued dependencies

第四范式(4NF)fourth normal form(4NF)

多值依赖的限定restriction of a multivalued independency

投影-连接范式(PJNF)project-join normal form(PJNF)

域-码范式(DKNF)domain-key normal form(DKNF)

泛关系universal relation

唯一角色假设unique-role assumption 去规范化denormalization

财务专业术语中英文对照表

财务专业术语中英文对照表 英文中文说明 Account Accounting system 会计系统 American Accounting Association 美国会计协会 American Institute of CPAs 美国注册会计师协会 Audit 审计 Balance sheet 资产负债表 Bookkeepking 簿记 Cash flow prospects 现金流量预测 Certificate in Internal Auditing 部审计证书 Certificate in Management Accounting 管理会计证书 Certificate Public Accountant注册会计师 Cost accounting 成本会计 External users 外部使用者 Financial accounting 财务会计 Financial Accounting Standards Board 财务会计准则委员会 Financial forecast 财务预测 Generally accepted accounting principles 公认会计原则 General-purpose information 通用目的信息 Government Accounting Office 政府会计办公室 Income statement 损益表 Institute of Internal Auditors 部审计师协会 Institute of Management Accountants 管理会计师协会 Integrity 整合性 Internal auditing 部审计 Internal control structure 部控制结构 Internal Revenue Service 国收入署 Internal users部使用者 Management accounting 管理会计 Return of investment 投资回报 Return on investment 投资报酬 Securities and Exchange Commission 证券交易委员会

常用术语中英文词典

常用术语中英文词典 Raw materials: alumina 铝土 bauxite 铝矿土 log 大圆棒 billet 小圆棒(铝棒) butt 废料(挤压切头) Magnesium 镁 Silicon 硅 Iron 铁 Copper 铜 Manganese 锰 Chromium 铬 extruability 可挤压性 strength-to-weight ratio 强度重量比quenching 淬火 conductivity 可导电性,导电率Equipment: 设备: log conveyor 大圆棒运输机 log furnace 大圆棒加热炉 billet furnace 铝棒加热炉 solvus tempreture 溶线温度 solidus tempreture 固线温度 log shear 圆棒剪 billet transveyor 铝棒运输机 press loader 挤压机托料架机械手ram 挤压杆 dummy block 压饼(挤压垫)container 盛锭筒 container liner 盛锭筒内衬(内套)runout table 输出台 front platen 前板 main cylinder 主缸 Die: 模具: die ring 模套 die 模具 backer 模垫 bolster 前垫 shim (sub-bolster) 后垫 feeder 导流板 pocket(cavity of feeder) 袋式平模hollow die 空心模 semi-hollow die 半空心模 solid die 平模

aperture (pocket) 孔隙 die cap 下模(母模) mandrel 上模(公模) porthole 孔式分流模 pancake 园盘式模 bridge 桥式模 spider 蜘蛛模 horse shoe 马蹄形止口 tool carrier 模座 die bearing 工作带 relief 空刀 die oven 模具加热炉 radiant oven 辐射炉 infrared oven 红处线炉 lead-out table 导出台 quench box 淬火槽 standing-wave cooling 过水槽冷却 mist cooling 水雾冷却 air cooling 风冷 web 桥 port 进料孔 puller 牵引机 transfer belts 传送台 cooling belt 冷却带(台) stretcher 拉直机(调直机) tail head 固定端 power head 活动端 clamps 夹头 crossover belts (拉直机)传送带 staging and saw: 锯切工作台和锯 staging area 锯切工作台 saw 锯 batching belt 配置传送带 saw gauge 锯切定尺台 supervisory control system(SCS) 监视控制系统programmable logic controller(PLC) 可编过程控制器aging oven 时效炉 Process temperature rise 挤压时的上升温度 exit temperature 出口温度 tearing 扯裂 container wall 挤压筒筒壁 shear zone exit temp. measurement 出口温度测量

钟表中英文对照术语表

钟表中英文对照术语表,希望对各位表迷有所帮助 10J - 10天动力储备 Abbreviation for 10 days power reserve in the Patek Philippe typology.在百达翡丽而言是“10 days power reserve - 10天动力储备”的缩写。 24H - 24小时表盘 Abbreviation for "24-hour dial", in the Patek Philippe typology.在百达翡丽而言是“24-hour dial - 24 小时表盘”的缩写。 Amplitude - 摆幅

Measurement in degrees of the movement of a balance and spring assembly: amplitude is the angle between the position of equilibrium and its maximum elongation.测量摆轮游丝装置的摆动角度:摆幅即是游丝装置的平衡位置与最大距角之间的角度。 Analogue - 指针式时间显示 Refers to time display using hands.指采用指针来显示时间。 Aperture - 视窗、孔径

Dial opening revealing the indications provided on discs rotating under the dial.表盘上的开孔,可看见表盘下的转盘的显示信息。 Applique - 镶刻 Raised numeral or hour-marker, applied to or riveted to the dial. At Patek Philippe, appliques are always in gold and are sometimes diamond-set.固定在表盘上的凸起数字或时间刻度。百达翡丽钟表的镶刻通常用金打造,有时亦会镶嵌钻石。 Appropriage - 抛磨修整 An activity carried out by the Grand Complications workshop. The watchmakers themselves perform certain finishing operations such as polishing steel parts or

(完整版)放疗专业术语中英文对照表

Chemntherapeutic agents 化学疗法 thus xue fiao fa) Chemothcrjipy 化学疔,Z (hija xue Aaa fa) hns the goal of killing or stopping rhe development nf rapidly dividing cells. Examples are Cisplatin, Carboplat in, Bkomycin I 博来霉嗪1 (ftd l3f Sg S-fltinrncjrao 5 氟尿瞪喘(ft/ HiAO m dfinfl), mrthotrExate 甲員媒时{Jia 的 did /ioffk Vincristine fifr chun xJTj/a^, Vinblastine 衣祚碱 (chang chun ;ian}. Taxol and Tawiuvirtn .木戟题(SSfi ben 阳ng 钠* Since the sanK nicchanism (hat kilh malignant cdl or blocks de vela pment of a malignant cell cm have similar effects on a nnrnuil, rap idly dividing celt any of LhcNt agents ciin hax r c btid side clfccts. Some terms of cancer ircitLcd with chemcthera 卩、may cjus,e ihe cancer (o "disappear

(完整版)数据库重要术语(中英文)

单词汇总(数据库专业一点的词汇其实主要就是每章后面review items的内容,在这里简单列一 下,如果你实在没时间看书,至少这些单词要认识。): 1. 数据库系统:database system(DS),database ma nageme nt system(DBMS) 2. 数据库系统(DS),数据库管理系统(DBMS) 3. 关系和关系数据库table= relation,column = attribute 属性,domain, atomic domain, row= tuple , relati onal database, relati on schema, relati on in sta nee, database schema, database in sta nee; 4. 表=关系,列=属性属性,域,原子域,排=元组,关系型数据库,关系模式,关系实例,数 据库模式,数据库实例; 1. key 们:super key, can didate key, primary key, foreig n key, referencing relati on, referen ced relati on; 2. 超码,候选码,主码,外码,参照关系,被参照关系 5. 关系代数(relational algebra): selection, project, natural join, Cartesian product, set operations, union, in tersect, set differe nee ( except\m in us), Ren ame, assig nment, outer join, group ing, tuple relati on calculus 6. (关系代数):选择,项目,自然连接,笛卡尔积,集合运算,集,交集,集合差(除负), 重命名,分配,外连接,分组,元组关系演算 7. sql组成: DDL :数据库模式定义语言,关键字:create DML :数据操纵语言,关键字:Insert、delete、update DCL :数据库控制语言,关键字:grant、remove DQL :数据库查询语言,关键字:select 8. 3. SQL 语言:DDL,DML,DCL,QL,sql query structure, aggregate functions, nested subqueries, exists(as an operator), uni que(as an operator), scalar subquery, asserti on, in dex(i ndices), catalogs, authorization, all privileges, granting, revoking , grant option, trigger, stored procedure, stored fun cti on 4. SQL语言:DDL,DML,DCL,QL,SQL查询结构,聚合函数,嵌套子查询,存在(如运 营商),独特的(如运营商),标量子查询,断言指数(指数) ,目录,授权,所有权限,授 予,撤销,GRANT OPTION,触发器,存储过程,存储函数 8. 表结构相关:Integrity constraints, domain constraints, referential integrity constraints 9. 完整性约束,域名约束,参照完整性约束 5. 数据库设计(ER 模型):Entity-Relationship data model, ER diagram, composite attribute, sin gle-valued and multivalued attribute, derived attribute, binary relati on ship set, degree of relati on ship set, mapp ing card in ality, 1-1, 1-m, m-n relati on ship set (one to one, one to many, many to many), participati on, partial or total participati on, weak en tity sets, discrim in ator attributes, specialization and generalization 6. 实体关系数据模型,ER图,复合属性,单值和多值属性,派生属性,二元关系集,关系集, 映射基数的程度,1-1,1-米,MN关系集合(一对一,一对多,多对多) ,参与部分或全部参与,弱实体集,分辨符属性,特化和概化 10. 函数依赖理论:functional dependence, normalization, lossless join (or lossless) decomposition, First Normal Form (1NF), the third normal form (3NF), Boyce-codd normal form (BCNF), R satisfies F, F

医药行业专业英语词汇词典

医药行业专业英语词汇 词典 集团文件发布号:(9816-UATWW-MWUB-WUNN-INNUL-DQQTY-

FDA和EDQM术语: CLINICAL TRIAL:临床试验 ANIMAL TRIAL:动物试验 ACCELERATED APPROVAL:加速批准 STANDARD DRUG:标准药物 INVESTIGATOR:研究人员;调研人员 PREPARING AND SUBMITTING:起草和申报 SUBMISSION:申报;递交 BENIFIT(S):受益 RISK(S):受害 DRUG PRODUCT:药物产品 DRUG SUBSTANCE:原料药 ESTABLISHED NAME:确定的名称 GENERIC NAME:非专利名称 PROPRIETARY NAME:专有名称; INN(INTERNATIONAL NONPROPRIETARY NAME):国际非专有名称ADVERSE EFFECT:副作用 ADVERSE REACTION:不良反应 PROTOCOL:方案 ARCHIVAL COPY:存档用副本 REVIEW COPY:审查用副本 OFFICIAL COMPENDIUM:法定药典(主要指USP、 NF).

USP(THE UNITED STATES PHARMACOPEIA):美国药典 NF(NATIONAL FORMULARY):(美国)国家处方集 OFFICIAL=PHARMACOPEIAL= COMPENDIAL:药典的;法定的;官方的AGENCY:审理部门(指FDA) IDENTITY:真伪;鉴别;特性 STRENGTH:规格;规格含量(每一剂量单位所含有效成分的量) LABELED AMOUNT:标示量 REGULATORY SPECIFICATION:质量管理规格标准(NDA提供) REGULATORY METHODOLOGY:质量管理方法 REGULATORY METHODS VALIDATION:管理用分析方法的验证 COS/CEP 欧洲药典符合性认证 ICH(International Conference on Harmonization of Technical Requirements for Registration of Pharmaceuticals for Human Use)人用药物注册技术要求国际协调会议 ICH文件分为质量、安全性、有效性和综合学科4类。 质量技术要求文件以Q开头,再以a,b,c,d代表小项: Q1:药品的稳定性 Q2:方法学 Q3:杂质 Q4:药典 Q5:生物技术产品质量 Q6:标准规格

机床术语中英文对照表汇总

常用机床术语中英文对照 机床中英文对照表 (您可以使用CTRL+F来查找) (1):按英文字母排序 3-Jaws indexing spacers 三爪、分割工具头 A.T.C.system 加工中心机刀库 Aluminum continuous melting & holding 连续溶解保温炉furnaces Balancing equipment 平衡设备 Bayonet 卡口 Bearing fittings 轴承配件 Bearing processing equipment 轴承加工机 Bearings 轴承 Belt drive 带传动 Bending machines 弯曲机 Blades 刀片 Blades,saw 锯片 Bolts,screws & nuts 螺栓,螺帽及螺丝 Boring heads 搪孔头 Boring machines 镗床 Cable making tools 造线机 Casting,aluminium 铸铝 Casting,copper 铸铜 Casting,gray iron 铸灰口铁 Casting,malleable iron 可锻铸铁 Casting,other 其他铸造 Casting,steel 铸钢 Chain drive 链传动

Chain making tools 造链机 Chamfer machines 倒角机 Chucks 夹盘 Clamping/holding systems 夹具/支持系统 CNC bending presses 电脑数控弯折机 CNC boring machines 电脑数控镗床 CNC drilling machines 电脑数控钻床 CNC EDM wire-cutting machines 电脑数控电火花线切削机CNC electric discharge machines 电脑数控电火花机 CNC engraving machines 电脑数控雕刻机 CNC grinding machines 电脑数控磨床 CNC lathes 电脑数控车床 CNC machine tool fittings 电脑数控机床配件 CNC milling machines 电脑数控铣床 CNC shearing machines 电脑数控剪切机 CNC toolings CNC刀杆 CNC wire-cutting machines 电脑数控线切削机Conveying chains 输送链 Coolers 冷却机 Coupling 联轴器 Crimping tools 卷边工具 Cutters 刀具 Cutting-off machines 切断机 Diamond cutters 钻石刀具 Dicing saws 晶圆切割机 Die casting dies 压铸冲模 Die casting machines 压铸机 Dies-progressive 连续冲模 Disposable toolholder bits 舍弃式刀头 Drawing machines 拔丝机

专业术语中英文对照表

语文课程与教学论 名词术语中英文对照表 the Chinese Course and Teaching and Learning Theory in Chinese and English Teaching materials editing teaching materials /Chinese Teaching Materials /edit teaching materials /Uniformed Chinese Teaching Materials /Experimental Teaching Materials /Mother Tongue Teaching Materials /Teaching Materials of the New Course *textbook *reading book *teaching reference book *exercises book *studying plan Technology /Educational Technology /Modern Educational Technology /Educational Technology in Chinese Teaching /multi-media technology /net technology /cloud serving technology *white board *net meeting *chat room *blog Teaching Basic Theory of the Teaching teaching aim teaching task teaching objective teaching model teaching tactics teaching principle teaching program teaching reform teaching case Courseware teaching resources teaching experiment /mother tongue teaching A Term List of 1. 教材( JC ) 教材编写 /语文教材 /编写教材 / 统编教材 /实验教材 /母语教材 /新课程教材 * 课本 * 读本 * 教学参考书(教参) * 练习册 *学案 2. 技术( JS ) / 教育技术 /现代 教育技术 /语文 教育技术 /多媒 体技术 / 网络 技术 /云服务技 术 * 白板 *网 络会议 *聊天室 * 博克 3. 教学 (JX ) 教学基本理论 教学目的 教学 任务 教学目标 教学模式 教学 策略 教学原则 教学大纲 教学 改革 教学案例 教学课件 教学 资源 教学实验 /母语教学

(完整版)数据库重要术语(中英文)

单词汇总(数据库专业一点的词汇其实主要就是每章后面review items的内容,在这里简单列一下,如果你实在没时间看书,至少这些单词要认识。): 1.数据库系统:database system(DS),database management system(DBMS) 2.数据库系统(DS),数据库管理系统(DBMS) 3.关系和关系数据库table= relation,column = attribute属性,domain, atomic domain, row= tuple, relational database, relation schema, relation instance, database schema, database instance; 4.表=关系,列=属性属性,域,原子域,排=元组,关系型数据库,关系模式,关系实例,数 据库模式,数据库实例; 1.key们: super key, candidate key, primary key, foreign key, referencing relation, referenced relation; 2.超码,候选码,主码,外码,参照关系,被参照关系 5.关系代数(relational algebra):selection, project, natural join, Cartesian product, set operations, union, intersect, set difference ( except\minus), Rename, assignment, outer join, grouping, tuple relation calculus 6.(关系代数):选择,项目,自然连接,笛卡尔积,集合运算,集,交集,集合差(除\负), 重命名,分配,外连接,分组,元组关系演算 7. sql组成: DDL:数据库模式定义语言,关键字:create DML:数据操纵语言,关键字:Insert、delete、update DCL:数据库控制语言,关键字:grant、remove DQL:数据库查询语言,关键字:select 8. 3.SQL语言:DDL,DML,DCL,QL,sql query structure, aggregate functions, nested subqueries, exists(as an operator), unique(as an operator), scalar subquery, assertion, index(indices), catalogs, authorization, all privileges, granting, revoking, grant option, trigger, stored procedure, stored function 4.SQL语言:DDL,DML,DCL,QL,SQL查询结构,聚合函数,嵌套子查询,存在(如运 营商),独特的(如运营商),标量子查询,断言指数(指数),目录,授权,所有权限,授予,撤销,GRANT OPTION,触发器,存储过程,存储函数 9.表结构相关:Integrity constraints, domain constraints, referential integrity constraints 10.完整性约束,域名约束,参照完整性约束 5.数据库设计(ER 模型):Entity-Relationship data model, ER diagram, composite attribute, single-valued and multivalued attribute, derived attribute,binary relationship set, degree of relationship set, mapping cardinality,1-1, 1-m, m-n relationship set (one to one, one to many, many to many), participation, partial or total participation, weak entity sets, discriminator attributes, specialization and generalization 6.实体关系数据模型,ER图,复合属性,单值和多值属性,派生属性,二元关系集,关系集, 映射基数的程度,1-1,1-米,MN关系集合(一对一,一对多,多对多),参与部分或全部参与,弱实体集,分辨符属性,特化和概化 11.函数依赖理论:functional dependence, normalization, lossless join (or lossless) decomposition, First Normal Form (1NF), the third normal form (3NF), Boyce-codd normal form (BCNF), R satisfies F, F holds on R, Dependency preservation保持依赖, Trivial, closure of a set of functional dependencies函数依赖集的闭包, closure of a set of attributes属性集闭包,

电力术语英文词典3(电气部分)

电力术语英文词典三(电气部分) 1030.发电机 electric generator, generator 1031.发电机组 generator set, generating unit 1032.发电机定子 generator stator 1033.发电机定子引出线 generator stator terminal lead 1034.发电机定子铁芯 generator stator core, stator core of generator 1035.发电机定子绕组 generator stator winding, stator winding of generator 1036.发电机转子 generator stator 1037.双水内冷发电机 dual internal water cooled generator 1038.水-氢-氢冷发电机water-hydrogen-hydrogen cooling generator 1039.空气冷却发电机 air cooled generator 1040.转子护环rotor end –cap 1041.发电机过负荷 generator overload 1042.发电机四角冷却器corner cooler of 1043.发电机风温 air temperature of generator 1044.汽轮发电机无蒸汽运行mini-steam operation of turbo-generator 1045.发电机无励磁运行loss of excitation of generator 1046.柴油发电机 diesel-engine generator 1047.直流发电机 dynamo, direct current generator 1048.调相机 phase modulator, phase modifier 1049.主励磁机main exciter 1050.副励磁机 pilot exciter 1051.备用励磁机 standby exciter 1052.励磁系统 excitation system 1053.整流器rectifier 1054.整流子commutator,collector 1055.石墨电刷 graphite brush 1056.刷握 brush holder 1057.集电环 slip ring, collector ring 1058.电刷接头 brush joint 1059.灭磁开关field suppression switch 1060.汇流环collector ring, collector-shoe gear 1061.主变压器main transformer 1062.升压变压器 step-up transform er 1063.降压变压器 step-down transformer 1064.工作变压器 operating transform er 1065.备用变压器 standby transformer 1066.公用变压器common transformer 1067.三相变压器three-phase transformer 1068.单相变压器 single-phase transformer 1069.带负荷调压变压器 on-load regulating transformer 1070.联络变压器tie-in transformer 1071.启动变压器 starting transformer

各种专业名称英语词汇中英文对照表

各种专业名称英语词汇中英文对照表

————————————————————————————————作者: ————————————————————————————————日期: ?

各种专业名称英语词汇中英文对照表 哲学Philosophy 马克思主义哲学Philosophy of Marxism 中国哲学ChinesePhilosophy 外国哲学ForeignPhilosophies ?逻辑学Logic?伦理学Ethics 美学Aesthetics 宗教学Science of Religion?科学技术哲学Philosophy of Science andTechnology?经济学Economics?理论经济学Theoretical Economics ?政治经济学PoliticalEconomy ?经济思想史History ofEconomic Thought ?经济史History of Economic 西方经济学WesternEconomics?世界经济World Economics ?人口、资源与环境经济学Population,Resources andEnvironmentalEconomics 应用经济学Applied Economics 国民经济学National Economics?区域经济学Regional Economics ?财政学(含税收学)Public Finance (includingTaxation) 金融学(含保险学) Finance (including Insurance)?产业经济学Industrial Economics ?国际贸易学International Trade 劳动经济学Labor Economics ?统计学Statistics ?数量经济学Quantita tive Economics ?中文学科、专业名称英文学科、专业名称 国防经济学National Defense Economics?法学Law 法学Science of Law ?法学理论Jurisprudence?法律史Legal History ?宪法学与行政法学Constitutional Law and Administrative Law 刑法学Criminal Jurisprudence 民商法学(含劳动法学、社会保障法学)Civil Law and Commercial Law (i ncluding Science of LabourLawand Science ofSocial Sec urityLaw)?诉讼法学Science of ProcedureLaws ?经济法学Sc ience ofEconomic Law ?环境与资源保护法学Science ofEnvironment andNatural Resources Protection Law 国际法学(含国际公法学、国际私法学、国际经济法学、)Internationallaw (including International Public law, International PrivateLaw a

9个常用的国外英文论文文献数据库

9个常用的国外英文论文文献数据库9个论文文献数据库,科研搬砖,阅读涨姿势,论文写作小帮手!先说说什么是数据库:学术科研中说的「数据库」和「文献数据库」,往往是一种网站的形式,这个网站的贮存了大量文献数据(比如论文)可以简单的理解为一个网络图书馆。 数据库中的论文往往都是耗费了大量的时间和精力整理出 来的,还有很多是需要购买版权才可以放在互联网上的,再加上维护这个网站本身就耗费颇多,因此这些数据库通常不是完全免费的,你可以在上面免费查找文献,浏览摘要等简介内容,但是如果你要下载文献,就要付钱。 大学因为科研和教学需要,常年要下载大量的论文材料,所以就会和数据库的经营者签订很多协议,例如包年,就是给一定量的钱,然后就可以无限制下载论文。也有按照下载的数量进行计费。那英语作为世界第一学术语言,有哪些数据库是值得大家分享的呢?1、Wiley InterScience(英文文献期刊)Wiley InterScience是John Wiely & Sons公司创建的动态在线内容服务,1997年开始在网上开通。通过InterScience,Wiley 学术期刊集成全文数据库(Academic Search Premier,简称ASP):包括有关生物科学、工商经济、资讯科技、通讯传播、工程、教育、艺术、文学、医药学等领域的七千多种期刊,

其中近四千种全文刊。 学术研究图书馆(Academic Research Library,简称ARL)综合参考及人文社会科学期刊论文数据库,涉及社会科学、人文科学、商业与经济、教育、历史、传播学、法律、军事、文化、科学、医学、艺术、心理学、宗教与神学、社会学等学科,收录2,300多种期刊和报纸,其中全文刊占三分之二,有图像。可检索1971年来的文摘和1986年来的全文。商业信息数据库(ABI/INFORM)ABI即为Abstracts of Business Information的缩写,世界着名商业及经济管理期刊论文数据库,收录有关财会、银行、商业、计算机、经济、能源、工程、环境、金融、国际贸易、保险、法律、管理、市场、税收、电信等主题的1,500多种商业期刊,涉及这些行业的市场、企业文化、企业案例分析、公司新闻和分析、国际贸易与投资、经济状况和预测等方面,其中全文刊超过50%,其余为文摘,有图像。 医学电子期刊全文数据库(ProQuest Medical Library)该数据库收录有220种全文期刊,文献全文以PDF格式或文本加图像格式存储;收录范围包括所有保健专业的期刊,有护理学、儿科学、神经学、药理学、心脏病学、物理治疗及其它方面。 6. BlackwellBlackwell出版公司是世界上最大的期刊出版商之一(总部设在英国伦敦的牛津),以出版国际性期刊为主,

电力术语英文词典5(仪控部分)

电力术语英文词典五(仪控部分) 2038.热电阻thermal resistance 2039.热电偶thermocouple 2040.温度计thermometer 2041.水银温度计mercury thermometer 2042.电阻式温度计resistance thermometer 2043.酒精温度计 alcohol thermometer 2044.双金属温度计 bimetallic thermometer 2045.动圈式显示仪表moving coil indicator 2046.多点温度巡测仪multi-point logger 2047.温度变送器temperature transmitter 2048.温度开关temperature switch 2049.恒温箱thermostat, calorstat 2050.冷端补偿器cold junction compensator 2051.套管插入深度jacket insertion depth 2052.绝对温度 absolute temperature 2053.平均温度 average temperature 2054.冷端温度cold end temperature 2055.临界温度critical temperature 2056.入口温度inlet temperature 2057.出口温度 outlet temperature 2058.表面温度 surface temperature 2059.室内温度indoor temperature 2060.室外温度 outdoor temperature 2061.工作温度 working temperature 2062.环境温度 ambient temperature 2063.壁温 wall temperature 2064.温差temperature difference 2065.玻璃管式压力计 glass tube pressure gauge 2066.活塞式压力表 piston type pressure gauge 2067.膜盒式压力表 bellows-gauge 2068.弹簧管压力表 bourdon tube pressure gauge 2069.电接点压力表 electric contact pressure gauge 2070.霍尔压力变送器hall pressure transmitter 2071.电容式压力变送器capacitance pressure transmitter 2072.扩散硅压力变送器 diffused silicon pressure transmitter 2073.智能压力变送器 smart pressure transmitter 2074.压力开关 pressure switch 2075.绝对压力 absolute pressure 2076.实际压力 actual pressure 2077.工作压力 working pressure 2078.环境压力 ambient pressure 2079.标准大气压力 standard atmosphere

制药行业术语中英文对照

术语表 Acceptance Criteria–接受标准:接受测试结果的数字限度、范围或其他合适的量度标准。Active Pharmaceutical Ingredient(API)(or Drug Substance)-活性要用成分(原料药)旨在用于药品制造中的任何一种物质或物质的混合物,而且在用于制药时,成为药品的一种活性成分。此种物质在疾病的诊断,治疗,症状缓解,处理或疾病的预防中有药理活性或其他直接作用,或者能影响机体的功能和结构。 API Starting Material–原料药的起始物料:用在原料药生产中的,以主要结构单元被并入该原料药的原料、中间体或原料药。原料药的起始物料可能是在市场上有售,能够根据合同或商业协议从一个或多个供应商处购得,或者自己生产。原料药的起始物料通常有特定的化学特性和结构。 Batch(or Lot)-批:有一个或一系列工艺过程生产的一定数量的物料,因此在规定的限度内是均一的。在连续生产中,一批可能对应与生产的某以特定部分。其批量可规定为一个固定数量,或在固定时间间隔内生产的数量。 Batch Number(or Lot Number)-批号用于标识一批的一个数字、字母和/或符号的唯一组合,从中可确定生产和销售的历史。 Bioburden–生物负载:可能存在与原料、原料药的起始物料、中间体或原料药中的微生物的水平和种类(例如,治病的或不治病的)。生物负载不应当当作污染,除非含量超标,或者测得治病生物。 Calibration–校验:证明某个仪器或装置在一适当的量程范围内测得的结果与一参照物,或可追溯的标准相比在规定限度内。 Computer System–计算机系统:设计安装用于执行某一项或一组功能的一组硬件元件和关联的软件。 Computerized System–计算机化系统与计算机系统整合的一个工艺或操作。Contamination–污染:在生产、取样、包装或重新包装、贮存或运输过程中,具化学或微生物性质的杂质或外来物质进入或沾染原料、中间体或原料药。 Contract Manufacturer–协议制造商:代表原制造商进行部分制造的制造商。 Critical–决定性的:用来描述为了确保原料药符合规格标准,必须控制在预定范围内的工艺步骤、工艺条件、测试要求或其他有关参数或项目。 Cross-Contamination–交叉污染:一种物料或产品对另一种物料或产品的污染。 Deviation–偏差:对批准的指令或规定的标准的偏离。 Drug(Medicinal)Product–药品:经最后包装准备销售的制剂(参见Q1A) Drug Substance–药物见原料药 Expiry Date(or Expiration Date)-有效期:原料药容器/标签上注明的日期,在此规定时间内,该原料药在规定条件下贮存时,仍符合规格标准,超过这以期限则不应当使用。 Impurity–杂质:存在与中间体或原料药中,任何不希望得到的成分。 Impurity Profile–杂质概况:对存在于一种原料药中的已知和未知杂质的描述。 In-Process Control(or Process Control)-中间控制:生产过程中为监测,在必要时调节工艺和/或保证中间体或原料药符合其规格而进行的检查。 Intermediate–中间体:原料药工艺步骤中生产的、必须经过进一步分子变化或精制才能成为原料药的一种物料。中间体可以分离或不分离。 Manufacture–制造:物料的接收、原料药的生产、包装、重新包装、贴签、重新贴签、质量控制、放行、贮存和分发以及相关控制的所有操作。 Material–物料:原料(起始物料,试剂,溶剂),工艺辅助用品,中间体,原料药和包装及贴签材料的统称。

相关文档
相关文档 最新文档