CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 加运算

搜索资源列表

  1. 多项式的加减运算

    0下载:
  2. 多项式的加减运算特别实现(c实现)-polynomials Modified Operational special achievement (c realization)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2695
    • 提供者:吴信斌
  1. 稀疏矩阵运算器加减乘

    1下载:
  2. 以十字链表表示稀疏矩阵,实现两个矩阵的相加,相减,和相乘的运算.-List said with a crossbow sparse matrix, the matrix to achieve two together, subtraction, multiplication and arithmetic.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2414
    • 提供者:罗明会
  1. 求向量加减乘运算

    0下载:
  2. 数据结构常用算法——向量的加减乘除算法。希望能给读者带来帮助-algorithm commonly used data structures -- the vector arithmetic algorithm. Hope can help readers
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1340
    • 提供者:
  1. 元函数实现复数的运算

    0下载:
  2. 此软件可以用元函数实现复数的加减乘除,复数运算的很多难题都可以用此软件解决 -software yuan function can be used to achieve the complex arithmetic, many complex computing problems can be solved using this software
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:874
    • 提供者:张小龙
  1. 大数运算类实例

    0下载:
  2. 在计算机科学中有一类分常重要的代码工具是抽象的大数运算类,本工程实现对大数加减乘除的封装及实例-in computer science is often an important sub-category of tools is the code of large numbers Operational abstract category, the majority of projects to achieve the arithmetic package and examples
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5169
    • 提供者:刘胜国
  1. 矩阵加

    0下载:
  2. 三元组表的方式实现两个矩阵的加法运算-Table 3 group the realization of the two Matrix addition operations
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2598
    • 提供者:吴南
  1. 高精度整数运算

    0下载:
  2. 练习程序,问题如下:进行高精度整数的加、减、乘运算。输入两个十进制大整数M和N(M、N最长可达50位),计算运算结果并输出。【输入形式】标准输入上依次分行输入以下内容:1.第一行输入第一个大整数M。M可能带有负号,后面是最长可达50位的数字序列。2.第二行只有一个字符,可以是“+”、“-”、“*”,分别代表加、减、乘三种运算符。3. 第三行输入大整数N,格式与M相同M、N均不带有前缀的多余的0【输出形式】在标准输出上打印运算结果,输出一行字符序列,是大整数M和N和运算结果。如果该运算结果是正数,
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1338
    • 提供者:王资
  1. 大数运算类

    0下载:
  2. 一个用C++写的大数运算类,支持大数的加,减,乘,除和模运算,速度快。-C wrote a majority of the computing categories, large numbers support the addition, subtraction, multiplication and addition and modular, fast.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:3940
    • 提供者:cai
  1. 大数运算类

    0下载:
  2. 1. 实现原理: * 任何一个数都可以表示成指数形式,如下所示: * * N=nEe (0=<n的绝对值<=1,e为10的指数幂) * * 例如100可以表示成1E2,1001可以表示成1.01E3 * * 类 CBigNumber的成员number为上述的n,exponent为上述的e * * 2. 如何使用这个类: * * 你可以把CBigNumber的头文件和实现函数加入你的工程,然后定义 * * 该类的实例,就可以对这些实例进行加减乘除了(详见示例程序)-1. Princip
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1525
    • 提供者:沈嘉祺
  1. 一个可以对任意长整数进行加减的类

    0下载:
  2. 在Visual C++6.0 WinXp下编译通过采用类来实现,从CString继承而来数据运算的结果保存在CString类中理论上可对任意长的数据进行相加在Release目录下有可执行文件,将*.txt拖放到longadd.exe上即可,*.txt为数据文件-in Visual C Compiler 6.0 WinXp adopted under the category achieved redeem inherited from the Operational data stored in
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:62125
    • 提供者:何炜
  1. MATLAB实现卷积运算

    1下载:
  2. 信号的相关运算。信号的加噪声,去噪声。为一个M头文件
  3. 所属分类:matlab例程

    • 发布日期:2011-04-19
    • 文件大小:972
    • 提供者:swj200902162
  1. “神码”--重载运算符 高精度运算,加减乘除排列组合阶乘等

    1下载:
  2. “神码”--重载运算符 高精度运算,加减乘除排列组合阶乘等
  3. 所属分类:STL

  1. 定点运算器.rar

    0下载:
  2. 实现二进制定点运算: 1.定点整数补码加法 2.定点整数补码减法 3.定点小数Booth补码一位乘法 4.定点小数原码一位除法(加减交替法) 5.定点小数补码一位除法(加减交替法) 6.定点小数原码一位乘法 7.定点小数原码两位乘法 8.定点整数原码乘法 9.定点整数原码除法,achieve binary fixed point operations : 1. Sentinel integral complement Adder 2. Sentinel integral
  3. 所属分类:数据结构常用算法

    • 发布日期:2016-01-23
    • 文件大小:11053
    • 提供者:陈婷
  1. complex

    1下载:
  2. 复数运算库,可对复数进行加减和开方运算- The complex operation storehouse, may carry on the addition and subtraction and the root to the plural number operates
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-09
    • 文件大小:6990
    • 提供者:站长
  1. BigNum

    0下载:
  2. 一个简单的大数运算头文件,包含了加减乘除模,BOOL,逆元,模幂等-A simple computation of large numbers header file, contains the Math module, BOOL, inverse, modular power, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:3774
    • 提供者:shadow
  1. complex_num

    0下载:
  2. Unix下的复数运算,实现了复数的加减、开方运算-Unix complex operation, realized the plural number addition and subtraction, the root has operated
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-17
    • 文件大小:6994
    • 提供者:站长
  1. large

    0下载:
  2. 大数的加减乘除运算 ,完成上百位数的加减乘除-Addition and subtraction, multiplication and division of large numbers computing
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3299
    • 提供者:王飞
  1. PluralandMatrix

    0下载:
  2. C源码之复数运算和矩阵运算:内含复数的表示,复数的所有运算(包括求共轭,解析函数等)。矩阵的创建,加减运算,矩阵和向量乘法,矩阵和矩阵乘法,矩阵求逆,求矩阵特征值和特征向量; 现在大量科学计算要求在C编程中使用复数或者矩阵,希望能给你带来帮助~ -C-source computing, and the complex matrix calculation: that includes plural, the plural of all operations (including seek
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:22607
    • 提供者:shiping
  1. and

    0下载:
  2. matlab算法,加运算,和运算,代码,通用简易。(matlab andor c++ language)
  3. 所属分类:数学计算

    • 发布日期:2018-01-02
    • 文件大小:3072
    • 提供者:唐夏
  1. 矩阵运算

    0下载:
  2. 本类包含常见的矩阵运算,如加减乘取逆等运算(Common matrix operations, such as addition and subtraction, multiplication and multiplication, etc.)
  3. 所属分类:数学计算

    • 发布日期:2018-01-09
    • 文件大小:4096
    • 提供者:bbmmss
« 12 3 4 5 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com