CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 循环右移

搜索资源列表

  1. shift8

    0下载:
  2. 完成8位移位寄存器的VHDL设计、仿真、下载验证,要求有带进位循环右移、带进位循环左移、自循环右移和自循环左移功能。-Completed the 8-bit shift register VHDL design, simulation, download authentication, and require Rotate right, Rotate left, since the rotate right and left from the circulation function.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-26
    • 文件大小:290991
    • 提供者:沈桑霞
  1. 11-LEDright

    0下载:
  2. 循环右移,始终一个led点亮,并循环执行流水动作,右移符号 >> 逻辑或符号 |-Rotate right, and always led a light cycle and implementation of water movement, the right shift symbol > > logical or symbol |
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:7198
    • 提供者:彭状
  1. nright

    0下载:
  2. 点阵屏显示多屏汉字循环右移\如何用74HC595实现-Dot-matrix screen display Chinese characters of multi-screen rotate right \ How to use 74HC595
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:1670
    • 提供者:孙良本
  1. 11

    0下载:
  2. 1、设线性表存放在向量A[arrsize]的前elenum个分量中,且递增有序。试设计一算法,将x插入到线性表的适当位置上,以保持线性表的有序性。 2、用向量作存储结构,试设计一个算法,仅用一个辅助结点,实现将线性表中的结点循环右移k位的运算。 3、用向量作存储结构,试设计一个算法,仅用一个辅助结点,实现将线性表逆置的运算。 -1, a set of linear table stored in the vector A [arrsize] the former elenum com
  3. 所属分类:Data structs

    • 发布日期:2017-11-24
    • 文件大小:787283
    • 提供者:wenzi
  1. main

    0下载:
  2. 用函数重载编程,用以实现循环左移、循环右移的位运算(bit),移位位数在 1-30000范围内任意-The the function overloading programming to achieve Rotate Left and Rotate Right bitwise (bit), shift the median in 1-30000 within any
  3. 所属分类:Other systems

    • 发布日期:2017-12-10
    • 文件大小:892
    • 提供者:王祎
  1. huayangdeng

    0下载:
  2. 花样灯,实现数码灯的循环左移,后循环右移,最后奇数灯亮,后偶数灯亮-Mood lights, digital lights rotate left, after rotate right, the last odd-numbered lights, after an even number of lights
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-09
    • 文件大小:960
    • 提供者:邱雨
  1. main

    0下载:
  2. 用函数重载编程,用以实现循环左移、循环右移的位运算(bit),移位位数在1~30000范围内任意-Function overloading programming for Bitwise rotate left, rotate right (bit), the shift amount anywhere in the range of 1 to 30000
  3. 所属分类:CSharp

    • 发布日期:2017-12-08
    • 文件大小:1100
    • 提供者:小周
  1. led

    0下载:
  2. 51单片机控制LED循环右移,接线方式由自己查看程序-51 single-chip control LED Rotate Right
  3. 所属分类:CSharp

    • 发布日期:
    • 文件大小:757
    • 提供者:XUSH
  1. SCM-c-language-examples-of-entry

    0下载:
  2. 单片机c语言入门实例。用LCD循环右移显示"Welcome to China" -SCM c language examples of entry. LCD cycle right display " Welcome to China"
  3. 所属分类:SCM

    • 发布日期:
    • 文件大小:1604
    • 提供者:奚高俊
  1. LEDrotate_rightshift

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

    • 发布日期:2017-11-23
    • 文件大小:353736
    • 提供者:何敬鲁
  1. 3-LEDxunhuanyouyi

    0下载:
  2. LED循环右移,让你了解每个LED的利用,与左移相反。-LED rotate right, let you know the utilization of each LED, and left the opposite.
  3. 所属分类:SCM

    • 发布日期:2017-12-02
    • 文件大小:7530
    • 提供者:何琳
  1. loop-right-light-LED

    0下载:
  2. 使用AT89S52单片机核心芯片,通过c语言编程,使用循环右移函数控制led-The use of AT89S52 microcontroller core chip, through the C programming language, using cyclic shift function control LED
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:7866
    • 提供者:zhao
  1. StringCircularRight

    0下载:
  2. VC 6.0 的下实现的字符串循环右移!-Achieved under the string loop VC 6.0 s right!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:266068
    • 提供者:shuna
  1. No1

    0下载:
  2. 1、设线性表以顺序存储结构存储,且递增有序。设计算法,将x插入到线性表的适当位置上,以保持线性表的有序性。 2、用数组作存储结构,设计算法,仅用一个辅助结点,实现将线性表中的结点循环右移k位。 3、用数组作存储结构,设计算法,仅用一个辅助结点,实现将线性表逆置。 -1, set the table in order to store the linear structure of the storage, and the increasing order. Design algori
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:791
    • 提供者:高雪亭
  1. LIUSHUIDENG

    0下载:
  2. 用于单片机控制的流水灯的亮灭,可以全亮和全灭,也可以隔一位两,循环左移循环右移,编译正确-Used for light water control light out, can be bright and all kill, also can be a bit two, circular shift left rotate right, correct compiler
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:1230
    • 提供者:李静
  1. 1.LEDpaomadeng

    0下载:
  2. 51单片机开发板 - LED实验,循环右移1位,不断点亮下一个LED-51 MCU development board- LED experiment, rotate right one, constantly lit LED next
  3. 所属分类:SCM

    • 发布日期:2017-04-25
    • 文件大小:22374
    • 提供者:pon
  1. TestStrRorChar_HUAWEI

    0下载:
  2. 华为编程大赛 函数功能:实现一个字符串中的字符循环右移功能。代码添加详细注释-The programming competition held by HUAWEI
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:837
    • 提供者:刘仙
  1. paomadeng

    0下载:
  2. 51单片机,跑马灯循环右移闪烁,可手动更改R6,R7延时参数测试,编译环境:Keil uVision2,汇编程序。-51 single chip microcomputer, entertaining diversions cycle moves to the right, can be manually change the R6, R7 delay parameter test, compile environment: Keil uVision2, assembler.
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:9358
    • 提供者:周克超
  1. xunhuanyou

    0下载:
  2. 主控芯片为89c52,有8个小灯,通电后8个小灯循环右移。-Master chip 89c52, there are eight small lights, power and eight small lights rotate right.
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:11604
    • 提供者:
  1. loop-move-right-C-Language

    0下载:
  2. 循环右移程序,动态建立数组,继而循环右移,详见博客说明,http://blog.csdn.net/u013457167/article/details/50275105-by using the key word malloc and use for loop to make it
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:639
    • 提供者:
« 1 23 4 5 »
搜珍网 www.dssz.com