- 授权协议: 未知
- 开发语言: Delphi/Pascal
- 操作系统: 未知
- 软件首页: http://www.gnu-pascal.de/gpc/h-index.html
- 软件文档: http://www.gnu-pascal.de/gpc/h-install.html
软件介绍
GNU Pascal 是一个免费开源的 Pascal 编译器,具备如下特点:
- GPC is a 32/64 bit compiler,
- does not have limits like the 64 kB or 640 kB limit known from certain operating systems – even on those systems –,
- runs on all operating systems supported by GNU C, including
- GNU Hurd,
- Linux on Intel, AMD64, Sparc, Alpha, S390, and all other supported types of hardware,
- the BSD family: FreeBSD, NetBSD, OpenBSD,
- DOS with 32 bits, using DJGPP or EMX,
- MS-Windows 9x/NT, using CygWin or mingw or MSYS,
- OS/2 with EMX,
- Mac OS X,
- MIPS-SGI-IRIX,
- Alpha-DEC-OSF,
- Sparc-Sun-Solaris,
- HP/UX,
and more (note: the runtime system only supports ASCII based systems; that includes almost all of today's systems, but a few IBM machines still use EBCDIC; on those, the compiler might run, but the runtime support might need major changes),
- can act as a native or as a cross compiler between all supported systems,
- produces highly optimized code for all these systems,
- is Free Software (Open-Source Software) according to the GNU General Public License,
- is compatible to other GNU languages and tools such as GNU C and the GNU debugger.
支持下列语言标准
- ISO 7185 Pascal (see Resources),
- most of ISO 10206 Extended Pascal,
- Borland Pascal 7.0,
- parts of Borland Delphi, Mac Pascal and Pascal-SC (PXSC).
笨办法学Python 3
[美]泽德 A. 肖 / 王巍巍 / 人民邮电出版社 / 2018-6-1 / CNY 59.00
本书是一本Python入门书,适合对计算机了解不多,没有学过编程,但对编程感兴趣的读者学习使用。这本书以习题的方式引导读者一步一步学习编程,从简单的打印一直讲到完整项目的实现,让初学者从基础的编程技术入手,最终体验到软件开发的基本过程。本书是基于Python 3.6版本编写的。 本书结构非常简单,除“准备工作”之外,还包括52个习题,其中26个覆盖了输入/输出、变量和函数3个主题,另外26个......一起来看看 《笨办法学Python 3》 这本书的介绍吧!
