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

搜索资源列表

  1. BigIntMultiplication

    0下载:
  2. 大整数乘法例子代码 /* 递归边界,如果是1位二进制数与1位二进制数相乘,则可以直接计算 */ /*累计做1位二进制乘法运算的次数*/ /* return (X*Y) */ /* 计算n的值 */ /* 把X和Y拆分开来,令X=A*2^(n/2)+B, 左移位运算,mod = 1<<(n/2) */ /* 计算XY=AC*2^n+(AD+CB)*2^(n/2)+BD */ /* 计算A*C,再向左移n位 */ /* 递归计算A*D */ /* 递
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1532
    • 提供者:小城
  1. jsjzucheng

    0下载:
  2. 这是我做的计算机组成原理的课程设计报告,内容有基本模型机的设计与实现和带移位运算的模型机的设计及实现。-This is my computer so the theory of curriculum design, as a basic model for the design and realization and shift operations with the machine model of the design and realization.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:318340
    • 提供者:袁源
  1. shift000

    0下载:
  2. 我自己写的带有异步清零端的8位可预置移位寄存器-I wrote it myself with asynchronous reset the end of the eight can be preset shift register
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:27424
    • 提供者:tywinter
  1. shifter

    0下载:
  2. 双向可控移位寄存器及存储器设计实验 双向可控移位寄存器及存储器设计实验
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:29603
    • 提供者:发啊饿
  1. Example_Source_Code-KWIC_Event_System[1]

    0下载:
  2. java程序,移位和排序等功能,适合初学者学习使用,挺不错的。-java process, translocation and sorting functions, suitable for beginners learning to use, very good.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:14129
    • 提供者:马丰超
  1. Booth

    0下载:
  2. java实现booth算法, 简单的无符号乘法就是“移位加”。 -java achieve booth algorithm, a simple unsigned multiplication is the " transposition."
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1385
    • 提供者:
  1. three

    0下载:
  2. 一个是用移位运算求出一个十进制数的二进制形式 一个是简单的菱形 最后一个是解决鸡兔同笼问题-A shift operation is obtained in the form of a binary decimal number is simply a diamond last one is to solve the problem of chickens and rabbits with cage
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:3794
    • 提供者:jiye
  1. JAVA

    0下载:
  2. 实现移位密码的加密,解密过程.移位密码,即向后移k位,k是密钥,是任意的。选用一个英文短语或单词作为密钥,去掉其中重复的字母得到一个无重复字母的字符串,然后将字母表中的其他字母依此写于此字母串之后。找出明文字母在原字母表中位置,则在加入密钥的字母表中该位置上的对应字母就是密文。-To realize the shift encryption and decryption process. Shift the password, that is, move backward k-bit, k is
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:2350
    • 提供者:killer
  1. js

    0下载:
  2. 用 js 建立若干个小的 box,然后将搜索结果分别移位放置到 box 里面,然后预先定义一个时间,让预先定义好的 box 做一个移位,看起来像机器人变形。-Use js to establish several smaller box, and then shift the search results are placed inside the box, then a pre-defined time for the pre-defined box to make a shift, look
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-15
    • 文件大小:7593
    • 提供者:刘晓
  1. projectCode

    0下载:
  2. KWIC索引系统接受行的有序集合,行是字的有序集合,字是字符的有序集合,任何行可以字为单位循环移位-KWIC searching system
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:11668
    • 提供者:xieyinling
  1. CRC16

    1下载:
  2. java CRC16校验自己实现的方法,通过移位算法-java CRC16
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:976
    • 提供者:孟宪军
  1. ConversePlus

    0下载:
  2. 用于实现进制转换,二进制到十六进制,主要用于新手理解移位的概念。-To hex conversion, binary to hex, mainly for the novice to understand the concept of shift.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:941
    • 提供者:李明
  1. kwic

    0下载:
  2. kwic实现循环移位,a-b排序,关键词索引等功能-kwic cyclic shift, ab Sort, Keyword Index
  3. 所属分类:Applet

    • 发布日期:2017-12-08
    • 文件大小:3634
    • 提供者:yuchuan
  1. DragGridView-master

    0下载:
  2. 实现了长按后移位的效果,有需要的朋友可以下载-After a long press to achieve the effect of shifting
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:70487
    • 提供者:hezhuming
  1. Adder

    0下载:
  2. 加法器,一个产生数的和的装置。常用作计算机算术逻辑部件,执行逻辑操作、移位与指令调用。-Commonly used for computer arithmetic logic unit, perform logical operations, shift and command invocation.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:699
    • 提供者:chenhao
  1. miniCAD

    0下载:
  2. 用java applet实现的CAD,除了简单图形的绘制,实现了输入文字、图像加载、保存、图像放大缩小、移位、改变图像颜色等功能-Using java applet to achieve CAD, in addition to draw simple graphics to achieve the input text, image loading, saving, image scaling, shifting, changing the image color and other featu
  3. 所属分类:Applet

    • 发布日期:2017-04-17
    • 文件大小:9539
    • 提供者:cherry
搜珍网 www.dssz.com