Welcome![Sign In][Sign Up]
Location:
Search - pascal-s

Search list

[Others-1

Description: Checkletter——pascal PASCAL写的, PASCAL资源较少 这个是查句子中原音字母的程序。。。 -Checkletter -- PASCAL pascal wrote, PASCAL fewer resources to the investigation is alphabetical sentence they want the procedure. . .
Platform: | Size: 2522 | Author: 王淼 | Hits:

[ELanguage34060725

Description: pascal-s编译器,可以熟悉编译器的编译过程.此代码为全手写,作编译学习之用.
Platform: | Size: 4549515 | Author: youqi | Hits:

[ELanguagetp60src

Description: Turbo Pascal 6.0编译器源码 -The source of Turbo Pascal 6.0 compiler
Platform: | Size: 289792 | Author: 站长 | Hits:

[ELanguagecompiler4

Description: PASCAL语言子集编译器,足够计算机系的学生交作业用了-PASCAL language subset compiler, the enough computer department s students handed over the work to use
Platform: | Size: 246784 | Author: 张梦烨 | Hits:

[Other杨辉三角1111111111

Description: 打印出杨辉三角的小程序-print Pascal's Triangle of small programs
Platform: | Size: 2048 | Author: 朱一新 | Hits:

[Otherpascal_bahuanghou

Description: 八皇后问题——pascal实现 及回朔思想-eight Queen's problems-- and to achieve pascal thinking Schomburg
Platform: | Size: 4096 | Author: cjlz | Hits:

[AI-NN-PRSimpleGeneticAlgorithm

Description: 基于基本遗传算法的函数最优化SGA.C A Function Optimizer using Simple Genetic Algorithm developed from the Pascal SGA code presented by David E.Goldberg-based on the basic genetic algorithm optimization function SGA.C A Optimize Function r using Simple Genetic Algorithm developed fro m Pascal SGA the code presented by David E. Goldb erg
Platform: | Size: 636928 | Author: J.Chen | Hits:

[ELanguagePLx_Compiler

Description: PLx语言的编译器。PLx语言是一种类Pascal语言,但语法比较简单,适用于编译原理教学。这个编译器不仅实现了编译,同时也集成了运行目标代码的虚拟机。当程序编译通过后,可以看到生成的汇编指令及其执行情况,用户可以选择单步执行,并同时观察指令流与数据流。源代码比较简洁且含有注释-PLx language compiler. PLx language is a language like Pascal, but relatively simple syntax, the principle applies to compile teaching. The compiler is not only achieved a compiler, as well as integration of the operational objectives of the virtual machine code. When the compiler is passed, we can see the generation and compilation of the implementation of the Directive, users can choose single-step, and while observing instruction stream and data stream. The source code contains more concise and Notes
Platform: | Size: 29696 | Author: ioncannon | Hits:

[Windows DevelopPL0design

Description: 编译原理课程设计:(2)扩充赋值运算:+= 和 -= (3)扩充语句(Pascal的FOR语句): ①FOR <变量>:=<表达式> TO <表达式> DO <语句> ②FOR <变量>:=<表达式> DOWNTO <表达式> DO <语句> 其中,语句①的循环变量的步长为1, 语句②的循环变量的步长为-1。 -Principles of curriculum design compiler: (2) the expansion of assignment operator:+ = And-= (3) the expansion of expressions (Pascal s FOR statement): ① FOR <variable>: = <expression> TO <expression> DO <statement> ② FOR <variable>: = <expression> DOWNTO <expression> DO <statement> of which the cycle of statement ① variable step size is 1, the cycle of statement ② variable step size for the-1.
Platform: | Size: 582656 | Author: 风飘零 | Hits:

[Others-1

Description: Checkletter——pascal PASCAL写的, PASCAL资源较少 这个是查句子中原音字母的程序。。。 -Checkletter-- PASCAL pascal wrote, PASCAL fewer resources to the investigation is alphabetical sentence they want the procedure. . .
Platform: | Size: 2048 | Author: L | Hits:

[Delphi/CppBuilderobjectpascal

Description: Object Pascal 是一种高级编译语言,具有强类型(对数据类型的检查非常严格)特性,支持结构化 和面向对象编程。它的优点包括代码的易读性、快速编译,以及支持多个单元文件从而实现模块化编程。 Object Pascal 具有一些特性以支持Borland 组件框架和RAD(快速应用程序开发)环境。在很大程 度上,本语言参考的说明和示例假定你使用Borland 公司的开发工具,如Delphi 和Kylix。 绝大多数使用Borland 开发工具的开发者是在IDE(集成开发环境)环境下编写代码并进行编译。 Borland 开发工具帮助我们设置工程和源文件的许多细节,比如维护单元的依赖信息。并且,使用这些工 具在程序的组织上还有一些限制,严格说来,这不是Object Pascal 语言规范的一部分。比如,Borland 开发工具遵循某些文件和程序的命名约定,若你在IDE 以外编写代码并使用命令行来编译,你可以避开 这些限制。 这些帮助主题假设你在IDE 环境下工作,并且使用VCL(可视化组件库)和/或 CLX(跨平台组件 库)创建应用程序。但有时候,Borland 一些特定的规则和Object Pascal 的通用规则并不相同。-Object Pascal is a high-level language compiler, strong type (of the types of data very strict inspection) features, structured and object-oriented programming. Its advantages include code readability, fast compiler, and documentation to support a number of modules to achieve modular programming. Object Pascal has some characteristics of components in support of Borland framework and RAD (Rapid should development of procedures) environment. To a large extent, the language reference to the description and examples assume that you are using Borland's development tools, If Delphi and Kylix. Most use of the Borland development tools is the development of the IDE (Integrated Development Environment), prepared on behalf of the environment code and compiler. Borland development tools to help
Platform: | Size: 733184 | Author: 小滔 | Hits:

[Delphi/CppBuilderDelphiMakeGameCHM

Description: Delphi是第四代编程语言,是RAD(Rapid Application Development,快速应用程序开发)工具的代表。它采用面向对象的Pascal语言,利用组件化的编程思想,使得基于Windows的编程工作变得轻而易举。 与其他流行的编程语言相比,C++语言功能强大但是难于掌握,Basic语言简单易学但是功能有限,而Delphi既具有VisualBasic的简单易用,又具有Visual C++的强大功能,是广大编程人员的理想选择。-Delphi is the fourth-generation programming language, is a RAD (Rapid Application Development, Rapid Application Development) tool representatives. It uses object-oriented Pascal language, the use of component-based programming ideas, make Windows-based programming becomes easy. With other popular programming languages compared, C++ Language powerful but difficult to master, Basic language features easy to learn, however limited, both VisualBasic and Delphi s easy to use, but also has Visual C++ Powerful features, the vast number of programmers an ideal choice.
Platform: | Size: 2020352 | Author: Zhh | Hits:

[Othercommunicationadministrator

Description: 通讯录管理系统源代码,使用了微软的数据库操作引擎ADO,采用Object Pascal语言内嵌SQL语言的方式,采用参数传递,变量传递的方法解决数据库的动态查询-Address book management system source code, the use of Microsoft s database operations engine ADO, using Object Pascal language embedded SQL language approach, using parameters of transmission, variable transmission means to resolve the database dynamic query
Platform: | Size: 2891776 | Author: 龚毅 | Hits:

[Scannerupp_T-CMD_Delphi

Description: T-CMD 是一款用 C++ 编写的后门程序,网上已有 C++ 源码发布。 在本人学习 C++ 的时候,顺便把他翻译成了 Pascal 源码,突然感觉以前感到高深莫测的 C++ 也不那么可怕了。特贡献出来,给大家学习 C++ 和 Delphi 的时候,可以参考下代码之间的区别。 本代码仅供学习之用途,不得从事任何不法目的!由此造成的任何后果,由使用者承担!-T-CMD is a used C++ Prepared backdoor program, on-line has been C++ Source release. In my learning C++ Time, the way he translated into Pascal source code, suddenly the feeling was totally unfathomable before the C++ Not so terrible. Special contribute to the U.S. to learn C++ And Delphi, they can refer to the distinction between the code under. The code for learning purposes, shall not engage in any unlawful purpose! For any consequences resulting from the user to bear!
Platform: | Size: 16384 | Author: 王就 | Hits:

[ELanguage34060725

Description: pascal-s编译器,可以熟悉编译器的编译过程.此代码为全手写,作编译学习之用.-pascal-s compiler, can be familiar with the process of compiler compiler. This code for the whole handwriting for learning compiler.
Platform: | Size: 4549632 | Author: youqi | Hits:

[ELanguagepl0

Description: 第一次写的,编译原理课设,PASCAL语言的子集PL/0语言的编译器,很菜很菜,大家见谅o(∩_∩)o-The first written by the principle of class-based compiler, PASCAL language a subset of PL/0 language compiler, it is food is food, everyone will be forgiven o (∩ _ ∩) o
Platform: | Size: 1167360 | Author: Lulu | Hits:

[ELanguageproject

Description: 本Delphi项目文件为本人在一个Pascal-s(子集)源代码基础上完成的。本人增加了类进行封装,并加上了用户界面。可以作为学习编译原理的参考代码。-The Delphi project documents for himself in a Pascal-s (subset of) the source code based on the completion. I increased the types of packages, plus a user interface. The principle can be used as reference for learning compiler code.
Platform: | Size: 278528 | Author: 张德柱 | Hits:

[source in ebookpascal

Description: This program demonstrate how to create Pascal s Triangle using dynamic memory allocation.
Platform: | Size: 29696 | Author: Biswadip Dey | Hits:

[ELanguagepascal-compiler-in-cpp

Description: pascal compiler in C++是一个用C++实现的PASCAL编译器,主要包括符号表,创建语法树,代码生成和4元式解析等。该工程是根据龙书实现的编译器。项目中大量使用了STL,设计模式等思想。是学习面向对象编程和设计的好材料。里面包含有说明.txt有更详细说明 请使用Mingw或Dev-C++开发环境-pascal compiler in C++ is a compiler which compiles pascal code. The project consists of Symbol Table, Abstract Tree Construction, Code generation and generated code interpretation. I believe it s a helpful material for learning oo programming and design since it uses STL and design patterns intensively. The project is developed on Mingw and Dev-C++ IDE, VC6.0 is not supported since it does not STL compliant!
Platform: | Size: 721920 | Author: xukeying | Hits:

[Consolepascal-triangle

Description: Pascal s Triangle source code
Platform: | Size: 1024 | Author: | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net