代码搜索结果

找到约 10,000 项符合 Protocol 的代码

protocol.h

/* protocol.h -- Intercom protocol definition Copyright (C) 2001-2003 Shane Wegner This file is part of Intercom. Intercom is free software; you can redistribute it and/or modify it

protocol.m

/* This file contains the implementation of class Protocol. Copyright (C) 1993 Free Software Foundation, Inc. This file is part of GNU CC. GNU CC is free software; you can redistribute it and/or

protocol.h

/* Declare the class Protocol for Objective C programs. Copyright (C) 1993 Free Software Foundation, Inc. This file is part of GNU CC. GNU CC is free software; you can redistribute it and/or modi

protocol.cpp

// protocol.cpp: implementation of the Cprotocol class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "client.h" #include "protocol.h"

protocol.h

// protocol.h: interface for the Cprotocol class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_PROTOCOL_H__C45915CE_6FBA_4EDA_9847_92239569DCC0__INCL

protocol.cpp

// protocol.cpp: implementation of the Cprotocol class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "server.h" #include "protocol.h"

protocol.h

// protocol.h: interface for the Cprotocol class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_PROTOCOL_H__3B6A3E62_03D8_46B6_BF43_E65D80D1DF44__INCL

protocol.java

package chat.trans; public interface Protocol { String SERVER_IP ="127.0.0.1"; int SERVER_PORT = 8888; char USER_LOGIN_MSG = '1'; char USER_REGISTER_MSG = '2'; char CHAT_MSG = '3'; char ONLINE