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

搜索资源列表

  1. rc6_avr

    0下载:
  2. AVR单片机的优化RC6 加密算法(速度快,其优化思想绝对值得学习) 在有128bytes RAM 的AVR单片机上执行 rc6 16/10/8(16 bit/10 rounds/8 bytes keys) * 对多数代码进行了 C 语言优化,对数据相关循环移位,模乘等用ASM优化 * 在4MHz无乘法器的AVR上得到平均 1172 Bytes/s的加解密速度。 * 编译器: AVR-G-AVR optimization RC6 encryption algorithm
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:5.72kb
    • 提供者:陈谭
  1. SPWM输出,SVPWM输出,移相PWM输出

    0下载:
  2. SPWM输出,SVPWM输出,移相PWM输出-SPWM output SVPWM output phase shift PWM output
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1.48mb
    • 提供者:陈旭
  1. 串并转换实验程序

    0下载:
  2. 利用8031串行口,和并行输出串行移位寄存器74LS164,扩展一位数码显示在数码显示器上循环显示0-9这10个数字-use 8031 serial port, parallel and serial shift register output 74LS164 expand a digital display on the digital display shows 0-9 this cycle 10 figures
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2.99kb
    • 提供者:韩雪琴
  1. FIR_BNCH

    0下载:
  2. 数字低通滤波器的设计.采用去脉冲干扰和二阶变换系统.-digital low-pass filter design. Pulse used to interference and the second shift system.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3.51kb
    • 提供者:曾敏
  1. 7279c

    0下载:
  2. HD7279A测试程序(C语言) 闪烁指令及键盘接口测试 快速计数演示 消隐指令测试 循环左/右移测试 \"三\"字向右运动3次,再向左运动3次 -HD7279A test procedure (C language) scintillation instructions, and keyboard interface tests demonstrated rapid count refers blanking so test cycle left / shift t
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:5.98kb
    • 提供者:李奇
  1. left-rightled

    0下载:
  2. 本Program 左右移循环流水灯-recirculating shift lights
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2014-01-12
    • 文件大小:2kb
    • 提供者:彭长庚
  1. c51_PID

    0下载:
  2. 典型的PID处理程序:这是从网上找来的一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID 参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算, 而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可 大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余 数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1.73kb
    • 提供者:jty
  1. temp

    0下载:
  2. 注意:只有C代码。串行驱动led显示,一个74hc595位移寄存器驱动三极管驱动led位,两个74hc595驱动led段,方式位5位x8段x2=10个数码管5分频,每次扫描时间位1.25ms-Note: Only C code. Serial driver led display, a shift register 74hc595 drive transistor drive led, and led two drives 74hc595 paragraph, ways x8 paragraph
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:3.02kb
    • 提供者:wilsonhuang
  1. Shift

    0下载:
  2. 单片机中常用的移位指令,可以处理各种要求循环的程序中-Commonly used in single-chip shift instructions, can handle the requirements of the program cycle
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:767byte
    • 提供者:hongyun
  1. shift-siso

    0下载:
  2. 先进先出序列发生器,详细说明见文档中的注释,希望能帮到大家-FIFO sequence generator, a detailed explanation see the comments in the document, hoping to help you
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:2.42kb
    • 提供者:Yang Shuang
  1. shift

    0下载:
  2. 控制移位寄存器的扩展 移位寄存器扩展用一个串入并出和并入串出寄存器链来扩展单片机的I/O功能,这个链共享时钟线和选通线,并且单片机有数据引脚来从链读取和输出数据-Control of extension shift register The extension shift register extends the I/O capability of the micro by using a chain of serial-parallel (for outputs) and para
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:2.1kb
    • 提供者:yuming
  1. 10-BCD-Shift

    0下载:
  2. 关于单片机bcd SHIFT的应用程序,希望对大家有帮助!-SCM bcd SHIFT on the application, we want to help!
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:17.69kb
    • 提供者:杨镇宁
  1. MSP430-Driver-for-74HC595-Shift-Register

    0下载:
  2. \MSP430 Driver for 74HC595 Shift Register
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:1.34kb
    • 提供者:nizar
  1. shift

    0下载:
  2. shift register program in c
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:99.58kb
    • 提供者:karry
  1. Control-shift-digital-tube-display

    0下载:
  2. 基于单片机的开发实现的功能是控制数码管的移位显示-Microcontroller-based development function is to shift control of the digital control display
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:872byte
    • 提供者:liqingyang
  1. 8-bite-LED-left-shift

    0下载:
  2. 8 bite LED left shift
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:7.07kb
    • 提供者:xieyuanbo
  1. LEDrotate-shift

    0下载:
  2. 实现单片机LED灯循环左移的程序,该程序应用Keil软件编程,简单易行-Achieve program of the LED lights cycle shift to the left of the MCU , the program using Keil software programming, simple and feasible
  3. 所属分类:SCM

    • 发布日期:2017-11-20
    • 文件大小:242.61kb
    • 提供者:何敬鲁
  1. Cyclic-shift-of-the-C-l

    0下载:
  2. Cyclic shift of the C language subroutines
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:1.08kb
    • 提供者:大漠
  1. Cyclic-shift-of-the-C

    0下载:
  2. Cyclic shift of the C language subroutines
  3. 所属分类:SCM

    • 发布日期:2017-05-17
    • 文件大小:4.15mb
    • 提供者:大漠
  1. led_left-shift

    0下载:
  2. 通过51单片机来控制8个led灯循环左移,始终只有一个led灯点亮,并循环执行流水动作。-With 51 single-chip microcomputer to control 8 LED lights cycle shift left, always only one LED lights, and loop execution flow action.
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:764byte
    • 提供者:杨翼
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com