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

搜索资源列表

  1. cSharpUDPwangluotongxin

    0下载:
  2. .net开发环境UDP网络通信协议编写的通信程序。C#编写的VS开发工具实现的-NET development environment UDP network communication protocol written communication program. Written in C# VS development tools
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:71524
    • 提供者:谢勇
  1. Room

    0下载:
  2. 这个在linux下gcc编译通过的聊天室,是基于udp协议的。能够发送消息的时候,显示用户名。进入和退出聊天室都有相应的提示,是TCP/IP Socket编程(C语言描述)学习的好实例
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:7139
    • 提供者:louisluo
  1. EnterpriseQQsystem

    0下载:
  2. 企业QQ系统(C#3.5+MicrosoftSQLServer2000)自制UDP控件的开发过程、在局域网中实现数据的传输、在局域网中实现大图片的分流传输、如何实现多点通信、QQ视频的制作过程-Enterprise QQ system (C# 3.5+ MicrosoftSQLServer2000) homemade UDP controls development process, data transmission in LAN, the big picture of the shunt t
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-05-10
    • 文件大小:2451653
    • 提供者:于丽莎
  1. Record

    0下载:
  2. C#语音通信 UDP实现。 代码注释很详细,希望能看得懂,有所帮助-C# voice communication UDP. Very detailed code comments, and hope to able to understand, and help
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:59954
    • 提供者:my name
  1. udproom

    0下载:
  2. 在linux环境下,使用c编写的聊天程序,其中运用了udp协议及相关函数-The linux environment, use the chat program written in c, which uses the udp protocol and related functions
  3. 所属分类:Linux Network

    • 发布日期:2017-04-10
    • 文件大小:1494
    • 提供者:王磊
  1. Server

    0下载:
  2. 用C#写的聊天程序,它是基于通讯协议UDP的,服务器和客户端点对点的通讯程序。-Chat program written in C#, which is a UDP-based communication protocol, server and client peer-to-peer communication program.
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-01
    • 文件大小:105599
    • 提供者:令狐冲
  1. UDP_communication

    0下载:
  2. 通过udp协议,实现点对点通信,基于c-Through the UDP protocol to realize the point-to-point communication
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-19
    • 文件大小:5330042
    • 提供者:zhongyuan
  1. udprec

    0下载:
  2. udp通信的接收端,能正常运行哦。采用udpclient类,在vs2010平台下运用c#语言编写。-the the receiving end of the udp communication, able to the normal run Oh. Udpclient class to use c# in vs2010 platform language.
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:74343
    • 提供者:康康
  1. linpopC_0.65

    0下载:
  2. 这是一个低版本的聊天工具,利用udp聊天。gtk+2.0-this is a program C/S...
  3. 所属分类:Linux Network

    • 发布日期:2017-04-07
    • 文件大小:40035
    • 提供者:gnijuohz
  1. CS8900A

    0下载:
  2. 基于F2812的以太网芯片CS8900A的C程序,基于UDP协议的网络传输。-F2812 s Ethernet the chip CS8900A C program, network transmission based on UDP protocol.
  3. 所属分类:DSP program

    • 发布日期:2017-12-01
    • 文件大小:120081
    • 提供者:patrick
  1. UUDPSendeerD

    0下载:
  2. UDPSender,Visuaal C++编写,UDP发送协议 -UDPSender, Visuaal C++ write, UDP Send protocol
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:998
    • 提供者:fz
  1. FindUdpPort

    0下载:
  2. UDp端口扫描,可以扫描任意安装TCP/IP协议的主机,并且可以扫描该主机中的一个端口。点击UDP Scan按钮,实现对UDP端口的扫描过程。在Windows操作系统环境中,建议使用Visual C++编程工具实现。-UDp port scan, can scan any install TCP/IP protocol, host, and can scan a port in the host. Click on the UDP Scan button on the UDP port scan
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-10
    • 文件大小:1908136
    • 提供者:王继轩
  1. myftp

    0下载:
  2. 本系统主要实现一个文件传输功能,即通过TCP或UDP协议,建立局域网内的客户端与服务器端的数据通信,实现从客户端到服务器端的上传和从服务器端到客户端的下载,以及通过命令对服务器端进行文件的各种操作。该系统主要难点在于客户端命令的拆分以及对多用户的请求处理。应熟悉TCP和UDP协议,及网络模型的实际应用。应熟练掌握Linux下的C语言编程,以及通过管道实现进程间的通信。进程/线程对资源的访问方法,文件的读写及内存映射等操作。-linux c++ ftp
  3. 所属分类:Linux Network

    • 发布日期:2017-04-06
    • 文件大小:518300
    • 提供者:kevin
  1. OUDP_MULTI_VCn

    0下载:
  2. 关于udp多播的编程实例,在Visual C++6.00环境下编译通过。可以通过本实例学习udp多播的编程方法。 -Udp multicast programming examples, compiled by the the Visual C++6.00 environment. Udp multicast programming can learn by this example.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:42211
    • 提供者:yungshui
  1. cSharpudp

    0下载:
  2. c#编写的udp程序,循序渐进,适合初哥-c# prepared by the udp process, step by step, suitable for novices
  3. 所属分类:P2P

    • 发布日期:2017-04-02
    • 文件大小:41305
    • 提供者:王洋
  1. hEVCC_UDPDemma

    0下载:
  2. 非常难的的EVisual C udp代码,编程与开发环境EEVisual C3.0,我在windows 2000调试过 -Very difficult EVisual C udp code, programming and development environment EEVisual C3.0, I am debugging in windows 2000
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:28301
    • 提供者:zhong
  1. YSI6600

    0下载:
  2. 驱动,Visual C++ 文件大小: 1 KB 详细说明:VC 下UDP代码,包括服务器端和客户端,方便入门者使用和学习-socket for windows in C 文件列表-The message received is from sender
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-31
    • 文件大小:550
    • 提供者:DaLong
  1. socket1

    0下载:
  2. socket 无连接通讯,基于c++编程开发,来实现UDP无连接通讯-socket community
  3. 所属分类:Communication

    • 发布日期:2017-04-11
    • 文件大小:664
    • 提供者:gonney
  1. tftp

    1下载:
  2. TFTP文件传输系统运用软件工程的设计方法以visual c++ 6.0 为开发工具进行开发的。此TFTP文件传输系统采用采用客户端/服务器(C/S)模式,客户端与用户端通过UDP互相通讯。主要是在套接字的运用。随便帮学长做的东东,文档,代码,可执行文件都齐全。-TFTP file transfer system using software engineering design approach to visual c++ 6.0 development tool for the develo
  3. 所属分类:Internet/网络编程

    • 发布日期:2013-01-25
    • 文件大小:1837063
    • 提供者:maweidong
  1. UnixDomain

    0下载:
  2. java server UDP receive + TCP send and recieve c client to send UDP + receive TCP package from Server-java server UDP receive+ TCP send and recieve c client to send UDP+ receive TCP package from Server
  3. 所属分类:Linux Network

    • 发布日期:2017-11-18
    • 文件大小:17524
    • 提供者:Phil
« 1 2 ... 27 28 29 30 31 3233 34 35 36 37 ... 43 »
搜珍网 www.dssz.com