Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - serversocket
Search - serversocket - List
基本的网络编程基础例子,win socket编程,适合初学者-basic foundation of network programming examples win socket programming for beginners
Update : 2008-10-13 Size : 2396249 Publisher : 王杰

DL : 1
这个软件是用Delphi 7开发的。 原本它是两个人在纸面上玩的益智游戏,转移到电脑上后我给它添加了人机对奕和网络对战的功能。 在本源码中你可以看到电脑AI实现方法,ClientSocket,ServerSocket的使用,控件的编写,ListBox的OwnerDraw的实现等等技巧。 请先安装里面的GridPanel控件才可正常编译。 永远支持Delphi!-use of this software is developed by Delphi 7. Originally it was two people on paper playing educational games. transferred to a computer after I add it to the human-computer war games and network functions. In the source code, you can see the computer AI method, ClientSocket. ServerSocket the use, control of the preparation, ListBox the realization of the OwnerDraw skills, and so on. Please installed inside GridPanel normal controls can build. Delphi will always support!
Update : 2010-07-09 Size : 389410 Publisher : 秦鹰

语音聊天实例 主框架程序Example2_ChatRoom.cpp/Example2_ChatRoom.h 负责处理各种消息,尤其是音频响应消息 服务器Socket程序ServerSocket.cpp/ServerSocket.h 在服务器内,负责监听网络连接 客户端Socket程序ClientSocket.cpp/ClientSocket.h 负责收发聊天数据,包括文字聊天数据和语音聊天数据
Update : 2008-10-13 Size : 32408 Publisher : 王磊

DL : 0
java 网络编程的东西,一个最简单的客户端和服务器的例子只给初学者看的.
Update : 2008-10-13 Size : 12645 Publisher : 王鹏

DL : 0
在richedit编辑框中插入图片.并通过serversocket和clientsocket空间发送接受图片
Update : 2008-10-13 Size : 10177 Publisher : 猪华

DL : 0
服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法接受客户程序的连接
Update : 2008-10-13 Size : 164977 Publisher : 达瓦

系统采用客户/服务器摸式 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法接受客户程序的连接
Update : 2008-10-13 Size : 903371 Publisher : 梧桐

用socket实现局域网内的广播信使 考虑要实现的具体的功能,基于TCP和基于UDP两种通信模型,主体部分分为类ServerSocket、类Socket基于TCP,以及MulticastSocket基于UDP两个主要方面,另外是实现图形化,便于操作和使用。 具体功能: 客户端将自己要发送的消息经由服务器端广播至所有的客户端。 服务器端以数据报将自己的IP地址广播至各客户端,以便于客户端与服务器端建立TCP连接;对客户端发送过来的欲广播的消息进行暂时的存储,之后再以数据报广播出去,这是基于UDP实现的,是不可靠的。 客户端可以对服务器端广播的消息进行接收,这是基于UDP的实现,并且可以与服务器端建立可靠的TCP连接,并发送出自己欲广播的消息,使该消息经服务器端广播到所有的客户端。 PS:这是小弟的课程设计所作.
Update : 2008-10-13 Size : 5550 Publisher : dongfangyun

通过SOCKET套接字,接收CLINET发送来的数据,网络传输
Update : 2008-10-13 Size : 245092 Publisher : 李文根

首先是要实现ServerSocket的多线程操作;其次,客户端的输入输出流的格式和规范要把握准确;再次,对于广播功能的实现也非常重要,这涉及到了多个线程之间的联系问题
Update : 2008-10-13 Size : 2586 Publisher : 阿不

DL : 0
通过ServerSocket类对指定文件进行向指定服务器的上传
Update : 2008-10-13 Size : 907 Publisher : Cage

DL : 2
QQ聊天 client 和senver delphi7 clientscoket serversocket
Update : 2008-10-13 Size : 3061974 Publisher : hua

封装的 ServerSocket -package ServerSocket
Update : 2008-10-13 Size : 2081 Publisher : 小东

DL : 0
这个软件是用Delphi 7开发的。 原本它是两个人在纸面上玩的益智游戏,转移到电脑上后我给它添加了人机对奕和网络对战的功能。 在本源码中你可以看到电脑AI实现方法,ClientSocket,ServerSocket的使用,控件的编写,ListBox的OwnerDraw的实现等等技巧。 请先安装里面的GridPanel控件才可正常编译。 永远支持Delphi!
Update : 2008-10-13 Size : 305649 Publisher : Zhang Chao

这是一个基于API自己定义的ServerSocket封装基类。-This is an API based on their own definition of ServerSocket Packaging base class.
Update : 2008-10-13 Size : 2102 Publisher : 谢花寒

服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080。-server and client presentation by Socket Interface (TCP) connections. Java use in presentation interface is quite simple, Java API sets to address the communications interface provides a type java.net.Socket. , Making the preparation of network applications relatively easily. Multi-threaded servers to meet the multi-user request, through JDBC and background database connections, and through the creation of a ServerSocket object from the client to monitor the connection request, the default port of 8080.
Update : 2008-10-13 Size : 1710416 Publisher : 陈玉平

用于最简单的p to p聊天程序,需要知道对方的ip地址和所开的断口,是基于socket的传输-for the most simple p to p chat program, need to know each other's ip address and open fracture is based on the socket transmission
Update : 2008-10-13 Size : 39794 Publisher : lily

采用Microsoft Visual C++编写。界面基于对话框方式。通过对socket类继承实现软件中的服务端类serversocket和客户端类clientsocket。由于将服务端类和客户端类的调用在一个工程中实现,所以一个程序既可以作为服务端也可以作为客户端。代码中加入了基本的错误处理功能。-using Microsoft Visual C preparation. Based on the way the dialog interface. Socket type of software succession to the service changer serversocket and clientsocket changer. Due to the services changer and changer call in a project to achieve, so a procedure can be as server can be used as the client. Code by adding a basic error-handling capabilities.
Update : 2008-10-13 Size : 46237 Publisher : 封小军

delphi的 Tcp/IP 包括 服务器端和客户端 ClientSocket 组件和 ServerSocket 组件实现
Update : 2009-05-14 Size : 726277 Publisher : ngtvsea

非常好的Socket多线程编程例子,可用作客户端或者服务端,可以实现TCP或者UDP通信,可以同时创建n个线程-very good example of multi-threaded programming, can be used as a client or server, can achieve a TCP or UDP communications, it will also create threads n
Update : 2024-04-29 Size : 48128 Publisher : 万青
« 1 2 34 5 6 7 8 9 10 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.