代码搜索:syntax
找到约 10,000 项符合「syntax」的源代码
代码结果 10,000
www.eeworm.com/read/408091/11405525
h syntax.h
// Copyright (c) 1994 James Clark
// See the file COPYING for copying permission.
#ifndef Syntax_INCLUDED
#define Syntax_INCLUDED 1
#ifdef __GNUG__
#pragma interface
#endif
#include "types.h"
#inclu
www.eeworm.com/read/405000/11474477
cs syntax.cs
using System;
using System.Text;
using System.IO;
namespace Syntax_Analyzer
{
class Syntax
{
StreamReader myStreamReader;
int t;
int[] lengh;
int l =0;
string[] gramm
www.eeworm.com/read/403241/11520511
cpp syntax.cpp
#include "syntax.h" //For Shell
#include "zSyntax.h" //For Core Class
HINSTANCE hinst; //Recent Instance
HWND hwnd; //For Dialog
zSyntax *s; //语法分析类
char in[65536]; //输入文法缓冲区
char ou
www.eeworm.com/read/403241/11520513
ico syntax.ico
www.eeworm.com/read/403241/11520515
rc syntax.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/403241/11520518
h syntax.h
/*
语法分析外壳程序 0.2 (2003.10.23) [声明文件]
作者:Dwing
*/
#pragma once
#pragma comment(linker, "/OPT:NOWIN98")
#pragma comment(linker, "/SECTION:.DWING,")
#pragma comment(linker, "/MERGE:.text=.DWING")
www.eeworm.com/read/158379/11622433
c syntax.c
#include
void main()
{
printf("1001 C & C++ Tips!);
}
www.eeworm.com/read/157836/11659505
cpp syntax.cpp
#include
#include
#include
/*******************************************/
int count=0; /*分解的产生式的个数*/
int number; /*所有终结符和非终结符的总数*/
char sta
www.eeworm.com/read/157532/11695083
cpp syntax.cpp
////////////////////////////////////////////////
// //
// Syntax.cpp //
// 语法检查模块 //
//
www.eeworm.com/read/157532/11695152
h syntax.h
#ifndef __SYNTAX_H__
#define __SYNTAX_H__
#include "Const.h"
#include "Window.h"
#include "Common.h"
#include "ErrorVal.h"
// Syntax.cpp中的函数
bool VarOK(const char []);
bool ExpressionO