代码搜索:PureBasic
找到约 35 项符合「PureBasic」的源代码
代码结果 35
www.eeworm.com/read/389864/2535284
cxx lexbasic.cxx
// Scintilla source code edit control
/** @file LexBasic.cxx
** Lexer for BlitzBasic and PureBasic.
**/
// Copyright 1998-2003 by Neil Hodgson
// The License.txt file describes
www.eeworm.com/read/387868/2555569
cxx lexbasic.cxx
// Scintilla source code edit control
/** @file LexBasic.cxx
** Lexer for BlitzBasic and PureBasic.
**/
// Copyright 1998-2003 by Neil Hodgson
// The License.txt file describes
www.eeworm.com/read/355365/3054495
cxx lexbasic.cxx
// Scintilla source code edit control
/** @file LexBasic.cxx
** Lexer for BlitzBasic and PureBasic.
**/
// Copyright 1998-2003 by Neil Hodgson
// The License.txt file describes
www.eeworm.com/read/334557/12591416
cxx lexbasic.cxx
// Scintilla source code edit control
/** @file LexBasic.cxx
** Lexer for BlitzBasic and PureBasic.
**/
// Copyright 1998-2003 by Neil Hodgson
// The License.txt file describes
www.eeworm.com/read/149635/12360762
bas bit.bas
Attribute VB_Name = "BitModule"
Option Explicit
'这是关于位操作的 bit.dll 的函数声明,该dll 在 PureBasic 中写成。
'曾劲松 2005/6/8
'按位与或非
Public Declare Function BitAnd Lib "bit" (ByVal a As Long, ByVal b As Long)