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

资源列表

« 1 2 ... .27 .28 .29 .30 .31 33332.33 .34 .35 .36 .37 ... 33645 »
  1. msp430 Timer_A uart9600_06

    1下载:
  2. 利用MSP430的Timer A 模拟UART功能,波特率9600 32kHz ACLK-using MSP430 Timer A simulation function UART, 9600 Baud Rate 32kHz ACLK
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2534
    • 提供者:王懋
  1. 交交变频矢量控制

    1下载:
  2. 交交变频矢量控制DSP部分,也是核心部分,输出为最终触发角度-Cycloconverter DSP vector control, is the core part of the output for the final trigger point
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:24199
    • 提供者:范凡
  1. lpc2148_usbhid

    0下载:
  2. 这是一个Keil MCB2148开发板上针对LPC2148的HID项目程序,它示范了如果实现USB HID: - 8个LED - INT1按钮 该设备将被Windows识别并加载为普通的HID 设备。LED和按钮将和PC端HID用户软件进行交互。-Keil MCB2148 LPC2148 development board against the HID project procedures, which demonstrated a USB HID if :-eight LED
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:173050
    • 提供者:林强
  1. LAPS

    0下载:
  2. 本程序属于中断程序,本程序只是一个在Win32平台上的演示程序,大家可以改下应用于机床控制等。-interrupted the procedure to procedure, the procedure is a Win32 platform in the demonstration program, we can change machine used under control.
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:1170
    • 提供者:黎昌林
  1. PictureViewerPPC

    1下载:
  2. Pocket PC上的图片浏览程序。开发工具:eVC。-Pocket PC photo viewer. Development tools : eVC.
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:49322
    • 提供者:蜡笔小羊
  1. CeLLK

    0下载:
  2. WindowsCE版的连连看游戏,图片是从QQ中借用的。开发工具:Embedded Visual C++,-WindowsCE version of the 1000 block of Terry Avenue games, photographs were borrowed from the QQ. Development tools : Embedded Visual C,
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:313490
    • 提供者:蜡笔小羊
  1. 8051子程序集

    0下载:
  2. mcs51系列的子程序大集合,有利于硬件工程师的参考资料-mcs51 series of large pools subroutine is conducive to the reference hardware engineers
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:78644
    • 提供者:无畏
  1. TMS320C54x DSP 的cpu和外围设备

    0下载:
  2. 针对在FPGA中实现FIR滤波器的关键--乘法运算的高效实现进行了研究,给了了将乘法化为查表的DA算法,并采用这一算法设计了FIR滤波器。通过FPGA仿零点验证,证明了这一方法是可行和高效的,其实现的滤波器的性能优于用DSP和传统方法实现FIR滤波器。最后介绍整数的CSD表示和还处于研究阶段的根据FPGA实现的要求改进的最优表示。-view of the FPGA FIR filters achieve the key -- the multiplication Efficient Implem
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:1424510
    • 提供者:呈一
  1. AVRBootload

    0下载:
  2. atmega8的BootLoad程序,此为上为机软件,现已在Atmega8芯片上测试通过。我已使用它做了几个项目,除第一次使用下载线,以后写片子只用串口线. -atmega8 the BootLoad procedures, such as for the software, which is available at Atmega8 chip test. I have to use it to do several projects, in addition to the first us
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3828824
    • 提供者:鹏程万里
  1. AVRBoot_M8

    1下载:
  2. atmega8的BootLoad程序,需写入M8之中,现已在Atmega8芯片上测试通过。我已使用它做了几个项目,除第一次使用下载线,以后写片子只用串口线.-atmega8 BootLoad the procedures required to be included in M8, which is available at Atmega8 chip test. I have to use it to do several projects, in addition to the first u
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1251
    • 提供者:鹏程万里
  1. MSP430单片机C语言编程中的退出睡眠问题

    1下载:
  2. MSP430在进入睡眠后,如果发生事件产生中断,那么单 片机会退出睡眠,自动执行中断程序,但是当中断返回时,主 程序又重新进入睡眠状态。如果要在发生中断后,主程序需 要退出睡眠,那么需要在中断程序中修改SP堆栈中的内容, C语言没有指令可以修改堆栈内的内容,可以采用C语言与 汇编语言混合编程的方法解决此问题。-MSP430 into sleep, and if events have disrupted, SCM will withdraw from sleep, inter
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:39890
    • 提供者:lj
  1. um_s3c2440a_rev10

    0下载:
  2. SAMSUNG的2440使用手册,最高频率400MHz,市场已有售-Samsung's 2440 manual, the maximum frequency of 400MHz, the market has been on sale
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:2202480
    • 提供者:evan
« 1 2 ... .27 .28 .29 .30 .31 33332.33 .34 .35 .36 .37 ... 33645 »
搜珍网 www.dssz.com