CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - UDP.c

搜索资源列表

  1. 8051的UDP协议实现 协议实现--c语言编写

    0下载:
  2. 8051的UDP协议实现 协议实现--c语言编写 用51单片机实现的。-8051 to achieve the UDP protocol -- c language with the MCS-51 microcontroller.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:61681
    • 提供者:王明亮
  1. udp_rabbit_C

    0下载:
  2. 用Dynamic C写的udp程序,可以在rabbit芯片上跑-using Dynamic C udp written procedures, the rabbit can run on chips
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:6661
    • 提供者:wll
  1. UDPImageArmLinux

    0下载:
  2. 基于uclinux采用udp通讯协议实现图象等网络规范文件的传输.采用c/s模式,服务器端实现并发而响应多个客户的请求.经过测试,代码能在linux主机之间,arm与arm之间以及pc与arm之间进行通讯(文件中的readme(此为linux下编写)对代码有个总体说明)-use udp protocol communications networks such as image regulatory document transmission. Using c / s mode, the ser
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:859886
    • 提供者:吴敏
  1. activex_udp_video

    0下载:
  2. Visual C++ 6.0 种MFC 开发的ActiveX控件,是嵌入式视频监控系统的客户端软件,采用IPicture接口和UDP协议的IP组播方式,实现了JPEG图像的实时显示
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:39944
    • 提供者:章明人
  1. TCPIP-C

    0下载:
  2. 网络,基于嵌入式的网络协议,UDP/IP的协议.处理器无关部分源代码--UDP/IP network protocol in embedded enviroment.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:56136
    • 提供者:徐海
  1. 《evc高级编程及其应用开发》源代码-2676

    0下载:
  2. 〈EVC高级编程及其应用开发(Embedded Visual C++嵌入式编程)〉书上的源代码 全书共分13章,分别为WinCE及EVC概述、图形编程、对话框控件、进程、线程、文件和注册表、WinCE基础数据库编程、WinCE扩展数据库编程、通讯编程、UDP和PING编程、TCP编程、DLL编程以及COM编程。读者在具有一定C抖和WinCE知识的基础上,通过本书的学习,可以快速提高WinCE的编程能力和实际开发水平。-<EVC Pregoish(embedded Visual Cg)>
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:5221491
    • 提供者:林夕书
  1. udp

    0下载:
  2. 这是一个基于UDP协议的C/S聊天系统,在QT里实现正常的通信-This is a UDP-based C/S chat system, in QT, normal communication
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-02
    • 文件大小:310691
    • 提供者:jianbin
  1. udpdump

    1下载:
  2. linux c 编写的一个小抓包程序,本程序只抓获UDP包并对包信息进行记录,要获取其他包信息请自行扩展-linux c prepared a small packet capture program, the program only captured UDP packets and packets of information to record, to obtain additional information at your own extension packages
  3. 所属分类:Embeded Linux

    • 发布日期:2015-01-25
    • 文件大小:14336
    • 提供者:ppl
  1. tcpip

    0下载:
  2. RTL8019网卡芯片源码,TCP/IP源码,包括TCP.C,UDP.C,IP.C-RTL8019 LAN chip source, TCP/IP source code, including TCP.C, UDP.C, IP.C
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:310130
    • 提供者:
  1. UDP

    0下载:
  2. bf533平台下的DM9000A的测试代码,其可执行ping协议-BF533 platform DM9000A under the test code, the executable ping agreement
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-30
    • 文件大小:23340
    • 提供者:林伟
  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. msp430cs8900example

    0下载:
  2. 用MSP4300芯片控制以太网芯片CS8900实现把网页数据传输到PC上显示. C语言/UDP-With MSP4300 chip CS8900 Ethernet chip to control the realization of the page data transfer to the PC display. C language/UDP
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:132766
    • 提供者:robin
  1. sip

    0下载:
  2. 本系统设计并实现了基于 LPC2292, DM9000 的嵌入式网络通讯协议,协议遵循 RFC 标准 TCP/IP 规范。使用标准 C++ 语言在 ADS 下开发,完全源代码,方便移植与维护,代码小且运行效率高,容易进行二次开发。 系统实现了:以太网数据帧的收发、ARP 请求与应答、ICMP 中的 Ping 请求与应答、IP、UDP、简易的路由处理,可跨越网关收发数据。 使用本系统可进行各种具备网络功能产品的开发,如 VoIP 电话系统, 网络打印机,终端系统,各种监控系统、数据采集系统
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-29
    • 文件大小:13759
    • 提供者:limei
  1. RTL8019

    0下载:
  2. 本文件夹中的代码是“RTL8019”的驱动代码。 main.c 该文件包括了main主函数,为读者朋友提供了一个以太网主循环的例子,读者朋友可根据自己系统以及用到的协议来自行更改这个循环。 RTL8019.C 该文件包括了RTL8019读写寄存器、重启芯片、接收数据包、发送数据包等各个底层驱动函数,以及ARP、以太网数据包处理等初级处理函数。 IP.C 该文件包括了UDP等IP层的协议代码。-The code in the folder is " RTL8019&
  3. 所属分类:DSP program

    • 发布日期:2017-04-15
    • 文件大小:7150
    • 提供者:小胖
  1. Tiny-6410-Chat-Demo

    0下载:
  2. WINCE 6.0系统下的UDP通讯程序,实现收发正常,C++实现-WINCE 6.0 system under the UDP communication program, send and receive normal, C++ implementation
  3. 所属分类:Windows CE

    • 发布日期:2017-05-10
    • 文件大小:2263203
    • 提供者:Tony
  1. UDP

    0下载:
  2. documentation c source
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-06
    • 文件大小:20736
    • 提供者:gneppo
  1. netwrs

    0下载:
  2. This library implements the VxWorks Trivial File Transfer Protocol (TFTP) client library. TFTP is a simple file transfer protocol (hence the name "trivial") implemented over UDP. TFTP was designed to be small and easy to implement. Therefore,
  3. 所属分类:VxWorks

    • 发布日期:2017-03-29
    • 文件大小:626082
    • 提供者:steven
  1. UDP---duo-to-duo

    0下载:
  2. 嵌入式 多对多聊天室C语言环境实现。嵌入式实验源代码-Embedded-many chat rooms C locale implementation. Embedded experimental source code
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-03
    • 文件大小:157212
    • 提供者:静听
  1. ethernet-UDP

    0下载:
  2. you wil find a program that asuure a ethernet communication between EFM32 board with a PC via an ethernet controller enc28j60, you can send udp packet from the board by pressing on the user buttons.
  3. 所属分类:微处理器开发

    • 发布日期:2017-12-28
    • 文件大小:1525760
    • 提供者:perilman
  1. C#TCP UDP(Source)

    3下载:
  2. 本软件实现调试助手的相关功能,通过TCP UDP两个协议可以传输数据,可供串口调试使用(This software implements debugging assistant related functions, through the TCP UDP two protocols can transfer data, can be used for debugging serial port)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2018-01-05
    • 文件大小:1401856
    • 提供者:david_zn315
« 12 »
搜珍网 www.dssz.com