英文字典中文字典


英文字典中文字典51ZiDian.com



中文字典辞典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z       







请输入英文单字,中文词皆可:

pascal    音标拼音: [pæsk'æl]
n. 法国哲学家
n. 计算机程序设计语言

法国哲学家计算机程式设计语言

PASCAL
帕司卡(语言);电脑语言;PASCAL语言

pascal
n 1: a unit of pressure equal to one newton per square meter
[synonym: {pascal}, {Pa}]
2: French mathematician and philosopher and Jansenist; invented
an adding machine; contributed (with Fermat) to the theory of
probability (1623-1662) [synonym: {Pascal}, {Blaise Pascal}]
3: a programing language designed to teach programming through a
top-down modular approach

(After the French mathematician {Blaise Pascal}
(1623-1662)) A programming language designed by {Niklaus
Wirth} around 1970. Pascal was designed for simplicity and
for teaching programming, in reaction to the complexity of
{ALGOL 68}. It emphasises {structured programming}
constructs, data structures and {strong typing}. Innovations
included {enumeration types}, {subranges}, sets, {variant
records}, and the {case statement}. Pascal has been extremely
influential in programming language design and has a great
number of variants and descendants.

ANSI/IEEE770X3.97-1993 is very similar to {ISO Pascal} but
does not include {conformant arrays}.

ISO 7185-1983(E). Level 0 and Level 1. Changes from Jensen &
Wirth's Pascal include name equivalence; names must be bound
before they are used; loop index must be local to the
procedure; formal procedure parameters must include their
arguments; {conformant array schemas}.

An ALGOL-descended language designed by Niklaus Wirth on the
CDC 6600 around 1967--68 as an instructional tool for
elementary programming. This language, designed primarily to
keep students from shooting themselves in the foot and thus
extremely restrictive from a general-purpose-programming point
of view, was later promoted as a general-purpose tool and, in
fact, became the ancestor of a large family of languages
including Modula-2 and {Ada} (see also {bondage-and-discipline
language}). The hackish point of view on Pascal was probably
best summed up by a devastating (and, in its deadpan way,
screamingly funny) 1981 paper by Brian Kernighan (of {K&R}
fame) entitled "Why Pascal is Not My Favourite Programming
Language", which was turned down by the technical journals but
circulated widely via photocopies. It was eventually
published in "Comparing and Assessing Programming Languages",
edited by Alan Feuer and Narain Gehani (Prentice-Hall, 1984).
Part of his discussion is worth repeating here, because its
criticisms are still apposite to Pascal itself after ten years
of improvement and could also stand as an indictment of many
other bondage-and-discipline languages. At the end of a
summary of the case against Pascal, Kernighan wrote:

9. There is no escape

This last point is perhaps the most important. The language
is inadequate but circumscribed, because there is no way to
escape its limitations. There are no casts to disable the
type-checking when necessary. There is no way to replace the
defective run-time environment with a sensible one, unless one
controls the compiler that defines the "standard procedures".
The language is closed.

People who use Pascal for serious programming fall into a
fatal trap. Because the language is impotent, it must be
extended. But each group extends Pascal in its own direction,
to make it look like whatever language they really want.
Extensions for {separate compilation}, Fortran-like COMMON,
string data types, internal static variables, initialisation,
{octal} numbers, bit operators, etc., all add to the utility
of the language for one group but destroy its portability to
others.

I feel that it is a mistake to use Pascal for anything much
beyond its original target. In its pure form, Pascal is a toy
language, suitable for teaching but not for real programming.

Pascal has since been almost entirely displaced (by {C}) from
the niches it had acquired in serious applications and systems
programming, but retains some popularity as a hobbyist
language in the {MS-DOS} and {Macintosh} worlds.

See also {Kamin's interpreters}, {p2c}.

["The Programming Language Pascal", N. Wirth, Acta Informatica
1:35-63, 1971].

["PASCAL User Manual and Report", K. Jensen & N. Wirth,
Springer 1975] made significant revisions to the language.

[BS 6192, "Specification for Computer Programming Language
Pascal", {British Standards Institute} 1982].

[{Jargon File}]

(1996-06-12)

Pascal: n. An Algol-descended language designed by Niklaus Wirth on the CDC
6600 around 1967--68 as an instructional tool for elementary programming.
This language, designed primarily to keep students from shooting themselves
in the foot and thus extremely restrictive from a
general-purpose-programming point of view, was later promoted as a
general-purpose tool and, in fact, became the ancestor of a large family of
languages including Modula-2 and Ada (see also
bondage-and-discipline language). The hackish point
of view on Pascal was probably best summed up by a devastating (and, in its
deadpan way, screamingly funny) 1981 paper by Brian Kernighan (of
K&R fame) entitled
Why Pascal is Not My Favorite Programming Language,
which was turned down by the technical journals but circulated widely via
photocopies. It was eventually published in Comparing and
Assessing Programming Languages, edited by Alan Feuer and
Narain Gehani (Prentice-Hall, 1984). Part of his discussion is worth
repeating here, because its criticisms are still apposite to Pascal itself
after many years of improvement and could also stand as an indictment of
many other bondage-and-discipline languages. (The entire essay is
available at http://www.lysator.liu.se/c/bwk-on-pascal.html.)
At the end of a summary of the case against Pascal, Kernighan wrote:Pascal has since been entirely displaced (mainly by
C) from the niches it had acquired in serious
applications and systems programming, and from its role as a teaching
language by Java.


请选择你想看的字典辞典:
单词字典翻译
PASCAL查看 PASCAL 在百度字典中的解释百度英翻中〔查看〕
PASCAL查看 PASCAL 在Google字典中的解释Google英翻中〔查看〕
PASCAL查看 PASCAL 在Yahoo字典中的解释Yahoo英翻中〔查看〕





安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • Pascal 为什么变得不流行了? - 知乎
    Pascal 语言为什么变得不流行了呢?它的不流行是由于那些因素造成的?
  • Pascal还有人用吗? - 知乎
    现在是9102年,还有人在用Pascal编程吗?还有用学校开设Pascal语言课吗?本人今年计科新生,周围都是c语…
  • 从语言设计的角度来看, Pascal 是一门优秀的语言吗? - 知乎
    pascal内置字符串类型,这个是现代语言标准特性了,C的char*才是异类,C++的std::string是个怪胎。 pascal串相比C串安全太多了,起码不依赖 ‘\0’,可以避免很多指针访问越界问题。 pascal内置了 boolean型 true false是内置常量,早期的C都没有这些。
  • Pascal 为什么变得不流行了? - 知乎
    Pascal主要分两大块,一块是Delphi,一块是Free Pascal,前者在Win95-win2000时代曾经非常火爆,优点在于做界面快、编译快、运行快,所以做桌面程序特别方便。
  • 要改变一个根深蒂固的OI Pascal党,有哪些理由说明了转c++的好处? - 知乎
    我用了初中高中共6年的Pascal,中途几次想转都没成功。 最后是保送之后有了项目驱动才成功了。 至于学习新语言的问题,我可以保证,上大学之后学新语言比你现在容易得多,我大一学Android和iOS的时候,从完全不会到完成第一个外包也就一个星期左右。
  • Pascal语言现在用的人多不多,怎么样? - 知乎
    Pascal语言的优势: 易学易用:Pascal语言的语法简单易懂,容易上手。 良好的结构:Pascal语言强调程序结构,方便代码维护。 高效率:Pascal语言生成的代码效率高,可以更快的完成任务。 Pascal语言的劣势: 不够灵活:Pascal语言的语法比较严格,不够灵活,不适合大型项目。 不支持面向对象:Pascal
  • 从pascal入门编程应该看什么书为好? - 知乎
    从pascal入门编程应该看什么书为好? 也可以理解为学pascal应该看什么书 要数据结构之类的书吗? 显示全部 关注者 19 被浏览
  • 最美编程语言Pascal,软件领域的经典学院派语言,成就了Delphi的传奇
    Pascal语言 作为一门软件编程语言,基于ALGOL的Pascal语言是最早出现的结构化编程语言,具有丰富的数据类型和简洁灵活的操作语句。由瑞士苏黎世联邦工业大学的Niklaus Wirth(尼古拉斯·沃斯)教授于六十年代末设计并创立,并在1971年正式以数学家Pascal(帕斯卡)的名字为之命名,由此被称为Pascal之
  • 如何评价佩德罗•帕斯卡 (Pedro•Pascal)的演技? - 知乎
    早年佩德罗一直在好莱坞里跑龙套,直到39岁的时候出演了《权力游戏》里的红毒蛇,让他在全球观众眼前一亮。之后更是凭借《毒枭》和《曼达洛人》等作品,一步一步走到好莱坞当红男演员。
  • PASCAL VOC中trainval用于训练是什么意思? - 知乎
    PASCAL VOC中trainval用于训练是什么意思? 在读一些目标检测文章时,常常遇到说用trainval训练,这指的是train set和validation set都用于训练,然后在test set上… 显示全部 关注者 11





中文字典-英文字典  2005-2009