代码搜索:Connection

找到约 10,000 项符合「Connection」的源代码

代码结果 10,000
www.eeworm.com/read/353913/10406084

txt readme.txt

README FILE OF BSQUARE(R) LATE-BREAKING INFORMATION FOR THE AMD ALCHEMY DB1200 BOARD SUPPORT PACKAGE (C) 2005 BSQUARE(R) Corporation - Confidential Data The information contained herein is inten
www.eeworm.com/read/335845/12492758

txt readme.txt

//------------------------------------------------------------------------ // Readme.txt //------------------------------------------------------------------------ This project stationery is desig
www.eeworm.com/read/156000/11835965

readme

This package should contain everything you need to compile and install a Gnome applet that will graph the wireless connection quality to one host. Open the file "screenshot.jpg" for an example of what
www.eeworm.com/read/132667/14080267

h conn.h

/* ==================================================================== * The Kannel Software License, Version 1.0 * * Copyright (c) 2001-2004 Kannel Group * Copyright (c) 1998-2001 WapIT Ltd
www.eeworm.com/read/149795/5696994

c my_pool.c

/* * $Id: my_pool.c,v 1.1 2004/01/26 12:46:15 janakj Exp $ * * * Copyright (C) 2001-2004 iptel.org * * This file is part of ser, a free SIP server. * * ser is free software; you can redistrib
www.eeworm.com/read/418199/10959416

vbs remove a virual server hard disk connection.vbs

On Error Resume Next Set objVS = CreateObject("VirtualServer.Application") Set objVM = objVS.FindVirtualMachine("Windows 2000 Server") Set colConnections = objVM.HardDiskConnections For Each o
www.eeworm.com/read/418199/10959448

vbs add a hard disk connection to a virtual machine.vbs

On Error Resume Next Set objVS = CreateObject("VirtualServer.Application") Set objVM = objVS.FindVirtualMachine("Windows 2000 Server") Set objDrive = objVM.AddHardDiskConnection _ ("c:\Virtu
www.eeworm.com/read/417019/11007161

js 7.05 - choosing connection objects at run-time.js

/* XhrManager singleton. */ var XhrManager = { createXhrHandler: function() { var xhr; if(this.isOffline()) { xhr = new OfflineHandler(); } else if(this.isHighLatency()) {