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

搜索资源列表

  1. complex_calculate

    0下载:
  2. 本程序新建complex类,并将数学库里的“+”“-”“*”“/”符号运算进行重载,使其适用范围从实数扩展至复数。-the new complex procedures category, Mathematics, 13-17 and the """-""*""/" symbol for heavy computation, from the scope of the application is extended
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:30701
    • 提供者:赵飞
  1. axlechange

    0下载:
  2. 本程序是利用mathematic进行柔性体坐标变换计算。Mathematic是一个计算机代数系统,它能够做数值,符号和图形运算,主要用于科学和工程方面.-use of this procedure is for flexible body in_array coordinate transformation calculation. Mathematic program is a computer algebra system, it can do numerical, graphical an
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:4535
    • 提供者:王小龙
  1. bignumber

    0下载:
  2. 该程序重载了C++基本运算符号 能提供对最大10000!进行计算 满足一部分大整数计算的要求
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2842
    • 提供者:ll
  1. ComputePolynomia_Visual_stdio

    0下载:
  2. 多项式的运算,有符号重载方法实现 visual stdio2005编译通过
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:27249
    • 提供者:潘迅
  1. newtmullt 运用Newton-Raphson方法求解非线性方程(组)

    1下载:
  2. 运用Newton-Raphson方法求解非线性方程(组),该程序同时支持句柄和符号运算- Application of Newton-Raphson method for solving nonlinear equation (s), the program supports both handle and symbol operation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-03-21
    • 文件大小:1187
    • 提供者:任俊杰
  1. Arithmetic

    0下载:
  2. 可进行大数的加减乘除、阶乘、三角函数、幂指数(指数只支持整数)的运算,支持小数运算,重载了以上功能的运算符号。 可运算数学表达式。 可进行16进制之内任意进制之间的转换-Addition and subtraction to multiplication and division to carry out large numbers, factorials, trigonometric functions, power index (index only supports integer
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:619918
    • 提供者:MagicKino
  1. MathBoy

    0下载:
  2. 有交互界面的一款可以进行的符号函数运算,简单排序,简单矩阵加减乘运算,自编的软件的源代码-There are interactive interface can be a function of operator symbols, simple sorting, simple addition and subtraction matrix multiplication, written and directed the software' s source code
  3. 所属分类:Algorithm

    • 发布日期:2017-05-06
    • 文件大小:1029808
    • 提供者:汪雨平
  1. ydaimaBigNum

    0下载:
  2. 件介绍: VC++数论计算的无符号大整数类及范例 VC++数论计算的无符号大整数类及范例,利用空闲时间编写了一个用于数论计算的无符号大整数类:   //乘2运算,即    // a = a * 2^dwTimes 相当于左移一位二进制,低位补0   CUSuperInt& Double(DWORD dwTimes = 1)      //除2运算 相当于右移一位二进制,高位边补0,低位舍弃   CUSuperInt& Half(DWORD dwTimes = 1)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:12058
    • 提供者:qiufeng
  1. BigNum

    0下载:
  2. VC++数论计算的无符号大整数类及范例,利用空闲时间编写了一个用于数论计算的无符号大整数类:    //乘2运算,即    // a = a * 2^dwTimes 相当于左移一位二进制,低位补0    CUSuperInt& Double(DWORD dwTimes = 1) -VC++ number of computing unsigned big integer class and examples of the use of free time has prepa
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:12814
    • 提供者:lbaoying
  1. gmp-5.0.1.tar

    2下载:
  2. GMP是The GNU MP Bignum Library,是一个开源的数学运算库,它可以用于任意精度的数学运算,包括有符号整数、有理数和浮点数。它本身并没有精度限制,只取决于机器的硬件情况。-GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. There is no practic
  3. 所属分类:Algorithm

    • 发布日期:2016-11-18
    • 文件大小:2631904
    • 提供者:
  1. prog

    0下载:
  2. ~~~ ~~~ ~~~ ~~~ ~~~ ~~~ ~~~ ~~~ ~~~ ~~~ ~~~~~ 带用户界面的计算器----可以计算加法,减法,乘法和除法,但是不能计算 带括号的四则运算,运行时,依次输入一个两位数、运算符号和第二个两位数, 就能输出计算结果,例如:计算65+79,依次输入"65"、“+”、"85",但是该 程序如果要计算一位数,必须输入两个数字,如果要输入8,必须输入08才行 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:2432
    • 提供者:谢飞
  1. random-variable

    0下载:
  2. 已知二维随机变量(X,Y)的联合概率密度 利用MATLAB的符号运算功能,求待定系数A;P{X>1,Y>2};边缘分布 -Known two-dimensional random variable (X, Y) the joint probability density function using MATLAB' s symbolic computation, seeking undetermined coefficients A P {X> 1, Y>
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:9770
    • 提供者:xiaoxia
  1. 95637012Multiplier

    0下载:
  2. 一种可以完成16位有符号/无符号二进制数乘法的乘法器。该乘法器采用了改进的booth算法,简化了部分积的符号扩展,采用Wallace树和超前进位加法器来进一步提高电路的运算速度。本乘法器可以作为嵌入式CPU内核的乘法单元,整个设计用VHDL语言实现。- This file contains all the entity-architectures for a complete-- k-bit x k-bit Booth multiplier.-- the design makes use of
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:358142
    • 提供者:zhou
  1. javaCal

    0下载:
  2. 加减乘除的四则运算计算器,输入两个实数,选择运算符号,计算运算结果-Math of arithmetic calculator, enter the two real numbers, select computing symbolic, calculation result of the operation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:4488
    • 提供者:lengfeng
  1. stringCalculate

    0下载:
  2. C++大数运算源码,支持+ - * /,支持带符号输入,无位数限制,真正大数计算-C++ source computing large numbers
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:353409
    • 提供者:hu junqing
  1. MATLAB6.0

    0下载:
  2. matlab6.0数学手册,详细介绍了矩阵运算、数值计算、数据分析、符号运算、概率统计、模糊逻辑、图形处理及matlab编程等内容,共8章。-matlab6.0 Mathematics Handbook, a detailed matrix operations, numerical calculation, data analysis, symbolic computation, probability and statistics, fuzzy logic, image processing
  3. 所属分类:Algorithm

    • 发布日期:2017-06-10
    • 文件大小:17706465
    • 提供者:cuiyiming
  1. program-design

    0下载:
  2. MATLAB作为一种广泛应用于科学计算的工具软件,不仅具有强大的数值计算、符号计算、矩阵运算的能力和丰富的绘图功能,还可以像C语言、FORTRAN等计算机高级语言一样进行程序设计,编写扩展名为.m的M文件,实现各种复杂的运算,同时MATLAB自带的许多函数就是M文件函数,用户也可以利用M文件来生成和扩充自己的函数库。-MATLAB as a widely used in scientific computing tools, not only has the great numerical ca
  3. 所属分类:Algorithm

    • 发布日期:2017-04-23
    • 文件大小:186485
    • 提供者:王雪
  1. Lagrange_Parabolic

    0下载:
  2. 1:利用差分方法数值求解抛物方程,适当改编后,可以用于求解其他的抛物方程,2,: 利用符号运算计算lagrange插值基函数。-1: Using the method of differential numerical solution of parabolic equations, appropriately adapted, can be used to solve parabolic equation 2: the use of symbolic computation lagrange
  3. 所属分类:Algorithm

    • 发布日期:2017-12-01
    • 文件大小:623
    • 提供者:小蒋
  1. PartialClass

    0下载:
  2. 基本的C#数字运算示例,执行两个数的加法、减法运算,返回相加、相减后的结果,实例化类对象,定义一个死循环,以便循环输入数据,记录运算符号,以运算符号为条件进行判断,判断是否为加号,判断是否为减号,不符合上面所有情况,实现基本的加法、减法运算。-The basic number crunching C# example, perform the addition of two numbers, subtraction, back together, after subtracting the re
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:5462
    • 提供者:zengzheng
  1. MATLAB

    0下载:
  2. 这个是由MATLAB的基础课程资料,其中包括了概述,数值运算,离散模型,符号运算,规划模型等等,而且附于相关的讲义和代码,是个不错的学习资料-This is the basis of MATLAB course materials, including an overview, numerical computation, discrete model, symbolic computation, planning models, etc., and attached to the releva
  3. 所属分类:Algorithm

    • 发布日期:2017-05-18
    • 文件大小:5109491
    • 提供者:greg
« 12 »
搜珍网 www.dssz.com