computer language

合集下载

计算机专业英语及翻译Unit 10

计算机专业英语及翻译Unit 10

Unit 10 Program DesignText 1 Computer LanguagesComputer languages have undergone dramatic evolution since the first electronic computers were built. Early on, programmers worked with the most primitive computer instructions—machine language. These instructions were represented by long strings of ones and zeroes. Soon, assembly language was invented. It maps machine instructions to human-readable mnemonics, such as ADD and MOV.In time, higher-level languages evolved, such as PASCAL, BASIC, COBOL, C, C++, and JA V A. These languages let people work with something approximating words and sentences, such as Let I = 100. These instructions were translated back into machine language by interpreters and compilers. An interpreter translates a program as it reads it, turning the program instructions, or code, directly into actions. A compiler translates the code into an intermediary form. This step is called compiling, and produces an object file. The compiler then invokes a linker, which turns the object file into an executable program.Because interpreters read the code as it is written and execute the code on the spot, interpreters are easy for the programmer to work with. Compilers, however, introduce the extra steps of compiling and linking the code, which is inconvenient. Because the time-consuming task of translating the source code into machine language has already been accomplished, compilers produce a program that is very fast each time it is run.The problems programmers are asked to solve have been changing. Today's programs use sophisticated "user-friendly interfaces," involving multiple windows, menus, and dialog boxes. The programs written to support this new approach are far more complex than those written just ten years ago. Generally, as programming requirements have changed, both languages and the techniques used for writing programs have evolved.参考译文计算机语言自从第一批电子计算机诞生以来,计算机语言已经发生了戏剧性的变化。

【人教版】必修二Unit3-Computers-using-language课件

【人教版】必修二Unit3-Computers-using-language课件
different kinds of information
technology or IT. Pay attention
to the advantages and disadvantages
of each one. Discuss the advantages and disadvantages.
1) 有“别忘了”的意思 2) 放在句末, “虽然有前面说过的话”或“与 预料中的情况相反”的意思
So you made it after all!
After all, what does it matter?
第二十三页,编辑于星期四:十六点 十八分。
She should have offered to pay — she’s a millionaire, after all.
have both disadvantages and
advantages.
第十页,编辑于星期四:十六点 十八分。
Type of IT
Advantages
You can both
TV
listen and watch.
Disadvantages
You cannot write
to friends.来自Web容易与之混淆的词组是in the way意为“造成
阻碍”,请比较:
In a way, I like this new textbook very much.
I’m afraid your bike is in the way.
第二十二页,编辑于星期四:十六点 十八分。
6. after all 毕竟; 到底; 终究
3. What part does Andy play in the football team? He’s a striker.

下列关于计算机语言的描述正确

下列关于计算机语言的描述正确

下列关于计算机语言的描述正确English Answer:Computer languages are systems of symbols used to translate human intentions into instructions that machines can execute. They provide a way for humans to communicate with computers and control their behavior.There are many different computer languages, each with its own strengths and weaknesses. Some of the most popular languages include:Java: A general-purpose language that is widely used in web development, mobile applications, and enterprise software.Python: A general-purpose language that is known for its simplicity and ease of use. It is popular in machine learning, data science, and web development.C++: A powerful and efficient language that is often used in operating systems, embedded systems, and high-performance applications.JavaScript: A popular language that is used in web development and mobile applications.C#: A general-purpose language that is popular in Windows development and web development.Each computer language has its own unique features and syntax. For example, Java is an object-oriented language, which means that it is based on the concept of objects and classes. Python is an interpreted language, which means that it is executed directly by the interpreter without being compiled into machine code.Computer languages are constantly evolving, and new languages are being developed all the time. However, the basic principles of computer languages remain the same.中文回答:计算机语言是符号系统,用于将人的意图翻译成机器可以执行的指令。

关于计算机语言的发展的作文

关于计算机语言的发展的作文

关于计算机语言的发展的作文I. English Answer:Computer languages have come a long way since the early days of programming. From the first machine language to high-level programming languages like Python and Java, the evolution of computer languages has been truly remarkable.In the early days, programmers had to write code in machine language, which consisted of strings of 1s and 0s that directly corresponded to the instructions the computer could understand. This was incredibly tedious and error-prone, as even a small mistake could cause the program to crash.As technology advanced, assembly language was developed to make programming easier by using mnemonics to represent machine code instructions. This was a step in the right direction, but still required a deep understanding of the computer's architecture.Then came the era of high-level programming languages like C, which allowed programmers to write code that was closer to human language. This made programming more accessible to a wider audience, as it was easier to learn and understand.Today, we have an abundance of programming languages to choose from, each with its own strengths and weaknesses. For example, Python is known for its readability and simplicity, making it a great choice for beginners. On the other hand, Java is popular for its portability and scalability, making it a favorite for large-scale enterprise applications.Overall, the development of computer languages has been driven by the need for efficiency, readability, and ease of use. As technology continues to advance, we can expect to see even more innovative programming languages that push the boundaries of what is possible.II. 中文回答:计算机语言的发展经历了漫长的历程,从最初的机器语言到如今的Python和Java等高级编程语言,计算机语言的演变真是令人瞩目。

the c programming language 英文版

the c programming language 英文版

the c programming language 英文版摘要:1.介绍C 编程语言2.C 编程语言的发展历程3.C 编程语言的特点4.C 编程语言的应用领域5.C 编程语言的未来发展正文:C 编程语言是一种广泛应用于计算机领域的编程语言。

它的英文版名为"The C Programming Language"。

C 语言最初由丹尼斯·里奇(Dennis Ritchie)在20 世纪70 年代初在贝尔实验室开发,作为Unix 操作系统的一种高级编程语言。

自那时以来,C 语言已经成为全球最流行的编程语言之一,为计算机科学的发展做出了巨大贡献。

