CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 编程文档 搜索资源 - CAN TCP

搜索资源列表

  1. Keil MDK RL-ARM 实时库用户指南

    3下载:
  2. Keil MDK RL-ARM 实时库用户指南 中文版 包括以下内容 RL-RTX 描述了RL-ARM实时操作系统的结构,包括任务优先级、上下文切换、单个CPU下如何管理多个任务以及在RL-RTX中用到的其他一些 RTOS特性。 RL-FlashFS 描述了 RL-ARM中Flash文件系统的结构,包括文件创建、保存、读取以及在标准的flash,RAM或是存储卡设备中修改文件。 RL-TCPnet 描述了RL-ARM中TCP/IP协议栈组的结构,包括多种TCP/IP特性,以及
  3. 所属分类:编程文档

    • 发布日期:2013-05-08
    • 文件大小:1627558
    • 提供者:ecooly
  1. nslookup

    0下载:
  2. Nslookup命令详解 Nslookup显示可用来诊断域名系统 (DNS) 基础结构的信息。只有在已安装 TCP/IP 协议的情况下才可以使用 Nslookup 命令行工具。 -Detailed Nslookup Nslookup command to display available to diagnose Domain Name System (DNS) information infrastructure. Only if you have installed TCP/I
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:12530
    • 提供者:周严妍
  1. TCP_Performance_Simulations_Ns2

    0下载:
  2. TCP性能分析。两个分析模型:拥塞控制,各种场景;给出仿真练习;-two analytical models for TCP’s throughput are compared with simulated results. Based on the study, an ns2 simulation exercise is developed for the course “Simulation of telecommunications networks”. The goal of t
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:105676
    • 提供者:kjyqcl
  1. huawei_Tcpip

    0下载:
  2. 华为tcp/ip培训ppt,可以下载简单参考-Huawei tcp/ip training ppt, can download as a simple reference
  3. 所属分类:Communication

    • 发布日期:2017-04-28
    • 文件大小:234612
    • 提供者:李家
  1. design-analyse-protocols

    0下载:
  2. In the 25+ years the TCP/IP protocol family has been deployed on the internet, it has often faced new problems and challenges. Even today, new extensions such as ECN and TCPs user timeout option, are being added to the core protocols. Newer net
  3. 所属分类:Communication

    • 发布日期:2017-03-26
    • 文件大小:364624
    • 提供者:iso-1
  1. PARM_AINA_2006

    0下载:
  2. Current Peer-to-Peer (P2P) systems were developed and implemented as a result of a direct requirement/demand without an overall functional architecture. This makes the performance of the resulting systems far from optimal because other aspects
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:210131
    • 提供者:hanh
  1. Serial-programming

    0下载:
  2. 本书从编程实践角度详细介绍了PC计算机Windows环境下、DOS环境下以及单片机的串口通信的基本方法,并根据当前串口与网络结合的发展趋势,给出了串口与TCP/IP网络、远程监控相结合的解决方案与详细程序实例。内容丰富、步骤详尽,初学Visual C++/Turbo C的读者也能很快编写出实用的串口通信程序。-Programming practices from the perspective of the book details the PC computer under Windows e
  3. 所属分类:Communication

    • 发布日期:2017-06-11
    • 文件大小:18544040
    • 提供者:混合机
  1. IJEST10-02-06-126

    0下载:
  2. In today’s most of the Adhoc networks needs the reliable connection to transfer the data. Most number of data packets loss is experienced in the Adhoc networks due to Transfer control protocol(TCP)’s high channel error rate and link failur
  3. 所属分类:Communication

    • 发布日期:2017-03-22
    • 文件大小:556516
    • 提供者:payal
  1. Sockets-notes

    0下载:
  2. Network Programming Topics in this section include: • What a socket is • What you can do with a socket • The difference between TCP/IP, UDP/IP and Multicast sockets • How servers and clients communicate over sockets &#
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:212905
    • 提供者:Artcore
  1. ChinaUnicomSgip

    0下载:
  2. 联通短信sgip接口协议1.2版,采用tcp/ip 通讯,任何语言均可开发-Unicom SMS sgip interface protocol version 1.2, using the tcp/ip communication, any language can be developed
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:115772
    • 提供者:kevin.xia
  1. linuxthread

    0下载:
  2. 我们要讨论的是网络中进程之间如何通信?首要解决的问题是如何唯一标识一个进程,否则通信无从谈起!在本地可以通过进程PID来唯一标识一个进程,但是在网络中这是行不通的。其实TCP/IP协议族已经帮我们解决了这个问题,网络层的“ip地址”可以唯一标识网络中的主机,而传输层的“协议+端口”可以唯一标识主机中的应用程序(进程)。这样利用三元组(ip地址,协议,端口)就可以标识网络的进程了,网络中的进程通信就可以利用这个标志与其它进程进行交互。-We have to discuss how communic
  3. 所属分类:Communication

    • 发布日期:2017-11-25
    • 文件大小:30360
    • 提供者:曹磊
  1. 2

    0下载:
  2. 一个程序为服务端,建立UDP服务端套接字 另外一个程序为客户端,建立UDP客户端套接字 这两个新程序可以互联,完成一个基于TCP/IP网络的文本聊天程序.-A procedure for the server, a UDP server socket another program for the client, UDP client socket the two new program can be interconnected, complete a chat program of TC
  3. 所属分类:Communication

    • 发布日期:2017-11-08
    • 文件大小:4802
    • 提供者:王萍
  1. 3

    0下载:
  2. 一个程序为服务端,建立UDP服务端套接字。 另外一个程序为客户端,建立UDP客户端套接字。 这两个新程序可以互联,完成一个基于TCP/IP网络的文本聊天程序。-A procedure for the server, a UDP server socket.Another program for the client, UDP client socket.The two new program can be interconnected, complete a chat program t
  3. 所属分类:Communication

    • 发布日期:2017-11-08
    • 文件大小:5237
    • 提供者:王萍
  1. Adhoc-TCP.tar

    0下载:
  2. 对TCP在AD HOC网络中实现的介绍,内容很不错,可以看看。-AD HOC network for TCP is implemented in the introduction, the content is very good, you can see.
  3. 所属分类:Communication

    • 发布日期:2017-03-23
    • 文件大小:899967
    • 提供者:江先亮
  1. RCU-U-net-V1.00.000E

    0下载:
  2. this is doc about tcp communication,so you can know how to define above format
  3. 所属分类:Communication

    • 发布日期:2017-03-24
    • 文件大小:141444
    • 提供者:yandong
  1. contikiOS-notes

    0下载:
  2. this Contiki programming course. Contiki is a state-of-the-art, open source operating system for sensor networks and other networked embedded devices . Contiki was the first operating system for sensor networks to provide TCP/IP communication
  3. 所属分类:Communication

    • 发布日期:2017-03-24
    • 文件大小:328437
    • 提供者:Fatma
  1. IEC60870-5-104

    0下载:
  2. 本标准适用于具有串行比特数据编码传输的远动设备和系统,用以对地理广域过程的监视和控制.制定远动配套标准的目的是使兼容的远动设备之间达到互操作. 本配套标准利用了国际标准IEC 60870-5的系列文件. 本标准规定了IEC 60870-5-101的应用层与TCP/IP提供的传输功能的结合. 在TCP/IP框架内,可以运用不同的网络类型,包括X.25,FR(帧中继),ATM(异步传输模式)和ISDN(综合服务数据网络). 根据相同的定义,不同的ASDU,包括IEC 60870-5全部配套标准(例如
  3. 所属分类:Communication

    • 发布日期:2017-04-29
    • 文件大小:98670
    • 提供者:lucsheng
  1. iPingNet

    0下载:
  2. for ifix user of GE Proficy SCADA, add the hability to return a 1 o 0 for a ping so you can check if a TCP/IP device is Online or not.-for ifix user of GE Proficy SCADA, add the hability to return a 1 o 0 for a ping so you can check if a TCP/IP devi
  3. 所属分类:Communication

    • 发布日期:2017-05-04
    • 文件大小:74441
    • 提供者:Danjukass
  1. tcpip

    0下载:
  2. 基于TCP/IP通讯的仪器仪表应用层协议架构由于新一代仪器仪表的数据量大,传输距离远,实时性高,传统的基于RS232/RS485的串行数据传送方式已不能满足要求,而基于TCP/IP的以太网数据通讯方式,传输距离大(通过internet,理论上无限远),速度快,是当前新一代仪器仪表数据传输的理想方式。 基于单片机(如MCS51+RTL8019AS)的以太网接入技术已经相当成熟,可以方便的与PC机连接。根据仪器仪表嵌入式应用的要求(如实时性),我们采用TCP协议或UDP协议进行数据传输。TCP是
  3. 所属分类:Communication

    • 发布日期:2017-05-04
    • 文件大小:17928
    • 提供者:宇龙
搜珍网 www.dssz.com