代码搜索:Socketlib
找到约 92 项符合「Socketlib」的源代码
代码结果 92
www.eeworm.com/read/108635/15582069
rc socket lib_private.rc
// THIS FILE WILL BE OVERWRITTEN BY DEV-C++!
// DO NOT EDIT!
#include "./SocketLib.rc"
www.eeworm.com/read/258274/11873651
cpp socketevent.cpp
//**********************************************************************
//
// Copyright (C) 2005-2007 Zhang bao yuan(bolidezhang@gmail.com).
// All rights reserved.
//
// This copy of Socketlib
www.eeworm.com/read/258274/11873659
txt license.txt
[ Socketlib license ]
Copyright (C) 2005-2007 by Zhang bao yuan(bolidezhang@gmail.com).
All rights reserved.
This copy of Socketlib is free software; you can redistribute it and/or modify
it
www.eeworm.com/read/258274/11873703
h testsocketevent.h
#pragma once
#include "../../socketlib/socketevent.h"
#include "../../socketlib/socketsource.h"
using namespace SL;
class CTestSocketEvent : public CSocketEvent
{
public:
CTestSocketEvent(vo
www.eeworm.com/read/258274/11873756
h testsocketevent.h
#pragma once
#include "../../socketlib/socketevent.h"
#include "../../socketlib/socketsource.h"
using namespace SL;
class CTestSocketEvent : public CSocketEvent
{
public:
CTestSocketEvent(vo
www.eeworm.com/read/258274/11873663
sln test.sln
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestClient", "TestClient\TestClient.vcproj", "{481D6ED3-7722-4FE9-9FFB-5116A5027D82}"
www.eeworm.com/read/258274/11873553
h udprunner.h
//**********************************************************************
//
// Copyright (C) 2005-2007 Zhang bao yuan(bolidezhang@gmail.com).
// All rights reserved.
//
// This copy of Socketlib
www.eeworm.com/read/258274/11873629
txt readme.txt
您好! 欢迎使用 Socketlib !
Socketlib: 一个轻量级的C++ 封装Socket C API 网络编程框架。
它简化了Socket异步事件分派、进程间Socket通信的并发OO网络应用和服务的开发。
目前,只支持Window下IPV4;将来支持IPV6,并希望能将其扩展到linux/unix等OS平台。
联系方式:
MSN/gtalk: bolidezha
www.eeworm.com/read/258274/11873712
h testserverapp.h
#pragma once
#include "../../socketlib/appbase.h"
#include "../../socketlib/applog.h"
#include "../../socketlib/tcprunner.h"
#include "../../socketlib/tcpserver.h"
#include "../../socketlib/tcpcl
www.eeworm.com/read/258274/11873746
h testclientapp.h
#pragma once
#include "../../socketlib/appbase.h"
#include "../../socketlib/applog.h"
#include "../../socketlib/tcprunner.h"
#include "../../socketlib/tcpserver.h"
#include "../../socketlib/tcpcl