Welcome![Sign In][Sign Up]
Location:
Search - java udp socket

Search list

[DebugSocketTest-Java

Description: 用于调试socket通信
Platform: | Size: 55715 | Author: gukaka | Hits:

[Delphi VCLSocket编程的技巧

Description: 能够监视另一台机子的屏幕,并且可以在该机上执行任何操作的程序(其中有许多关于Socket编程的技巧)-surveillance to another machine screen, and the plane can carry out any operation procedures (many of which are on socket programming skills)
Platform: | Size: 343040 | Author: 李瑞 | Hits:

[Otherwssf

Description: JICQ是用JAVA语言编写的一个基于客户机/服务器(C/S)模式的局域短信实时通信工具系统,系统采用了Microsoft公司的SQL Server 2000作为后台数据库,系统通过JDBC访问数据库。系统分为服务器程序和客户程序两部分,服务器与客户间采用“传输控制协议”(TCP),通过套接字(Socket)连接,客户之间采用“用户数据报协议”(UDP),通过数据报套接字(DatagramSocket)建立连接。系统具有用户注册、用户登录、添加好友、删除好友、发送和接收消息等功能。-JICQ Java is a language based on the client/server (C/S) mode Local SMS real-time communications tool, the system uses Microsoft's SQL Server 2000 database as a background, system access to the database through JDBC. System is divided into server and two clients, the server-client "Transmission Control Protocol" (TCP), socket (Socket) connectivity, customers using the "User Datagram Protocol" (UDP), through Datagram Sockets (DatagramSocket) establish a connection. Users registered with the system, users log in, friends add, delete friends, send and receive news and other functions.
Platform: | Size: 54272 | Author: 乔峰 | Hits:

[JSP/JavaNetServer0

Description: 网络基础 TCP/IP协议 IP地址,端口号 使用java.net包中类在程序中实现网络通信 URL类及其用法 InetAddress类 Socket通信(TCP UDP) -network infrastructure TCP/IP protocol IP address, Ports,#$#!263995#!#$200431992752.rar!#$#delphi development of a serial testing software for learning.
Platform: | Size: 1024 | Author: 纪海晨 | Hits:

[TCP/IP stackjava10

Description: Java网络编程,基于TCP的套接字编程,基于UDP的套接字编程,URL和URI,一个实用的下载程序。-Java network programming, based on the TCP socket programming, UDP socket-based programming, URL and URI, a practical download.
Platform: | Size: 10240 | Author: 马启超 | Hits:

[TCP/IP stackSOCKET

Description: TCP/IP编程的基础--socket 包括C/JAVA TCP/UDP 服务端和客户端 六套代码,供新人学习、老人测试联调用 支持win32 Linux(JAVA版本的需要自己新增JDK)-TCP/IP programming basis- socket including C/JAVA TCP/UDP server and client six sets of code for the new study, elderly test joint call to support win32 Linux (JAVA version of the need to add JDK)
Platform: | Size: 9216 | Author: 冯进荣 | Hits:

[Ftp ServerJava_Socke183657142005

Description: 一个基于Java编写的Socket程序,提供简单的FTP功能实现 This networking program set consists of implementation of FTP, TELNET, HTTP SERVER, UDP NEWS SERVER, Multi client parallel chat server, Date server. Knowledge of socket programming, applet, AWT, thread, and IO streams is essential to understand these programs. All Program Tested in JDK 1.4, and Run Successfully. Do not forget to run server program before starting client program. Developed By: Divyen K Pate-A Java-based Socket procedures prepared to provide a simple FTP functions This networking program set consists of implementation of FTP, TELNET, HTTP SERVER, UDP NEWS SERVER, Multi client parallel chat server, Date server.Knowledge of socket programming, applet, AWT , thread, and IO streams is essential to understand these programs.All Program Tested in JDK 1.4, and Run Successfully.Do not forget to run server program before starting client program.Developed By: Divyen K Pate
Platform: | Size: 46080 | Author: Tony Yau | Hits:

[Internet-Networksrc

Description: Java实现Socket通信,udp方式。一个Sender,一个Receiver,数据报socket.用于初学者理解socket应用-Java realization of Socket Communications, udp way. A Sender, a Receiver, datagram socket. For beginners to understand socket application
Platform: | Size: 1024 | Author: 田甜 | Hits:

[Internet-NetworkudpSample

Description: Sample UDP Socket Client/Server For Java version
Platform: | Size: 2048 | Author: aliase | Hits:

[TCP/IP stackUDPPinger

Description: JAVA编写的,用UDP Socket的PING,会返回10个PING 响应时间-JAVA prepared, using UDP Socket
Platform: | Size: 4096 | Author: Victor Chou | Hits:

[JSP/JavaUDPsocket

Description: 用JAVA语言实现的UDPSocket通信的源代码!-JAVA language used to achieve communication UDPSocket source code!
Platform: | Size: 12288 | Author: 林森 | Hits:

[JSP/JavaTankWar1.9.11

Description: java实现的网络版坦克大战源码,可以同时多人对战,对于学习tcp,udp,socket等网络编程,多线程编程等具有极好效果,同时亦可学习网络游戏的编程思维。-java implementation of the online version of Tankedaizhan source, you can simultaneously multiplayer, the study tcp, udp, socket, such as network programming, multi-threaded programming with excellent results, but will also study network programming Thinking Games.
Platform: | Size: 502784 | Author: liuben | Hits:

[JSP/JavaChineseChess

Description: 中国象棋。网络对战。采用Net Beans IDE开发。寻找主机采用IP多点传送。可以聊天。使用UDP进行数据传送。Java Socket编程。-Chinese chess. Network war. Developed using Net Beans IDE. To find the host using IP multicast. Can chat. The use of UDP for data transfer. Java Socket Programming.
Platform: | Size: 1137664 | Author: kprog | Hits:

[JSP/JavaSocket

Description: java实现UDP socket打洞,使消息在nat之间传递-java implementation UDP socket holes, so that messages passed between the nat! ! !
Platform: | Size: 111616 | Author: bobhpf | Hits:

[TCP/IP stackassignment3

Description: Java UDP Ping Client/Server
Platform: | Size: 9216 | Author: rdt | Hits:

[JSP/Javaudp-reliable-data-transmission

Description: UDP实现可靠数据传输。使用GBN算法,实现了:1.随即丢包(随机数产生器Math.random()) 2.丢包后遇冗余ack重传 3.超时重传 (DatagramSocket和Socket都有成员函数setSoTimeout(delay),通过捕获超时时抛出的IO异常来实现超时重传)-Reliable UDP data transfer. GBN algorithm used to realize: 1. Then packet loss (random number generator Math.random ()) 2. After the case of redundant packet loss retransmission ack 3. Retransmission timeout (DatagramSocket and Socket has a member function setSoTimeout ( delay), by capturing the IO exception thrown during timeout to achieve retransmission timeout)
Platform: | Size: 10240 | Author: nazali | Hits:

[TCP/IP stackTCPUDPSocket

Description: TCP-UDP通信,PPT中详细讲述了TCP、UDP相关技术,并详细讲解了windows socket相关编程函数,并带有socket编写的TCP通信程序。-TCP-UDP communication, PPT in detail the TCP, UDP related technologies, and explain in detail the windows socket programming related functions, and written with a TCP socket communication program.
Platform: | Size: 1118208 | Author: 李正交 | Hits:

[Internet-NetworkUDP-file-transfer

Description: UDP 文件传输,实现大型文件的多传输功能,利用套接字和端口号进行传输-UDP file transfer, implementation of large file transfer capabilities and more, using the socket and port number for transmission
Platform: | Size: 1024 | Author: liulin | Hits:

[JSP/Javajava-socket

Description: 简单的JAVA聊天实现。客户端。TCP/UDP的使用。。。。。点对点通讯以及群发消息。-Simple JAVA chat implementation. Client. TCP/UDP use. . . . . Point to point communication, and mass messaging.
Platform: | Size: 3072 | Author: 邹晓敏 | Hits:

[JSP/Javatcp_udp_socket

Description: 使用Java编写的tcp和udp的socket通信实验程序。(TCP and UDP socket communication experiment program with Java.)
Platform: | Size: 2048 | Author: SecretYaya | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net