2023年度c语言常见英语词汇带翻译3篇
位置: 首页 >专题范文 > 公文范文 > 文章内容

2023年度c语言常见英语词汇带翻译3篇

2023-03-30 09:18:02 投稿作者:网友投稿 点击:

c语言常见英语词汇带翻译1  enormousa.巨大的,庞大的  numericexpression数值表达式  reliabilityn.可信赖性,可信度  tapn.轻打,轻敲,选择  saf下面是小编为大家整理的2023年度c语言常见英语词汇带翻译3篇,供大家参考。

2023年度c语言常见英语词汇带翻译3篇

c语言常见英语词汇带翻译1

  enormous a.巨大的,庞大的

  numeric expression 数值表达式

  reliability n.可信赖性,可信度

  tap n.轻打,轻敲,选择

  safety n.安全,安全设备

  print zone 打印区

  property n.财产,所有权

  column n.列

  correctness n.正确,

  functionality n.机能

  semicolon n.分号

  portable a.叮携带的,可搬运的

  survey n.概观.

  altoggle n.肘节开关

  task n.作,任务

  declaration n.宣告 说明

  source program 源程序

  mufti-dimension array 多维数组

  object program 目标程序

  其他提示语:

  CPU(Center Processor Unit)中央处理单元

  Main board主板

  RAM(random access

c语言常见英语词汇带翻译2

  memory)随机存储器(内存)

  ROM(Read Only Memory)只读存储器

  Floppy Disk软盘

  Hard Disk硬盘

  CD-ROM光盘驱动器(光驱)

  monitor监视器

  keyboard键盘

  mouse鼠标

  chip芯片

  CD-R光盘刻录机

  HUB集线器

  Modem= MOdulator-DEModulator,调制解调器

  P-P(Plug and Play)即插即用

  UPS(Uninterruptable Power Sup*)不间断电源

  BIOS(Basic-input-Output

  System)基本输入输出系统

  CMOS(Complementary Metal-Oxide-Semiconductor)互补金属氧化物半导体

  setup安装

  uninstall卸载

  wizzard向导

  OS(Operation System)操作系统


c语言常见英语词汇带翻译3篇扩展阅读


c语言常见英语词汇带翻译3篇(扩展1)

——c语言通用英语词汇带翻译3篇

c语言通用英语词汇带翻译1

  Function prototype

  函数原型

  Underscore

  下划线

  Exponent

  指数

  Formatted input/outpu

  格式化输入/输出

  Slash

  斜杠

  Recursion

  递归

  Register variable

  寄存器变量

  Automatic variables

  自动变量

  Head file

  头文件

  Scope

  作用域

  Double quote

  双引号

c语言通用英语词汇带翻译2

  Electronic numerical integrator and com*r 电子数字积分器和计算机

  Patch panel 配线板

  Von Neumann architecture 冯.诺伊曼体系结构

  Integrated circuit 集成电路

  Chip 芯片

  Large-scale integration 大规模集成

  Microprocessor 微处理器

  Hardware 硬件

  Software 软件

  Programmed 编程

  Bus 总线

  Cpu central processing unit 中央处理器

  Primary storage 主存储器

  Memory 内存

  Secondary storage 辅助存储器

  Disk 磁盘

  Hard disk 硬盘

  Floppy disk 软盘

  I/O device I/O设备

  Function key 功能键


c语言常见英语词汇带翻译3篇(扩展2)

——c语言常用英语词汇带翻译3篇

c语言常用英语词汇带翻译1

  develop vt.发达

  separate a.各别的

  recompile v.编译

  assist n.帮助

  cycle n.循环

  technician n.技师

  remove vt.移动,除去

  straight line 直线

  category n.种类,类项

  rectangle n.长方形,矩形

  P-code p代码

  virtrally ad.事实上

  symology n.象征学象征的使用

  register n.寄存器

  to summaries 总之,总而言之

  by convention 按照惯例

  cyptic n.含义模糊的,隐藏的

  diamond-shaped a,菱形的.

  bracket n.括号

  decision n判断

  obviate 除去,排除

  terminal n. a终端机,终端的

