虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

PING

  • tcPINGPING时也能查看延时

    tcPINGPING时也能查看延时,需要知道端口号

    标签: tcPING PING 延时 端口

    上传时间: 2015-06-04

    上传用户:haimianying

  • DSP的EDMA3数据PING-PONG搬运方案

    基于TMS320C6000DSP的EDMA3数据PING-PONG搬运方案,原创

    标签: EDMA3 PING-PONG C6000

    上传时间: 2016-10-14

    上传用户:marconiqii

  • 快速PING工具

    快速PING工具,可选择地址段,杀毒误报

    标签: 快速PING工具

    上传时间: 2017-05-16

    上传用户:tcl529802053

  • 网段全PING工具

    可以全PING设定网段内的所有IP,从而得出IP使用状况。

    标签: PING

    上传时间: 2019-07-31

    上传用户:乱世打工仔

  • LTE智能预调度开关对PING时延影响案例

    该文档为LTE智能预调度开关对PING时延影响案例讲解文档,是一份很不错的参考资料,具有较高参考价值,感兴趣的可以下载看看………………

    标签: lte

    上传时间: 2022-02-01

    上传用户:

  • 基于ARM的μCOSⅡ内核网络化的实现

    随着计算机技术的发展,嵌入式系统己成为计算机领域的一个重要组成部分。而采用ARM微处理器作为硬件基础和μC/OS-Ⅱ作为嵌入式操作系统被广泛的应在各种嵌入式应用系统中。而随着网络化、信息化时代的来临,嵌入式设备的网络互联己经成为必然趋势。它通过现有嵌入式系统,增加网络接入能力,使嵌入式设备直接接入Internet。本课题采用SkyEye模拟的AT9lEV40开发板作为硬件开发平台,采用嵌入式实时操作系统μ C/OS-Ⅱ为软件开发平台,研究嵌入式TCP/IP协议栈。 本文首先对ARM微处理器和μ C/OS-Ⅱ进行了介绍;研究和探讨了μC/OS-Ⅱ在ARM架构上的移植方案,并就其关键技术部分,结合实现代码进行了阐述并提出了移植过程中要注意的问题。接着本文分层介绍TCP/IP协议栈,主要讲述各个分层及其所属的协议,报文格式等:并针对嵌入式系统的特点,对TCP/IP协议进行合理的简化,使之实现了TCP/IP协议簇的一些协议如:ARP,IP,ICMP,UDP,TCP和HTTP。同时研究了嵌入式TCP/IP协议栈LwIP的特性,分析了它的进程模型、数据包结构、工作流程、目录结构、应用程序接口。研究了将LWIP移植到μC/OS-Ⅱ系统上,实现嵌入式系统的网络联接,并用PING命令和一个简单静态网页的访问验证了网络功能的实现。

    标签: ARM COS 内核网络

    上传时间: 2013-08-01

    上传用户:hainan_256

  • 基于UCOS操作系统的TCPIP源代码

    基于UCOS操作系统的TCPIP源代码,包括ARP、CRC、Ethernet,IP、TCP、UDP、PING等。

    标签: TCPIP UCOS 操作系统 源代码

    上传时间: 2013-04-24

    上传用户:lrx1992

  • ZLG DP-668开发板全部程序

    ·详细说明:ZLG DP-668 开发板全部程序 \BELL\ 蜂鸣器演示程序 \CAN测试程序\ CAN双机通信演示程序 \EEPROM\ 24WC02演示程序 \LCD\ 128*64液晶模块演示程序 \RED\ 红外收发器演示程序 \RS232\ RS232串行接口演示程序 \RTC\ PCF8563时钟芯片演示程序 \TCPIP\ TCPIP通信演示程序(包含PING功能,及TCP,UDP等

    标签: nbsp ZLG 668 DP

    上传时间: 2013-05-28

    上传用户:tuilp1a

  • 开放式汇编器系统的设计

    汇编器在微处理器的验证和应用中举足轻重,如何设计通用的汇编器一直是研究的热点之一。本文提出了一种开放式的汇编器系统设计思想,在汇编语言与机器语言间插入中间代码CMDL(code mapPING description language)语言,打破汇编语言与机器语言的直接映射关系,由此建立起一套描述汇编语言与机器语言的开放式映射体系。基于此开放式映射体系开发了一套汇编器系统,具有较高层次上的通用性和可移植性。【关键词】指令集,CMDL,汇编器,开放式 Design of Retargetable Assembler System Liu Ling Feng Wen Nan Wang Ying Chun Jiang An PING Ji Li Jiu IME of Peking University, 100871【摘要】An assembler plays a very important role in the field of microprocessor verifications and applications, thus how to build a retargetable assembler system has been a hotspot in this field for long time. This paper presents a new method about the retargetable assembler system design.It provides a kind of language CMDL, code mapPING description language. During the process of assembling, assembler languages are firstly translated to CMDL, and then mapped to the machine codes. In an other word, CMDL is inserted between assembler languages and machine codes during the translation procedure. As a medium code, CMDL has a lot of features, such as high extraction, strong descript capabilities. It can describe almost all attributes of assembler languages. By breaking the direct mapPING relationship between assembler languages and machine codes, the complexities of machine codes are hided to the users, therefore, the new retargetable assembler system has higher retargetable level by converting the mapPING from assembler languages and machine codes to assembler languages and CMDL, and implementationof it becomes easier. Based on the new mapPING system structure, a retargetable assemblersystem is developed. It proved the whole system has good retargetability and implantability.【关键词】instruction set, symbol table, assembler, lexical analysis, retargetability

    标签: 开放式 汇编器

    上传时间: 2013-10-10

    上传用户:meiguiweishi

  • PING测试

    这是一款it 和网络维护不可缺少的软件

    标签: PING 测试

    上传时间: 2014-01-24

    上传用户:狗日的日子