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

搜索资源列表

  1. JCRC

    0下载:
  2. 将数据帧中的第一个8位字节与CRC寄存器中的低字节进行异或运算,CRC寄存器,循环冗余校验算法-data frame of an 8-byte CRC register with the low byte for XOR, CRC register, cyclic redundancy checking algorithm
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2002
    • 提供者:
  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. ZuChengYuanLi

    0下载:
  2. 计算机组成原理算法实现(二) 课题2,能够实现定点小数的机器数表示、定点小数的变形补码加减运算、定点小数的原码一位乘法运算和浮点数的加减运算-Principles of Computer Algorithm (b) subject 2, the machine can achieve the fixed-point decimal number that the deformation of complement fixed-point decimal addition and subtra
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:101625
    • 提供者:依然菜刀
  1. windows-calculator

    0下载:
  2. 主要功能:基本实现windows-vista下简单计算器的功能(除M+等)。 1: 基本的一元( ,根号)及二元运算(—+-*/)。 2: 支持累计运算(累加,累减,累乘,累除)。 3: 支持大数操作,数据范围在10的8000次方范围内。在超过10的8千次左右时,判其溢出。 4: 支持科学计数法(小数超过38位舍之) 5: 错误与警告的提示。如输入超过39位时弹出提示(输入过长)等。-windows calculator written by java. Functio
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:52214
    • 提供者:XWC
  1. Super-calculator-division

    0下载:
  2. 输入两个double数,就可以进行除法运算,计算出这两个数的商。可以选择精确到第多少位,位数为一个double值。-Enter the two double the number of division operations can be carried out to calculate the quotient of these two numbers. You can choose exactly to how many, a median of a double.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:742
    • 提供者:AA
  1. Java

    0下载:
  2. 孙鑫讲Java无难事的全部ppt讲稿,一共有十二课的内容,技术与应用,前言,位运算,面向对象编程,多线程等等。-Speak Xin Sun Java is difficult for all ppt lecture notes, content, technology and application of a total of 12 lessons, preface, computing, object-oriented programming, multi-threaded.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:275043
    • 提供者:刘钊
  1. CalculatorGUI

    0下载:
  2. 十六进制计算器,实现加减乘除运算,每四位用分隔符隔开-Hexadecimal calculator
  3. 所属分类:JavaScript

    • 发布日期:2017-04-14
    • 文件大小:3162
    • 提供者:daihuijuan
  1. Chp2Example

    0下载:
  2. java基础范例,字符串连接操作,//位运算操作,//StringBuffer的append操作-java basic examples, the string concatenation operator,// ​ ​ bit arithmetic operation// StringBuffer' s append operation
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-12-10
    • 文件大小:1387
    • 提供者:赵国锋
  1. ArithmeticTest

    0下载:
  2. 图形界面的算数练习器,可自己选择加减乘除,多位运算,定时,最后统计分数。-a graph ArithmeticTest ,you can choose the plus minus multiply divide. set time to do it . the program willgive a grade to you
  3. 所属分类:Applet

    • 发布日期:2017-12-05
    • 文件大小:3605
    • 提供者:yunpeng
  1. jsj

    0下载:
  2. 自编 计算器 java 程序,可进行加减乘除运算,保留小数点后两位-Self calculator java program, can be arithmetic operations, retain two decimal places
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-12-09
    • 文件大小:7449
    • 提供者:赵康州
  1. Int64

    0下载:
  2. 完成一个简单64位整数加、减、乘、除运算类,可以进一步修改为长整数运算-Completion of a simple 64-bit integer add, subtract, multiply, with the exception of computing categories, can be further revised to a long integer calculations
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2250
    • 提供者:zhi2840628
  1. src

    0下载:
  2. Java提供的API类BigDecimal,用来对超过16位有效位的数进行精确的运算。双精度浮点型变量double可以处理16位有效数。在实际应用中,需要对更大或者更小的数进行运算和处理。-BigDecimal Java API classes provided for more than 16 significant bits of the number of precise calculations. Double-precision floating-point variables can
  3. 所属分类:JavaScript

    • 发布日期:2017-06-13
    • 文件大小:21249636
    • 提供者:王浩天
  1. HugeInteger

    0下载:
  2. 创建一个大整数类HugeInteger,该类用一个40个元素的数组来存放一个大整数(最多不超过40位)。(1)定义几个大整数算术运算的成员函数,包括inputHugeInteger、outputHugeInteger、addHugeIntegers和substractHugeIntegers-Create a large integer class HugeInteger, with such an array of 40 elements to store a large integer (u
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1855
    • 提供者:李四
  1. bc

    0下载:
  2. 十进制转换二进制,八进制,16进制计算小程序(binary-to-decimal conversion)
  3. 所属分类:Java编程

    • 发布日期:2018-01-05
    • 文件大小:4385792
    • 提供者:狗鱼
  1. Calculator

    0下载:
  2. 1、实现界面设计:一个软件框;0-9数字按钮及小数点;加、减、乘、除、正负号、百分号、开方sqrt、倒数、等于运算符号;清除一位按键,及复位按钮; 2、实现计算功能:实数范围内最基本的加、减、乘、除四则运算及正负转换、开方、取倒数、百分数转换; 3、实现一位清除及复位功能:通过点击Back按钮实现数据的一位清除;通过点击C按钮实现数据的复位(清零)功能。(1, the realization of the interface design: a software frame; 0-9 di
  3. 所属分类:Java编程

    • 发布日期:2018-04-20
    • 文件大小:4096
    • 提供者:森森小公主
  1. AmulB

    0下载:
  2. 实现了java语言的大数乘法,答题思路即转化为字符串(数组)后进行按位运算,再将结果求和输出。(The multiplication of large numbers in Java language is realized. The way of answering is to transform to string (array), then carry out bitwise operation, and then output results.)
  3. 所属分类:Java编程

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:louisqw
  1. AplusB

    0下载:
  2. 使用java语言实现了大数加法的功能,大致思路即将输入数据转化为数组,然后按位运算再进行求和。(Java language is used to implement the addition of large numbers. The general idea is that the input data will be transformed into an array, and then it will be calculated by bit operation.)
  3. 所属分类:Java编程

    • 发布日期:2018-05-06
    • 文件大小:1024
    • 提供者:louisqw
搜珍网 www.dssz.com