- A high-level computer programming language designed to support structured programming and used in teaching, applications, and systems programming.
帕其卡语言一种高水平的计算机编程语言,用来支持结构化编程、应用于教学、应用和系统编程
- In computer programming, to resolve a string of characters, representing for example a program statement, into its elemental parts as defined by(say) the programming language.
在计算机程序设计中,从字符串(例如代表程序的语句)中分辨出程序设计语言中所定义的基本语法成分。参阅compiler。
- Courses taken that would be useful for computer programming are: Computer science, systems design and analysis, FORTRAN programming, PASCAL programming, operating systems, systems management.
对计算机编程有用的课程有:计算机学、系统设计与分析、FORTRAN编程学、PASCAL编程学、操作系统、系统管理。
- In computer programming, to copy from locations in main storage into locations in the same main storage.
在计算机程序设计中,将主存某些单元的内容复制到同一主存中的其它单元中去。同transfer。