C语言编译软件常用英语词汇

C语言编译软件常用英语词汇
C语言编译软件常用英语词汇

熟记下列C语言编译软件常用英语词汇:

function 函数statement 语句missing 丢失

error

出错parameter 参数illegal

非法的

invalid 无效的pointer 指针character 字符

array

数组string

字符串constant 常量syntax

语法argument 参数type

类型definition 定义compile 编译call

调用

symbol 标识符(变量名等)

declaration

说明、声明

<编译错误信息>

致命错误:内部编译出错,编译立即停止

1.Bad call of in-line function

内部函数调用不当

2.Irreducible expression tree

不可约表达式树

3.Register allocation failure

存储器分配失败

一般错误:语法错误、磁盘或内存存取错误或命令错误等,达到预定个数,编译停止

1.#operator not followed macro argument name

#运算符后无宏变量名

2.'xxxx'not an argument

'xxxx'不是函数参数

3.Ambiguous symbol'xxxx'

二义性符号'xxxx'

4.Argument#missing name

参数#漏掉名

5.Argument list syntax error

参数表语法错

6.Array bounds missing]

数组界限漏掉]

7.Array size too large

数组尺寸太大

8.Assembler statement too long

汇编语句太长

9.Bad configuration file

配置文件不当

10.Bad file name format in include directive

include指令中文件名格式不当

11.Bad ifdef directive syntax

ifdef指令语法不当

12.Bad ifndef directive syntax

ifndef指令语法不当

13.Bad undef directive syntax

undef指令语法不当

14.Bad file size syntax

文件尺寸语法不当

15.Call of non-function

调用的不是函数

16.Cannot modify a const object

不能修改常量对象

17Case outside of switch

case出现在switch外

18.Case statement missing case语句漏掉

19.Case syntax error

case语法错

20.Characte constant too long

字符常量太长

https://www.360docs.net/doc/b51428254.html,pound statement missing}

复合语句漏掉}

22.Conflicting type modifiers

类型修饰符冲突

23.Constant expression required

要求常量表达式

24.Could not find'xxxx.xxx'

找不到文件'xxxx.xxx'

25.Declaring missing;

说明漏掉分号

26.Declaration needs type or storage class

说明需要类型或存储类

27.Declaration syntax error

说明语法错误

28.Default outside of switch

default出现在switch外

29.Default directive needs an identifier default指令需要表识符

30.Division by zero

除0

31.Do statement must have while do语句必须有while

32.Do-while statement missing(

do-while语句漏掉(

33.Do-while statement missing)

do-while语句漏掉)

34.Do-while statement missing;

do-while语句漏掉分号

35.Duplicate case

case重复

36.Enum syntax error

enum语法错

37.Enumeration constant syntax error 枚举常量语法错

38.Error writing output file

写输出文件错

40.Expression syntax

表达式语法错

41.Extra parameter in call

调用参数多余

42.Extra parameter in call to xxxx

调用函数xxxx时参数多余

43.File name too long

文件名太长44.For statement missing(

for语句漏掉(

45.For statement missing)

for语句漏掉)

46.For statement missing;

for语句漏掉分号

47.Function call missing)

函数调用漏掉)

48.Function definition out of place

函数定义位置错

49.Function doesn't take a variable number of argument

函数不接受可变的参数数目

50.Goto statement missing label

goto语句漏掉标号

51.If statement missing(

if语句漏掉(

52.If statement missing)

if语句漏掉)

53.Illegal character'('(0xxx)

非法字符'('(0xxx)

54.Illegal initialization

非法初始化

55.Illegal octal digit

非法八进制数字

56.Illegal pointer subtraction

非法指针相减

57.Illegal structure operation

非法结构操作

58.Illegal use of floating point

非法使用浮点

59.Illegal use of pointer

非法使用指针

60.Improper use of a typedef symbol typedef符号使用不当

61.In-line assembly not allowed

内部汇编不允许

62.Incompatible storage class

不兼容存储类

63.Incompatible type conversion

不兼容类型转换

64.Incorrect command line argument: xxxx

不正确的命令行参数xxxx

65.Incorrect configuration file argument: xxxx

不正确的配置文件参数xxxx

66.Incorrect number format

