代码搜索:Connection
找到约 10,000 项符合「Connection」的源代码
代码结果 10,000
www.eeworm.com/read/145978/12685251
bmp connection.bmp
www.eeworm.com/read/145978/12685265
gif connection.gif
www.eeworm.com/read/333307/12688658
cs connection.cs
using System;
namespace StudentManage.DataLevel
{
///
/// ConnectionStr 的摘要说明。
///
public class Connection
{
public static string ConnString
{
get{re
www.eeworm.com/read/332478/12755050
h connection.h
#pragma once
#include "stdafx.h"
#include
#include "define.h"
#define CONNECTION_CLOSED_BIT_MASK 0x00000008
enum CONNECTION_STATUS
{
CONNECTION_STATUS_CLOSED_FROM_LOCAL =
www.eeworm.com/read/332478/12755058
cpp connection.cpp
#include "connection.h"
CConnection::CConnection(SOCKET s,DWORD size)
{
m_dwStatus = CONNECTION_STATUS_STANDBY;
m_pSendBuffer = NULL;
m_pRecvBuffer = NULL;
m_socket = s;
m_dwMaxBufferSiz
www.eeworm.com/read/330149/12912130
class connection.class
www.eeworm.com/read/330149/12912156