c语言常用英语词汇带翻译2

  keyword n.关键字

  card reader 阅读器

  underline vt.下划线

  translator program 译程序

  monadic a. monad(单位)的

  Programming 程序设计

  dec/binary n.二进制

  source language 源语

  shift 变化,转移,移位

  machine language 机器

  overflow n.溢出

  machine instruction 机器指令

  arithmetic n.算术,算法

  com*r language 计算机语

  composite symbol 复合型符号.

  assembly language 汇编语


c语言常见英语词汇带翻译3篇(扩展3)

——c语言编程英语词汇带翻译3篇

c语言编程英语词汇带翻译1

  crash(崩溃) 系统突然失效,需要从新引导

  CD-ROM 只读型光盘

  Component 组件

  data link 数据链路

  大家遇到不明白 方便查........

  英文 中文

  ---- include 包含(导入头文件)

  stdio.h 输入输出头文件

  void 不返回任何值

  main 主要

  printf 打印、输出

  IDE(Integrated Development Environment)集成开发环境

  --------

  source File 源文件

  warning 警告

  Project 工程

  ------ int 整数

  short int 短整型

  unsigned short int 无符号短整型

  long int 长整型

c语言编程英语词汇带翻译2

  float 浮点型

  double 双精度

  char 字符型

  scanf 输入函数

  getchar() 接受字符函数

  putchar() 输出字符函数

  variable 变量

  Compiler 编译器

  Area 面积

  Date type 数据类型

  Console 控制台

  Declaration 声明

  Initialization 初始化

  ------ TRUE 真

  FALSE 假

  if 如果

  else 否则

  Sizeof 所占内存字节数

  ------ Switch 分之结构

  case 与常值匹配

  break 跳转

  default 缺省、默认

  ------ While 当到循环


c语言常见英语词汇带翻译3篇(扩展4)

——c语言常见专业词汇带翻译3篇

c语言常见专业词汇带翻译1

  identifier 标识符

  keyword 关键字

  operator 运算符

  constant 常量

  pointer 指针

  Structure 结构体

  Include 包含(导入头文件)

  stdio.h 输入输出头文件

  void 不返回任何值

  main 主要

  printf 打印、输出

  IDE 集成开发环境

  source File 源文件

  warning 警告

  Project 工程

  int 整型

  short int 短整型

  unsigned short int 无符号短整型

  long int 长整型

  float 浮点型

  double 双精度

  char 字符型

  scanf 输入函数

  getchar() 接受字符函数

  putchar() 输出字符函数

  variable 变量

  Compiler 编译器

  Date type 数据类型

  Console 控制台

  Declaration 声明

c语言常见专业词汇带翻译2

  Initialization 初始化

  TRUE 真

  FALSE 假

  if 如果

  else 否则

  Sizeof 所占内存字节数

  Switch 分支结构

  case 与常值匹配

  break 跳转

  default 缺省、默认

  While 当循环

  do…while 直到循环

  continue 结束本次循环进行下一次迭代

  Counter 计数器

  Array 数组

  dimension 维数

  Single Dimensional Array 一维数组

  Double Dimensional Array 二维数组

  sorting 排序

  Bubble sort 冒泡排序

  Ascending order 升序

  Descending order 降序

  subscript 下标

  Step 步长

  Row 行

  column 列

  traverse 遍历

  pointer 指针

  Address 地址

  Base Address 基地址

  Memory Member 内在单元

  Relational operator 关系运算符

  Arithmetic operator 算术运算符

  Assignment operator 赋值运算符

  Logical operator 逻辑运算符


c语言常见英语词汇带翻译3篇(扩展5)

——c语言专业词汇表达带翻译3篇

c语言专业词汇表达带翻译1

  Address 地址

  Base Address 基地址

  Memory Member 内在单元

  Relational operator 关系运算符

  Arithmetic operator 算术运算符

  Assignment operator 赋值运算符

  Logical operator 逻辑运算符

  ------ function 函数

  Build-in function 内置函数

  User Defined Function 自定义函数

  Recursive function 递归函数

  Random 随机数

  power 幂

  prototype 原型

  void 空值

  Called function 被调函数

  Calling function 调用函数

  return 返回

  ------ scope 作用域

  Parameter 参数

  Parameterized function 参数化函数

  Local variable 局部变量

  Global variable 全局变量

  static 静态变量

  auto 自动变量