C 编程语言的发展历程可以追溯到20 世纪60 年代末期,当时丹尼斯·里奇在贝尔实验室工作,为了改进Unix 操作系统的性能,他开始着手开发一种新的编程语言,即C 语言。

C 语言的命名来源于它之前的一个编程语言B,C 语言被设计成是一种高级编程语言,同时也具有底层访问能力,这使得它非常适合编写系统级别的软件。

C 编程语言具有许多特点,例如它的跨平台性、简洁性、高效性和强大的控制结构。

C 语言支持结构体、函数、指针等编程概念,使得程序员可以编写出高质量的代码。

C 语言的跨平台性意味着编写的程序可以在不同的操作系统和硬件平台上运行,这使得C 语言成为一个广泛应用的编程语言。

C 编程语言在计算机科学领域有着广泛的应用。

它被广泛应用于操作系统、嵌入式系统、硬件驱动、游戏开发等领域。

许多著名的软件和操作系统都是用C 语言编写的,例如Windows、Linux、Unix 等。

C 语言在计算机科学领域的重要性使得学习C 语言成为了许多程序员的必修课。

随着计算机科学的不断发展,C 编程语言也在不断更新和演进。

现代C 语言的版本,如C11、C17 等,已经支持了许多新的特性,例如多线程编程、函数对象等,这使得C 语言在面对新的编程挑战时仍然具有强大的生命力。

计算机语言中英双语对照(doc)

计算机语言中英双语对照(doc)