不正确的数据格式

67.Incorrect number use of default

不正确使用default 68.Initializer syntax error

初始化语法错

69.Invalid indirection

无效间接运算

70.Invalid macro argument separator

无效宏参数分隔符

71.Invalid pointer addition

无效指针相加

72.Invalid use of dot

.用错

74.Lvalue required

要求左边变量

75.Macro argument syntax error

宏参数语法错

76.Macro expansion too long

宏扩展太长

77.May compile only one file when an output file name is given

给出一个输出文件名时只能编译一个文件

78.Mismatch number of parameters in definition

定义中参数数目不匹配

79.Misplace break

break位置错

80.Misplaced continue

continue位置错

81.Misplaced decimal point

小数点位置错

82.Misplaced else

else位置错

83.Misplaced elif directive

elif指令位置错

84.Misplaced else directive

else指令位置错

85.Misplace endif directive

endif指令位置错

86.Must be addressable

必须是可寻址的

87.Must take address of memory location

必须接受内存地址

88.No file name ending

无文件名终止符

89.No file name given

未给出文件名

90.Non-portable pointer assignment

不可移植指针赋值

91.Non-portable pointer comparison

不可移植指针比较

92Non-portable return type conversion 不可移植返回类型转换

93.Not an allowed type

非允许类型

94.Out of memory

内存不够

95.Pointer required on left side op

操作符左边要求指针

96.Redeclaratoin of'xxxx'

'xxxx'重定义

97.Size of structure or array not known 结构或数组尺寸未知

98.Statement missing;

语句漏掉分号

99.Structure or union syntax error

结构体或共用体语法错

100.Structure size too large

结构体尺寸太大

101.Subscripting missing]

下标漏掉]

102.Switch statement missing( switch语句漏掉(

103.Switch statement missing) switch语句漏掉)

104.Too few parameters in call

调用时参数太少

105.Too few parameters in call to'xxxx'

调用函数'xxxx'时参数太少

106.Too many cases

case太多

107.Too many decimal points

小数点太多

108.Too many default cases

default太多

109.Too many exponents

阶码太多

110.Too many initializers

初始化太多

111.Too many storage classes in declaration

说明中存储类太多

112.Too many types in declaration

说明中类型太多

113.Too much auto memory in function

函数中自动存储太多

114.Too much code defined in file

文件定义的代码太多

115.Too much global data defined in file

文件中定义的全局数据太多

116.Two consecutive dots 两个连续的.

117.Type mismatch in parameter#

参数#类型不匹配

118.Type mismatch in parameter#in call to'xxxx'

调用函数'xxxx'时参数#类型不匹配

119.Type mismatch in parameter'xxxx'

参数'xxxx'类型不匹配

120.Type mismatch in parameter'xxxx' in call to'yyyy'

调用函数'yyyy'时参数'xxxx'类型不匹配

121.Type mismatch in redeclaration of 'xxxx'

'xxxx'重定义时类型不匹配

122.Unable to create output file 'xxxx.xxx'

无法建立输出文件'xxxx.xxx'

123.Unable to create turboc.link

无法建立turboc.link

124.Unable to execute command'xxxx'

无法执行命令'xxxx'

125.Unable to open include file 'xxxx.xxx'

无法打开include文件'xxxx.xxx'

126.Unable to open input file'xxxx.xxx'

无法打开输入文件'xxxx.xxx'

128.Undefined structure'xxxx'

结构'xxxx'未定义

129.Undefined symbol'xxxx'

符号'xxxx'未定义

130.Unexpected end of file in comment started on line#

文件在注释行#中意外结束

131.Unexpected end of file in conditional started on line#

文件在条件语句#中意外结束

132.Unknown preprocessor directive 'xxxx'

预处理指令'xxxx'未知

133.Unterminated character constant

字符常数未终结

134.Unterminated string

串未终结

135.Unterminated string or character constant

串或字符常数未终结

https://www.360docs.net/doc/b51428254.html,er break

用户中断

137.While statement missing(

while语句漏掉(

138.While statement missing)

while语句漏掉)

139.Wrong number of argument in call to'xxxx'

调用'xxxx'时参数数目错警告:可疑之处,编译继续

1.'xxxx'declared but never used

