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

搜索资源列表

  1. AT91RM9200-BasicISO7816-ARM1_2-2_0

    1下载:
  2. This zip describes an ISO7816 configuration to read the ATR. Includes main.html file for help. For use under Green Hills 3.6.1 Multi?2000 Software Tool. -This describes an ISO7816 configurati read on to the ATR. Includes main.html file for h E.coli.
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:362722
    • 提供者:张爽
  1. mp3play

    0下载:
  2. 非常适合内嵌式mp3播放,例如控制台!注意看压缩包里readme.doc 详细过程,在ARM及MIPS下通过 新建一个 wce application,选择 a simple windows ce application 在 1.tool->options->directories>include files里包含必要的头文件 D:\\WINCE500\\pubilc\\directx\\SDK\\INC D:\\WINCE500\\pubilc\\com
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:1569391
    • 提供者:lzy
  1. Class_definition_file_FIR_Filter

    0下载:
  2. FIR滤波器的C++实现 Below are program source listings for FIR.h and FIR.cpp, the header file and class file for implementing arbitrary causal FIR filters in the Synthesis Tool Kit (STK) framework
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:1305
    • 提供者:maxi
  1. smp86xx_rootfs.tar.bz2

    0下载:
  2.  sigma smp8634/8635 toolchain rootfs building source. ================= Readme.txt =================   This is the Sigma Designs customization of the root file system for the SMP86xx family of chips.   This package is of course
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-12-27
    • 文件大小:234248
    • 提供者:mattli001
  1. CHMReader

    0下载:
  2. CHMReader:阅读CHM文件的工具的源代码. 平台:WinCE 开发工具: EVC4 -CHMReader: a tool for reading CHM file
  3. 所属分类:Windows CE

    • 发布日期:2017-03-28
    • 文件大小:105473
    • 提供者:Jimmy
  1. pmbus

    0下载:
  2. pmbus在avr32开发板平台上tiny24中的实现。-This is PMBus 1.1 [0] software intended to replace the firmware found in the "Board Controller" [1] on the Atmel ATNGW100 [2], which is a low cost [$US 90] Linux-oriented board suitable for developing and deploying AVR32
  3. 所属分类:SCM

    • 发布日期:2017-04-24
    • 文件大小:57417
    • 提供者:张磊
  1. MPLAB_Tools_v7.40

    0下载:
  2. software MPLAB... writing program (coding .c/.h) -software MPLAB... writing program (coding .c/.h)
  3. 所属分类:SCM

    • 发布日期:2017-05-02
    • 文件大小:883545
    • 提供者:akufiss
  1. useful_tool

    0下载:
  2. 该软件包中,含有嵌入式系统开发常用的工具如DNW ,H-JTAG,Xlight FTP server用于嵌入式系统调试。能为您的嵌入式开发提供很大的方便。-The software bag contain DWM(UART BEBUG TOOL in windows-os)、H-JTAG Xlight FTP server which are useful tool for Embedded system development.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-02
    • 文件大小:799971
    • 提供者:lbj
  1. st7920

    0下载:
  2. 名称:ST7920字符驱动程序(ARM版) V1.0 作者:Transmart 中国传惠 gongxd@126.com 日期:2009-8-3 历史: 2009-8-3 V1.0 初始版本 环境: IDE-Version: uVision3 V3.63 Copyright (c) Keil Elektronik GmbH / Keil Software, Inc. 1995 - 2008 Tool Version Numbers:
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-22
    • 文件大小:61932
    • 提供者:gongxd
  1. gppve_3_5_wrSbc8548_2_0_3

    0下载:
  2. MPC8548 SBC开发板基于VXworks的 BSP资料,比较全,可以直接在SBC开发板上运行-this version of BSP will update the following driver files as well as the BSP. target/config/comps/vxWorks/11rapidio.cdf target/h/drv/end/gei82543End.h target/src/drv/end/gei82543
  3. 所属分类:VxWorks

    • 发布日期:2017-05-29
    • 文件大小:12461116
    • 提供者:唐震宇
  1. AnEfficientDouble-FilterHardwareArchitectureforH.2

    0下载:
  2. 在此提出了一種新穎的硬體結構 實時執行的自適應去塊效應 過濾過程中指定的H.264/AVC視頻編碼 標準。-In this paper,a novel hardware architecture for real-time implementation of the adaptive deblocking filtering process specified by the H.264/AVC video coding standard, is presented.The deb
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:799604
    • 提供者:張哲銘
  1. WinCE_Driver3

    0下载:
  2. 为什么WINCE目录下的例子用build+sysgen能够编译成EXE文件,而我添加的例子就不能编译呢? 如果这个例子是一个应用程序,那么肯定包括代码文件(.h .c .cpp)和资源文件(.rc和其它资源文件),build工具根据source文件内容把代码文件编译成lib文件,资源文件编译成.res文件,sysgen工具根据makefile文件内容将source文件中列出的需要链接的各个库文件合并成一个EXE文件。所以说关键在于makefile文件,WINCE目录下凡是能够用-Why W
  3. 所属分类:Windows CE

    • 发布日期:2017-04-05
    • 文件大小:12494
    • 提供者:chenl
  1. H-JTAG-using-method

    0下载:
  2. 介绍了H-JTAG的使用方法等等,是学习嵌入式人员的比用手册,比较使用。-It s a book about how to use the tool of H-JTAG.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-06
    • 文件大小:1378804
    • 提供者:wangxiaosong
  1. WPA_MR09

    0下载:
  2. 使用此源码请首先确认拿到的开发板为MR08(WM631 8688) 模块 还是MR09(8686)模块。然后根据自己开发板的模块类型,到xxxconfig.h中修改源码配置为模块相应的固件版本。-Please confirm whether your DEV-tool is MR08(WM631 8688) or MR09(8686).then alter the configuration in xxxconfig.h depend on the type of your DEV-tool.
  3. 所属分类:SCM

    • 发布日期:2017-06-10
    • 文件大小:17560454
    • 提供者:xiao
  1. H-Converter

    0下载:
  2. 至今为止发现的最好的HEX转bin的工具,-a best tool for hex/bin convertion
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-30
    • 文件大小:109229
    • 提供者:happywhr
  1. pickfile

    0下载:
  2. 本代码可以区分二进制文件和普通文本(ASCII)文件,并列出制定目录/文件列表中的下所有的二进制文件或文本文件。请使用 -? 、 -h 或 -H 命令选项察看帮助。-This tool is used to pick out text or binary files under the specified directory or in the specified file list.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-13
    • 文件大小:1971
    • 提供者:baa5gn493
  1. gSOAP-arm.tar

    0下载:
  2. 通过gsoap工具生成与webserver通讯的接口 我们自定义头文件,然后通过该工具命令,生成我们需要的接口文件,然后进行编程 ../bin/soapcpp2 -i -x -S -L ScaleWsServer.h-We custom header file, then the tool command, we need to generate the interface file generated by the tool gsoap communication interface
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-16
    • 文件大小:3809048
    • 提供者:周松松
搜珍网 www.dssz.com