搜索资源列表
s-1
- Checkletter——pascal PASCAL写的, PASCAL资源较少 这个是查句子中原音字母的程序。。。 -Checkletter -- PASCAL pascal wrote, PASCAL fewer resources to the investigation is alphabetical sentence they want the procedure. . .
34060725
- pascal-s编译器,可以熟悉编译器的编译过程.此代码为全手写,作编译学习之用.
crc8.rar
- 并行计算8位CRC,可以很方便的转化为硬件实现,速度很快,效率很高,With this code, it s very easy to do CRC caculation.
tp60src
- Turbo Pascal 6.0编译器源码 -The source of Turbo Pascal 6.0 compiler
project
- 本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 prin
castle-pascal
- castle 给出一个城堡的地图,求其中的连通房间数,最大房间的面积,拆除某个墙壁连通两间屋子后可形成的最大房屋面积。应用pascal的递归函数来实现计算功能。-give a castle map of the castle, and one of the connectivity number of rooms, the largest area of the room, the removal of a wall connecting the two rooms can be formed
pascal
- This program demonstrate how to create Pascal s Triangle using dynamic memory allocation.
pascal-compiler-in-cpp
- 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
3
- 输出杨辉三角,第一行1个数字,第二行2个数字,第三行3个数字-Output Pascal s triangle,the first row 1,and the second line 2digital,the third line 3 digits.
YANGHUISANJIAO
- 打印杨辉三角(FORTRAN) 打印杨辉三角(FORTRAN)-PRINT Pascal s Triangle Pascal s Triangle
pl0modify
- 对PL/0作以下修改扩充: (1)增加单词:保留字 ELSE,FOR,STEP,RETURN 运算符 +=,-=,++,--,∧,∨,┓ (2)修改单词:不等号# 改为 <> (3)增加条件语句的ELSE子句 基本内容(成绩范围:“中”、“及格”或“不及格”) (1)扩充赋值运算:+= 和 -= (2)扩充语句(Pascal的FOR语句): ①FOR <变量>:=<表达式> STEP <表达式> DO <
achvectors
- Delphi 的矩阵库,可以实际动态数组,矩阵产实现搜索等功能-Vectors is a class library for Object Pascal (Delphi 1, 3-7, Borland C++ Builder, Borland Kylix, Free Pascal v.1.0 and higher) which implements vectors (dynamically sized arrays) based on different Object Pascal s
yanghuisanjiao
- 打印出数学中常用到的、用途广泛的杨辉三角-Print Pascal s triangle
Pascals-Triangle
- C++数据结构与算法 应用队列输出一个杨辉三角杨辉三角-Pascal s Triangle
8-classical-algorithm-c-language
- 1.实现将输入的string字符串反序输出。 2.一个数如果恰好等于它的因子之和,这个数就称为"完数"。例如6 = 1+2+3找出10000以内的所有完数。 3.下面程序的功能是将一个4×4的数组进行逆时针旋转90度后输出,要求原始数组的数据随机输入,新数组以4行4列的方式输出 4.编程打印杨辉三角。 5.实现将输入的字符串反序输出 6.实现字符串拷贝函数strcopy(char*src,char* dest) 7.求近似Pi值。可以用公式(如:pi/2 = 1+1/3+
yangHuiTriangle
- 任务定义:运用队列输出杨辉三角 问题分析:先实现用队列输出杨辉三角,然后再优化输出 - Task Definition: Output queue using Pascal s Triangle Problem analysis: first achieved using Pascal s Triangle output queue, and then optimize the output
yanghuisanjiao
- 杨辉三角的源码,采用数据结构的算法实现,能根据自己输入的数,显示杨辉三角-Pascal s Triangle source, using the algorithm data structure, according to the number of their own input, display Pascal s Triangle
yanghuisanjiao
- 在C#中运用数组编写杨辉三角,此程序固定输出行数为10行。-Pascal s triangle
yanghuisanjiao
- 杨辉三角 经典问题 数据结构 使用c-Pascal s Triangle Classic problem Data Structure Using c++
pascal-triangle
- Pascal s Triangle source code