搜索资源列表
Filestrasform
- 用tcp协议来传输文件,这个程序分客户端和服务端.代码简单,适合初学者-using tcp agreement to transfer files, the procedure, the client and server. Code simple and suitable for beginners
TCP_TIME
- 用于以太网数据传输的TCP协议,实现了TCP的定时传输-for Ethernet data transmission on the TCP protocol, achieving TCP regular transmission
Socket_bak5
- 用C#编写的聊天小程序(主要是用socket通过TCP协议来实现的)-C# prepared by the small chat (mainly used by TCP socket to achieve)
socket_tcp_server_client
- c#写的socket程序,使用tcp协议实现三次握手机制,服务端程序和客户程序实现可靠连接,实现对话.-write c # socket, the use of three tcp protocol handshake mechanism server and the client program reliable connectivity to achieve dialogue.
PointToPoint_TCP
- 基于TCP协议的Visual C#实现网络点对点通讯程序,程序使用时,先初始化,即先侦听端口,然后远程连接。
TCP
- 使用C#实现大多数的网络传输协议,可以方便读者更好理解网络传输
TCP协议编程
- 用stockt类进行的tcp协议的编程,包括3部分的内容,信息的传送,消息的接受,端口的监控-stockt category with the tcp agreement programming, including the three parts of the content, the transmission of information, news acceptance, port control
Open-TCP-IP
- 最新的lwip协议栈,内容包括tcpip,ppp,slip等协议-latest lwip protocol stack, including TCPIP, ppp, slip such agreements
C# 聊天室 模拟群聊和私聊 源码
- c#编写的聊天室程序,运用tcp协议,通过自己编写通信协议已达到各客户端的通信,并带有上下线提醒功能
C#TCP网络聊天
- 用C#实现一个简单的基于TCP协议的网络聊天软件。
Udpsendfile.用Udp协议实现了点对点文件传输
- 用Udp协议实现了点对点文件传输,比网上一般的Tcp稍快些,并且进度条做得比较美观,transfer file of point to point use Udp
cshapentryCourseware
- c#入门课件 第01章 C#.NET概述.ppt 第02章 C#数据类型.ppt 第03章 C# 语 句.ppt 第04章 类.ppt 第05章 继承、多态、委托与事件.ppt 第06章 设计窗体和控件.ppt 第07章 ADO.NET与数据操作.ppt 第08章 ASP.NET Web应用程序开发.ppt 第09章 网络协议与套接字编程 .ppt 第10章 TCP协议开发 .ppt 第11章 UDP协议开发 .ppt 第12章 FTP协议开发.p
Socket
- Socket通讯示例,C/s结构,TCP/IP协议-Socket Communications example, C/s structure, TCP/IP protocol
TCP-YP
- 基于TCP协议的简单程序,实现了点对点间的对话传输,适合初学者学习-TCP protocol based on a simple process, achieved a point of dialogue between the transmission, suitable for beginners to learn
CDotNetTCP
- 用C#实现基于TCP协议的网络通讯 。TCP协议是一个基本的网络协议,基本上所有的网络服务都是基于TCP协议的,如HTTP,FTP等等,所以要了解网络编程就必须了解基于TCP协议的编程。-To use C# to achieve network communication based on TCP protocol. TCP protocol is a basic network protocols, essentially all of the network services are bas
2009107973315860
- VC++ WbQQ多用户聊天、文件传输(基于TCP协议),软件组成:注册登录服务器、聊天通信服务器、客户端三部分,使用之前:注册ODBC数据源;数据源名称:wbQQuser;类型:ACCESS;文件名:wbQQuser.mdb。 -VC++ WbQQ multi-user chat, file transfer (based on the TCP protocol), software components: registration login server, chat communic
C-Sharpaplc-communication
- 一个C#.NET环境下编写的PLC工业控制通信程序,socket,TCP协议编程,本程序对.NET开发者非常有用-A C#. NET environment to write the PLC Industrial Control Communication Program the socket, the TCP protocol programming Program very useful. NET developers
TCP-SOCKET
- C#采用TCP协议进行socket通信,有server端跟客户端的例子以供学习-C# using TCP socket communication, the server-side and client examples for learning
TCP-Chat
- SGS TCP聊天室框架客户端+服务端 基于TCP协议,修改简单,可扩展性强-SGS TCP Chat Room Server & Client
基于TCPIP协议的多人聊天工具
- 基于TCP/IP协议的多人聊天工具,采用socket编程,用C#实现,界面美观。