搜索资源列表

  1. 多项式的加减运算

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

    • 发布日期:2008-10-13
    • 文件大小:2695
    • 提供者:吴信斌
  1. 案例4加减乘除四则运算 

    0下载:
  2. 加减乘除运算的东西,,不错!!汇编写的-things, it is true! ! The compilation was made
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3873
    • 提供者:承禹
  1. 大数的运算

    0下载:
  2. 大数运算的实现,包括加减乘除,四种运算,用个个函数实现各个功能,便于使用.-the realization of large numbers, including arithmetic, four operators, with each function to achieve all the functional and user-friendly.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:140946
    • 提供者:三人禾
  1. 稀疏矩阵运算器加减乘

    0下载:
  2. 以十字链表表示稀疏矩阵,实现两个矩阵的相加,相减,和相乘的运算.-List said with a crossbow sparse matrix, the matrix to achieve two together, subtraction, multiplication and arithmetic.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2414
    • 提供者:罗明会
  1. GMP大数运算库的windows原生编译库

    1下载:
  2. GNU MP大数运算库的windows下的.dll .h .lib文件等,可在VC编译器下编译连接,用于加密解密科学计算等
  3. 所属分类:编译

    • 发布日期:2009-12-16
    • 文件大小:212002
    • 提供者:yaojialin
  1. 51浮点运算程序库

    0下载:
  2. MCS-51 浮点运算子程序库及其使用说明 本浮点子程序库有三个不同层次的版本,以便适应不同的应用场合: 1.小型库(FQ51A.ASM):只包含浮点加、减、乘、除子程序。 2.中型库(FQ51B.ASM):在小型库的基础上再增加绝对值、倒数、比较、平方、开平方、 数制转换等子程序。 3.大型库(FQ51.ASM):包含本说明书中的全部子程序。
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2011-06-24
    • 文件大小:24550
    • 提供者:xyz543
  1. 案例4加减乘除四则运算 

    0下载:
  2. 加减乘除运算的东西,,不错!!汇编写的-things, it is true! ! The compilation was made
  3. 所属分类:Windows编程

    • 发布日期:2024-06-27
    • 文件大小:4096
    • 提供者:承禹
  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. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-27
    • 文件大小:4096
    • 提供者:cai
  1. 大数运算类

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

    • 发布日期:2024-06-27
    • 文件大小:1024
    • 提供者:沈嘉祺
  1. 大数的运算

    0下载:
  2. 大数运算的实现,包括加减乘除,四种运算,用个个函数实现各个功能,便于使用.-the realization of large numbers, including arithmetic, four operators, with each function to achieve all the functional and user-friendly.
  3. 所属分类:其他小程序

    • 发布日期:2024-06-27
    • 文件大小:140288
    • 提供者:三人禾
  1. 稀疏矩阵运算器加减乘

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

    • 发布日期:2024-06-27
    • 文件大小:2048
    • 提供者:罗明会
  1. 大整数加减运算源程序

    0下载:
  2. 多数程序设计语言处理整数的能力时有限的,如C语言中,int类型数据范围是-32768-32767。实际问题的处理过程中往往涉及大整数的运算,如RSA加密算法要求至少64bit的整数,设计算法实现大整数的加减运算。-majority programming language processing integral to the limited capacity, such as C language, int data type is t
  3. 所属分类:加密解密

    • 发布日期:2024-06-27
    • 文件大小:3072
    • 提供者:陈晓岚
  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. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-27
    • 文件大小:1024
    • 提供者:张小龙
  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 arithmet
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-27
    • 文件大小:5120
    • 提供者:刘胜国
  1. 大数运算类(支持大数的加减乘除和赋值运算)

    0下载:
  2. 大数运算类(支持大数的加减乘除和赋值运算)(The operation of large numbers (class support large numbers of add, subtract, multiply and divide and assignment operators))
  3. 所属分类:

    • 发布日期:2024-06-27
    • 文件大小:3072
    • 提供者:SuperMari
  1. matlab图像的加减乘除法运算

    0下载:
  2. matlab图像的加减乘除法运算用于图像的各类运算(The calculation method of add, subtract, multiply and divide matlab images)
  3. 所属分类:Windows编程

    • 发布日期:2024-06-27
    • 文件大小:2048
    • 提供者:liuxinglvn
  1. and

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

    • 发布日期:2024-06-27
    • 文件大小:3072
    • 提供者:唐夏
  1. 矩阵运算

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

    • 发布日期:2024-06-27
    • 文件大小:4096
    • 提供者:bbmmss
  1. 矩阵运算程序

    0下载:
  2. 程序包含矩阵加减、转置和乘法的功能,用于学习动态内存分配、结构体、二级指针、文件I/O.(The program contains the function of matrix addition, subtraction, and multiplication, which is used to learn dynamic memory allocation, structure, two level pointer, file I/O
  3. 所属分类:Windows编程

    • 发布日期:2024-06-27
    • 文件大小:244736
    • 提供者:theisness
  1. 浮点数运算

    1下载:
  2. 浮点数的表示与算术运算算法分析,要求理论推导与程序模拟。 算术运算包括字符串到浮点数、浮点数到字符串的转换,加、减、乘、除四则运算等。要有说明文档,包括算法证明、程序框图、使用方法、特殊处理(溢出、数位扩展)、实例分析等等。字符串转换可能稍难。 typedef unsigned int dwrd; #32-bit char* ftoa(dwrd); dwrd atof(char*); dwrd fadd(dwrd, dwrd)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-27
    • 文件大小:547840
    • 提供者:游哉
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org