CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - udp windows a

搜索资源列表

  1. rttwindows

    0下载:
  2. 在windows环境下,开发的类似ping的程序,计算round trip time,即往返时间,可自由选择使用TCP或UDP-A windows program like ping, it can calc round trip time(rtt), and can select TCP or UDP protocol.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:27910
    • 提供者:蓝天
  1. 可视电话软件

    0下载:
  2. NetTalk是一个适用于局域网和因特网的可视电话软件 一. 开发环境 Windows2000 Server & Visual C++6.0 & SDK +自开发的CWndX类库(相当于简化的MFC涉及窗口的部分) 二. 支持环境 Windows98/ME/2000/XP 三. 所涉及协议和标准 网络传输采用UDP协议,音频压缩采用G.729标准,视频压缩采用H.263标准 四. 性能参数 以音频帧为基准,每帧音频数据有240个采样点,时间为240*1000/
  3. 所属分类:IP电话/视频会议

    • 发布日期:2008-10-13
    • 文件大小:4932152
    • 提供者:古风
  1. LenovoLogAgent

    0下载:
  2. 本软件实现将Windows事件日志发送到指定主机,以便于在远程对计算机的安全事件情况进行查看.传递方式采用UDP;事件日志的传输格式采用标准的syslog格式;发送将以Windows服务的方式每隔一分钟定时发送前一分钟产生的更新事件日志。-software to the Windows event log sent to a designated host, so in the long-range computer security incidents of View. using UDP t
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:46887
    • 提供者:张延佳
  1. WindowsNetAndConmunicationDesign

    0下载:
  2. 讲述Windows网络程序设计的入门教程,展示了各种Windows I/O的方法,详细说明了高性能可伸缩性服务器的开发过程,并给出详细的实现代码。将编程方法、网络协议和应用实例有机组合起来,详细介绍了Internet广播和IP多播、原始套接字、SPI、LAN和WAN上的扫描和侦测技术、网络数据的窃取和保护、ARP欺骗、IP欺骗等。详细演示了协议驱动的开发过程,介绍了NDIS编程接口。在编程实践中学习P2P程序设计、讨论了穿透防火墙、NAT等直接建立UDP和TCP连接的各种方案。包含了Window
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:486513
    • 提供者:王勇
  1. P2PDemo

    0下载:
  2. 这个是演示采用UDP协议进行P2P打洞对话原理的演示程序,参考的资料是: 1)P2P 之 UDP穿透NAT的原理与实现(附源代码)--http://www.cnpaf.net/Class/hack/0512182034513804825.htm 2)王艳平<<Windows网络与通信程序设计>>-This is a demonstration of using UDP protocol for peer-to-peer principle of dialogue
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:30083
    • 提供者:xiaoyan
  1. Oftomatization

    0下载:
  2. 为了方便网络编程,90年代初,由Microsoft联合了其他几家公司共同制定了一套WINDOWS下的网络编程接口,即Windows Sockets规范,它不是一种网络协议,而是一套开放的、支持多种协议的Windows下的网络编程接口。本篇论文主要是介绍了在TCP/IP基础上利用winsock2对网卡进行编程,以达到网络流量监测的目的。论文首先介绍了TCP/IP协议,旨在介绍IP,TCP,UDP等比较重要的协议。主要是介绍IP头,TCP头,UDP头的特点,以便从IP头中可以获取源地址,目的地址,协
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:10687
    • 提供者:wq57
  1. udpfile

    0下载:
  2. 1. 打开UDPServer.dsw,client.dsw,进入VC6.0开发环境,读懂项目程序UDPserver和UDPclient程序; 画出服务器端与客户端主要函数的调用流程。 2.在单机上运行它们,验证其具有一个数据的通信能力。 -1. Open UDPServer.dsw, client.dsw, into VC6.0 development environment, read the project procedures UDPserver and UDPclient pro
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3822906
    • 提供者:chegnyangmao
  1. TCPUDPSocket

    0下载:
  2. TCP-UDP通信,PPT中详细讲述了TCP、UDP相关技术,并详细讲解了windows socket相关编程函数,并带有socket编写的TCP通信程序。-TCP-UDP communication, PPT in detail the TCP, UDP related technologies, and explain in detail the windows socket programming related functions, and written with a TCP sock
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-04
    • 文件大小:1118099
    • 提供者:李正交
  1. udp-brodcast

    0下载:
  2. windows UPD 广播多播的例子,是我收藏的,因为注释很多,所以很清楚;您看了后,肯定对实践性的多播、广播有了更清晰的认识,而不仅仅是书面上的理解。是存c写的,您认识清楚后,可以自己用MFC等包装下也是行的-windows UPD Broadcast Multicast example, my collection, because a lot of comments, so it is clear you read, confirmed on the practical multica
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:24059
    • 提供者:huangjun
  1. BroadcastExample

    0下载:
  2. UDP通信,Windows 应用程序向子网发送广播信息,同时接受子网中任意主机发送的广播信息。-UDP traffic, Windows application, send a broadcast message to the subnet, subnet also accept any broadcast messages sent by the host.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-07
    • 文件大小:44884
    • 提供者:陈宝生
  1. OSC

    0下载:
  2. 透過 UDP 的 Open Sound Control 協定,即可使用此 VI 搭配所謂「Touch OSC」的 iOS 應用,以傳輸/接收字串與 32 位元的浮動資料-This is a VI that can send and receive String and 32-bit float data from an iOS app called Touch OSC using the Open Sound Control protocol over UDP.
  3. 所属分类:MacOS develop

    • 发布日期:2017-05-13
    • 文件大小:3193670
    • 提供者:木子木
  1. Windows

    0下载:
  2. 一个简单的UDP聊天程序(控制台版) 抱歉时间比较紧-A simple UDP chat program (console version) Sorry time is tight
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-25
    • 文件大小:186610
    • 提供者:Oenomaus
  1. udp-server

    0下载:
  2. windows平台下的udp通讯,本例程实现了udp server-udp communication demo, as a udp server
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-13
    • 文件大小:63352
    • 提供者:史红杰
  1. UDP-Atack

    0下载:
  2. UDP open source attack tool for windows. Include graphic interface and source code. Make a Denial of Service (DoS) attack.
  3. 所属分类:Exploit

    • 发布日期:2017-03-31
    • 文件大小:346204
    • 提供者:cecom
  1. 基于网络的udp通讯发送端和接收端

    0下载:
  2. 基于windows的Socket网络编程,使用Udp通讯 里面有发送端,和接收端其中一台电脑启动发送端,另一台电脑启动接收端,能实现互相发送信息双方都能查看并接收对方发出的信息的功能。(Socket network programming based on windows, using Udp communication inside the sending end and the receiving end, in which a computer start sending end, ano
  3. 所属分类:网络编程

    • 发布日期:2017-12-19
    • 文件大小:3092480
    • 提供者:阳光小鹏
  1. cbbrsct-correct

    0下载:
  2. 一个自己编的基于TCP或UDP协议的聊天软件,欢迎大家学习指正!(A self made up of chat software based on TCP or UDP protocol, welcome everybody to learn correct!)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-28
    • 文件大小:307200
    • 提供者:asyzchiunous
  1. Firmtsettint

    0下载:
  2. 演示了TTL的设置 当初弄懂UDP的伪头部跟UDP校验和的设置费了一点劲(Illustrates the TTL Settings First find out false head with UDP UDP checksum had a little difficulty in setting)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-25
    • 文件大小:9216
    • 提供者:Milozs
  1. C#UDP聊天室

    0下载:
  2. Windows服务应用程序是一种需要长期运行的应用程序,它对于服务器环境特别适合。它没有用户界面,并且也不会产生任何可视输出。任何用户消息都会被写进Windows事件日志。计算机启动时,服务会自动开始运行。它们不要用户一定登录才运行,它们能在包括这个系统内的任何用户环境下运行。通过服务控制管理器,Windows服务是可控的,可以终止、暂停及当需要时启动。 Windows 服务,以前的NT服务,都是被作为Windows NT操作系统的一部分引进来的。它们在Windows 9x及Windows M
  3. 所属分类:C#编程

    • 发布日期:2018-04-23
    • 文件大小:32768
    • 提供者:金名
  1. SanNiuSignal的源码

    0下载:
  2. SanNiuSignal是一个基于异步socket的完全免费DLL;它里面封装了Client,Server以及UDP;有了这个DLL;用户不用去关心心跳;粘包 ;组包;发送文件等繁琐的事情(SanNiuSignal is a completely free DLL based on asynchronous socket; it encapsulates Client, Server, and UDP; with this DLL; users don't have to care for he
  3. 所属分类:C#编程

  1. SanNiuSignalDemo

    0下载:
  2. SanNiuSignal是一个基于异步socket的完全免费DLL;它里面封装了Client,Server以及UDP;有了这个DLL;用户不用去关心心跳;粘包 ;组包;发送文件等繁琐的事情,这个是DEMO软件。(SanNiuSignal is a completely free DLL based on asynchronous socket; it encapsulates Client, Server, and UDP; with this DLL; users don't have to
  3. 所属分类:网络编程

« 1 23 4 5 »
搜珍网 www.dssz.com