CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - 服务端和客户端

搜索资源列表

  1. 异步套接字监听

    0下载:
  2. 服务端和客户端都必须建立通信套接字,而且服务端应先进入监听状态,然后客户端套接字发出连接请求,服务端收到请求后,建立另一个套接字进行通信,原来负责监听的套接字仍进行监听。-server and the client must have a communications socket, but the server should first enter the state eavesdropping, and then sent the client socket connection requ
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:23823
    • 提供者:李斌
  1. FileTrans

    0下载:
  2. 本程序是一个用C#编写的文件传输程序,分服务端和客户端。 服务端首先监听端口,等待客户端的连接请求,一旦连接成功,即把可供客户端下载的文件名称发给客户端,客户端接受到文件名称后,选择要下载的文件,并发给服务器。服务器根据客户端发送的文件名,选择指定的文件读取文件流,并把文件流内容赋值给网络流发送到客户端,客户端将接受到的网络流赋值给文件流,并保存到文件。 注意:在使用时,要在E盘下建立一个aa文件夹,将一些文件放入其中,以供演示。-this procedure is a C# prepared
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:21638
    • 提供者:李元吉
  1. P2PTextChat

    0下载:
  2. 一个用C#编写的点对点文字聊天程序。分为服务端和客户端,只需将两者结合为一个程序,就会更加完美了。-a C# language prepared by the peer-to-peer chat program. Divided into services and clients, only to a combination of the two procedures will be more perfect.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:21635
    • 提供者:李元吉
  1. tcpayncchat

    0下载:
  2. 采用C# TCP 异步通信开发的 聊天室系统 服务端和客户端都有
  3. 所属分类:C#编程

    • 发布日期:2012-03-13
    • 文件大小:183196
    • 提供者:joysuser168
  1. Scoket.rar

    0下载:
  2. 本程序是一个用C#编写的文件传输程序,分服务端和客户端。 服务端首先监听端口,等待客户端的连接请求,一旦连接成功,即把可供客户端下载的文件名称发给客户端,客户端接受到文件名称后,选择要下载的文件,并发给服务器。服务器根据客户端发送的文件名,选择指定的文件读取文件流,并把文件流内容赋值给网络流发送到客 ,This procedure is to use C# to prepare a file transfer program, sub-client and client services. F
  3. 所属分类:CSharp

    • 发布日期:2017-03-25
    • 文件大小:4582
    • 提供者:xiaoping
  1. ChatServerandClient1

    0下载:
  2. wpf 实现的聊天室。包括服务端和客户端。-wpf realization of chat rooms. Including server and client.
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:317936
    • 提供者:wup
  1. Socket_CHAT

    0下载:
  2. C#.Net Socket网络聊天室编程实例附教程.实例是一个网络聊天室,分服务端和客户端。实例运行于VS2008,附有讲解教程,详细讲解一些Socket编程的必要知识以及本实例的实现过程,对C#开发的朋友是个福音。-C#. Net Socket Internet chat room attached tutorial programming examples. Example of an online chat room, sub-server and client. Instance run
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:834878
    • 提供者:271
  1. Socket_CHAT

    0下载:
  2. C#.Net程序设计之Socket篇的编程实例,实例是一个网络聊天室,分服务端和客户端。实例运行于VS2008,附有讲解教程,详细讲解一些Socket编程的必要知识以及本实例的实现过程,对C#开发的朋友是个福音。 -C#. Net Programming Socket Part of the programming examples, examples are a network of chat rooms, sub-service client and the client. Instan
  3. 所属分类:CSharp

    • 发布日期:2017-05-02
    • 文件大小:835069
    • 提供者:wu
  1. 2009ChatServer

    0下载:
  2. C#编写的聊天室程序,包括服务端和客户端的代码。-C# prepared in the chat room procedures, including client service and client code.
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:87777
    • 提供者:hlf566
  1. Socket

    0下载:
  2. C# 实现服务端和客户端的socket通信 -C# socket
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:30785
    • 提供者:huijia
  1. Streaming

    0下载:
  2. 关于摄像头的服务端和客户端的程序,使用vs2005 C#编写的-On the camera side and client service procedures, the use of vs2005 C# prepared
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:85955
    • 提供者:chenli
  1. Remoting

    0下载:
  2. REMOTING通信实例,里面有服务端和客户端代码实例-REMOTING Communications instance, which had the service side and client-side code examples
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:257377
    • 提供者:刘有贵
  1. Socket

    0下载:
  2. 一个典型的C#点对点Socket应用实例,包括服务端和客户端两部分,服务端启动后,监听来自客户端的信息,客户端向服务端发送消息,两者点对点实现对接,众多聊天软件是在此点对点的基础上进行再扩展开发而来,因此掌握基础的点对点编程,对以后从事VS开发将大有好处。-A typical C# example of point-Socket applications, including service and client of two parts, the server starts, the moni
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:29905
    • 提供者:mayi789
  1. Tur_QQ

    0下载:
  2. 类似QQ的聊天工具,有服务端和客户端,直接运行就可以使用-Similar to the QQ chat tools, server and client, can be used directly to run
  3. 所属分类:CSharp

    • 发布日期:2017-05-11
    • 文件大小:2570677
    • 提供者:zlf
  1. WebService

    1下载:
  2. 通过使用webservice来实现一个ATM系统,里面附有详细的使用说明,并有服务端和客户端。采用C#语言实现。-Achieved through the use of an ATM system webservice, which with detailed instructions, and a service and client. Using C# language.
  3. 所属分类:CSharp

    • 发布日期:2015-01-28
    • 文件大小:218228
    • 提供者:刘项
  1. Net_Socket_Chat

    0下载:
  2. C#.Net程序设计之Socket篇的编程实例,实例是一个网络聊天室,分服务端和客户端。实例运行于VS2008,附有讲解教程,详细讲解一些Socket编程的必要知识以及本实例的实现过程,对C#开发的朋友是个福音。 -C#. Net programming chapter of Socket programming examples, example of an Internet chat room, sub-server and client. Instance running on VS2
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:834527
    • 提供者:jack
  1. ftpserverclient

    1下载:
  2. 这个程序是利用c#实现FTP服务端和客户端。程序中分别有服务器和客户端两个代码。-This procedure is to use c# to achieve FTP server and client. Procedures were two code server and client.
  3. 所属分类:CSharp

    • 发布日期:2016-12-14
    • 文件大小:68608
    • 提供者:qiufeng
  1. CollaborativeNotes_Sources

    0下载:
  2. C#通讯聊天工具,采用异步socket方式,分为服务端和客户端,服务管理-C# asynchronous communication chat tool
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:57256
    • 提供者:xh
  1. Online-customer-service

    0下载:
  2. 用C#实现的在线客服功能,包括服务端和客户端两部分,里面用到了webservice技术-C# implementation with online customer service features, including server and client in two parts, which use a webservice technology
  3. 所属分类:CSharp

    • 发布日期:2017-05-21
    • 文件大小:6321907
    • 提供者:闯天下
  1. MYQQ

    0下载:
  2. 用C#写的qq,包含了服务端和客户端,数据库文件自己搞丢了……不过印象中也没用到多少数据库的东西吧,应该还是很有参考价值的。-Written in C# qq, service and client database files themselves have not lost ...... However impression is useless to database, it should still be a good reference value.
  3. 所属分类:CSharp

    • 发布日期:2017-11-30
    • 文件大小:2198066
    • 提供者:张帅
« 12 3 4 5 6 »
搜珍网 www.dssz.com