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

搜索资源列表

  1. WinCESerialToNet2

    0下载:
  2. 使用vs2008 C#编的基于windows CE的程序。主要功能就是将串口的特定格式数据通过网口转发,网口是udp协议发送的。-failed to translate
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:84897
    • 提供者:松松
  1. UDPDemo

    0下载:
  2. 基于Embedded Visual C++的UDP通讯代码-Embedded Visual C++ UDP code
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3412990
    • 提供者:hem
  1. src

    0下载:
  2. java实现基于UDP的C/S架构的服务器客户端程序-implenment by udp in java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2235
    • 提供者:lidong
  1. BroadcastDebug

    0下载:
  2. 嵌入式程序调试信息udp广播发送及接收程序,本程序用3个宏来发送广播包,只要把宏定义插在你要分析的目标项目(c或cpp)的较顶级的头文件里面,就能在目标项目的任何地方使用这三个宏来输出调试信息,并广播udp包。附件中的vc6程序是用来显示这些调试信息的。-Embedded debugging information to send and receive udp broadcasting procedures, the procedures used to send three macro br
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-25
    • 文件大小:21563
    • 提供者:bugkiller
  1. ServerandClient

    0下载:
  2. 基于c++编程,使用UDP协议下的在DOS环境下的客户端与服务器端的通信-Based on c++ programming, using the UDP protocol under the DOS environment at client and server-side communications
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2357497
    • 提供者:熊俊
  1. ICMP-Back

    0下载:
  2. 一般的后门都是面向连接的(基于TCP),容易被发现,而ICMP后门代码是基于UDP的,是面向非连接的,不容易被发现,本程序通过C++实现ICMP后门-The back door is the general connection-oriented (based on TCP), easily found the back door and the ICMP Code is based on the UDP is not connection oriented, it is not easy to
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3550706
    • 提供者:刘文文
  1. WinSockClient

    0下载:
  2. 基于udp的socket应用程序客户端,使用c++编写,欢迎大家下载-Socket of the udp-based client applications, the use of c++ development, welcome you to download! !
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:37477
    • 提供者:孟祥平
  1. WinSockUDP

    0下载:
  2. 基于UDP的socket网络对话应用程序,c++编写,欢迎大家下载-UDP-based dialogue on the socket network applications, c++ development, welcome you to download! !
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:33937
    • 提供者:孟祥平
  1. MyNetChat

    0下载:
  2. 基于C++的局域网聊天工具,用到了Windows Socket 控件,用UDP和TCP协议实现-C++ based on the local area network chat tool, using the Windows Socket control, using UDP and TCP protocol
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-13
    • 文件大小:3438541
    • 提供者:chenkuo
  1. client

    0下载:
  2. 使用Visual C++编写的TCP与UDP协议的网络程序,能够使多机进行通信 -failed to translate
  3. 所属分类:Communication

    • 发布日期:2017-05-07
    • 文件大小:1161396
    • 提供者:mr li
  1. WinPcap_udp

    0下载:
  2. WinPcap来捕获和分析udp AnalyzeUDP_WinPcap.c-WinPcap to capture and analyze udp
  3. 所属分类:Network Security

    • 发布日期:2017-04-15
    • 文件大小:5149
    • 提供者:张宇
  1. cScreeen

    0下载:
  2. c# udp socket屏幕实时传输 -c# udp socket screen send now
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1655
    • 提供者:古月亮
  1. UDPSender

    0下载:
  2. 用C语言格式写的一个基于UDP的数据传输模块,简单易用,仅需要先调用openUDPSender,指向IP与端口,然后便可以发送数据了,最后再调用closeUDPSender结束。-C language format used to write a UDP-based data transmission modules, easy to use, just have to call openUDPSender, point to IP and port, and then will be able
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-07
    • 文件大小:1412
    • 提供者:冮朋
  1. udt.sdk.4.4

    0下载:
  2. Last Update: Jan 22 2009 可靠UDP传输, 一套高效的基于windows平台的C++ 开发库,它提供基于数据流/数据报的可靠UDP(保证顺序保证到达)、NAT穿透、阻塞及异步操作、消息解析等机制。-UDP and reliable transmission, a high-performance platform based on the windows of the C++ development library, which provides based o
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-28
    • 文件大小:520306
    • 提供者:Yangyao Li
  1. udp_exam

    0下载:
  2. 一个基于UDP的C/S模式的网络程序,从客户端向服务器发送字符串,服务器能在屏幕上打印发过来的字符串,并回复对方-TCP based on the C/S model of the network process, from the client to the server sending the string, the server can print on the screen made up of strings, and respond to each other
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-14
    • 文件大小:4236
    • 提供者:peng
  1. arm9udpsourcecode

    0下载:
  2. arm9上udp源码的实现,编程语言是C语言.包括client和server 两端的代码.上课时老师给的.-udp source arm9 on the realization of a programming language is C language. including client and server ends of the code. class teacher to the.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-07
    • 文件大小:15810
    • 提供者:zhaochao
  1. arppoll

    0下载:
  2. 一个C程序,获取ARP表信息,UDP通讯及连接数据库,读取配置文件等功能-A C program, access ARP table information, UDP communication and connect to database, read the configuration files and other functions
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:8238
    • 提供者:fz
  1. Chat

    0下载:
  2. 基于mfc的udp 聊天程序,非c/s结构。客户端与服务器集成-Mfc the udp-based chat program, non-c/s structure. Integration of client and server
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:30935
    • 提供者:zz
  1. uip-0.9_kr_r3

    0下载:
  2. The uIP implementation is designed to have only the absolute minimal set of features needed for a full TCP/IP stack. It can only handle a single network interface and contains only a rudimentary UDP implementation, but focuses on the IP, ICMP and TCP
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:776171
    • 提供者:heaven
  1. udp_p2p

    1下载:
  2. 用udp实现的p2p通讯,服务器用c++实现,客户端用delphi实现,代码简单易懂。-Udp achieved using p2p communications, server with c++ to achieve, the achievement of the client with delphi, easy-to-read code.
  3. 所属分类:P2P

    • 发布日期:2017-04-01
    • 文件大小:518300
    • 提供者:danny
« 1 2 ... 19 20 21 22 23 2425 26 27 28 29 ... 43 »
搜珍网 www.dssz.com