'xxxx'说明了但未使用

2.'xxxx'is assigned a value which is never used

'xxxx'赋了值但从未使用

3.'xxxxx'not part of structure

'xxxx'不是结构体的一部分

4.Ambiguous operators need parentheses

二义性运算符需要括号

5.Both return and return of a value used 既用了return又用了带值return

6.Call to function without prototype

调用函数无原型

7.Call to function'xxxx'without prototype

调用函数'xxxx'无原型

8.Code has no effect

代码无效

9.Constant is long

常量是long型

10.Constant out of range in comparison 比较时常量出界

11.Conversion may lose significant digits

转换可能丢失有效数字

12.Function should return a value

函数应返回数值

13.Mixing pointers to signed and unsigned char

混淆了signed char和unsigned char指针

14.No declaration for function'xxxx'

函数'xxxx'未说明

15.Non-portable pointer assignment

不可移植指针赋值

16.Non-portable pointer comparison

不可移植指针比较

17.Non-portable return type conversion

不可移植返回类型转换

18.Parameter'xxxxx'is never used

参数'xxxx'从未使用

19.Possible use of'xxxx'before definition

可能使用了未赋值的'xxxx'

20.Possible incorrect assignment

可能不正确的赋值

21.Redefinition of'xxxx'is not identical 'xxxx'重定义不统一

22.Restarting compiler using assembly

用汇编重编译

23.Structure passed by value 结构体值传送

24.Superfluous&with function or array 函数或数组中有多余的&

25.Suspicious pointer conversion

可疑的指针转换

26.Undefined structure'xxxx'

结构体'xxxx'未定义

27.Unknown assembler instruction

未知汇编指令

28.Unreachable code

不可达代码

29.V oid function may not return a value void函数不能返回数值

30.Zero length structure

结构体长度为0

公共管理学专业英语词汇

公共管理学专业英语词汇 目标 mission/ objective 内部环境 internal environment 外部环境 external environment 集体目标 group objective 计划 planning 组织 organizing 人事 staffing 领导 leading 控制 controlling 步骤 process 原理 principle 方法 technique 经理 manager 总经理 general manager 行政人员 administrator 主管人员 supervisor 企业 enterprise 商业 business 产业 industry 公司 company 效果 effectiveness 效率efficiency 企业家 entrepreneur 权利 power 职权 authority 职责 responsibility 科学管理 scientific management 现代经营管理 modern operational management 行为科学 behavior science 生产率 productivity 激励 motivate 动机 motive 法律 law 法规 regulation 经济体系 economic system 管理职能 managerial function 产品 product 服务 service 利润 profit 满意 satisfaction 归属 affiliation 尊敬 esteem 自我实现 self-actualization 人力投入 human input 盈余 surplus 收入 income 成本 cost 资本货物 capital goods 机器 machinery 设备 equipment 建筑 building 存货 inventory 经验法the empirical approach 人际行为法the interpersonal behavior approach 集体行为法 the group behavior approach 协作社会系统法 the cooperative social systems approach

管理学专业术语(中英文对照)

1.管理与组织导论 管理者:(manager) 基层管理者:(first-line managers) 中层管理者:(middle managers) 高层管理者:(top managers) 管理:(management) 效率:(efficiency) 效果:(effectiveness) 计划:(planning) 组织:(organizing) 领导:(leading) 控制:(controlling) 管理角色:(management roles) 人际关系角色:(interpersonal roles) 信息传递角色:(informational roles) 决策制定角色:(descisional roles) 技术技能:(technical skills) 人际技能:(human skills) 概念技能:(conceptual skills) 管理得普遍性:(universality of management)

2.管理得历史 劳动分工:(division of labor) 工作专业化:(job specialization) 工业革命:(industrific revolution) 科学管理:(scientific management) 一般行政管理理论:(general administrative theory)管理原则:(principles of management) 官僚行政组织:(bureaucracy) 定量方法:(quantitative approach) 组织行为:(organizational behavior) 霍桑研究系统:(Hawthorne studies systems) 封闭系统:(closed systems) 开放系统:(open systems) 权变理论:(contingency approach) 劳动力多元化:(workforce diversity) 电子企业:(e-business) 电子商务:(e-merce) 内部网:(intranet) 学习型组织:(learning organization) 知识管理:(knowledge management)