2 pages 双页a drive A驱abnormal execution 异常运行abnormal termination 异常终止abort function 中止函式absolute coordinates 绝对座标absolute path 绝对路径absolute position 绝对地址absolute positioning 绝对位置absolute value 绝对值abstract base class 抽象基底类abstract class 抽象类abstract data type 抽象数据类型abstract declarator 抽象宣告符abstraction 抽象性accelerator editor 加速键编辑器accelerator key 加速键accelerator mapping 加速键映射accelerator resource 对应键资源accelerator table 对应键镜像表accent sensitive 区分腔调字access control 访问控制access date 访问时间access function 访问函式access key 便捷键access mask 访问掩码access mode 访问模式access permission 访问权限access permition 访问权限access privileges 访问权限access right 访问权限access specifier 访问规范access time 访问时间access will be granted 授权访问access 访问access-control entry 访问控件(ACE) accessiblity domain 访问范围定义域accessiblity 可访问性accessor function 访问子函式accessor type 访问子类别accessories 附件accessories 附件according file 根据文件account policy 帐号政策account type 帐号类型accumulator 累加器acquire printer ports 捕获打印机端口action provider component 动作供应商组件action query 操作型查询action table 操作表activate object 激活对象activate request 激活要求activate task list 激活任务列表activate this window 激活这个窗口activation Key 激活金钥activation 激活activator 激活符active Document 主动式文档active HTML Documents 主动式HTML 文档active Title Bar Text 活动窗口的标题列文本active Title Bar 活动窗口的标题列active break point 作用断开点active cell 作用单元格active components 活动组件active content 主动式内容active context handle 主动式内容控制句柄active document applications 主动式文件应用程序active document server 主动式文件伺服程序active document support 主动式文件支持active document 活动文档active screen buffer 作用中屏幕缓冲区active state 活动状态active window caption color 活动窗口的标题颜色active window 活动窗口active 活动actual argument 实质参量actual parameter list 实质参数列表acyclic graph 非循环图ad banner 广告标志adapter 适配器add Existing Item 添加现有项目add Existing Project 添加现有项目add Folder 添加文件夹add Item 添加项目add as 添加为add device driver 添加驱动程序add new Item 添加新项目add new Project 添加新的项目add new Solution Item 添加新的方案项目add new hardware 添加新硬件add new 添加新的add personal mailbox 增添个人信箱add to Output 添加至输出add to Solution 添加至解决方案add-In 加载功能add-ins 加载项add/Remove 增添/移除add/remove program 增添/移除程序add/remove 添加/移除addition operator 加法运算符additional 附加的additive operator 加法类运算符address book 地址簿address conflict 地址冲突address mode 地址模式address restriction 地址限制address space 编址空间address space 地址空间address 地址address 编址address-of operator 取地址运算符addressing mode 编址模式addressing 编址adjust column 调整列宽administration console 管理主控台administrator account 系统管理人帐户administrator 管理人advanced 高级after service 跟踪服务agent 代理程序aggregate Field 汇总数据区域aggregate function 汇总函式aggregate object 汇总对象aggregate query 汇总查询aggregate type 汇总类型aggregate 汇总aggregation 汇总alarm 警报album 相簿alert boxes 警报框algorithm 算法alias 别名aliasing 别名aliasing 锯齿align center 居中对齐align left 左对齐align right 右对齐align text 对齐文字align to grid 均匀排列all files 全部文件all types 全部类型allocator 分派器allow 允许alphabetic 字母顺序already removed 已被删除alternate text 替代文字alternative text 替代文本ambiguity 模棱两可ambiguous expression 模棱两可的表达式analog 模拟analog-digital 模拟数字analyzer 分析器anchor 锚定angle bracket 角括弧animated button 动画按钮animated cursor 动画光标animation control 动画控件annotation 附注anonymous Logins 匿名登录anonymous class 匿名类anonymous structure 匿名结构anonymous union 匿名等位ansi C Compliance 符合ANSI C 的规范ansi string ANSI 字符串answer failed 应答失败answer mode 应答方式answer now 开始应答answer timeout 应答超时antilogarithm 反对数appearance scheme 外观方案appearance 外观application Workspace 应用程序工作区application class 应用程序类application framework 应用程序框架application queue 应用程序队列application walkthrough 应用程序逐步解说application 应用程序archive file 压缩文件are you sure you want to change 确实要更改are you sure 确实要argument constant 参量常量argument macros 参量宏argument type 参量类型argument types 参量类型argument 参量arithmetic shift 算术移位arrange Tables 排列数据表arrange buttons 排列按钮arrange icons 排列图标arrange selection 排列选定范围array covariance 数组共异变量array pointer 数组指标array type 数组类型array 数组组织array 数组arrow key 箭头键artificial intelligence 人工智能artist 艺术家名ascii character ASCII 字符aspect ratio 外观比例assembly language 汇编语言assert 判断提示assertion 判断提示assignment operator 分配运算符assignment operator 分配运算符assignment statement 分配陈述式assignment 分配associated file extension 相关扩展名associated 关联的associativity 顺序关联性asynchable abort 非同步中止asynchable commit 非同步认可asynchronous call 非同步调用asynchronous notification 非同步告知asynchronous operation 非同步作业asynchronous processing 非同步处理asynchronous query 非同步查询asynchronous 非同步attribute 属性audio compressors 音频压缩器audio file 音频文件audio format 音频格式audio 音频audio-video interleaved 音频视频交错(A VI) audit 稽核authenticate 证实authenticated 已证实authenticating 正在证实authentication scheme 证实方案authentication 证实author 作者author 撰写authority 授权auto data tips 自动显示数据提示auto increment 自动增量auto indent 自动缩排auto list Members 自动列出成员automatic configuration 自动配置automatic object 自动对象automatic storage class 自动保存类automatic variable 自动变量automatic 自动automatically assign 自动分配automatically connect 自动连接automatically execute 自动运行autorollback 自动撤销auxiliary carry flag 辅助进制旗标auxiliary file 辅助文件available Add-Ins 可用的加载项available button 可用按钮average value 均值b drive B 驱back end 后端backbone 网络骨干background color 背景颜色background mode 背景模式background music 背景音乐background 背景backing windows 后备窗口backspace character 退格键backup file 备份文件backward compatibility 回溯兼容性backward one frame 退一帧backward referencing 反向引用balance 平衡balloon 汽球bandwidth 带宽banner frame 横幅框架banner 横幅bar chart 条状图barcode reader 条码读出器base address 基地址base class 基类base line 基线base type 基底类型basic configuration 基本配置basic events 基本事件basic object Events 基本对象事件basic web Events 基本Web 事件batch capture 批量采集batch file 批文件batch update 批次更新batch 批次baud rate 波特beep 蜂鸣behavior 行为best quality 最好质量best viable function 最佳可行函式best 最好beta version 测试版beta 测试版better quality 较好质量better 较好bevel 斜面beveled In 斜入beveled Out 斜出bidirectional system 双向系统bidirectional 双向bilingual 双语言binary operator 二元运算符binary search 二分查找binary tree 二叉树binary 二进制bind context 绑定内容binder 绑定器binding 绑定bit field 位区域bit 位bit-wise operators 位运算符bitmap file 位图文件bitmap resource 位图资源bitmap 位图bitmask 位掩码bitrate 比特率bitwise copy 逐位复制bitwise operator 位运算符bitwise 逐位blended 混色blending 混色block 列块blur 模糊boarding pass 登机牌boilerplate 未定案bookmark Text 书签文字bookmark 书签boolean 布尔值bootstrap program 启动载入程序bootstrapper 启动载入器border above 上方框线border style 边缘样式border 边界bottom margin 下方边界bound column 系结区域box In 盒状收缩box Out 盒状放射brace Matching 括号对称bracket 括号bracketed expression 有括号的表达式break user connection 断开用户连接breakpoint Text 断开点文字breakpoint 断开点bridge 网桥brief 简洁briefcase 公文包brightness 亮度bring Forward 上移一层bring to Front 提到最上层broadband 宽带broadcast address 广播地址broken link 断开的链接brouter 网桥路由器browse With 浏览方式browse buttons 浏览按钮组browse information file 浏览信息文件browse looks 浏览外观browse typefaces 浏览字体browser 浏览器brush 笔刷buddy Control 协同控件buffer 缓冲buffer 缓冲区build Info 构建信息build configuration 构建配置build tag 构建标签build 构建build-in type 内置数据类型build-in 内置builder 生成器building Block 建置列块built-in Menus 内置菜单built-in button 内置按钮bulk Copy Program 大量复制工具程序bulk RFX 大量数据录区域交换bulk record field exchange 大量数据录区域交换bulk row fetching 大量数据列采集burn CD-ROM 刻录bus 总线business Logic Layer 商务逻辑层business object 商务对象business process 商务处理流程business rule 商务规则business 商务区busy 正忙button Constants 按钮常量button Dark Shadow 按钮阴影较深部分button Face 按钮表面button Highlight 按钮反白显示button Light Shadow 按钮阴影较浅部分button Shadow 按钮的阴影button Text 按钮文字button control 按钮控件button 按钮by attach 按附件by attachment 按附件by city 按城市by company 按公司by date 按日期by description 按描述by discuss 按讨论by drive 按驱动器名by email 按电邮by flag 按旗标by folder 按文件夹by free space 按可用空间by location 按位置by mail 按信件by mailer 邮件程序by name 按名称by nickname 按昵称by origin 按源位置by priorities 按优先by properties 按特性by received 按收信by sender 按寄信人by sender 按发信人by sent 按寄信by server 按服务器by service 按服务by size 按大小by size 按从小到大by status 按状态by subject 按主题by taxi 打的by telephone 按电话by type 按类型by unread 按未读byte array 字节数组byte 字节bytecode Bytecodec calling convention C 调用惯例c linkage specifier C 连系规范cab Project Node 数据包项目节点cabinet Builder 数据包文件生成器cabinet 数据包cache 缓存cache 缓存区calculator 计算器calendar 日历call Stack 调用栈call Tree 调用树状图call level interface 调用级别介面call operator 调用运算符call return 调用返回callback field 回调区域callback function 回调函式calling convention 调用惯例calling external procedures 调用外部程序calling sequence 调用顺序camcoder 摄像机cancel key 取消键candidate function 候选函数cannot access 不能访问cannot open 不能打开canvas 画布caption 标题capture file 捕捉文件captured video 已采集视频caret 插入号carriage return character 回车符carriage return 回车符carriage return-linefeed 复位换行组(CRLF) cascade Menus 层叠式菜单cascade display window 层叠窗口cascade window 层叠窗口cascade 串联cascade 重叠窗口cascading Style Sheets 阶层式样式表case sensitive 全字匹配case 实例casette 盒式录音带casting 转型catch block Catch 列块categorized 分类causality ID 因果IDcd audio properties CD 音频特性cd audio CD 音频cd-rom drive 光驱cd-rom generation CD-ROM 压制cd-rom recorder 刻录机cd-rom 光盘cell 单元格center Horizontally 水平居中center Screen 屏幕中央center V ertically 垂直居中center in Form 对齐表单中央center justify 居中certificate authority 凭证授权certificate manager 凭证管理器certificate of Authenticity 真品凭证certificate properties 凭证特性certificate 凭证certification 凭证certify 认证chain 链change case 大小写转换change icon 更改图标change international options 更改国别设置change port 更改端口change region options 更改区域设置change scheme 更改方案change script 更改脚本change setting 更改设置数值change the position of window 改变窗口位置change the size of window 改变窗口大小channel Definition Format 频道定义格式(CDF) channel 频道char 字符character code 字符码character constant 字符常量character device names 驱动器的字母代号character index 字符索引character literal 字符常值character offset 字符位移character set 字符集character 字符character-mode application 文字模式应用程序charactor set 字符集charactor 字符chart sheet 图表工作表chart 图表check box 复选框check constraint 检查条件约束check mark 勾选标志check user name 验证用户名check 勾选check 检查checkbox 复选框checked 已选定checkerboard Across 横向棋盘式checkerboard Down 纵向棋盘式checkout local version 签出本机版本checksum 总和检查码child code 子程序代码child control 子控件child forms 子表单child process 子进程child window 子窗口children 子系chinese chractor 汉字chip 芯片chiseled In 凹刻chiseled Out 凸刻choose Class 选择类choose connection 链接选择chord 套索chunk wrapper 列块包装函式chunk 列块circle in 圆形收缩circle out 圆形放射circular dependencies 循环相依circular reference 循环参考cl environment variable CL 环境变量class ID 类标识项(CLSID)class Modules 类模块class View 类查看class body 类本体class browser 类浏览器class builder utility 类生成器工具class declaration 类定义class declaration 类声明class derivation list 类继承列表class factory 类工厂class files 类文件class header 类标头class hierarchy 类阶层class identifier 类标识项class initializer 类初始设置式class instance 类实例class library 类库class method 类方法程序class scope 类范围class template partial specializations 类模板偏特化class template specializations 类模板特化class template 类模板class variable 类变量class 类clause 子句clean machine 初始状态的计算机clear all 全部清除client application 客户端应用程序client area 客户端工作区client batch cursor library 客户端批量数据指标库client certificate 客户端验证client computer 客户端计算机client coordinates 客户端座标client extension 客户端扩充功能client item 客户端项client object 客户端对象client script 客户端脚本client site 客户端站点client tier 客户端层client 客户端client/server 主从架构client/server 客户端/服务器clip file 碎片文件clip path 裁剪路径clip 素材clipboard Ring 剪贴环clipboard format 剪贴板文件格式clipboard owner 剪贴板拥有人clipboard viewer 剪贴板查看器clipboard 剪贴板clipboard-viewer chain 剪贴板查看器链clipping precision 裁剪精确值clipping region 裁剪区域clipping 裁剪clone 克隆clone 克隆close and return 关闭并返回close region 临近工作区close the active document 关闭当前文档closing tag 结尾标志cls-compliant CLS 兼容cluster 丛集clustered index 丛集索引co-branded 联名coarse 粗略coclass coclasscode Librarian Explorer 代码管理器资源管理器code Librarian V iewer 代码管理器查看器code Librarian 代码管理器code Settings 代码撰写设置数值code V iew 代码查看code V iewer 代码查看器code Window Text 代码窗口文本code Window 代码窗口code base 代码基底code commenter 代码注解code components 代码组件code item 代码项目code library 代码库code manipulation objects 代码管理对象code page 代码页code panes 代码窗格code resource 代码资源code 代码code-Base 代码基底code-behind file 代码后置的文件code-behind 代码后置codec 编码解码器coercion 强制型转collaboration 共同作业collapse Parent 缩回上层collapsed item 摺叠项目collation 定序collection class 集合类collection editor 集合编辑器collection object 集合对象collection 集合collection 集合对象collection 群集color constants 颜色常量color gradient 颜色渐层color palette 色板color scheme 颜色方案color 颜色column headers 数据列标题column 数据列column 纵列column 区域combine clips 组合素材combine scenes 组合情景combo Box 组合框combo-box control 组合框控件command Button 命令按钮command Line Arguments 命令行的参量command Line Options 命令行参量的选项command Line 由命令行载入command Line 命令行command file 命令文件command handler 命令处理常式command identifiers 命令标识项command message 命令消息comment Text 备注文字comment delimiter 备注分隔符号comment 注释commit size 认可大小common Dialog 通用型对话框common Gateway Interface 通用闸道介面(CGI)common Object File Format 通用对象文件格式(COFF) common controls 通用控件common data record 通用数据录common dialog box 通用对话框compact executable file 压缩型态的可程序文件comparand 比较元compare file 比较文件comparer 比对符comparison operator 比较运算符compatible OLE Server 兼容的OLE 伺服程序compatible Object Application 兼容的对象应用程序compatible 兼容compatible 兼容的compilation unit 编译单位compilation 编译compile time 编译时间compile-time error 编译时期错误compiled resource file 编译资源文件compiler Defect Report 编译器缺失报告compiler 编译器complete object 终衍对象complex Instruction Set Computer 复杂命令集计算机(CISC) complex script 复杂脚本complex-Bound 复杂系结compliant 兼容component Gallery 组件展示廊component Load Balancing 组件负载平衡component Name 组件名称component Object Model 组件对象模型(COM) component Registrar 组件登录器component Services Explorer 组件服务总管component Tray 组件匣component Wizard 组件向导component code generator 组件代码生成器component object 组件对象component project 组件项目component selector 组件选定器component site 组件站点component software 组件软件component 组件compose buffer 撰写缓冲区composite control 复合控件composite moniker 复合型composite video input 复合视频输入composite video 复合视频compositing 复合compound document files 复合文件文件compound document 复合文件compound file 复合文件compound-assignment operator 复合设置运算符compressed SLIP 压缩SLIPcompression format 压缩格式compression scheme 压缩方法compression 压缩方式computer assisted translation 计算机辅助翻译computer name 计算机名computer 计算机concatenated key 串连索引键concatenation operator 串连运算符concrete 实在的concurrent connections 同时连接concurrent/concurrency 并行condition 条件conditional Compilation Arguments: 条件式编译的参量: conditional Section 条件区段conditional branching 条件分支conditional breakpoint 条件断开点conditional expression 条件表达式conditional watch 条件式监看conditional-expression operator 条件表达运算符condom 避孕套configuration completed 配置完成configuration data 配置数据configuration database 配置数据库configuration error 配置错误configuration file 配置文件configuration info 配置信息configuration manager 配置管理器configuration manager 配置管理器configuration parameters 配置参数configuration setting 配置设置数值configuration wizard 配置向导configuration 配置configured 配置的configuring new devices 配置新设备confirm folder replace 确认文件夹替换conflict ID 冲突IDconflict resolution 冲突的解决方式connect string 连接字符串connect to All 全部连接connectable object 可连接对象connected 连接上connecting to 连接到connecting 正在连接connection break 连接断开connection in use 使用中的连接connection lost 链接可能被断开connection oriented 连接导向connection point 连接点connection pooling 连接共用connection string 连接字符串connection 连接console 主控台const 常量constance 常量constant declarations 常量宣告constant expression 常量表达式constant propagation 常量传用constant 常量constraint 条件约束construction 建构construction 语法结构constructor 构造函数constructor 建构函式consult 谘询consultant company 谘询公司contained control 被收纳的控件container application 容器应用程序container program 容器程序container 容器container 集装箱containing type 包含类型contains invalid characters 内嵌无效的字符context help 内容帮助context identifier 内容标识码context menu 快捷菜单context menus 快显菜单context number 内容编号context operator 内容运算符context string 内容字符串context 上下文contrast 对比度control Library 控件库control Wizards 控件向导control bar 控制列control class 控件类control container 控件容器control device 控制设备control identifier 控制标识码control panel 控制面板control project 控件项目control property 控件特性control templates 控件模板control variable 控件变量control visual appearance 控件视觉外观control 控件controls toolbar 控件工具栏controls 控件convential memory 常规内存conversion function 转换函式conversion macros 转换宏conversion 转换convert object 转换对象cookie cookiecoordinate space 座标空间copy constructor 复制建构函式copy disk 复制磁盘copy propagation 复制传用copy 复本copyright 版权corner handle 角控点correlation ID 相互关联IDcpatch 中文化软体联盟crash machine 死机crawl 爬行create new document 创建新文档create storage elements 开辟存储区create title 创建字幕creating date 创建时间credits 开发小组critical section 关键区段cross compilation 交互编辑cross hair 十字光标cross-thread 跨线程crosstab query 交叉数据表查询crypto 加密currency 货币current Path 当前的路径current Setting 当前的设置数值current document 当前文档current icon 当前图标current position 当前位置current 当前cursor 光标custom control 自定义控件custom interface 自定义介面custom magnification 自定义放大custom resource template 自定义资源模板custom resource 自定义资源custom 自定义customize toolbox 自定义工具箱customize 自定义customized class 自定义类customized document 自定义文件cyclic Redundancy Check 循环冗余核对(CRC) cyclic reference 循环参考dao 数据访问对象(DAO)dashboard 仪表板data Access Object 数据访问对象(DAO)data Class 数据类data Control 数据控件data Member 数据成员data Object Wizard 数据对象向导data Report designer 数据报表设计工具data Source Locator 数据源定位器data Source 数据源data Type 数据类型data View 数据查看data adapter 数据配接器data binding agents 数据绑定代理程序data binding 数据绑定data breakpoint 数据断开点data command 数据命令data connection 数据连接data declaration 数据声明data entry page 数据键入页data field 数据区域data file 数据文件data grid 数据格data handle 数据句柄data link 数据链接data member string 数据成员字符串data point 数据点data provider 数据供应商data rate 数据传输速度data rate 数据传输率data segment 数据区段data source name 数据源名称data source tier 数据源层data store 数据存放区data stream 数据流data structure 数据结构data symbol 数据符号data table 数据数据表data transfer object 数据传输对象data 数据data-bound 数据系结data-definition query 数据定义查询database Diagrams 数据库图表database Registration wizard 数据库注册向导database Splitter Wizard 数据库拆分向导database class 数据库类database form 数据库表单database management system 数据库管理系统database object 数据库对象database project 数据库项目database role 数据库角色database schema 数据库结构描述database template 数据库模板database user 数据库用户database 数据库datagram socket 数据包套接字datagram 数据包dataset 数据集datasheet 数据工作表date and time picker 日期时间选择器date data type 日期数据类型date fomat 日期格式date 日期db project 数据库项目dbo DBOdde conversation information DDE 对谈信息dde conversation DDE 对谈dde link DDE 链接dde message DDE 消息dde method DDE 方法dde operation DDE 作业dde response DDE 响应ddi initiate DDI 初始ddl 数据定义语言dead code 无作用程序代码dead key 废键dead store 无作用保存体deadlock 锁死debug heap 调试堆积debug memory allocator 调试内存分派器debug monitor 调试监视器debug object Debug 对象debug register 调试暂存器debug terminal 调试终端debug version 调试版本debugger 调试工具debugging Integration 调试集成debugging event 调试事件debugging information 调试信息decimal 10 进制declaration statement 声明陈述式declaration type 声明类型declarations 声明declarator 声明符decode 解码decoder 解码器decorated name 装饰名称decrement 降序decrypt 解密deduction 推导deep copy configuration 深层复制配置deep copy 深层复制default access permissions 默认访问权限default argument 默认参量default constructor 默认建构函式default hash code provider 默认杂凑代码供应商default message processing 默认消息处理default object handler 默认对象处理常式default security 默认安全性default value 默认值default window procedure 默认窗口程序default 默认defaults for Double-clicking 双击的默认definition 定义deformatter 变形项defrag status 碎片整理状态defrag 磁盘清理程序defragment now 开始整理delay-loaded 延迟载入delayed rendering 延迟渲染delayed send 发送延迟delegate type 委派类型delegate 委派delete query 删除查询delimiter 分隔符号dependency File 相依文件dependency 相依性dependent file 相依文件dependent object 相依对象dependent project 相关项目deployment subwizard 部署子向导deployment wizard 部署向导dereference operator 解参考算符dereference 解参考dereferencing operator 取值运算符dereferencing 取值derived class 子类derived class 派生类derived class 衍生类derived type 衍生类型descendant window 子代窗口descendant 子代descending 降序descending 递减排序description block 描述列块description 描述descriptor 描述项deserialization 还原序列化design Element 设计项目design Master 设计主复本design Surface 设计介面design by contractdesign mode 设计模式design pattern 设计模式design time 设计时期design-Time-Only 仅限设计时期design-time control 设计时期控件(DTC) design-time object 设计时期对象designator 指示项designer host 设计工具主应用程序designer 设计工具desktop Management Interface 桌面管理介面desktop computer 台式计算机desktop window 桌面窗口desktop 台式机desktop 桌面destination Language 目标语系destination applications 接收端应用程序destination disk drive is full 目标盘已满destination label 目标端标签destination rectangle 目标矩形destination 目标destination 目标端destruction 析构destructor 析构器detail information 详细信息detail table 详细数据表details View 明细查看detected 检测到developer 开发人development environment 开发环境development server 程序开发服务器device Control Block 控制列块数据(DCB)device context 设备内容device driver 设备驱动程序device manager 设备管理程序device name 设备名device offline 设备离线device ready 设备就绪device 设备device-dependent bitmap 与设备相关位图device-independent bitmap file 与设备无关位图文件device-independent bitmap 与设备无关位图device-independent 与设备无关device-mode setting 设备模式设置diacritic 变音符diagnostic services 诊断服务diagram 图表dial on demand 视需要拨号dialing rules 区号规则dialog Bar 对话框列dialog Data Exchange 对话数据交换(DDX)dialog Data V alidation 对话数据验证(DDV)dialog box 对话框dialog containers 对话框容器dialog editor 对话框编辑器dialog file 对话框原始文件dialog template 对话框模板dialog unit 对话框单位(DLU)dialog-based application 对话框架构应用程序dialog-based architecture 对话框程序架构dialog-based 对话框架构dialup network adapter 拨号网络适配器dialup networking connection 拨接网路连接dialup server 拨号服务器dib 与设备无关的位图(DIB)diff-Merge Custom Marker Service 差异合并自定义标志服务diff-Merge Editor 差异合并编辑器diff-Merge UI Broker Service 差异合并UI 仲介服务diff/Merge Undo Unit 差异/合并撤销单位diff/Merge 差异/合并difference V iewer 差异查看器different project 不同的项目digital Dashboard 点限定表达式digital camera 数字相机digital clock 数字时钟digital signature 数位签章digital 数字digits 数字digraph 双并词dimension 维度dimensions 尺度dimmed text 无效文本dimmed 暗灰色的dinosaur 恐龙diode 二极管direct acyclic graphic 有向非循环图direct cable connection 直接电缆连接direct connect 直接连接direct mode 直接访问模式direction flag 方向旗标direction 方向directive 指示符directories 目录directory Types 目录类型directory 目录dirlistBox 目录列表方块disabled Text 禁用的文本disassembler 反组译工具disassembly Window 反组译码窗口disclaimer 免责声明disconnect from All 全部断开连接disconnect 断开discovery 探索discussion server 讨论服务器disjoint figure 断续图形disk drive 驱动器disk volumn 磁盘卷标disk 磁盘dispatch identifier 分派标识符dispatch interface 分派介面dispatch map 分派映射dispersed 分布式dispinterface 分配介面display adapter 显示适配器display card 显卡display device context 显示设备内容display file 显示文件display full pages 显示整个页面display help 显示帮助display setting 显示设置数值dispose event 处置事件distributed Component Object Model 分布式组件对象模型(DCOM) distributed Computing Environment 分布式生成环境(DCE) distributed Management Environment 分布式管理环境distributed Transaction Coordinator 分布式交易协调器(DTC) distributed application 分布式应用程序distribution 分配divider style 拆分线样式division 内文列块dll DLLdll 动态链接库dockable toolbar 可停驻工具栏dockable 可停驻docked Window 停驻窗口docked toolbar 停驻工具栏docked 停驻document Routing Wizard 文档传阅向导document Template Strings 文档模板字符串document item 文档项目document length 文档长度document menu 文档菜单document name 文档名document object 文档对象document template 文档模板document window 文档窗口document 文档documents collection 文档集合documents property 文档特性domain management 域管理domain name 域名称domain surfix 域后缀domain 域dominant control 主控件don't delete 不删除don't show me this dialog again 不要再显示此对话框dos command line DOS 命令行dot operator 点运算符double-byte character set 双字节字符集(DBCS)double-precision 双精度double-sided horizontal printing 双面水平打印double-sided vertical printing 双面垂直打印down Arrow 向下键down key 向下键draft print quality 草稿般的打印质量draft 草稿drag and drop 拖放drag mode 拖放模式drag-and-drop 拖放draw Opaque 不透明处理draw object 绘制对象drive bar 磁盘栏drive configuration 驱动器配置drive 磁盘driveListBox 磁盘列表方块driver development kits 驱动程序开发套件(DDK) driver disk 驱动盘driver letter 驱动器号driver license 车照driver 驱动程序drop Down 下拉drop publications 卸除发行物drop source 置放源drop target 置放目标drop-down combo box 下拉式组合方块drop-down list 下拉式列表drop-down menu 下拉式菜单dropped frame 失帧dsn 数据源名称(DSN)dsn-less connection 无DSN 连线dual interface 双重介面dummy 空的dump device 倾印设备dump movie 输出电影duplicate definition 重复定义duplicate procedure name 程序名称重复duplicated file 重复文件duration 持续时间dynamic Data Exchange 动态数据交换(DDE) dynamic HTML 动态超文本标志语言dynamic binding 动态绑定dynamic creation 动态创建dynamic cursor 动态数据指标dynamic link 动态链接dynamic linking library 动态链接库dynamic priority 动态优先权dynamic property 动态特性dynamic splitter window 动态分隔窗口dynamic type information 动态类型信息dynamic-link library file 动态链接库文件dynamic-link library 动态链接库dynamic-type 动态类型dynaset type recordset 动态集类型的数据录集dynaset-type recordset 动态集类型的数据录集dynaset-type 动态集类型early-binding 早期绑定ease of Use 简易操作easyupdate 易用更新eclipse 椭圆edit Project Configurations 编辑项目配置edit and Continue 编辑后继续edit buffer 编辑缓冲区edit control 编辑控件edit file 编辑文件edit link 编辑链接edit point 编辑点editor Format 撰写风格editor 编辑器eekday 非假日effect 特技effective address 有效地址element 元素email program 信件程序embedded item 内嵌项目embedded object 内嵌对象emboss 浮雕empty recycle Bin 清空回收站enable single-click URL navigation 启用单击方式的URL 巡览enabled 启用状态encapsulate 封装encapsulated interface pointer 封装的介面指标encapsulation 封装enclosed class 被封入类enclosing classenclosing class 封入类enclosing tag 封入标志enclosing type 封入类型encode 编码encoding 编码方式encompassed type 被包括类型encompassing type 包括类型。

