算法编程语言,Arithmetic Programming Language
1)Arithmetic Programming Language算法编程语言
2)ALCOM (Algol COMpiler)ALGOL 算法语言编译程序
3)algorithmic language compiler ,ALGOL compiler算法语言编译程序
4)Algol compiler算法语言程序编译器
5)computer language programming计算机语言编程
英文短句/例句

1.On Improving Professional College Students Computer Language Programming Skill;关于高职学生计算机语言编程能力培养的探究
2.microcomputer language assembler微计算机语言汇编程序
3.microcomputer language editor微计算机语言编辑程序
4.a program to translate assembly language into computer language.把汇编语言翻译成计算机语言的程序。
5.simple language for write computer programs编写计算机程序的简单的语言
6.Microcomputer Programming in Assembly Languages微机汇编语言程序设计
7.The Design and Practice of Computer Programming Language Teaching for Deafness Students听障学生计算机编程语言教学设计与实践
8.The stimulation and implementation of chemical nickel plating industrially are realized with C language on computer通过c语言编程实现了工业镀镍的计算机模拟
9.Development of Programming Language and Reform of Computer Education Pattern;编程语言的发展与计算机教学模式的改革
10.A high-level computer programming language designed to support structured programming and used in teaching, applications, and systems programming.帕其卡语言一种高水平的计算机编程语言,用来支持结构化编程、应用于教学、应用和系统编程
11.In computer programming, sections of assembler, or machine language, embedded into a high level language program.在计算机程序设计中,嵌入高级语言程序中的一般汇编语言或机器语言。
12.A compiler translates a programming language to machine language. A machine language consists of primitive operations that a computer can perform directly.编译器把程序语言转化成机器语言。机器语言是由计算机可以直接执行的原语操作组成的。
13.computer standard programming language计算机标准程序语言
14.computer language translator计算机语言翻译程序
15.The experiment and training teaching reform of take“assembly language programming”as master line computer hardware curriculum;计算机硬件课程实验实训改革方案——以《汇编语言程序设计》为主线
16.Analysis of Difficult Points in Teaching“Computer Composition Principles and Assembly Language Program Design”;《计算机组成原理与汇编语言程序设计》课程教学难点解析
17.Loosely-speaking, computers can only execute programs written in low-level languages.坦率而言,计算机仅能执行用低级语言编写的程序。
18.The process whereby a digital computer translates the instructions of a program written in a high - level language into their machine language equivalents.数字计算机借此把高级语言编写的程序中的指令翻译成与其等价的机器语言程序的处理过程。
相关短句/例句

ALCOM (Algol COMpiler)ALGOL 算法语言编译程序
3)algorithmic language compiler ,ALGOL compiler算法语言编译程序
4)Algol compiler算法语言程序编译器
5)computer language programming计算机语言编程
6)program language编程语言
1.The characteristics of C# program language and its potential new functions;浅谈C#编程语言的特点及潜在的新功能
2.The importance of the program language to the computer profession is illustrated, the character of the three language and its significance as compulsory course, and also the issue should be paid attention to is discussed.阐述了编程语言对于计算机专业的重要性,详细分析了三种编程语言的特点以及将这三门语言作为必修课的意义,并说明了学习这些语言应当注意的问题。
3.A program language in which developers can construct various collaborative applications scheme was studied and sought after.研究和探讨一种能够灵活定制不同协同应用方案的编程语言。
延伸阅读

编译程序的编译程序编译程序的编译程序compiler-compiler b Ianyi ehengxu de blanyi chengxu编译程序的编译程序《compile卜伪mpiler》产生编译程序的编译程序。它接受用某一适当的表示体系描述的某一语言类中任一语言A的词法规则、语法规则、语义规则和(或)代码生成规则,并从这些描述产生出用目标语言B写的关于语言A的编译程序的全部或部分。编译程序的编译程序又称为偏译租序的生成租序。 通常,编译程序分成词法分析程序、语法分析程序、语义分析程序、代码生成程序等若干部件。这些部件可以用一个总的编译程序的编译程序的不同部分来生成,也可以分别用不同的专用生成程序来生成。这些专用生成程序包括词法分析程序的生成程序,语法分析程序的生成程序和代码生成程序的生成程序等。 词法今析租序的生成粗序接受以正则文法或其它类似文法描述的单词,构造一个有限状态自动机,由此生成一个词法分析程序。 语法介析程序的生成程序接受以上下文无关文法的形式描述的源语言的语法,生成一个语法分析程序。各种语法分析程序的生成程序随实现语言、语法分析算法的原理以及源程序中语法错误处理能力的不同而异。如采用LR的语法分析程序的生成程序YACC和采用递归下降法的语法分析程序的生成程序L比en。 语义分析程序、中间代码生成程序和目标代码生成程序的生成程序的设计与实现与形式化的语义描述紧密相关。语义描述形式化技术相当困难,目前大多数生成程序中语义描述还是采用非形式化,它们的基本思想是为源语言的上下文无关文法的语法符号或产生式配以翻译子程序(语义动作或语义子程序)。 现有不少性能很好的编译程序的编译程序,如词法分析程序的生成程序LEX,语法分析程序的生成程序yACC和LLgen,它们都显著提高了编译程序的开发效率。