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

搜索资源列表

  1. AVR1

    0下载:
  2. 对于AVR初学者来说,通过这些例程的学习可提高自己的单片机编程能力。-AVR for beginners, these routines can learn to improve their ability microcontroller programming.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:166001
    • 提供者:袁媛
  1. progisp14

    0下载:
  2. 共享软件PROGISP(Ver1.4) 2005/12/28 支持编程器类型 1,多种并口(可以自定义)编程器(并口串行) 2,USBPROG编程器(usb串行) 3,并口并行编程器 特色: 1,速度较快(16k程序): 并口 读11秒 写11秒;USBPROG读2秒 写2秒。 2,USBPROG根据目标cpu自动调整三种下载速度(8k,187.5k,375k) 3,支持自定义ATMEL全系列cpu(avr+S5x 系列). 4,支持自定义熔丝信息
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:530329
    • 提供者:智峰
  1. Giga8b10b v10

    0下载:
  2. 可编程器件厂商Altera出品的8b10b编码器,用在现在通用的PCI-Express接口中,包含完全解密的源程序。-Altera programmable device manufacturers buy 8b10b encoder, now with the generic PCI-Express interface, including full decryption of the source.
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:18510
    • 提供者:宋云成
  1. exam

    0下载:
  2. 一个可沿地面黑线行走,并可设置行驶路程,显示速度(m/s)的小车,使用51完成,c51编程-a black line along the ground running and can set distance traveled, showing speed (m / s) are small, the use of 51 completed, c51 Programming
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:332253
    • 提供者:吕江波
  1. xapp336_8b10b

    1下载:
  2. 可编程器件大厂Xilinx提供的高速多状态编码8b_10b编码器,可直接使用在Xilinx公司器件的设计上-Xilinx programmable device manufacturers to provide high-speed multi-state coding 8b_10b encoder, direct access to the Xilinx devices on the design
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:179576
    • 提供者:宋云成
  1. TestBoard

    0下载:
  2. 一个c51的时钟事例程序,内含一块简易实验板图,以及一块at89sxx系列简易编程器图-a decoder clock examples procedures, containing a simple experimental map, at89sxx and a series of simple programmer map
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:670886
    • 提供者:吕江波
  1. xapp368

    0下载:
  2. 可编程器件厂商Xilinx的手持式逻辑分析仪的逻辑设计,包括完整的可用于Xlinx器件的硬件code,以及用来接口的C代码-makers Xilinx programmable devices, handheld logic of the logic analyzer design, including complete Xlinx device can be used for the hardware code, and to interface C code
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:553057
    • 提供者:宋云成
  1. xapp353

    0下载:
  2. 可编程器件厂商Xilinx的用于设计SMBus 控制器的源程序,包括完整的说明帮助,以及可以用于xlinx器件的可综合的代码-makers Xilinx programmable devices used in the design of the controller SMBus source, including a complete explanation of help and can be used xlinx devices can be integrated code
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:1088631
    • 提供者:宋云成
  1. WinCE显示JPEG、读写INI文件

    0下载:
  2. 采用Platform Builder进行编程,可以显示JPEG图像、并读取INI文件。在嵌入式定位导航系统中应用。-using Platform Builder program can display JPEG images. INI file and read. Embedded in the GPS navigation system applications.
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:21968
    • 提供者:新新
  1. 6502secret

    0下载:
  2. 6502汇编编程指南,非常适合初学者采用,里面还有实例指导-6502 compilation programming guide, very suitable for beginners use, there is also guidance examples
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:559960
    • 提供者:gh
  1. TI 54x fft

    0下载:
  2. DSP编程代码,FFT算法,经典!! FFT实验 一、 理论: 公式(1)FFT运算公式 FFT并不是一种新的变换,它是离散傅立叶变换(DFT)的一种快速算法。由于我们在计算DFT时一次复数乘法需用四次实数乘法和二次实数加法;一次复数加法则需二次实数加法。每运算一个X(k)需要4N次复数乘法及2N+2(N-1)=2(2N-1)次实数加法。所以整个DFT运算总共需要4N^2次实数乘法和N*2(2N-1)=2N(2N-1)次实数加法。如此一来,计算时乘法次数和加法次数都是和
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:439370
    • 提供者:徐克
  1. ADSP-BF561_MicronSensorExample_I2C_ASM_in_C

    1下载:
  2. DSP的一个范例,可以研究I2C的DSP编程以及ADI的blackfin561嵌入式开发。更多源码在www.tayitone.com上-example of a DSP, I2C can study the ADI DSP programming and the blackfin561 embedded development. More source on the www.tayitone.com
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:366320
    • 提供者:李长宏
  1. ADSP-BF561_ I2C_Protocol_Example_C

    1下载:
  2. DSP的一个范例,可以研究I2C的DSP编程以及ADI的blackfin561嵌入式开发对I2C协议了解有帮助。更多源码在www.tayitone.com上-example of a DSP, I2C can study the ADI DSP programming and the development of embedded blackfin561 I2C HS proposed understanding help. More source on the www.tayitone.com
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:103461
    • 提供者:李长宏
  1. 基于FPGA的数字信号显示系统软硬件设计

    1下载:
  2. 该文阐述了现场可编程逻辑器件FPGA的主要特点,应用FPGA芯片和VHDL硬件描述语言设计的模拟示波器数字信号显示系统的设计原理和设计方法。-this paper, the field programmable logic devices FPGA main feature FPGA chip and VHDL hardware descr iption language design analog signals to digital oscilloscope system design pr
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:439454
    • 提供者:张志华
  1. firmware12.6

    0下载:
  2. 提供了usb接口fx2芯片的编程。从io输入到后来的差分信号输出。都给了详细的例子-provided accordance usb interface chip programming. Io from input to the subsequent differential signal output. Gave a detailed example
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:148972
    • 提供者:黄俊翔
  1. quartus II中文用户教程(英文版的完全翻译)

    3下载:
  2. quartus II中文用户教程(英文版的完全翻译),和一切爱好可编程器件的同仁共勉之-Quartus II Chinese user guide (English version of the full translation) love and all programmable devices colleagues share Zhi
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:845540
    • 提供者:田晶昌
  1. maxshiyan

    0下载:
  2. 大学vhdl语言实验大全,基于max-plus2平台,内有8-3译码器,8位加法器,数字钟,数码显示,74ls138,8,4位计数器,d,rs触发器,加法器,交通灯等,此原码基于长江大学可编程器件实验箱,如要运行在其他平台上需要重新定义管脚-University VHDL language experiment Daquan, based on the max-plus2 platform within 8-3 decoder, 8 Adder, digital clock, digital d
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:865899
    • 提供者:田晶昌
  1. DUAN1224

    0下载:
  2. GSM模块短信编程,C51格式,处次上发,希望大家间量-GSM SMS module programming, C51 format, Office meeting made, we hope that the volume of inter -
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:5572
    • 提供者:王先生
  1. 719(3)YUVviewer

    0下载:
  2. wince下EVC的编程,将一个播放器采用一个动态链接库里的编码方式对流媒体进行编码,提高编码的效率,和播放的效果-weights under EVC programming, will a player using a dynamic link library encoding for streaming media encoding, improve coding efficiency, players and the effect
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:5730339
    • 提供者:ken
  1. AM29LV160编程源代码可以作为Flash擦写程序的典范

    1下载:
  2. 该程序代码实现对Flash Rom AM29LV160烧写数据的功能-code to achieve the right Flash Rom AM29LV160 burning data functions
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:3453
    • 提供者:caoliu
« 1 2 ... 21 22 23 24 25 2627 28 29 30 31 ... 50 »
搜珍网 www.dssz.com