搜索资源列表
ScanerLib
- 一个简单的PASCAL语言编译器,基于有限状态机的算法,并不是一个功能完全的编译器。-a simple PASCAL language compiler, based on the finite state machine algorithm not entirely a function of the compiler.
marsm5
- 这是一个对杨辉三角进行描叙的程序,可能不是那么完善!-this is one of Pascal's Triangle depicts for the procedure may not be so perfect!
FunctionOptimizer
- A Function Optimizer using Simple Genetic Algorithm developed from the Pascal SGA code presented by David E.Goldberg-A Function Optimizer using Simple Genetic Algorithm developed from the Pascal SGA code pr esented by David E. Goldberg
LAB05
- 这是一个用队列实现杨辉三角的代码,这对出学者有很大帮助和启发-This is a cohort with the realization of Pascal's Triangle code, right out scholars of great help and inspiration
巴斯卡三角形層數
- 輸入巴斯卡三角形層數,顯示出巴斯卡的數值,例如:3,顯示11 121 1331-Pascal triangle input layer, showing that the value of Pascal, for example: 3, shows 111,211,331
PL0
- PL0扩展功能——编译原理课程设计 有运算符的扩充等-PL0 extensions- Principles of curriculum design compiler operator expansion, etc.
csharpToVB
- C#与VB程序互转工具! 今天能见到有这样的工具很是高兴。我现在刚开始学习VB.NET,但不可避免的接触一些C#,尽管有点有关C#和VB对照的资料,但总是不全,时间不购用,不能同时好好学,很是郁闷! 在学校的时候读过一个C2Pascal的程序,具体忘了是哪本书了,有人如果知道的话,请告诉我,以便分享给大家,谢谢。这个C2Pascal的转化程序不能把它们两者一一对应的转化,学过的人都知道,因为两个语言有各自的一些特性。我是没学过Pascal的,只是在学OS的时候看汤子
CsharpDevelopmentCodingStandard
- C#开发编码规范 注记: Pascal 大小写形式——所有单词第一个字母大写,其他字母小写。 Camel(驼峰标识) 大小写形式——除了第一个单词,所有单词第一个字母大写,其他字母小写。 类名使用Pascal大小写形式 public class HelloWorld { … } 方法使用Pascal大小写形式 public class HelloWorld { void SayHello(string name) { …
New-Text-Document
- parser for pascal syntax
cours-de-pascal
- good book in C sharpe
Triangulo-de-Pascal
- Codigo que genera el n esimo renglon del triangulo de pascal
qqq
- C++中运用栈和队列实现杨辉三角的运算源码-C++ use of stack and queue source computing Pascal' s Triangle
CPPsource-code
- 关于c++的一些简单的问题应用,包括小牛问题,杨辉三角,九九表等多种应用求解-Some simple questions about c++ of applications, including the Mavericks, Pascal' s Triangle, 99 tables and a variety of applications such as solving
c-program-example
- c程序实例 其中包含递推 杨辉三角 冒泡等各种算法-the c program instance contains recursive Pascal' s Triangle bubbling algorithm
sanjiao
- 这是我编程的杨辉三角,若有不足,请改善,-This is my programming Pascal' s Triangle, if insufficient, please improve, thank you ~ ~ ~ ~ ~
yanghuisanjiao
- 按输入数据输出对应行数的杨辉三角,C#语言-Press to enter the number of rows of data output corresponds to Pascal' s Triangle
yanghuisanjiao
- 在C#中运用数组编写杨辉三角,此程序固定输出行数为10行。-Pascal s triangle
yanghuisanjiao
- 杨辉三角 经典问题 数据结构 使用c-Pascal s Triangle Classic problem Data Structure Using c++
5
- 实现一个函数,完成对pascal语言中复合语句begin…end和条件语句if...then…else…配对情况的检查。其中begin…end必须成对出现,if…then…也必须成对出现,else子句可以出现也可以不出现。-Implement a function to complete if ... then ... else ... check the pairing of pascal language compound statement begin ... end and condit
pascal
- 使用C++语言实现pscal配对问题的处理-a solution to pacal problem using C++