c语言专业词汇表达带翻译2

  Register 寄存器变量

  extern 外部变量

  Formal parameter 形式参数

  Actual parameter 实际参数

  Call by reference 传值调用

  Call by value 引用调用

  ------ String 字符串

  String literal 字符串常量

  sequence 序列

  queue 队列

  Puts() 把字符串数组输出到显示器

  Gets() 从标准键盘输入读入一个字符串

  string.h 存放字符串函数的头文件

  strlen() 计算字符串的长度

  strcpy() 复制字符串

  strcmp() 字符串比较

  strcat() 字符串连接

  ------ struct 定义结构

  stack 栈

  structure 结构

  Structured programming 结构化程序

  member 成员


c语言常见英语词汇带翻译3篇(扩展6)

——c语言专业词汇英语带翻译3篇

c语言专业词汇英语带翻译1

  code密码

  print preview打印预览

  zoom in放大

  zoom out缩小

  pan漫游

  cruise漫游

  full screen全屏

  tool bar工具条

  status bar状态条

  ruler标尺

  table表

  paragraph段落

  symbol符号

  style风格

  execute执行

  graphics图形

  image图像

  Unix用于服务器的一种操作系统

  Mac OS苹果公司开发的操作系统

  OO(Object-Oriented)面向对象

  virus病毒

  file文件

  open打开

c语言专业词汇英语带翻译2

  Demo演示

  short cut快捷方式

  exception异常

  debug调试

  previous前一个

  column行

  row列

  restart重新启动

  text文本

  font字体

  size大小

  scale比例

  interface界面

  function函数

  access访问

  manual指南

  active激活

  com*r language计算机语言

  menu菜单

  GUI(graphical user

  interfaces )图形用户界面

  template模版

  page setup页面设置

  password口令


c语言常见英语词汇带翻译3篇(扩展7)

——常见的银行英语词汇短语 (菁选2篇)

常见的银行英语词汇短语1

  Advising Bank(Notifying Bank)

  通知银行

  Agricultural Bank of China

  *农业银行

  Associate Banker of Bollection

  代收银行

  Bank of China

  *银行

  Bank of Communications

  交通银行

  Bank of Issue(Bank of Circulation)

  发行币银行

  Banque de I"IndoChine

  东方汇理银行

  Branch Bank

  银行分行

  Central Bank, National Bank, Banker"s Bank

  中央银行

  Chartered Bank of India, Australia and China

  麦加利银行

  Chartered Bank

  特许银行

  Chase Bank

  大通银行

  China Investment Bank

  *投资银行

  CITIC Industrial Bank

  中信实业银行

  Clearing Bank

  清算银行

  Clearing Bouse

  票据交换所

  CMB(Chase Manhattan Bank)

  美国大通曼哈顿银行

  Commercial Bank

  商业银行

  Commercial Credit Company

  商业信贷公司

  Confirming Bank

  保兑银行

  Consigned Banker of Collection

  委托银行

  Construction Bank

  建设银行

  Corresponding Bank

  往来银行

  Credit Bureau

  商业兴信所

  Credit Booperatives

  信用社

  Credit Department

  银行的信用部

  Credit Union

  合作银行

  Discount Bank

  贴现银行

  Discount Company

  贴现公司

  Domestic Bank

  国内银行

  EIB(European Investment Bank)

  欧洲投资银行

  Everbright Bank of China

  *光大银行

  Exchange Bank

  汇兑银行

  Financial Trust

  金融信托公司

  Guangdong Development Bank

  发展银行(广东)

  Home Loan Bank

  家宅贷款银行

  Hongkong Shanghai Banking Corporation

  汇丰银行

  Import and Export Bank

  进出口银行

  Industrial and Commercial Bank of China

  *工商银行

  Industrial and Commercial bank

  工商银行

  Industrial Bank

  实业银行

  Investment Bank

  投资银行

  Issuing Bank(Opening Bank)

  开证银行

  Joint Venture Bank

  合资银行

  Land Bank

  土地银行

  Local Bank

  本地银行

  Member Bank(Credit Bank)

  储蓄信贷银行

  Merchant Bank(Accepting Bank)

  承兑银行

  Money Shop(Native Bank)

  钱庄

  Mortgage Bank(Building Society)

  抵押银行

  Mutual Savings Bank

  互助储蓄银行

  National City Bank of New York

  花旗银行

  Negotiation Bank

  议付银行

  Neighborhood Savings Bank

  街道储蓄所

  Overseas Bank

  国外银行

  Paying Bank

  付款银行

  People"s Bank of China

  *人民银行

  People"s Construction Bank of China

  *人民建设银行

  Post Office Savings Bank

  邮局储蓄银行

  Requesting Bank

  委托开证银行

  Reserve Bank

  储备银行

  Savings Bank

  储蓄银行

  Self-service Bank

  无人银行

  Trust Company

  信托公司

  Trust Institution

  银行的信托部

  Trustee Savings Bank

  信托储蓄银行

  Unincorporated Bank

  钱庄

  Unit Trust

  信托投资公司

  WB(World Bank)

  世界银行