language的英文名词解释

language的英文名词解释

language的英文名词解释
"Language"是一个英文名词,它有多个解释和用法。

以下是对"language"的几个常见解释:
1. 语言(Language),指人类用来进行交流和表达思想的系统,通过语音、文字、手势等方式传达信息。

语言是文化的核心组成部分,不同的地区和社群使用不同的语言来沟通。

2. 语言(Programming Language),指用于编写计算机程序的
一种形式化语言。

编程语言通过特定的语法和语义规则来描述计算
机算法和操作,以实现特定的功能。

3. 语言(Body Language),指人类通过肢体动作、面部表情、眼神等非语言方式传达信息和表达情感的方式。

身体语言在人际交
流中起着重要的作用,可以传递出人的情绪、意图和态度。

4. 语言(Natural Language),指人类日常生活中使用的口头
语言或书面语言,例如英语、中文、法语等。

自然语言是人类最主
要的交流工具,具有丰富的词汇、语法和语义。

5. 语言(Sign Language),指聋哑人使用的手势语言,通过手势、手指动作、面部表情等方式传达信息。

手势语言是一种独特的视觉语言,用于沟通和交流。

以上是对"language"的几个常见解释,涵盖了语言的不同方面和用法。

希望这些解释能够满足你的需求。

c程序设计语言,thecprogramming language

