代码搜索:ClientServer
找到约 139 项符合「ClientServer」的源代码
代码结果 139
www.eeworm.com/read/470499/6912307
cpp clientserver.cpp
// client-server.cpp
#include "client-server.h"
#include
EXPORT_C CHerculesData* CHerculesData::NewLC(const TDesC8& aDes1, const TDesC8& aDes2, TInt aVal)
{
CHerculesData* data =
www.eeworm.com/read/397649/8030968
java clientserver.java
/**
* Java语言实验参考程序
* Company 北京师范大学计算机系
* @author 孙一林
* @version 1.0
*/
import java.io.*;
import java.net.*;
public class ClientServer { // 定义ClientServer类
public Clie
www.eeworm.com/read/151988/5677893
h clientserver.h
// ClientServer.h
//
// Copyright (C) Symbian Software Ltd 2000-2005. All rights reserved.
//
#include
// server name
_LIT(KCountServerName,"CountServer");
// A version mus
www.eeworm.com/read/136865/5840741
doc clientserver.doc
/*
$Id: qt/clientserver.doc 3.3.4 edited May 27 2003 $
*/
/*! \page clientserver-example.html
\ingroup network-examples
\title A small client-server example
This example shows how
www.eeworm.com/read/136815/5855452
doc clientserver.doc
/*
$Id: qt/clientserver.doc 3.3.4 edited May 27 2003 $
*/
/*! \page clientserver-example.html
\ingroup network-examples
\title A small client-server example
This example shows how
www.eeworm.com/read/118801/6094294
doc clientserver.doc
/*
$Id: qt/clientserver.doc 3.1.1 edited Nov 8 10:35 $
*/
/*! \page clientserver-example.html
\ingroup network-examples
\title A small client-server example
This example shows how
www.eeworm.com/read/121210/14767155
dsw clientserver.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/118000/14891063
java clientserver.java
import java.io.*;
import java.net.*;
public class ClientServer
{
public static void main(String args[])
{
DatagramSocket UdpClientSocket;
DatagramPacket ClientPacket;
InetAddress Re
www.eeworm.com/read/118000/14891075