常见的银行英语词汇短语2

  Xiamen International Bank

  厦门国际银行

  证券金融

  ADR(American Depository Receipt)

  美国存托凭证/存股证

  blue chips

  蓝筹股

  bond, debenture, debts

  债券

  bonus share

  红股

  broker/dealer

  券商

  capital market

  资本市场

  clearing and settlement

  清算/结算

  closed-end securities investment fund

  封闭式证券投资基金

  commodity/financial derivatives

  商品/金融衍生产品

  component index

  成份指数

  composite index

  综合指数

  controlling shareholder

  控股股东

  convertible bond

  可转换债券

  corporate bond

  企业债券

  credit trading

  信用交易

  dividend

  红利/股息

  financing

  融资

  fund custodian bank

  基金托管银行

  fund manager

  基金经理/管理公司

  GDR(Global Depository Receipt)

  全球存托凭证/存股证

  gilt-edged bond

  金边债券

  hedge fund

  对冲基金

  highly-leveraged institutions(HLI)

  高杠杆交易机构

  information disclosure

  信息披露

  insider trading/dealing

  内幕交易

  institutional investor

  机构投资者

  intermediary

  中介机构

  IPO(Initial Public Offering)

  新股初始公开发行

  issuer

  发行人

  junk bond

  立即债券

  liquidity

  流通性

  margins, collateral

  保证金

  mark-to-market

  逐日盯市

  market capitalization

  市值

  market manipulation

  市场操纵

  merger and acquisition

  收购兼并

  monetary market

  货币市场

  negotiable share

  可流通股份

  open-end securities investment fund

  开放式证券投资基金

  open/close a position

  建/*仓

  p/e (price/earning) ratio

  市盈率

  payment versus delivery

  银券交付

  premium

  溢价

  primary market

  一级市场

  proprietary trading

  自营

  prospectus

  招股说明书

  put/call option

  看跌/看涨期权

  raised capital/proceeds

  筹资

  rating agency

  评级机构

  red chips

  红筹股

  retail/private investor

  个人投资者/散户

  rights issue/offering

  配股

  road show

  路演

  secondary listing

  第二上市

  secondary market

  二级市场

  securities loan

  融券

  securities

  证券

  self-regulatory organization(SRO)

  自律组织

  share capital

  股本

  share, equity, stock

  股票,股权

  subscribe

  申购

  treasury/government bond

  国库券/*债券

  turnover rate

  换手率

  underwriter

  承销商

  warrant

  认股权证


c语言常见英语词汇带翻译3篇(扩展8)

——时尚潮流英语词汇有哪些

时尚潮流英语词汇有哪些1

  微博 Microblog

  山寨 copycat

  异地恋 long-distance relationship

  剩女 3S lady(single,seventies,stuck)/left girls

  熟女 cougar(源自电影Cougar Club)

  裸婚 naked wedding

  炫富 flaunt wealth

  团购 group buying

  人肉搜索 flesh search

  潮人:trendsetter

  发烧友: fancier

  骨感美女:boney beauty

  卡奴:card slave

  下午茶 high tea

  愤青 young cynic

  性感妈妈 yummy mummy

  亚健康 sub-health

  灵魂伴侣 soul mate

  小白脸 toy boy

  精神出轨 soul infidelity

  人肉搜索 flesh search

  钻石王老五 diamond bachelor

  时尚达人 fashion icon

  御宅 otaku

  橙色预警 orange signal warning

  预约券 reservation ticket

  上相的,上镜头的 photogenic

  80后:80’s generation

  百搭:all-match

  限时抢购:flash sale

  合租:flat-share

  荧光纹身:glow tattoo

  泡泡袜:loose socks

  裸妆:nude look

  黄牛票:scalped ticket

  扫货:shopping spree

  烟熏妆:smokey-eye make-up

  水货:smuggled goods

  纳米技术:nanotechnology

  正妹 hotty

  对某人念念不忘 get the hots for


c语言常见英语词汇带翻译3篇(扩展9)

——药学专业英语词汇

药学专业英语词汇1

  6-磷酸葡萄糖脱氢酶 glucose-6-phosphate dehydrogenase

  Janbon综合症 Janbon"s syndrome

  PPB浓度 parts per billion concentration

  pphm浓度 parts per hundred million concentration

  PPH浓度 parts per hundred concentration

  ppm浓度 parts per million concentration

  安全范围 safety range

  安全试验法 innocuity test method

  安全系统 safety coefficient

  安慰剂 placebo

  螯合剂 chelating agent

  靶细胞 target cell

  白蛋白微球制剂 albumin microballoons

  百分浓度 percentage concentration

  半合成抗生素 semisynthetic antibiotics

  半抗原 haptene

  半数致死剂量 half lethal dose ; median lethal dose; LD50

  半衰期 half-life period; half life time

  包衣片 coated tablet

  薄膜衣 film-coating

  饱和溶液 saturated solution

  贝克勒尔 Becquerel

  被动免疫 passive immunity

  被动转运 passive transport

  崩解度 disintegration

  崩解剂 disintegrants

  必需氨基酸 essential aminoacid

  必需脂肪酸 essential fatty acid

  变态反应 allergy; allergic reaction

  表面活性 surface activity

  表面张力 surface tension

  丙种射线 gamma rays

  补体 complement

  补体系统 complement system

  不良反应 adverse reaction

  不完全抗原 incomplete antigen

  搽剂 liniments

  长期毒性实验 long term toxicity test

  长效制剂 prolonged action preparation

  肠肝循环 enterohepatic circulation

  肠溶控释片 enteric controlled release tablets

  肠溶衣 enteric coating

  处方 prescription;recipe

  穿透促进剂 penetration enhancers

  磁性控释制剂 magnetic controlled release dosage form

  磁性药物制剂 magnetic medicinal preparations

  大分子 macromolecule

  单克隆抗体 monoclonal antibody

  胆碱酯酶 cholinesterase

  当量 equivalent weight

  当量定律 equivalent law

  当量浓度 normality

  当量溶液 normal solution

  等张溶液 isotonic solution

  低聚糖 oligosaccharides

  低密度脂蛋白 low density lipoprotein

  滴定 titration

  滴定曲线 titration curve

  滴丸剂 pill

  递质 transmitter

  电解 electrolyzation

  电解质 electrolyte

  酊剂 tincture

  定向药物制剂 directed pharmaceutical preparations

  毒理学 toxicology

  毒性反应 toxic response; toxic reaction

  短期致癌实验 short term carcinogenic test

  对因治疗 etiological treatment

  对映体 antipode


推荐访问:英语词汇 常见 翻译 c语言常见英语词汇带翻译3篇 c语言常见英语词汇带翻译1 c语言常用单词翻译

猜你喜欢