c程序设计语言,thecprogramming language

c程序设计语言,thecprogramming languageC程序设计语言,又称为The C Programming Language,是一门广泛应用于系统软件开发、嵌入式系统、大型应用软件以及游戏开发中的编程语言,也是目前最受欢迎的编程语言之一。

C语言的设计者Dennis Ritchie和Brian Kernighan在1978年出版了《C Programming Language》,这是一本介绍C语言的经典教材。

第一步:C语言的概述C语言是一种通用的、面向过程的高级程序设计语言,最初是在贝尔实验室为开发Unix操作系统而设计的。

C语言原本是为编写Unix操作系统而开发的,但它很快在其他计算机平台上得到了广泛应用。

C语言的优点在于它结构紧凑、代码简洁、性能高、可移植性强,同时还具有丰富的函数库和良好的可扩展性。

因此,C语言成为了学习程序设计的首选语言之一。

第二步:C语言的基本语法C语言的基本语法包括数据类型、变量、常量、运算符、表达式、语句、循环、函数等。

C语言的数据类型包括整型、浮点型、字符型、指针型等,其中整型包括 int、short、long、unsigned等类型,浮点型包括float、double等类型,字符型包括char类型,指针型用于存储内存地址。

C语言的变量用于存储数据,在使用前必须先声明数据类型,然后再进行赋值。