管理学英语词汇

管理学英语词汇 目标mission/ objective. 内部环境internal environment. 环境external environment . 集体目标group objective. 计划planning . 组织organizing. 人事staffing . 领导leading . 控制controlling . 步骤process. 原理principle. 方法technique . 经理manager. 总经理general manager. 行政人员administrator . 主管人员supervisor . 企业enterprise . 商业business . 产业industry . 公司company . 效果effectiveness . 效率efficiency. 企业家entrepreneur . 权利power . 职权authority. 职责responsibility . 科学管理scientific management . 现代经营管理modern operational management . 行为科学behavior science . 生产率productivity . 激励motivate . 动机motive. 法律law. 法规regulation. 经济体系economic system . 管理职能managerial function. 产品product . 服务service . 利润profit. 满意satisfaction . 归属affiliation.

尊敬esteem . 自我实现self-actualization. 人力投入human input . 盈余surplus . 收入income. 成本cost . 资本货物capital goods . 机器machinery. 设备equipment . 建筑building. 存货inventory. 经验法the empirical approach. 人际行为法the interpersonal behavior approach . 集体行为法the group behavior approach . 社会系统法the cooperative social systems approach. 社会技术系统法the social-technical systems approach . 决策理论法the decision theory approach . 数学法the mathematical approach . 系统法the systems approach . 随机制宜法the contingency approach . 管理任务法the managerial roles approach . 经营法the operational approach . 人际关系human relation . 心理学psychology . 态度attitude. 压力pressure. 冲突conflict . 招聘recruit 鉴定appraisal 选拔select . 培训train . 报酬compensation. 授权delegation of authority. 协调coordinate. 业绩performance . 考绩制度merit system. 表现behavior. 下级subordinate. 偏差deviation . 检验记录inspection record . 误工记录record of labor-hours lost . 销售量sales volume . 产品质量quality of products . 先进技术advanced technology .

管理学英语词汇 -

管理学英语词汇 管理学英语词汇 目标mission/ objective 集体目标group objective 内部环境internal environment 外部环境external environment 计划planning 组织organizing 人事staffing 领导leading 控制controlling 步骤process 原理principle 方法technique 经理manager 总经理general manager 行政人员administrator 主管人员supervisor 企业enterprise 商业business 产业industry 公司company 效果effectiveness 效率efficiency 企业家entrepreneur 权利power 职权authority 职责responsibility 科学管理scientific management 现代经营管理modern operational management 行为科学behavior science 生产率productivity 激励motivate 动机motive 法律law 法规regulation 经济体系economic system 管理职能managerial function 产品product 服务service 利润profit 满意satisfaction 归属affiliation 尊敬esteem 自我实现self-actualization

人力投入human input 盈余surplus 收入income 成本cost 资本货物capital goods 机器machinery 设备equipment 建筑building 存货inventory (2) 经验法the empirical approach 人际行为法the interpersonal behavior approach 集体行为法the group behavior approach 协作社会系统法the cooperative social systems approach 社会技术系统法the social-technical systems approach 决策理论法the decision theory approach 数学法the mathematical approach 系统法the systems approach 随机制宜法the contingency approach 管理任务法the managerial roles approach 经营法the operational approach 人际关系human relation 心理学psychology 态度attitude 压力pressure 冲突conflict 招聘recruit 鉴定appraisal 选拔select 培训train 报酬compensation 授权delegation of authority 协调coordinate 业绩performance 考绩制度merit system 表现behavior 下级subordinate 偏差deviation 检验记录inspection record 误工记录record of labor-hours lost 销售量sales volume 产品质量quality of products 先进技术advanced technology

管理学英语词汇

