搜索资源列表
-
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下载:
一个类似于QQ的聊天程序,包括服务器端和客户端,很方便!对于初学SOCKET编程有很大的帮助-a similar QQ chat procedures, including server and client, is a convenient! Socket Programming for beginners will be very helpful
-
-
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下载:
这是一个基于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下载:
socket,聊天工具,客户机,服务器架构,多用户连接-socket, chat tools, client server architecture, multi-user connection
-
-
0下载:
客户端服务器socket编程,模拟了客户端和服务器之间的功能-Client-server socket programming, simulate between the client and server functions
-
-
0下载:
利用DELPHI开发环境,实现服务器与客户端之间的通信-DELPHI use development environment for communication between server and client
-
-
0下载:
实现socket客户端软件,通过socket接口从服务器接收信息-Achieve socket client software to receive information from the server through socket interface
-
-
0下载:
TCP UDP套接字socket,能实现有客户端服务端相互间的数据传送接受显示保存等功能-TCP UDP client server socket,Can realize with the client server data transfer between each other to accept according to save, and other functions
-
-
0下载:
远程socket通信代码 内含client和server代码(Contains four source code and experimental instructions)
-
-
0下载:
使用indy组件做的一个客户端和服务端的通信(A client and server communications using the Indy component)
-