代码搜索:zhy
找到约 180 项符合「zhy」的源代码
代码结果 180
www.eeworm.com/read/106027/15648834
cpp socketbase.cpp
/*
2003 by zhy
*/
#include "stdafx.h"
#include "../include/exception.h"
using namespace CommonInclude;
#include "SocketBase.h"
using namespace NET;
#include
using namespace
www.eeworm.com/read/106027/15648872
bak mlock.cpp.bak
/*
2003 by zhy
*/
#include "stdafx.h"
#include "mlock.h"
#include
#include
using namespace std;
using namespace Synchronization;
bool CAPIMutex::IsOpen()
www.eeworm.com/read/106027/15648876
cpp lock.cpp
/*
2003 by zhy
*/
#include "stdafx.h"
#include "Lock.h"
#include
#include
using namespace std;
using namespace Synchronization;
bool CAPIMutex::IsOpen()
www.eeworm.com/read/137577/13311363
dpr gqpl.dpr
{....................author: ZHY............
....................qq:65862177............
...........e-mail:zhyprogram@163.com.........
........本代码来源www.2ccc.com,有部分修改.....
}
library GQPl;
u
www.eeworm.com/read/106027/15648826
bak socketbase.h.bak
/*
2003 by zhy
*/
#ifndef _MY_STATEBASE_H
#define _MY_STATEBASE_H
#pragma warning(disable:4786)
#include
#include
using namespace std;
namespace NET{
class CSock
www.eeworm.com/read/106027/15648835
bak socketbase.cpp.bak
/*
2003 by zhy
*/
#include "stdafx.h"
#include "mstatebase.h"
using namespace MYACE;
void CSocketBase::SetStateBit(typeState nState)
{
long nFlags = static_cast(m_nState);
nF
www.eeworm.com/read/106027/15648830
h socketbase.h
/*
2003 by zhy
*/
#ifndef _MY_STATEBASE_H
#define _MY_STATEBASE_H
#include
#pragma warning(disable:4786)
#include
#include
using namespace std;
na
www.eeworm.com/read/106027/15648871
h lock.h
/*
2003 by zhy
*/
#ifndef _MY_LOCK_H
#define _MY_LOCK_H
#pragma warning(disable:4786)
#include
#include "../include/exception.h"
using namespace CommonInclude;
#inclu