代码搜索:GateWay
找到约 3,762 项符合「GateWay」的源代码
代码结果 3,762
www.eeworm.com/read/31670/1028819
zip gateway_ev700a.zip
www.eeworm.com/read/242657/4549817
sln gateway_vc8.sln
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
# $Id: VC8WorkspaceCreator.pm 1139 2007-02-08 19:49:06Z elliott_c $
#
# This file was generated by MPC. Any chan
www.eeworm.com/read/240394/4574897
h t38_gateway.h
/*
* SpanDSP - a series of DSP components for telephony
*
* t38_gateway.h - An implementation of T.38, less the packet exchange part
*
* Written by Steve Underwood
*
* Copy
www.eeworm.com/read/206020/5012630
sql gateway_db2.sql
-- Add nickname to registration table
ALTER TABLE gatewayRegistration ADD COLUMN nickname VARCHAR(255);
-- Add pseudo roster table
CREATE TABLE gatewayPseudoRoster (
registrationID BIGINT
www.eeworm.com/read/206020/5012633
sql gateway_db2.sql
CREATE TABLE gatewayRegistration (
registrationID BIGINT NOT NULL,
jid VARCHAR(255) NOT NULL,
transportType VARCHAR(15) NOT NULL,
username VARCHA