CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 加法运算

搜索资源列表

  1. 线性表及其应用--长整数四则运算

    0下载:
  2. 数据结构课程设计线性表及其应用,长整数四则运算,实现任意长的整数进行加法运算的演示程序。-curriculum design data structures and application of linear table, four long integer operations and achieve long arbitrary integer addition operations for the demonstration program.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2066
    • 提供者:石剑波
  1. 长整数加法

    0下载:
  2. 任意长整数加法运算,双向循环链表实现,相加的长整数数量任意。操作环境C-arbitrarily long integers computing, two-way cycle Chain realized, the combined number of arbitrary long integer. C operating environment
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4595
    • 提供者:李一
  1. ajks

    0下载:
  2. 许多现代浮点单元的一项主要体系结构功能,是能够将一个乘法与后面紧跟的加法作为单个运算执 行,且没有中间舍入误差。例如,Intel 的 Itanium 体系结构提供了一些指令,将三元运算 (a*b+c) 、(a*b-c) 和 (c-a*b) 中的每一个都组合为单个浮点指令(分别为 fma、fms 和 fnma)。这些单个 指令都比执行独立的乘法和加法指令快,并且因为没有中间乘法舍入,所以更为精确。该优化可以显 著提高那些含有多个交错乘法和加法运算的函数的速度-many modern floatin
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:6440
    • 提供者:jack
  1. add2006-4-18

    0下载:
  2. 用最简单的语句实现C语言中的加法运算实例!-the most simple C language statement achieve the addition operations examples!
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:5734
    • 提供者:泽斌
  1. juzhendeyunsuan

    0下载:
  2. 矩阵的运算关于矩阵的加法运算减法运算乘法运算除法运算-matrix arithmetic of addition of Matrix Operational Operational subtraction multiplication division Operational
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1776
    • 提供者:qhc
  1. addtion

    0下载:
  2. 能实现大数加法运算,20000位,实现大数四则运算第一步
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1232
    • 提供者:xiongwei
  1. VisualDialog

    0下载:
  2. 简单的小程序,可以实现加法运算并且存入文档
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:52848
    • 提供者:dahua
  1. 关于实现加法的rmi的例子

    0下载:
  2. 说明的是用在客户端输入两个数字,在服务器端实现其加法运算,然后返回结果给客户端的rmi例子,此例子经过本人的调试通过。欢迎大家享用。-descr iptions are used in the importation of two client figures on the server side to achieve its addition operations, then return to the findings to the client rmi example, the examp
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:8273
    • 提供者:郑云洲
  1. 用socket API实现加法的远程计算

    0下载:
  2. 说明的是用在客户端输入两个数字,在服务器端实现其加法运算,然后返回结果给客户端的socket例子,此例子经过本人的调试通过。欢迎大家享用。-descr iptions are used in the importation of two client figures on the server side to achieve its addition operations, then return to the findings to the client socket example, the
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:6573
    • 提供者:郑云洲
  1. 较为复杂的rmi的例子

    0下载:
  2. 说明的是用在客户端输入两个数字,在服务器端实现其加法运算,然后返回结果给客户端的rmi例子,这个例子较为复杂。此例子经过本人的调试通过。欢迎大家享用。-descr iptions are used in the importation of two client figures on the server side to achieve its addition operations, then return to the findings to the client rmi example,
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:7845
    • 提供者:郑云洲
  1. 稀疏矩阵相加

    0下载:
  2. 两个相同行数和列数的稀疏矩阵用十字链表实现加法运算-two identical rows and columns in the sparse matrix using Orthogonal List Adder Operational
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1090
    • 提供者:怡情
  1. Polynomial-Addition

    0下载:
  2. 进行多项式的加法运算,输入多项式的同时并作出简化操作-polynomial addition
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-01
    • 文件大小:13632
    • 提供者:赵成久
  1. Polynominal

    0下载:
  2. 单链表建立多项式类,实现多项式乘法与加法运算-Polynomial to establish a single list categories, the achievement of polynomial multiplication and addition operations
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:252587
    • 提供者:张炜
  1. Test_Float_Peak

    0下载:
  2. 用c编写的用于测试浮点运算峰值的小程序。采用长度为N的浮点数组source[]自身相加N次的方法进行N*N次浮点加法运算来测试浮点加法峰值。-With c prepared for testing small peak floating-point operations procedures. Length of the floating-point numbers for the N group source [] the sum of N times its own methods of N
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:8420
    • 提供者:小华
  1. verilog

    0下载:
  2. 带溢出的四位补码加法运算verilog代码-verilog
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:4149
    • 提供者:刘晓芸
  1. 多项式基本运算

    1下载:
  2. 用于实现多项式的基本操作,包括加法减法乘法和微分。 实现读入文本文件及输出相应结果在输出的文本文件夹中。(The basic operations used to implement the polynomial, including addition subtraction multiplication and differentiation. Implement the read text file and output the corresponding result in the o
  3. 所属分类:Windows编程

    • 发布日期:2017-12-31
    • 文件大小:1856512
    • 提供者:destinyuan
  1. assignment1

    0下载:
  2. 【问题描述】 设计一个实现一元稀疏多项式相加运算的演示程序。 【基本要求】 (1)输入并建立两个多项式; (2)多项式a与b相加,建立和多项式c; (3)输出多项式a,b,c。输出格式:比如多项式a为:A(x)=c1xe1+c2xe2+…+ cmxem,其中,ci和ei分别为第i项的系数和指数,且各项按指数的升幂排列,即0≤e1<e2<…<em。多项式b,c类似输出。([descr iption of the problem]
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:是杰瑞
  1. SComputing

    0下载:
  2. 把超过C/C++位数支持的两个大整数进行加法运算(Add two large integers supported by more than C/C++ digits.)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-03
    • 文件大小:1792000
    • 提供者:仟言
  1. matlab算数运算和逻辑运算

    1下载:
  2. 实现基本的运算(算数运算和逻辑运算),例如:加法、减法、乘法、除法、开方等运算(Implementing basic operations (arithmetic and logic operations))
  3. 所属分类:其他

    • 发布日期:2019-05-10
    • 文件大小:1221632
    • 提供者:哈哈唐志芳
  1. 基于struts的简单加法运算

    0下载:
  2. 本文件是基于Struts的简单加法运算的源代码,代码比较简单易懂,可供大家参考。
  3. 所属分类:Windows编程

« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com