管理学英语词汇激励motivate 动机motive 法律)law (1法规目标mission/ objective regulation 经济体系group objective economic system 集体目标管理职能内部环境internal environment managerial function 产品external environment product 外部环境 管理学必备英语词汇计划planning 服务service 组织organizing 利润staffing profit 人事满意领导leading satisfaction 归属affiliation 控制controlling 尊敬process esteem 步骤自我实现原理principle self-actualization 人力投入方法technique human input 盈余经理manager surplus 收入总经理general manager income 成本cost administrator 行政人员 资本货物capital goods 主管人员supervisor 机器machinery enterprise 企业 设备equipment 商业business 建筑building industry 产业 存货inventory 公司company effectiveness 效果(2)效率efficiency 经验法entrepreneur 企业家the empirical approach 人际行为法the interpersonal behavior 权利power approach authority 职权集体行为法responsibility 职责the group behavior approach 协作社会系统法the cooperative social scientific management 科学管理systems approach 现代经营管理modern operational 社会技术系统法the social-technical management systems approach 行为科学behavior science 决策理论法生产率productivity the decision theory approach 1 11 /

管理学中英文单词对照

第一章管理总论 Manager 管理者 First-line managers 基层管理者Middle managers 中层管理者 Top managers 高层管理者Management 管理 Efficiency 效率 Effectiveness 效果 Planning 计划 Organizing 组织 Leading 领导 Controlling 控制 Management process 管理过程Management roles 管理角色Interpersonal roles 人际关系角色Informational roles 信息传递角色Decisional roles 决策制定角色Technical skills 技术技能Human skills 人事技能Conceptual skills 概念技能System 系统 Closed systems 封闭系统 Open systems 开放系统Environment 环境 Special environment 具体环境General environment 一般环境Contingency perspective 权变观Organization 组织

Universality of management 管理的普遍性Nonmanagerial employees / Operatives 操作者 第二章管理的历史 Division of labor 劳动分工 Industrial revolution 产业革命 Scientific management 科学管理 Therbligs 基本动作元素 General administrative theorists 一般行政管理理论家Principles of management 管理原则 Bureaucracy 官僚行政组织、层级组织 Quantitative approach 定量方法 Organizational behavior (OB) 组织行为 Hawthorne Studies 霍桑研究 Workforce diversity 员工多样化 Entrepreneurship 企业家 e-business (electronic business) 电子商务 e-commerce (electronic commerce) 电子贸易、电子商务Intranet 内部互联网 Total quality management (TQM) 全面质量管理Learning organization 学习型组织 Knowledge management 知识管理 Workplace spirituality 团队精神 第三章计划 Decision 决策 Decision-making process 决策过程 Problem 问题 Decision criteria 决策标准 Implementation 实施

管理学-管理学常用英语词汇

管理学英语词汇(1) -------------------------------------------------------------------------------- 目标mission/ objective 内部环境internal environment 外部环境external environment 集体目标group objective 计划planning 组织organizing 人事staffing 步骤process 原理principle 方法technique 经理manager 总经理general manager 行政人员administrator 主管人员supervisor 企业enterprise 商业business 产业industry 公司company 效果effectiveness 效率efficiency 企业家entrepreneur 权利power 职权authority 职责responsibility 科学管理scientific management 现代经营管理modern operational management 行为科学behavior science 生产率productivity 激励motivate 动机motive 法律law 法规regulation 经济体系economic system 管理职能managerial function 产品product 服务service 利润profit 满意satisfaction 归属affiliation 尊敬esteem 自我实现self-actualization 人力投入human input

管理学常用英文单词

A access discrimination 进入歧视 action research 动作研究 adjourning 解散 adhocracy 特别结构 administrative principle 管理原则 artifacts 人工环境 artificial intelligence 人工智能工巧匠 avoiding learning 规避性学习 ambidextrous approach 双管齐下策略 B balance sheet 资产负债表 BCG matrix 波士顿咨询集团矩阵 bona fide occupation qualifications 善意职业资格审查 bounded rationality 有限理性 bureaucracy 官僚机构 benchmarking 标杆瞄准 bounded rationality perspective 有限理性方法 boundary-spanning roles 跨超边界作用 C Computer-aided design and computer-automated manufacturing(CAD/CAM) 计算机辅助设计与计算机自动生产 confrontation 对话

consortia 企业联合 change agent 变革促进者 chaos theory 混沌理论 charismatic leaders 魅力型领导者 charity principle 博爱原则 coercive power 强制权 cohesiveness 凝聚力 collaborative management 合作型管理 comparable worth 可比较价值 competitive benchmarking 竞争性基准 confrontation meeting 碰头会 constancy of purpose 永久性目标 contingency approach 权变理论 corporate social performance 公司社会表现 corporate social responsibility公司社会责任corporate social responsiveness公司社会反应 critical incident 关键事件 current assets 流动资产 current liabilities 流动负债 culture strength 文化强度 creative department 创造性部门 craft technology 技艺性技术

最新管理学专业英语词汇

ABC Classification ABC分类法 Activity-Based Costing 业务量成本法/作业成本法 ACRS (Accelerated cost recovery system) 快速成本回收制度Action Message 行为/措施信息 AIS (Accounting information system) 会计信息系统 Allocation 已分配量 Anticipated Delay Report 拖期预报 A/P (Accounts Payable) 应付帐款 APICS (American Production & Inventory Control Society) 美国生产及库存控制协会 AQL (Acceptable quality Level) 可接受质量水平 A/R (Accounts Receivable) 应收帐款 Automatic Rescheduling 自动重排产 Available To Promise (APT) 可签约量 Backflush 倒冲法 Backlog 未完成订单/未结订单 Back Scheduling 倒序排产 BE analysis (Break-even analysis) 盈亏临界点分析,保本分析Bill of Material (BOM) 物料清单 Business Plan 经营规划 B/V (Book value) 帐面价值 Capacity Requirements Planning (CRP) 能力需求计划

CBA (Cost-benefit analysis) 成本效益分析 CEO 首席执行官 CFO (Chief Financial Officer) 财务总裁 Closed Loop MRP 闭环物料需求计划 CPM (Critical path method) 关键路线法 CPP accounting (Constant purchasing power accounting) 不变购买力会计 Cumulative Lead Time 累计提前期 Cycle Counting 周期盘点 Demand 需求 Demand Management 需求管理 Demonstrated Capacity 实际能力 Dependent Demand 非独立需求 DFL (Degree of financial leverage) 财务杠杆系数 Direct-deduct Inventory Transaction Processing 直接增减库存法Dispatch List 派工单 DOL (Degree of operating leverage) 经营杠杆系数 ELS (Economic lot size) 经济批量 EOQ (Economic order quantity) 经济订货批量 FIFO (Fist-in,Fist-out) 先进先出法 Firm Planned Order 确认计划订单 FISH/LIFO (Fist-in,Still-here) 后进先出法

管理学专业英语词汇集萃(进外企的适合看看)

管理学英语专业词汇 目标mission/ objective 内部环境internal environment 外部环境external environment 集体目标group objective 计划planning 组织organizing 人事staffing 领导leading 控制controlling 步骤process 原理principle 方法technique 经理manager 总经理general manager 行政人员administrator 主管人员supervisor 企业enterprise 商业business 产业industry 公司company 效果effectiveness 效率efficiency 企业家entrepreneur 权利power 职权authority 职责responsibility 科学管理scientific management 现代经营管理modern operational management 行为科学behavior science 生产率productivity 激励motivate 动机motive 法律law 法规regulation 经济体系economic system 管理职能managerial function 产品product 服务service 利润profit 满意satisfaction 归属affiliation 尊敬esteem 自我实现self-actualization 人力投入human input 盈余surplus 收入income 成本cost 资本货物capital goods 机器machinery 设备equipment 建筑building 存货inventory 经验法the empirical approach 人际行为法the interpersonal behavior approach 集体行为法the group behavior approach 协作社会系统法the cooperative social systems approach 社会技术系统法the social-technical systems approach 决策理论法the decision theory approach 数学法the mathematical approach 系统法the systems approach 随机制宜法the contingency approach 管理任务法the managerial roles approach 经营法the operational approach 人际关系human relation 心理学psychology 态度attitude 压力pressure 冲突conflict 招聘recruit 鉴定appraisal 选拔select 培训train 报酬compensation 授权delegation of authority 协调coordinate 业绩performance 考绩制度merit system 表现behavior 下级subordinate 偏差deviation 检验记录inspection record 误工记录record of labor-hours lost 销售量sales volume 产品质量quality of products 先进技术advanced technology 顾客服务customer service 策略strategy 结构structure 领先性primacy 普遍性pervasiveness 忧虑fear 忿恨resentment 士气morale 解雇layoff 批发wholesale 零售retail 程序procedure 规则rule 规划program 预算budget 共同作用synergy 大型联合企业conglomerate 资源resource 购买acquisition 增长目标growth goal 专利产品proprietary product 竞争对手rival 晋升promotion 管理决策managerial decision 商业道德business ethics 有竞争力的价格competitive price 供货商supplier 小贩vendor 利益冲突conflict of interests 派生政策derivative policy 开支帐户expense account 批准程序approval procedure 病假sick leave 休假vacation 工时labor-hour 机时machine-hour 资本支出capital outlay 现金流量cash flow 工资率wage rate 税收率tax rate 股息dividend 现金状况cash position 资金短缺capital shortage 总预算overall budget 资产负债表balance sheet 可行性feasibility 投入原则the commitment principle 投资回报return on investment 生产能力capacity to produce 实际工作者practitioner 最终结果end result 业绩performance

管理学必备英语词汇

管理学必备英语词汇 (1) 目标mission/ objective 集体目标group objective 内部环境internal environment 外部环境external environment 计划planning 组织organizing 人事staffing 领导leading 控制controlling 步骤process 原理principle 方法technique 经理manager 总经理general manager 行政人员administrator 主管人员supervisor 企业enterprise 商业business 产业industry 公司company

效果effectiveness 效率efficiency 企业家entrepreneur 权利power 职权authority 职责responsibility 科学管理scientific management 现代经营管理modern operational management 行为科学behavior science 生产率productivity 激励motivate 动机motive 法律law 法规regulation 经济体系economic system 管理职能managerial function 产品product 管理学必备英语词汇 服务service 利润profit

满意satisfaction 归属affiliation 尊敬esteem 自我实现self-actualization 人力投入human input 盈余surplus 收入income 成本cost 资本货物capital goods 机器machinery 设备equipment 建筑building 存货inventory (2) 经验法the empirical approach 人际行为法the interpersonal behavior approach 集体行为法the group behavior approach 协作社会系统法the cooperative social systems approach 社会技术系统法the

管理学原理核心英语词汇

第一章 管理总论 Manager 管理者 First-line managers 基层管理者 Middle managers 中层管理者 Top managers 高层管理者 Management 管理 Efficiency 效率 Effectiveness 效果 Planning 计划 Organizing 组织 Leading 领导

Controlling 控制 Management process 管理过程 Management roles 管理角色 Interpersonal roles 人际关系角色 Informational roles 信息传递角色 Decisional roles 决策制定角色 Technical skills 技术技能 Human skills 人事技能 Conceptual skills 概念技能 Closed systems 封闭系统 Open systems 开放系统 Special environment 具体环境 General environment 一般环境 Contingency perspective 权变观

Universality of management 管理的普遍性 Nonmanagerial employees / Operatives 操作者 第二章 管理的历史 Division of labor 劳动分工 Industrial revolution 产业革命 Scientific management 科学管理 Therbligs 基本动作元素 General administrative theorists 一般行政管理理论家 Principles of management 管理原则 Bureaucracy 官僚行政组织、层级组织Quantitative approach

行政管理英语词汇

行政管理学专用英语词汇 一院制Unicameral 一党制国家One—party States 人权Human rights 人权宣言Declarations of the Rights of Man and the Citizen 工会Trade unions 下议院House of Commons 上议院House of Lords 个人主义Individualism 女权主义Feminism 马列主义Marxism—Leninism 马克思主义Marxism 马基雅维里主义Machiavelli 王权Crown 无产阶级Proletariat 无产阶专政Dictatorship of the proletariat 无政府主义Anarchism 专制Despotism 专制政府/绝对专制主义Absolute government/absolutism 中央与地方的关系Central/Local relations 分权Separation of powers 公共行政Public administration 公民权利Civil rights 公民自由Civil liberties 正义Justice 可审判性Justiciability 平等Equality 奴隶制Slavery 占统治地位的党Dominant party 代表Delegate 代议员Representative 代议制政府Representative government 代表制Representation 主权Sovereignty 市民社会Civil society 市(镇)长Major 立宪主义Constitutionalism 立宪政体Constitutional government 立法机关Legislatures 立法否决Legislative veto 立法委员会Legislative committees 立法起草Legislative drafting 半总统制Semi-presidential systems 议长Speaker

公共管理学专业英语词汇整理

公共管理学专业英语词汇 目标mission/ objective 内部环境internal environment 外部环境external environment 集体目标group objective 计划planning 组织organizing 人事staffing 领导leading 控制controlling 步骤process 原理principle 方法technique 经理manager 总经理general manager 行政人员administrator 主管人员supervisor 企业enterprise 商业business 产业industry 公司company 效果effectiveness 效率efficiency 企业家entrepreneur 权利power 职权authority 职责responsibility 科学管理scientific management 现代经营管理modern operational management 行为科学behavior science 生产率productivity 激励motivate 动机motive 法律law 法规regulation 经济体系economic system 管理职能managerial function 产品product 服务service 利润profit 满意satisfaction 归属affiliation 尊敬esteem 自我实现self-actualization 人力投入human input 盈余surplus 收入income 成本cost 资本货物capital goods 机器machinery 设备equipment 建筑building 存货inventory 经验法the empirical approach 人际行为法the interpersonal behavior approach 集体行为法the group behavior approach 协作社会系统法the cooperative social systems approach 社会技术系统法the social-technical systems approach 决策理论法the decision theory approach 数学法the mathematical approach 系统法the systems approach 随机制宜法the contingency approach 管理任务法the managerial roles approach 经营法the operational approach 人际关系human relation 心理学psychology 态度attitude 压力pressure 冲突conflict 招聘recruit 鉴定appraisal 选拔select 培训train 报酬compensation 授权delegation of authority 协调coordinate 业绩performance 考绩制度merit system 表现behavior 下级subordinate 偏差deviation 检验记录inspection record 误工记录record of labor-hours lost 销售量sales volume 产品质量quality of products 先进技术advanced technology 顾客服务customer service 策略strategy 结构structure 领先性primacy 普遍性pervasiveness 忧虑fear 忿恨resentment 士气morale 解雇layoff 批发wholesale 零售retail 程序procedure 规则rule 规划program 预算budget 共同作用synergy 大型联合企业conglomerate 资源resource 购买acquisition 增长目标growth goal 专利产品proprietary product 竞争对手rival 晋升promotion 管理决策managerial decision 商业道德business ethics 有竞争力的价格competitive price 供货商supplier 小贩vendor 利益冲突conflict of interests 派生政策derivative policy 开支帐户expense account 批准程序approval procedure

管理学英语专业词汇

目标mission/ objective 内部环境internal environment 外部环境external environment 集体目标group objective 计划planning 组织organizing 人事staffing 领导leading 控制controlling 步骤process 原理principle 方 法technique 经理manager 总经理general manager 行政人员administrator 主管人员supervisor 企业enterprise 商业business 产业industry 公司company 效果effectiveness 效率efficiency 企业家entrepreneur 权利power 职权authority 职责responsibility 科学管理scientific management 现代经营管理modern operational management 行为科学behavior science 生产率productivity 激励motivate 动机motive 法律law 法规regulation 经济体系economic system 管理职能managerial function 产品product 服务service 利润profit 满意satisfaction 归属affiliation 尊敬esteem

自我实现self-actualization 人力投入human input 盈余surplus 收入income 成本cost 资本货物capital goods 机器machinery 设备equipment 建筑building 存货inventory 经验法the empirical approach 人际行为法the interpersonal behavior approach 集体行为法the group behavior approach 协作社会系统法the cooperative social systems approach 社会技术系统法the social-technical systems approach 决策理论法the decision theory approach 数学法the mathematical approach 系统法the systems approach 随机制宜法the contingency approach 管理任务法the managerial roles approach 经营法the operational approach 人际关系human relation 心理学psychology 态度attitude 压力pressure 冲突conflict 招聘recruit 鉴定appraisal 选拔select 培训train 报酬compensation 授权delegation of authority 协调coordinate 业绩performance 考绩制度merit system 表现behavior 下级subordinate 偏差deviation 检验记录inspection record 误工记录record of labor-hours lost 销售量sales volume 产品质量quality of products 先进技术advanced technology 顾客服务customer service

相关文档
最新文档