登录
首页 » C# » C# UDP 文件传输实例源码

C# UDP 文件传输实例源码

于 2014-06-19 发布
0 249
下载积分: 1 下载次数: 0

代码说明:

C# UDP 文件传输实例源码

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • TranFile
    又是一个文件传输的一个程序,自己学习编程写的。(Is a file transfer of a program, written in their own learning programming.)
    2008-08-18 09:34:31下载
    积分:1
  • Protocol6
    计算机网络选择重传协议,效率达到90 以上,北邮计科计算机网络课程作业(Select the computer network retransmission agreement, more than 90 efficiency, BUPT Jike computer network course work)
    2014-03-31 20:55:07下载
    积分:1
  • SynScanPort
    采用syn的扫描方式对一个网段的ip进行扫描,图形界面(Syn scan mode using a segment of ip scanning, graphical interface)
    2010-05-17 19:44:34下载
    积分:1
  • tdma
    在多跳无线网络进行TDMA方式接入时候,时间是被划分为互不重叠的时隙,边长或定长帧在时隙中进行传输。 当面向节点时候,一个节点可以得到一个或者多个时隙,节点可以利用这些时隙向任何一条链路发送报文到邻居节点。 面向链路分配时候,则是某条单向链路分得一个或多个时隙,在这些时隙中,报文发送是单向的。(Time is divided into non-overlapping slots when multi-hop wireless networks are accessed by TDMA mode. Side-length or fixed-length frames are transmitted in slots. When facing a node, a node can get one or more slots, which can be used by the node to send messages to any link to its neighbors. For link allocation, a one-way link is allocated one or more slots, in which message transmission is one-way.)
    2019-02-08 15:27:07下载
    积分:1
  • wcf 实现大文件上传(有进度条)实例源码
    部分win7/win8用户 运行时报错 可能是 权限问题,所以运行项目的时候 要右键>>以管理员身份运行 部分用户 运行该项目的时候 可能提示:协定需要双工 但是绑定 NetTcpBinding 不支持 这是只需要将host项目app.config中协议部分 改为wsDualHttpBinding 即可,如下代码: 另外使用wcf时,最好不要使用 using 因为使用using会屏蔽掉很多错误,误导用户,参考链接:http://www.codeproject.com/Tips/197531/Do-not-use-using-for-WCF-Clients 相关代码改为:using System;using System.Collections.Generic;using System.Linq;using System.Windows.Forms;using System.ServiceModel;namespace WcfUploadServiceHost{ static class Program { /// /// The main entry point for the application. /// [STAThread] static void Main() { try { var host = new ServiceHost(typeof (WcfUploadServiceLib.UpLoadService)); host.Open(); Console.WriteLine("Server is opened..."); Console.Read(); //using (var host = new ServiceHost(typeof(WcfUploadServiceLib.UpLoadService))) //{ // host.Open(); // Console.WriteLine("Server is opened..."); // Console.Read(); //} } catch (Exception ex) { Console.WriteLine(ex.ToString()); Console.Read(); } } }}
    2015-01-07下载
    积分:1
  • 基于QT的视频直播软件
    说明:  网络视频直播软件,基于QT5.7开发,使用tcp进行文字传输,udp进行视频传输(Network video live broadcast software, developed based on QT5.7, using TCP for text transmission and UDP for video transmission)
    2021-01-25 11:08:37下载
    积分:1
  • ms_icmp
    又一个使用ICMP.DLL实现ping的小例子 (Another example of using ICMP.DLL to implement ping)
    2021-02-05 10:39:57下载
    积分:1
  • recvfrom
    windows网络编程recvfrom源码实例(windows network programming source code examples recvfrom)
    2015-11-06 19:35:25下载
    积分:1
  • ChatRoom
    局域网聊天室,实现客户端和服务器端,实现托盘功能,对网络编程和界面编程的同学有一定的帮助。(LAN chat rooms, client and server-side tray function, certain network programming and interface programming students.)
    2013-03-16 09:21:07下载
    积分:1
  • AsyTcpSocketTestDemo
    C Sharp 下的网络通信编程程序,此为一个异步通讯的例子(C Sharp programming for the network communication process, this is an example of a Dove transmission)
    2011-06-28 15:42:05下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载