C语言的常量包括整型常量、浮点型常量、字符型常量、枚举类型常量等。

C语言的运算符包括算术运算符、关系运算符、逻辑运算符、位运算符等,表达式是由数据、变量、常量和运算符组成的序列,用于计算结果。

C语言的语句包括赋值语句、条件语句、循环语句、函数语句等。

C语言中使用循环语句可以方便地实现循环操作,可以使用for、while、do…while语句实现。

C语言中函数是代码块,可以接受输入参数并返回值,可以分为标准函数和自定义函数。

第三步:C语言的应用领域C语言是一种强大的编程语言,具有广泛的应用领域,包括系统软件、网络应用、嵌入式系统、大型应用软件、游戏开发等领域。

  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

Practical English :关于电脑英语缩略词MIDI:Musical Instrument Digital Interface,乐器数字接口。

Internet: 为International Net的简写,因特网,又称国际互联网。

BBS:Bulletin Board System,公告牌系统或电子公告板,
E-mail: 电子邮件。

WWW: World Wide Web的缩写,全球网,又称万维网。

Remote Login: 远程登录(注册)。

HTTP: Hyper Text Transmission Protocol,超文本传输协议。

IP:IP国际互联网协议,即网际协议。

FTP:是Transfer Protocol的缩写,即文件传输协议,用于在Internet上传输文件。

