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

搜索资源列表

  1. 文件运算器

    0下载:
  2. 问题描述:加减乘运算器。 要 求: 输入方式:使用给定文件进行输入; 输出方式:使用文件进行输出; 使用的数据结构:双向链表 实现的功能:实现任意位数的正负整数或小数的加法、减法和乘法运算。 具体要求:每个结点存储一位数字。算出的结果若是小数,整数部分的高位若为0要去掉,小数部分的低位若为0要去掉,若0085.56700,最后结果应为85.567。 文件说明:给定的文件a*.txt为第一个数,b*.txt为第二个数,要求加法产生的结果存储在add*.txt中,减法产生
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:17518
    • 提供者:何金龙
  1. 闰年计算

    0下载:
  2.  data segment    ;定义数据段     infon db 0dh,0ah,'Please input a year: $'     Y db 0dh,0ah,'This is a leap year! $'     N db 0dh,0ah,'This is not a leap year! $'     w dw
  3. 所属分类:汇编语言

    • 发布日期:2008-12-24
    • 文件大小:10752
    • 提供者:jackdawson0@
  1. exp2_4 建立一个复数类imaginary

    0下载:
  2. 建立一个复数类imaginary,其私有数据成员x和y表示复数的实部和虚部,构造函数imaginary用于对复数的实部和虚部初始化,友员函数add,sub,mul和div分别用于进行复数的加、减、乘和除法运算,静态函数show用于显示运算结果。在主函数中,实例化两个复数,并输入一个运算符,按运算符选择相应的友员函数进行复数运算,然后输出运算结果。 -The establishment of a complex class imaginary, its private data member
  3. 所属分类:数据结构常用算法

    • 发布日期:2016-01-27
    • 文件大小:10240
    • 提供者:jacky
  1. calculator

    0下载:
  2. C语言编写的计算器,有界面,能在win-TC下运行,实现了简单的加减乘除等功能。-A calculator that use win-TC development environment,it can be used add , sub ,mul , and div.
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3621
    • 提供者:lfb
  1. ALU1

    0下载:
  2. ALU 指令格式(16位) op DR SR fun 0--3 4—7 8--11 12--15           指令类 OP码 指令 FUN 功能描述 控制 0000  NOP 0000 空指令 HLT 0001 停机 有条件跳转 0010  JZ 0000 Z=1,跳转 JC 0001 C=1,跳转 JNC 0010 C=0,跳转 JNZ 0100 Z=0,跳转 Jump 0101 无条件跳转 LOAD 001
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-24
    • 文件大小:1078
    • 提供者:翟志强
  1. yingbuxianjongzhiqi

    0下载:
  2. 设计硬布线控制器:针对TEC-4实验台利用ispLSI1032芯片设计一个硬布线控制器,本控制器可以执行五条控制台指令:PR,KRD,KWE,KLD,KRR以及九条机器指令:ADD,SUB,MUL,AND,STA,LDA,JMP, JC,STP。 -Hard-wired controller designed to: test-bed for the TEC-4 ispLSI1032 chip design using a hard-wired controller, the contr
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:84935
    • 提供者:济公1988
  1. jsq.tar

    0下载:
  2. 用qt实现一个简单的计算器,这个计算器有简单的加、减、乘、除,根号,简单三角函数的功能。-this function is for the calc ,have add sub mul div.sqrt
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:292721
    • 提供者:heyong
  1. mul

    0下载:
  2. 加法器树乘法器结合了移位相加乘法器和查找表乘法器的优点。它使用的加法器数目等于操作数位数减 1 ,加法器精度为操作数位数的2倍,需要的与门数等于操作数的平方。 因此 8 位乘法器需要7个15位加法器和64个与门-Adder tree multiplier multiplier combination of shift and add multiplier advantage of look-up table. It uses the adder operand is equivalent to
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:565
    • 提供者:肖毅
  1. Complex

    0下载:
  2. 复数的四则运算.包括加,减,乘,除,求模运算。希望这个代码对大家有所帮助。-About Complex Arithmetic Summary (add sub mul div mod and so on) is very simply but very practiclarly. I hope this can help every friend
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-29
    • 文件大小:577
    • 提供者:朱建成
  1. rs

    1下载:
  2. RS的编码就是计算信息码符多项式,除以校验码生成多项式之后的余数;rs编码的基本实现,包括add,mul函数等;-RS coding is to calculate the information symbol code polynomial, divided by the check code generator polynomial after the remainder rs basically coding, including add, mul function, etc.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-11-27
    • 文件大小:1189
    • 提供者:久久
  1. TDDOWNLOAD

    0下载:
  2. #include <stdio.h> #include <math.h> #include <stdlib.h> #include <float.h> unsigned __int64 mulmod(unsigned __int64 a, unsigned __int64 b, unsigned __int64 m) { static const double _2_64 = 18446744073709551616
  3. 所属分类:source in ebook

    • 发布日期:2017-05-27
    • 文件大小:9861602
    • 提供者:hh
  1. AltiVec-technology-based-on-the-floating-point-mul

    0下载:
  2. 基于AltiVec技术的浮点乘加单元的设计AltiVec technology based on the floating-point multiply-add unit design-AltiVec technology based on the floating-point multiply-add unit design
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-27
    • 文件大小:277647
    • 提供者:xin2006
  1. 4.mul-by-add

    0下载:
  2. 8051 multiplication asm program using multiplication by addition method
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:810
    • 提供者:devakumari
  1. 3-variable-add-sub-mul

    0下载:
  2. 3 variable arithmati-3 variable arithmaticc
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-24
    • 文件大小:57028
    • 提供者:
  1. Calculate

    0下载:
  2. 这个code可以用来当计算机,可以帮我们算加减乘除-this coding help us to do calculation for add,minus,mul,and div.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-10
    • 文件大小:620
    • 提供者:ping
  1. caijian

    0下载:
  2. import java.awt.* import java.awt.event.* public class Counters extends Frame{ Panel panel TextField tf Button b[],add,sub,mul,div,cle, equ,dot,two,sqr,tsex Boolean isDot,operated,equaled double storedNumber char la
  3. 所属分类:Graph program

    • 发布日期:2017-05-25
    • 文件大小:8586848
    • 提供者:姚晓玲
  1. Handbook-of-Floating-Point-Arithmetic---Birkhause

    0下载:
  2. Floating-point arithmetic (2008), ADD, SUB, MUL, SQRT, FUNCTION (IEEE 754-1985 Standard, IEEE 854-1987 Standard, New IEEE 754-2008 Standard)-Floating-point arithmetic (2008), ADD, SUB, MUL, SQRT, FUNCTION (IEEE 754-1985 Standard, IEEE 854-1987 Stand
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-19
    • 文件大小:5574848
    • 提供者:ricvadim
  1. Calculator

    0下载:
  2. java写的计算器,具有简单的四则运算功能,供初学者参考。-Calculator writed by java, with function of simple mul, sub, add, div.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:25145
    • 提供者:zeqi
  1. calculator.java

    0下载:
  2. this program works the calculator function.by getting two initial values and perform either add,sub,mul,div according to the option selected in the run time-this program works the calculator function.by getting two initial values and perform either a
  3. 所属分类:Other systems

    • 发布日期:2017-11-11
    • 文件大小:10165
    • 提供者:Bharathi
  1. CPU

    0下载:
  2. 使用vhdl实现一个简易的cpu包含and or xor add sub mul 指令-Achieved using a simple vhdl cpu contain and or xor add sub mul instruction
  3. 所属分类:Other systems

    • 发布日期:2017-05-23
    • 文件大小:7573248
    • 提供者:张炜炜
« 12 »
搜珍网 www.dssz.com