搜索资源列表
-
0下载:
一个基于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 str
-
-
0下载:
socket programming program
server client application on sockets
-
-
0下载:
This program is for Simple Chat Client which is developed in Java. It uses the socket programming part of the Java.
-
-
0下载:
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 sock
-
-
0下载:
本实验基于Telnet协议,使用Socket套接口,用java语言,实现Telnet服务。目的使学生了解Telnet协议、掌握在java编程中对telnet协议的使用、和使用Socket的编程技术及其远程登录网络访问服务的技术。-Telnet protocol based on this study, the use of Socket socket, using java language, to achieve Telnet service. Telnet protocol aims to
-
-
0下载:
Java中的socket网络编程 Java中的socket网络编程 -Java network programming socket in the socket network programming in Java Java Java network programming socket in the socket network programming
-
-
0下载:
Windows下的Socket程序设计
在Windows下实现Socket网络程序需要使用Winsock网络编程接口,应用程序通过调用Winsock的API实现相互间的通信。Winsock的服务是以动态链接库Winsock DLL形式实现的,所以必须先调用WSAStartup函数对Winsock进行初始化,协商Winsock的版本支持,分配必要的资源。
-Under Windows Socket Programming in Windows Socket network progr
-
-
0下载:
socket programming in java
-
-
0下载:
1. 编写简单的HTTP 1.0 客户端程序;编写简单的HTTP 1.0 服务器程序;
(1) 实践内容
(2) 实现过程
注意:
① 具体体现Socket的编程流程,注意区分Java Socket与其它Socket的区别;
② 在此实践中某些功能模块的实现流程;
③ 最好利用UML的类图或结构化的程序流程图来描述程序的实现过程;
(3) 关键技术
关键写出在完成各个功能时所使用的具体函数,但不要将全部程序代码粘贴;
(4) 遇到的问
-
-
0下载:
this server using socket programming in java can handle more than one client requests and reply each one in parallel
and its clients one desktop and one mobile app
attached file explain the commands-this is server using socket programming
-
-
0下载:
Simple Greeting Client/Server socket programming in java
-
-
0下载:
Simple Greeting Server socket programming in java
-
-
0下载:
基于TCP和UDP的简单java Socket编程。运行时先启动Server,再启动Client,然后再Console中输入一串小写字符,系统会返回一串大写字符。-Based on a simple Java TCP and UDP Socket Programming. First start the Server, and then start the Client, and then enter a string of lowercase characters in the Console
-
-
0下载:
熟悉Java中基本的Socket编程,掌握基于TCP的常用协议(如SMTP)的客户端程序的设计-Familiar with the basic Socket Programming in Java, to grasp the design of commonly used TCP-based protocol (SMTP) client program
-
-
0下载:
熟悉 Java 中基本的 Socket 编程,掌握基于 TCP 的常用协议(如 SMTP)的
客户端程序的设计
-Familiar with the basic Socket Programming in Java, to grasp the design of commonly used TCP-based protocol (SMTP) client program
-
-
0下载:
1.已知参数:目的节点IP地址或主机名
2.设计要求:通过原始套接字编程,模拟Ping命令,实现其基本功能,即输入一个IP地址或一段IP地址的范围,分别测试其中每个IP地址所对应主机的可达性,并返回耗时、生存时间等参数,并统计成功发送和回送的Ping报文。
2.1初始化Windows Sockets网络环境;
2.2解析命令行参数,构造目的端socket地址;
2.3定义IP、ICMP报文;
2.4接收ICMP差错报文并进行解析。
3. 程序实现主要用到Java网络包中的
-
-
0下载:
使用Java中的网络编程写了一个简单的聊天室程序,主要用到了Socket编程,-Network programming using Java to write a simple chat room procedures, mainly used in the Socket programming
-
-
0下载:
its one dictonary code in socket programming with java and have admin
-
-
0下载:
用于实现Java中TCP/IP协议中sever端与client端的通信,对java初学者认识socket编程有很大的帮助。-Java is used for communication in TCP/IP protocol and the client side of the sever end, understanding for beginners java socket programming of great help.
-
-
0下载:
HP-Socket 是一套通用的高性能 TCP/UDP/HTTP 通信框架,包含服务端组件、客户端组件和Agent组件,广泛适用于各种不同应用场景的 TCP/UDP/HTTP 通信系统,提供 C/C++、C#、Delphi、E(易语言)、Java、Python 等编程语言接口。HP-Socket 对通信层实现完全封装,应用程序不必关注通信层的任何细节;HP-Socket 提供基于事件通知模型的 API 接口,能非常简单高效地整合到新旧应用程序中。(HP-Socket is a general-p
-