Archive: “档案;档案馆”之意。

Internet中的文档服务器。

WAIS:是Wide Area Information Service的简写,广域信息服务器。

Luisitserv: 这是Internet上流行的用户之间交流信息的方式。

IRC:Internet Relay Chat,互联网接力聊天。

Hypertext: 超文本。

Hyperlink: 超链接。

HTML: Hyper Text Markup Language,超文本标示语言。

Hypermedia: 超媒体。

Navigator: 是美国网景(Netscape)公司出品的Internet浏览器软件之一。

IE:Internet Explorer,Explorer意为“探险者”。

著名的计算机语言
VF:也写作VFP,Visual FoxPro的缩写,是一种功能强大、可视化、面向对象的数据库编程语言,同时也是一种强大的数据库管理系统。

VC:Visual C++,微软公司高级可视化计算机程序开发语言。

VB:Visual Basic的缩写,微软公司高级可视化计算机程序开发语言。

Java:电脑英语指由美国太阳(Sun)公司推出的新型面向对象程序设计语言。

SQL:Structure Query Language,结构化查询语言。

MMX: 是MultiMedia extensions(多媒体扩展)的缩写,是第六代CPU芯片的重要特点。

Intel Pentium 166MHz MMXTM: Intel Pentium是英特尔(Intel)公司生产的“奔腾”CPU。

