代码搜索:Connection
找到约 10,000 项符合「Connection」的源代码
代码结果 10,000
www.eeworm.com/read/343546/11942210
o connection.o
www.eeworm.com/read/343546/11942296
h connection.h
// -*- c++ -*-
/*
Copyright 2000, Karl Einar Nelson
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as
www.eeworm.com/read/343458/11947617
h connection.h
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2004-2007 Marcel Holtmann
*
*
* This program is free software; you can redistribute it and/or modif
www.eeworm.com/read/343458/11947667
c connection.c
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2004-2007 Marcel Holtmann
*
*
* This program is free software; you can redistribute it and/or modif
www.eeworm.com/read/343059/11979601
class connection.class
www.eeworm.com/read/343059/11979731
java connection.java
package at.ac.uni_linz.tk.vchat;
import java.io.*;
import java.net.*;
import java.util.zip.*;
/**
* Works as server-side connection that sends and receives data to / from the
* ChatClien
www.eeworm.com/read/342759/12002351
cpp connection.cpp
#include "message.h"
#include "mailbox.h"
#include "mailsystem.h"
#include "connection.h"
#include "telephone.h"
Connection::Connection(MailSystem& s, Telephone& p)
: system(s), phone(p),
www.eeworm.com/read/342759/12002355
h connection.h
#ifndef CONNECTION_H
#define CONNECTION_H
using namespace std;
#include "mailsystem.h"
#include "telephone.h"
#include "mailbox.h"
/**
Connects a phone to the voice mail system.
T