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

搜索资源列表

  1. udpEmu

    0下载:
  2. 基于实时嵌入式操作系统的Reworks的TCP、UDP程序-based on real-time embedded operating system Reworks TCP, UDP procedures
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:951124
    • 提供者:蒋祥刚
  1. DM9000AE_DATAS

    2下载:
  2. DM9000AE的中文手册。很难得得哦。LOCAL BUS芯片现推荐一款DM9000AE网卡芯片,其基本特性是48PIN,10/100MLOCAL-BUS interface,工作模式8/16bit, 有AUTO-Mdix(自动翻转)、TCP/Ip加速(check sum offload)减轻CPU负担,提高整机效能,20ns响应时间。2.5V/3.3V低功耗。广泛应用在IPTV、IPSETBOX、VOD、IPCAMERA、IPVIDEOPHONE等产品.-DM9000AE the Chines
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:4858539
    • 提供者:黄勇
  1. uc_uip

    0下载:
  2. 运行环境是keil。这是一个实现嵌入式TCP/IP的程序,运行在万邦的w78e516上面,网卡芯片采用的是rtl8019.程序中采用了uc/os提高实时性!-runtime environment is c51. This is a realization of embedded TCP / IP, the running of the IMC w78e516 above, the chip card is rtl8019. Procedures used in the uc / os impr
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:416089
    • 提供者:我是我
  1. ucos_vc

    0下载:
  2. ucos是一个非常优秀的嵌入式操作系统,但作者只提供了bc下测试与调试代码,非常难于调试与学习,特别是初学者。vc是windows下非常优秀的IDE,如果把ucos移植到vc下运行,将非常方便ucos的调试与学习,有利于于ucos的推广。此项目的目的是希望能够把ucos及其相关的文件系统ucfs,GUI界面ucgui,网络tcp/ip都移植过来,方便广大爱好者学习。版本历史:ucos_vc0.11 时间:20050409描述:继续移植了Genie shell for UCOS II,为下一步文件
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:94628
    • 提供者:无恒
  1. socket_tcp_udp_vxworks

    1下载:
  2. 基于嵌入式实时操作系统vxworks的socket网络编程,初学必备!包含udp、tcp的客户机/服务器的代码实现,tcp服务器支持多任务并发处理连接请求;开发工具为tornado for pentium 在vxworks虚拟机上调试通过,含搭建虚拟机的详细步骤。-Vxworks embedded real-time operating system based on the socket network programming, beginners must have! Contains ud
  3. 所属分类:VxWorks

    • 发布日期:2017-06-09
    • 文件大小:16305112
    • 提供者:哈佛
  1. umon

    0下载:
  2. ucip1-0-3 是ucosII配套的应用用嵌入式系统的tipip协议。-This is the first release of a free TCP/IP/PPP protocol stack for the uC/OS Real-Time Operating System.
  3. 所属分类:SCM

    • 发布日期:2017-05-20
    • 文件大小:5845309
    • 提供者:zhoujianhui
  1. vxwork_src.rar

    0下载:
  2. 大名鼎鼎的嵌入式操作系统vxworks的完整的源代码,支持多种体系结构的嵌入式处理器,如arm,x86,i960,mc68k,mips,ppc,sparc等,包含完整的实时多任务处理及网络tcpip,dhcp,rip等协议,tffs文件系统,以及各种硬件驱动程序如usb,-All the source code of Famous vxwork Embedded operating system , it supports the Embedded processor of many kinds
  3. 所属分类:VxWorks

    • 发布日期:2017-11-08
    • 文件大小:5102416
    • 提供者:ricky_zhang
  1. tcpserver

    0下载:
  2. 在vxworks环境下,tornado2.2开发环境下的TCP 服务器端,具有在超时断开连接功能,是使用KEEPALIVE来实现的。其中有KEEPALIVE的使用解释-In vxworks environment, tornado2.2 development environment TCP server-side, with the time-out disconnect function is to use KEEPALIVE to achieve. Including the use of
  3. 所属分类:VxWorks

    • 发布日期:2017-03-27
    • 文件大小:31360
    • 提供者:zhaozheng
  1. TCPommunicationPrograminVxWorks

    0下载:
  2. 本文描述了在实时操作系统VxWorks中利用TCP实现数据通信的方法,并分别给出了客户机和服务器通信程序设计的详细过程,目前已经在我们开发的风洞测控系统中获得了应用。该方法可适用于工业控制等多方面,具有广泛的适应性。-This paper describes the real-time operating system VxWorks in the use of TCP data communication method, and were given client and server com
  3. 所属分类:VxWorks

    • 发布日期:2017-04-16
    • 文件大小:129574
    • 提供者:李李
  1. Micriumucos

    1下载:
  2. 这个是ucos官方网上下载的,ucos下的非常完整的商用的TCP/IP协议栈,对开发ucos下的网络产品的朋友来说是无价之宝,对想学习TCP/IP协议栈的朋友来说是最好的学习源码.更可贵的是,它还有完整的PDF资料.同时ucos也是最新版本V2.86,比较旧版本,它增加了对定时器的管理.在此贡献给大家,同时希望搞嵌入式的工程师们共同繁荣中国的嵌入式事业!-This is the official online ucos download, ucos under the very integrit
  3. 所属分类:uCOS

    • 发布日期:2017-05-19
    • 文件大小:5524473
    • 提供者:laishw
  1. cports

    0下载:
  2. CurrPorts displays the list of all currently opened TCP/IP and UDP ports on your local computer. For each port in the list, information about the process that opened the port is also displayed, including the process name, full path of the proce
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:58632
    • 提供者:Yak
  1. uCIPuCOS-II

    0下载:
  2. tcp/ip协议栈源码,用于源码开放的嵌入式实时操作系统uCOS-II。 -tcp/ip protocol stack source code for open-source embedded real-time operating system for uCOS--tcp/ip protocol stack source code for open-source embedded real-time operating system uCOS-II.-tcp/ip protocol stack
  3. 所属分类:uCOS

    • 发布日期:2017-03-30
    • 文件大小:394706
    • 提供者:zhang
  1. d

    0下载:
  2. STM32的TCP/IP网络采集器番外篇之摇杆LCD:这次是到摇杆和LCD了,我是第一次用摇杆,虽然原理跟按键那些没什么区别,但感觉很好玩!说说这次的程序目的吧,我就使用了摇杆的4个方向,就是上下左右,上电,LCD显示dEMO,按上就左手第一位显示0,如果按下就显示9,按左就把显示位置左移一位,不过这是你看不到东西,要再按上或下才能看到,如果按右就把显示位置右移一位。不停按上就是数字从0到9显示,不停按下就是9到0显示-STM32' s TCP/IP network collector s
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-31
    • 文件大小:434798
    • 提供者:cqmcharles
  1. LoadImageWithSocket

    0下载:
  2. 在上次的加载图片程序上新增了socket功能,可以在切换图片的同时与运行于PC端的MenuServer建立TCP通信,将当前图片的路径信息发送至server端。-Procedures in the last loading pictures added socket feature, you can switch the pictures in the same time and run on the PC side of the MenuServer establish TCP communi
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:31001
    • 提供者:陈旭
  1. cppfrance_SUIVI-PRODUCTION-ONDULEUR-PHOTOVOLTAIQU

    0下载:
  2. This software C + + Builder 6 is designed to interact with a PV inverter SolarMax for: - View streaming on PC operating parameters of the inverter: - Instantaneous power - Energy accumulated over the current day - Energy accumulated ove
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:608723
    • 提供者:bahour
  1. jpegNetWork--TCP

    0下载:
  2. 基于DM642、DM643的网络摄像机,实现网络视频传输功能,采用TI的JPEG库进行视频压缩,使用TCP协议传输,达到每秒10帧以上,基本实现实时功能。-DM642,DM643-based network camera, network video transmission capabilities, TI s JPEG library used for video compression, using the TCP protocol to transmit, more than 10 f
  3. 所属分类:DSP program

    • 发布日期:2017-05-10
    • 文件大小:2228256
    • 提供者:冯波
  1. acoral_linux.tar

    0下载:
  2. aCoral s是由电子科技大自我创造的,源代码(1)内核:自主编写   (2)轻型TCP/IP(LWIP):由LWIP移植而来   (3)GUI (TLGUI):改自开源的嵌入式Linux图形系统LGUI   (4)文件系统: (5)简单应用-aCoral Computer Science, Uersity of Electronic Science and Technology is an embedded real-time computing laboratory to verify t
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:978649
    • 提供者:王海康
  1. System_Demons

    0下载:
  2. 0.最简单的SystemC程序:hello, world. 1.用SystemC实现D触发器的例子,同时也演示了如何生成VCD波形文件。 2.用SystemC实现同步FIFO的例子。这个FIFO是从同文件夹的fifo.v(verilog代码)翻译过来的。 3.如何在SystemC中实现延时(类似verilog中的#time)的例子。 4.SystemC文档《User Guide》中的例子。注意和文挡中稍有不同的是修改了packet.h文件,重载了=和<<操作符。这其实
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:532875
    • 提供者:sdd
  1. RTP_h_264

    0下载:
  2. RTP 协议是IETF ( Internet Engineering TaskFo rce) 在RFC1889 中给出的, 是专门为交互式音频、视频、仿真数据等实时媒体应用而设计的轻型传输协议。RTP 被定义为在一对一或一对多的传输情况下工作, 其目的是提供时间信息和实现流同步。RTP 通常使用UDP来传送数据, 但RTP 也可以在TCP 或A TM 等协议下工作.对H.264网络开发有何大帮助- The RTP protocol is given in RFC1889 by IETF (I
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-07
    • 文件大小:116350
    • 提供者:李国
  1. Breeze_STM32_CAN_485_20140312

    1下载:
  2. 该程序基于STM32F103ZET6平台,集成DMA,IIC,SPI,UART,CAN,485驱动通过W5100实现基于TCPIP的远程组网,CAN/485控制,并通过LCD(驱动芯片ST7920)实时显示(本例程不包含GUI)(The program, based on the STM32F103ZET6 platform, integrates DMA, IIC, SPI, UART, CAN, and 485 drives a TCPIP based remote networking t
  3. 所属分类:嵌入式/单片机/硬件编程

    • 发布日期:2020-05-15
    • 文件大小:542720
    • 提供者:超级农民工
« 12 »
搜珍网 www.dssz.com