代码搜索:Pascal
找到约 9,253 项符合「Pascal」的源代码
代码结果 9,253
www.eeworm.com/read/107556/15605101
cpp pascal.cpp
#include "stdafx.h"
#include "common.h"
#include "lex.h"
#include "string.h"
#include
int main(int argc, char* argv[])
{
if(argc>1)
{
strcpy(sourcefile,argv[1]);
register char
www.eeworm.com/read/103598/15728436
cpp pascal.cpp
// Pascal.cpp : 定义控制台应用程序的入口点。
//
#include
#include
#include
#define ISLETTER(c) ((c)>='a'&&(c)='0'&&(c)
www.eeworm.com/read/103598/15728437
sln pascal.sln
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Pascal", "Pascal.vcproj", "{E9851F50-9315-4AE9-88C9-017A5240E3E0}"
ProjectSection(Pro
www.eeworm.com/read/103598/15728439
suo pascal.suo
www.eeworm.com/read/103331/15736858
c pascal.c
www.eeworm.com/read/103206/15740339
cpp pascal.cpp
#include
#include
#include
//#include
#include
using namespace std;
// 保留字数组定义
char* ReserveWords[33] = {
"and", "array", "begin", "cas
www.eeworm.com/read/102394/15782938
c pascal.c
/* randist/pascal.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 James Theiler, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of th
www.eeworm.com/read/101658/15822675
atg pascal.atg
COMPILER Pascal
(* J & W Pascal - not Turbo Pascal *)
(* This grammar is not LL(1) *)
CHARACTERS
eol = CHR(13) .
letter = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" .
www.eeworm.com/read/101657/15822753
atg pascal.atg
COMPILER Pascal
(* J & W Pascal - not Turbo Pascal *)
(* This grammar is not LL(1) *)
CHARACTERS
eol = CHR(13) .
letter = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" .