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

RAD video tools

  • This document constitutes the user manual for the YAMON™ ROM monitor. YAMON (“Yet Another MONi

    This document constitutes the user manual for the YAMON™ ROM monitor. YAMON (“Yet Another MONitor”) is the ROM monitor used on MIPS Technologies evaluation and reference boards. The target audience for this document is users of those boards. This would typically be engineers developing hardware or software including compilers, RTOS and other tools. Currently, the following boards/CPUs are supported by YAMON : • Atlas™ with MIPS32 4K™ or MIPS64 5K™ class of CPUs. • Atlas with QED RM5261® . • Malta™ with MIPS32 4K or MIPS64 5K class of CPUs. • Malta with QED RM5261® . • SEAD™ with MIPS32 4K or MIPS64 5K class of CPUs. • SEAD-2™ with MIPS32 4K or MIPS64 5K class of CPUs.

    标签: YAMON constitutes the document

    上传时间: 2017-02-19

    上传用户:水中浮云

  • TMS Component Pack V5.0包含了超过 280 个为 Delphi 以及 C++Builder 设计的 TMS 生产控件

    TMS Component Pack V5.0包含了超过 280 个为 Delphi 以及 C++Builder 设计的 TMS 生产控件,省钱又省时。 本版本支持以下 IDE: Delphi 5,6,7,2005 C++Builder 5,6 BDS 2006 (Delphi 2006, C++Builder 2006) RAD Studio 2007 (Delphi 2007, C++Builder 2007) RAD Studio 2009 (Delphi 2009, C++Builder 2009)

    标签: TMS Component Builder Delphi

    上传时间: 2013-12-19

    上传用户:牛津鞋

  • Modern, large scale, display systems are migrating from traditional technologies such as incandesc

    Modern, large scale, display systems are migrating from traditional technologies such as incandescent, fluorescent and mechanical to sophisticated products based on LEDs. LED displays offer power savings and a superior visual experience in a range of products from programmable signage to large-scale video displays and commercial installations.

    标签: technologies traditional incandesc migrating

    上传时间: 2013-12-19

    上传用户:cursor

  • The ATK library provides a set of interfaces for accessibility.By supporting the ATK interfaces, an

    The ATK library provides a set of interfaces for accessibility.By supporting the ATK interfaces, an application or toolkit canbe used such as tools such as screen readers, magnifiers, and alternative input devices.

    标签: interfaces accessibility supporting ATK

    上传时间: 2014-11-06

    上传用户:wpwpwlxwlx

  • EMS Advanced Import Component Suite 允许你把数据从文件导入数据库中

    EMS Advanced Import Component Suite 允许你把数据从文件导入数据库中,支持 MS Access, MS Excel, MS Word [RTF], HTML, XML, PDF, TXT, DBF, CSV 等在内的多种常用文件格式。 感谢 zshwyp 提醒. :-] 本版本支持以下 IDE: Delphi 7,2005 C++Builder 6 BDS 2006 [Delphi 2006, C++Builder 2006] RAD Studio 2007 [Delphi 2007, C++Builder 2007] RAD Studio 2009 [Delphi 2009, C++Builder 2009]

    标签: Component Advanced Import Suite

    上传时间: 2017-03-18

    上传用户:fredguo

  • Qt/Embedded的安装(本人亲自安装步骤) 准备源码包 ◆ tmake 1.11 或更高版本;(生成Qt/Embedded应用工程的Makefile文件) ◆ Qt/Embedded 2.

    Qt/Embedded的安装(本人亲自安装步骤) 准备源码包 ◆ tmake 1.11 或更高版本;(生成Qt/Embedded应用工程的Makefile文件) ◆ Qt/Embedded 2.3.7 (Qt/Embedded 安装包) ◆ Qt 2.3.2 for X11; (Qt的X11版的安装包, 它将产生x11开发环境所需要的两个工 具) 假设把源码包解压所在/root/build-arm下 1安装tmake 进入tmake-1.11目录 cd /root/build-arm/tmake-1.11 export TMAKEDIR=$PWD/tmake-1.11 export TMAKEPATH=$TMAKEDIR/lib/qws/linux-arm-g++ export PATH=$TMAKEDIR/bin:$PATH 2.安装Qt/X11 2.3.2 cd qt-2.3.2 export QTDIR=$PWD export PATH=$QTDIR/bin:$PATH export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH ./configure -no-xft -thread -gif -system-jpeg -sm -shared [make] make -C tools/qvfb make -C tools/qembed

    标签: Embedded Qt Makefile tmake

    上传时间: 2013-12-22

    上传用户:sk5201314

  • Codesite 的主要目的是帮助开发者们查找其代码中的问题。CodeSite 的主要功能是可以让开发者使用代码来发送运行时的详细信息到特殊的接收器。更精确的说

    Codesite 的主要目的是帮助开发者们查找其代码中的问题。CodeSite 的主要功能是可以让开发者使用代码来发送运行时的详细信息到特殊的接收器。更精确的说,通过 CodeSite 实现的 TCodeSite 类,我们可以打包并发送运行时的信息给 CodeSite Dispatcher(CodeSite 的消息分发器),它可以路由这些消息到一个或多个接收器来察看。缺省的信息接收器是 CodeSite Viewer(消息察看器)。CodeSite 的效率体现在它不同于简单的显示消息的对话框或设定断点来检查变量,它的消息是可持续的,也就是可以保存的。生成的发送到目的地的消息的日志将为你找出代码中的问题提供相当有用的的信息。此外,在使用对话框和断点的时候,发出 Codesite 信息并不中断你的应用程序,因此,Codesite 在用户需要跟踪记录交互内容的场合里效率是十分高的。 本版本支持以下 IDE: Delphi 5,6,7,2005 C++Builder 5,6 BDS 2006 (Delphi 2006, C++Builder 2006) RAD Studio 2007 (Delphi 2007, C++Builder 2007) RAD Studio 2009 (Delphi 2009, C++Builder 2009) Visual Studio .NET 2003 Visual Studio 2005 Visual Studio 2008

    标签: Codesite CodeSite 开发者 代码

    上传时间: 2014-08-16

    上传用户:水口鸿胜电器

  • Netcat for NT is the tcp/ip "Swiss Army knife" that never made it into any of the resource kits.

    Netcat for NT is the tcp/ip "Swiss Army knife" that never made it into any of the resource kits. It has proved to be an extremely versatile tool on the unix platform. So why should NT always be unix s poor cousin when it comes to tcp/ip testing and exploration? I bet many NT admins out there keep a unix box around to use tools such as Netcat or to test their systems with the unix version of an NT vulnerability exploit. With Netcat for NT part of that feeling disempowerment is over.

    标签: the resource Netcat Swiss

    上传时间: 2017-04-02

    上传用户:onewq

  • Advanced ASIC Chip Synthesis Using Synopsys Design Compiler. This second edition of this book descr

    Advanced ASIC Chip Synthesis Using Synopsys Design Compiler. This second edition of this book describes the advanced concepts and techniques used towards ASIC chip synthesis, physical synthesis, formal verification and static timing analysis, using the Synopsys suite of tools.

    标签: Synthesis Advanced Synopsys Compiler

    上传时间: 2017-04-04

    上传用户:lanwei

  • 在网络安全中经常会遇到rootkit

    在网络安全中经常会遇到rootkit,NSA安全和入侵检测术语字典( NSA Glossary of Terms Used in Security and Intrusion Detection)对rootkit的定义如下:A hacker security tool that captures passwords and message traffic to and from a computer. A collection of tools that allows a hacker to provide a backdoor into a system, collect information on other systems on the network,mask the fact that the system is compromised, and much more. Rootkit is a classic example of Trojan Horse software. Rootkit is available for a wide range of operating systems.

    标签: rootkit 网络安全

    上传时间: 2017-04-04

    上传用户:xaijhqx