代码搜索结果

找到约 10,000 项符合 M 的代码

bintree3p.h

/******************************************************** 自建模板库 树 作者:李芳 *********************************************************/ /**************************************************

bintree3p.h

/******************************************************** 自建模板库 树 作者:李芳 *********************************************************/ /**************************************************

bintree3p.h

/******************************************************** 自建模板库 树 作者:李芳 *********************************************************/ /**************************************************

bintree3p.h

/******************************************************** 自建模板库 树 作者:李芳 *********************************************************/ /**************************************************

bintree3p.h

/******************************************************** 自建模板库 树 作者:李芳 *********************************************************/ /**************************************************

settingsdlg.cpp

// SettingsDlg.cpp : implementation file // #include "stdafx.h" #include "SmsTest.h" #include "SettingsDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] =

cscframe.cpp

#include "cscframe.h" bool CCSCFrame::FrameToBuffer(CDataNode &dn) { bool bRet = false; if(m_bIsSetup) { WORD wDataSize = GetDataSize(); dn.SetSize(wDataSize+4); // dn.m_wSize = wDataSize

gpsframe.cpp

#include "gpsframe.h" WORD BTI(WORD wBCD) { WORD wRet = (wBCD&0xf)+((wBCD&0xf0)>>4)*10; wBCD >>= 8; wRet += 100*(wBCD&0xf)+((wBCD&0xf0)>>4)*1000; return wRet; } BYTE BTI(BYTE byBCD) { BYTE byR

devset.cpp

#include "devset.h" bool CDevSet::GetFirst() { bool bRet = false; if ( GetFirstRecord() == XB_NO_ERROR ) { m_wDevNo = GetLongField(devno); m_wChannelNo = GetLongField(channelno); char* p =

myframe.cpp

#include "myframe.h" CMyFrame::CMyFrame(void) { } CMyFrame::~CMyFrame(void) { } bool CMyFrame::FrameToBuffer(CDataNode &dn) { bool bRet = false; if(m_bIsSetup) { dn.SetSize(GetSize()); WO