代码搜索:Connection
找到约 10,000 项符合「Connection」的源代码
代码结果 10,000
www.eeworm.com/read/410516/2208016
java connection.java
/*
* Created on Feb 9, 2005
* Created by Alon Rohter
* Copyright (C) 2004-2005 Aelitis, All Rights Reserved.
*
* This program is free software; you can redistribute it and/or
* modify it u
www.eeworm.com/read/409809/2229293
java connection.java
/*
* Connection.java
*
* Created on May 9, 2007, 10:40 PM
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
www.eeworm.com/read/409361/2233513
js connection.js
/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.12.0
*/
/**
* @description
* The Connection Manage
www.eeworm.com/read/406309/2279146
c connection.c
/* $TOG: connection.c /main/156 1997/06/05 18:43:01 sekhar $ */
/***********************************************************
Copyright (c) 1987, 1989 X Consortium
Permission is hereby granted, free
www.eeworm.com/read/405423/2291961
java connection.java
/*
* Copyright (C) 2007 ETH Zurich
*
* This file is part of Fosstrak (www.fosstrak.org).
*
* Fosstrak is free software; you can redistribute it and/or
* modify it under the terms of the GN
www.eeworm.com/read/403510/2311594
java connection.java
/* -*- tab-width: 4 -*-
*
* Electric(tm) VLSI Design System
*
* File: Connection.java
*
* Copyright (c) 2003 Sun Microsystems and Static Free Software
*
* Electric(tm) is free software; you ca
www.eeworm.com/read/403134/2315717
java connection.java
package bluetoochgame;
public class Connection {
//声明服务器对象
Server server;
//声明客户端对象
Client client;
//棋子的x和y坐标
int selectedX,selectedY;
boolean isServer;
Control control;
public Co
www.eeworm.com/read/401860/2335537
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/399197/2364578
cs connection.cs
//===============================================================================
// Microsoft patterns & practices
// Mobile Client Software Factory - July 2006
//=================================