代码搜索结果
找到约 85,229 项符合
Sender 的代码
sender.java
package com.j2medev.ch6.socket;
import javax.microedition.midlet.*;
import javax.microedition.io.*;
import javax.microedition.lcdui.*;
import java.io.*;
public class Sender extends Thread {
sender.java
// $Id: Sender.java,v 1.1.2.3 2006/02/16 01:21:25 idgay Exp $
/* tab:4
* "Copyright (c) 2000-2003 The Regents of the University of California.
* All rights reserved.
*
* Permission to
sender.rc2
//
// SENDER.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
////
sender.java
package com.j2medev.ch6.socket;
import javax.microedition.midlet.*;
import javax.microedition.io.*;
import javax.microedition.lcdui.*;
import java.io.*;
public class Sender extends Thread {
sender.java
package com.j2medev.ch6.socket;
import javax.microedition.midlet.*;
import javax.microedition.io.*;
import javax.microedition.lcdui.*;
import java.io.*;
public class Sender extends Thread {
sender.c
// Module Name: Sender.c
//
// Description:
// This sample sends UDP datagrams to the specified recipient.
// The -c option first calls connect() to associate the
// recipient's IP addr
sender.java
import java.net.*;
import java.io.*;
import java.util.*;
public class Sender {
private String host="localhost";
private int port=8000;
private Socket socket;
private static int stopWay=
sender.java
import java.net.*;
import java.io.*;
import java.util.*;
public class Sender {
private String host="localhost";
private int port=8000;
private Socket socket;
private static int stopWay=
sender.rc2
//
// SENDER.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
////
sender.plg
--------------------Configuration: Sender - Win32 Debug--------------------
Begining build with project "E:\Chunqing\Advanced MFC Programming\Chap13\13.12\Sender\Sender.dsp", at root.
Active configu