CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - network example csharp

搜索资源列表

  1. P2P

    0下载:
  2. 可正常运行~分为服务端和客户端,内网穿透,学习的好例子。-Normal operation can be divided into server-and client, network penetration, a good example of learning.
  3. 所属分类:P2P

    • 发布日期:2017-03-30
    • 文件大小:97.03kb
    • 提供者:
  1. icancu

    0下载:
  2. 一个经典的网络通信示例,基于Tcp/Ip的socket通信,编写环境为c#.net2005-A classic example of network communication, based on Tcp/Ip for socket communications, the preparation of the environment for the c#. Net2005
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-17
    • 文件大小:1.86mb
    • 提供者:高会新
  1. Csharp_QQ

    0下载:
  2. myqq是一个类似于qq的聊天软件,做为教学使用,是accp培训实例,对初学者了解网络编程是个不错的例子。-qq is a myqq similar to the chat software as a teaching is accp training examples, for beginners to understand network programming is a good example.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-14
    • 文件大小:3.15mb
    • 提供者:hejiao
  1. FlyMessage

    0下载:
  2. C#仿飞鸽传书的部分功能,可以实现在局域网多人聊天、快速发送文件,运行后点击系统托盘处的图标可以进行简单设置,相比真正的飞鸽传书,本实例需要做的还有很多。-C# like Dove Chuanshu some functions can be achieved in the local area network chat people, quick to send the file, run the system tray and click icon Department can conduc
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-26
    • 文件大小:33.95kb
    • 提供者:Colorado
  1. Csharp_QQ

    0下载:
  2. 学Charp和网络编程时网上找的一个实例仿QQ例子写的很好,有Server端和Client端,用数据库来保持信息,还有视频功能-Science Charp and network programming online looking for an example of writing a good example of fake QQ, with Server-side and Client-side, using a database to maintain information, as w
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-03-25
    • 文件大小:910.75kb
    • 提供者:KindAzrael
  1. communicator

    0下载:
  2. 在网络越来越发达的今天,人们对网络的依赖越来越多,越来越离不开网络,由此而产生的聊天工具越来越多,类似QQ、网络聊天时一类的聊天系统的发展日新月异。但是,QQ等现有的聊天程序也存在着很大的问题。 比如,在使用QQ的时候,就对他发的各种“广告”深恶痛绝。对于登陆后时不时弹出的打扰窗口,很是厌烦。因此产生了一个制作类似QQ的网络聊天工具并且“无垃圾信息”洁净聊天工具的想法,而且希望通过制作该程序还能更好的学习网络软件编程知识。 -Today, more and more developed
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-03-24
    • 文件大小:572.23kb
    • 提供者:nn
  1. SocketCommunication

    0下载:
  2. Socket实现客户端与服务端通信源码 程序说明: 开发工具:Visual Studio 2005 本程序演示了Socket通信的基本原理,非常适合初学者。程序分为两部分:服务器端与客户端,实际上客户端也可以充当服务器端,本程序两端的区别在于服务器端要发送数据必须要有客户端的连接作为基础,而客户端没有此限制。希望本示例能够给大家学习SOCKET带来帮助。 注意事项: 1.运行程序之前请先设定好服务器端的IP地址,在客户端程序中的设置-》服务器IP设置,可更改为具体服务器的IP
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:87.85kb
    • 提供者:谢巍
  1. Socketrecive

    0下载:
  2. 这是一个基于CSHARP的网络接受的例子,配套发送的可以进行最初的网络应用。-this is network example at csharp.IF you want to use it,please use the send example at the same time
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:45.49kb
    • 提供者:steef
  1. network-CSharp-

    0下载:
  2. 实现的功能有用抓获包的的结果首先按五元组(源目标ip,源目标端口 ,协议类型)进行分类,然后可以通过参数给出在指定时间范围内,这些五元组的协议流的特征。例如:协议类型的话可以出来柱状图分析报的个数,从多到少的前五个排列。 5.达到了网络协议分析的目的-Functions to achieve a useful outcome of the first captured packet according to the five tuple (source target ip, source d
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-05-18
    • 文件大小:4.64mb
    • 提供者:晴空
  1. CSharpSocket

    0下载:
  2. C# Socket 同步通信与异步通信 示例源码,清晰介绍CSharp中利用Socket实现网络通信。-C# Socket example of synchronous communication and asynchronous communication source, the use of a clear descr iption CSharp Socket network communication.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:94.77kb
    • 提供者:zsg
  1. CSharp--network-communication

    0下载:
  2. C# 网络通信实例 一个简易的聊天程序 采用Socket实现-C# network communication example a simple chat program used to realize Socket
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-03-24
    • 文件大小:136.74kb
    • 提供者:舒畅
搜珍网 www.dssz.com