代码搜索:Connection
找到约 10,000 项符合「Connection」的源代码
代码结果 10,000
www.eeworm.com/read/395289/8186834
cpp connection.cpp
#include "connection.h"
connection::connection()
{
index_start=0;
index_end=0;
km=0;
}
void connection::setIndex_start(int index)
{
index_start = index;
}
void
www.eeworm.com/read/395289/8186841
h connection.h
#ifndef _CONNECTION_H
#define _CONNECTION_H
class connection
{
private:
int index_start;
int index_end;
double km;
public:
/* Constuctor and Destructor */
connection();
void set
www.eeworm.com/read/194702/8188122
cpp connection.cpp
/*
* Copyright 2002-2005, Mersad Team, Allameh Helli High School (NODET).
*
* This program is free software, you can redistribute it and/or modify
* it under the terms of the GNU General Public
www.eeworm.com/read/194702/8188127
h connection.h
/*
* Copyright 2002-2005, Mersad Team, Allameh Helli High School (NODET).
*
* This program is free software, you can redistribute it and/or modify
* it under the terms of the GNU General Public
www.eeworm.com/read/370596/9594138
class connection.class
www.eeworm.com/read/370438/9600743
swf connection.swf
www.eeworm.com/read/370438/9600744
fla connection.fla
www.eeworm.com/read/172636/9698445
conf connection.conf
DBDriver=com.mysql.jdbc.Driver
URL=jdbc:mysql://localhost/deme
username=
password=
maxcon=5
mincon=1
poolName=zhengmao
www.eeworm.com/read/172493/9705280
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),
INIT
www.eeworm.com/read/172493/9705281
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