搜索资源列表
异步套接字
- 这是c#里的socket编程,里面包括客户端和服务器端两个程序。-This is the c #'s socket programming, including inside the client and server-side two procedures.
WinApp_server
- winsocket编程 服务器端程序 当服务器端的网络监听功能打开后,便处于实时的监听状态,可即时监听到用户通过socket发来的信息并进行相应的处理,可同时接受多个用户同时连接,并开启多个处理线程。-winsocket programming process server when the server side of the open network monitoring functions, it is a real-time status monitoring, immediat
AsyncSocketServerandClient
- 异步传输 socket编程,主要说明服务器和客户端通信-ATM socket programming, focusing mainly on server and client communication
简单的Socket编程实例
- 开发工具:Visual Studio 2005 本程序演示了Socket通信的基本原理,非常适合初学者。程序分为两部分:服务器端与客户端,实际上客户端也可以充当服务器端,本程序两端的区别在于服务器端要发送数据必须要有客户端的连接作为基础,而客户端没有此限制。希望本示例能够给大家学习SOCKET带来帮助。 注意事项: 1.运行程序之前请先设定好服务器端的IP地址,在客户端程序中的设置-》服务器IP设置,可更改为具体服务器的IP地址,否则程序将不能正常运行 2.运行服务器端程序,运行后服务器端会自动
Socket
- 使用c#实现socket网络编程,包含客户端和服务器程序。-Use c# implementation socket network programming, including client and server program.
client_server
- SOCKET编程文档及实例含有客户端和服务器端源码-SOCKET programming documentation, and examples contain the client and server-side source code
xiaoyangIM
- 欢迎大家使用该简单的通信软件,下边简单介绍下下: 适用范围: 非常适合初学者学习使用。(Socket编程) 实现的功能: (1)用户注册 (2)添加好友 (3)跟好友聊天 (4)在线用户管理 (5)服务器日志管理 -Welcome to use the simple communication software, a brief introduction below under the following: Application: Ideal f
multiSocket
- Socket编程 多线程程序 服务器与客户端程序-Socket programming multi-threaded application server and the client program
NetworkProgramming
- 此程序实现了服务器和客户端之间的通信,只需要简单修改IP,即能支持在广域网通信。服务端应用Socket,界面则用XAML构建,平台是net.framework 4.0.这个是网络编程的课程设计源代码。-This program implements the server and client communication between, simply modify the IP, that is able to support wide-area network communication. S
Game
- 为了更深入地理解TCP协议的具体应用编程技巧,本设计使用功能强大的VS2008开发工具和C#开发语言,开发出一个拥有自己特色的五子棋程序,其中VS2008是一个能开放代码的开发工具,基本C#的扩展平台。就该五子棋程序来讲,它只是一个框架和一组服务,用于通过插件,组件,控件构建开发环境。 对于游戏,要求能够达到以下功能: 程序要求以C#语言编写,形式为桌面程序。程序包括服务器端和客户端两部分,网络通信编程使用基于TCP协议的Socket实现。 可以实
wangluowuziqi
- 为了更深入地理解TCP协议的具体应用编程技巧,本设计使用功能强大的VS2008开发工具和C#开发语言,开发出一个拥有自己特色的五子棋程序,其中VS2008是一个能开放代码的开发工具,基本C#的扩展平台。就该五子棋程序来讲,它只是一个框架和一组服务,用于通过插件,组件,控件构建开发环境。 对于游戏,要求能够达到以下功能: 程序要求以C#语言编写,形式为桌面程序。程序包括服务器端和客户端两部分,网络通信编程使用基于TCP协议的Socket实现。 可以实
CSharp_SocketGame
- C# socket游戏编程(1服务器,多客户端)-In C# socket game programming (1 server, client)
Socket-based-chat-room
- 在.net环境下,使用C#编程实现基于Socket的聊天室,此软件有一个服务器,其它电脑运行客户端,可以实现,类似与QQ的聊天,选中私聊与所选成员进行聊天就可。-In the. Net environment using C# Programming Socket-based chat rooms, this software has a server, other computers running the client, you can achieve similar QQ chat, pr
Socket-programming
- socket编程,服务器可以连接多个客户端,一定要注意IP的设置。-socket programming, the server can connect multiple clients, we must pay attention to IP settings.
CSharp_Socket
- 基于C#写的Socket编程,服务器端简易代码,具有一定参考意义-Based on C# for Socket Sevice
SocketDemoSynchronousTCP
- 本例子运用C#中的Socket类进行以太网同步通信,里面有服务器和客户端界面,可以传输文件和文字,代码有大量的注释,可以让初学者很好的理解socket TCP网络编程。-The examples use C# Socket class Ethernet synchronous communication, which has server and client interface, you can transfer files and text code has a lot of notes,
src
- socket编程的类qq聊天系统,服务器客户端一体,可以发送文件-socket programming class qq chat system, one server client, you can send files
vbsockettcp
- socket编程链接服务器 收发数据源码-socket programming source linked server to send and receive data
socket编程服务器端
- socket编程服务器端,打开可用于远程连接,通过tcp协议进行通讯