Welcome![Sign In][Sign Up]
Location:
Search - serversocket

Search list

[WinSock-NDISClient-ServerSocket

Description: 基本的网络编程基础例子,win socket编程,适合初学者-basic foundation of network programming examples win socket programming for beginners
Platform: | Size: 2396249 | Author: 王杰 | Hits:

[Other GamesDelphi Game

Description: 这个软件是用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!
Platform: | Size: 389410 | Author: 秦鹰 | Hits:

[WinSock-NDISVoiceChatRoom

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

[JSP/JavaServerSocket

Description: java 网络编程的东西,一个最简单的客户端和服务器的例子只给初学者看的.
Platform: | Size: 12645 | Author: 王鹏 | Hits:

[Other resourcesendpic

Description: 在richedit编辑框中插入图片.并通过serversocket和clientsocket空间发送接受图片
Platform: | Size: 10177 | Author: 猪华 | Hits:

[JSP/Javachengxu

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

[Web Serverqddown_java8543535625

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

[Internet-NetworkBroadcasting_Messenger

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

[Internet-NetworkserverSOCKET

Description: 通过SOCKET套接字,接收CLINET发送来的数据,网络传输
Platform: | Size: 245092 | Author: 李文根 | Hits:

[Internet-NetworkPractical1

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

[JSP/JavaServer

Description: 通过ServerSocket类对指定文件进行向指定服务器的上传
Platform: | Size: 907 | Author: Cage | Hits:

[Delphi VCLJJYY

Description: QQ聊天 client 和senver delphi7 clientscoket serversocket
Platform: | Size: 3061974 | Author: hua | Hits:

[Other resourceMySocket2

Description: 封装的 ServerSocket -package ServerSocket
Platform: | Size: 2081 | Author: 小东 | Hits:

[Delphi VCLdfjym

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

[WinSock-NDISServerSocketX

Description: 这是一个基于API自己定义的ServerSocket封装基类。-This is an API based on their own definition of ServerSocket Packaging base class.
Platform: | Size: 2102 | Author: 谢花寒 | Hits:

[ICQ-IM-Chat基于JAVA的ICQ系统的设计于实现

Description: 服务器与客户间通过套接口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.
Platform: | Size: 1710416 | Author: 陈玉平 | Hits:

[ICQ-IM-ChatServerSocket

Description: 用于最简单的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
Platform: | Size: 39794 | Author: lily | Hits:

[WinSock-NDIS我的socket通讯工具

Description: 采用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.
Platform: | Size: 46237 | Author: 封小军 | Hits:

[Other Databases考勤系统

Description: delphi的 Tcp/IP 包括 服务器端和客户端 ClientSocket 组件和 ServerSocket 组件实现
Platform: | Size: 726277 | Author: ngtvsea | Hits:

[Internet-NetworkServerSocket_demo

Description: 非常好的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
Platform: | Size: 48128 | Author: 万青 | Hits:
« 1 2 34 5 6 7 8 9 10 »

CodeBus www.codebus.net