代码搜索:syntax
找到约 10,000 项符合「syntax」的源代码
代码结果 10,000
www.eeworm.com/read/373491/9453985
o syntax.o
www.eeworm.com/read/373491/9453997
h syntax.h
#ifndef SYNTAX_H
#define SYNTAX_H
#include
#include
#include
#include
#include
#include
#include
#include "constant.h"
#i
www.eeworm.com/read/176166/9513324
html syntax.html
Features for Programming
Syntax Highlighting
Syntax Highlighting means using colors and fonts to help di
www.eeworm.com/read/371278/9558324
cpp syntax.cpp
// Syntax.cpp : implementation file
//
#include "stdafx.h"
#include "MUL.h"
#include "Syntax.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#e
www.eeworm.com/read/371278/9558390
h syntax.h
#if !defined(AFX_SYNTAX_H__6BB5A7A2_B164_11D4_8B78_5254AB1F6EC3__INCLUDED_)
#define AFX_SYNTAX_H__6BB5A7A2_B164_11D4_8B78_5254AB1F6EC3__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_
www.eeworm.com/read/166790/9997576
cpp syntax.cpp
#include "stdafx.h"
#include "syntax.h"
CString g_strInString; //定义一个字符串值除了包含字符数字、下划线_外,还包含什么字符常量, C++还会包含#, 如#include
TCHAR *g_BeginCommentExStr[2];//当前语言的多行注释规则:引起多行注释的字符串
TCHAR *g_EndCommentE
www.eeworm.com/read/166790/9997668
h syntax.h
// Syntax.h
enum {
COLORINDEX_COMMENT,
COLORINDEX_SYNTAX,
COLORINDEX_NORMAL,
COLORINDEX_NUMBER,
COLORINDEX_STRING,
COLORINDEX_CHAR,
COLORINDEX_BK,
COLORINDEX_UNDERLINE,
COLORINDEX
www.eeworm.com/read/166256/10027139
dsp syntax.dsp
# Microsoft Developer Studio Project File - Name="syntax" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Co
www.eeworm.com/read/166256/10027141