搜索资源列表
-
0下载:
服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法接受客户程序的连接-server and client presentation by Socket Interfa
-
-
1下载:
是一个客户/服务器程序,运行较复杂
此运用了Java语言的多线程、异常处理、画图、Socket技术、网络传输中的组播等-is a client / server program, the more complicated this operation using the Java language, multithread Exception handling, drawing, Socket technology, network transmission of Multicasting
-
-
0下载:
1服务端接收文件,客户端发送文件。
2 每个Socket连接同时只能够传输一个文件。
3 可同时发送网络消息
-receiving a document server, the client this document. Socket two each while only link to a document transmission. 3 can also send news network
-
-
0下载:
自己写的服务端及客户端Socket类。支持多线程。-himself wrote the server and client Socket class. Support multithreading.
-
-
0下载:
delphi开发的一款用于服务器和客户端远程通信的程序,可以嵌入其他程序中使用-delphi for the development of a remote server and client communication procedures, other procedures can be embedded in the use of
-
-
0下载:
UNIX中实现基本远程socket通信的代码,主要是将客户端一个文件复制到服务器端-UNIX remote socket to achieve the basic communication code, the client is mainly a file copied to the server-side
-
-
2下载:
本代码是visual c++高级编程及其项目应用开发一书中的源代码,涉及到进程与线程通信、文件操作、dll及COM编程、socket编程、数据库编程的编码例子。此外,还有用COM应用程序框架进行服务器与客户端进行通信、界面设计方面的项目代码;材料信息管理项目代码、利用ATL设计通用查询与打印模块代码,供大家学习。-This code is visual c++ advanced programming and its application to develop a book project s
-
-
0下载:
socket server与client的传输-socket server and client
-
-
0下载:
基于 服务器 与客户端 Socket 编程-Server and client Socket
-
-
0下载:
默认密码为1。
本源码为"简易网络聊天室系统"的源码,由Delphik开发,包括服务端和客户端。服务端包括登陆用户管理、服务器状态管理;客户端可以查看在线人员名单、聊天、说悄悄话。-The default password is 1. The source for the " Simple Internet chat room system," the source, by Delphik development, including server and clien
-
-
0下载:
socket io 完成端口的调用演示,SERVER,CLIENT-socket io completion port of call presentation, SERVER, CLIENT
-
-
0下载:
这是一个基于SCOKET的文件传输软件,利用DELPHI实现,分为服务器端和客户端两部分!-This is a SCOKET based on the file transfer software, using DELPHI realization, divided into the server and the client two parts!
-
-
0下载:
delphi socket编程,服务端与客户端通信,是初学者的好例子-delphi socket programming, server and client communication is a good example for beginners
-
-
0下载:
编写基于会话套接字进行通信的服务器端和客户端程序,要求:
客户端以字符串的形式循环发送“data0”到“data9”到服务器端;
服务器端收到每个字符串后,回应一个echo信号到客户端,格式为:“XXXXXXXX echo data0” (XXXXXXXX为学号);
- written communication session based socket server and client procedures,
-
-
0下载:
delphi indy10 socket server client-delphi indy10
-
-
0下载:
利用DELPHI开发环境,实现服务器与客户端之间的通信-DELPHI use development environment for communication between server and client
-
-
0下载:
一个网络白板程序,有客户端和服务器端,服务器实现多线程,并且可以实时显示连接数及连接的ip,客户端实现绘图功能,并把图像发到服务器端,服务器转发给其他客户端。代码是用java写的,采用的基本Server/Client的方式实现。网络白板是非常适合初学者研究的一个项目,对于是用socket,了解s/c机制有些帮助。我的代码也写得十分简单,功能也比较齐全,而且这个是福利资源,大家快来下-Whiteboard procedures, a network with the client and serv
-
-
1下载:
Delphic Socket TIdTCPServer Demo 包含Server Client-Delphic Socket TIdTCPServer Demo Server Client
-
-
0下载:
远程socket通信代码 内含client和server代码(Contains four source code and experimental instructions)
-
-
0下载:
使用indy组件做的一个客户端和服务端的通信(A client and server communications using the Indy component)
-