OOP: Object Oriented Programming,面向对象的程序设计。

FAT:Allocation Table,文件分配表,它的作用是记录硬盘中有关文件如何被分散存储在不同扇区的信息。

EPA:Environmental Protection Agency的简称,美国环境保护署。

IC卡:Intelligent Card,智能卡。

ATX:一种新的电脑机箱、主板、电源的结构规范。

IDE:集成电路设备或智能磁盘设备。

DLL:Dynamic Link Library,动态链接库。

KB:Kilo Byte,KB表示千字节。

MB:Mega Byte,MB表示兆字节。

M=Mega,构词成分,表示“兆;百万”。

GB:Giga Byte,GB表示千兆字节。

G=Giga,构词成分,表示千兆;十亿”。

CAI:Computer-Asisted Instruction或Computer-Aided Instruction,计算机辅助教学。

CAD:Computer-Aided Design,计算机辅助设计。

ISO:International Standard Organization,国际标准化组织。

3DS或3D Studio: Three Dimension Studio,三维摄影室。

OCR:Optical Character Recognition(光学字符识别)的缩写。

SCSI:Small Computer System Interface,小型计算机系统接口。

OEM:Original Equipment Manufacturer,原始设备制造商。

Microsoft OEM: 微软OEM产品。

它是指预安装在微机上的软件操作系统,包括Windows98、Windows NT、WorkStation、Windows3.X、MS-DOS。

MIS:Management Information System,管理信息系统。

OLE:Object Linking and Embedding,对象连接与嵌入,简称OLE技术。

MIDI:Musical Instrument Digital Interface,乐器数字接口。

Internet: 为International Net的简写,因特网,又称国际互联网。

BBS:Bulletin Board System,公告牌系统或电子公告板,
E-mail: 电子邮件。

WWW: World Wide Web的缩写,全球网,又称万维网。

Remote Login: 远程登录(注册)。

HTTP: Hyper Text Transmission Protocol,超文本传输协议。

IP:IP国际互联网协议,即网际协议。

FTP:是Transfer Protocol的缩写,即文件传输协议,用于在Internet上传输文件。

Archive: “档案;档案馆”之意。

Internet中的文档服务器。

WAIS:是Wide Area Information Service的简写,广域信息服务器。

Luisitserv: 这是Internet上流行的用户之间交流信息的方式。

IRC:Internet Relay Chat,互联网接力聊天。

Hypertext: 超文本。

Hyperlink: 超链接。

HTML: Hyper Text Markup Language,超文本标示语言。

Hypermedia: 超媒体。

Navigator: 是美国网景(Netscape)公司出品的Internet浏览器软件之一。

IE:Internet Explorer,Explorer意为“探险者”。

著名的计算机语言
VF:也写作VFP,Visual FoxPro的缩写,是一种功能强大、可视化、面向对象的数据库编程语言,同时也是一种强大的数据库管理系统。

VC:Visual C++,微软公司高级可视化计算机程序开发语言。

VB:Visual Basic的缩写,微软公司高级可视化计算机程序开发语言。

Java:电脑英语指由美国太阳(Sun)公司推出的新型面向对象程序设计语言。

SQL:Structure Query Language,结构化查询语言。

相关文档
最新文档