代码搜索:Classes
找到约 10,000 项符合「Classes」的源代码
代码结果 10,000
www.eeworm.com/read/319454/13451540
h classes.h
#include
using namespace std;
struct SResultNode
{
char * m_pWord;
int m_nWord;
int m_iCode;
SResultNode()
{
m_pWord = NULL;
m_nWord = 0;
m_iCode =0;
}
};
www.eeworm.com/read/319454/13451545
cpp classes.cpp
#include "Classes.h"
///////////////////////////////////////////
// function of protected.............
///////////////////////////////////////////
//对字符进行分类编码
int CWordAnalyzing::CodeChar(ch
www.eeworm.com/read/317432/13504783
pas classes.pas
{ PCI Classes }
type pci_record =
record
class,
subclass,
progif : byte;
name : string[40];
end;
const
pci_class_names : array [0..$11] of string[4
www.eeworm.com/read/312298/13613817
cls classes.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/310024/13660051
dcu classes.dcu
www.eeworm.com/read/310024/13660222
lst classes.lst
IBCtrls:
TIBEventAlerter(TIBComponent)
OnEventAlert: TEventAlert
Tabs:
TTabSet(TCustomControl)
OnClick: TNotifyEvent
OnChange: TTabChangeEvent
OnDragDrop: TDragDropEvent
OnDrag