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

搜索资源列表

  1. FormulaProcessor_beta1_CSharp

    0下载:
  2. 功能说明: 次组件提供的功能有二: 1、解析出数学表达式中的参数 2、计算数学表达式 此组件不但可以解析和计算数学表达式,还提供了一系列的数学基本函数,可应用于表达式中一块处理。提供的数学基本函数有:将值舍入到最接近的整数 rount(x)、向下取整函数 int(x)、向上取整 ceiling(x)、求两个数中最大数的函数 max(a,b)、求两个数中最小数的函数 min(a,b)、幂函数 pow(x,n)、求平方根的函数 sqrt(x)。 下载地址:http
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3687
    • 提供者:jason
  1. php_calc

    0下载:
  2. 用PHP编写的表达式计算器,是用的编译的知识实现的,并非使用eval()函数实现。 功能强大,可以做所有的数值计算,代数计算还不能实现。 1。可以计算形如“-3*sin(2^0.5/2+3.1415)-pi()^2”的式子。 2。能识别数字(包括小数、正负数)、数学函数。 3。可以做加、减、乘、除、指数、取模 计算(其中加、减包括一元和二元两种操作)。 压缩包里的“math.php”是演示文件-with PHP prepared by the express
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6809
    • 提供者:ZihanYang
  1. Maltab-CPP-Math-Library

    0下载:
  2. 此参考,让您快速访问MATLAB的C++数学库函数的原型和调用语法。在每一页的底部,你会发现一个函数的MATLAB版本的链接文件。使用MATLAB函数来查找参数的描述和功能的行为。-This reference gives you quick access to the prototypes and call syntax for the MATLAB C++ Math Library functions. At the bottom of each page, you’ll find a li
  3. 所属分类:matlab

    • 发布日期:2017-05-09
    • 文件大小:2188574
    • 提供者:sun cong
  1. calculator_vckbase

    0下载:
  2. 该类有以下特点: 1.支持字符串中含有各种常用函数,如"7.5+sin(6*ln(8))/exp(5)" 2.具有很好的纠错能力,能检查出表达式中括号是否配对、库函数是否正确 3.运算过程中能检查并判断出各种异常,如除数为0、开方函数sqrt(x)中x<0,反余弦函数acos(x)中的x<-1或x>1等 4.支持积分、求方程,算术表达式中可含有x,计算时将用类中的成员变量xx代替--1.support strings having common math functions,l
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-17
    • 文件大小:24263
    • 提供者:杨广铭
  1. fastRTS62x64x-1.4-Setup

    0下载:
  2. ti davinci的快速数学函数算法实现代码。给需要的朋友。-ti fast math functions lib
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:1581932
    • 提供者:zky
  1. IQmath_C64x2.1.3-Setup

    0下载:
  2. TI davinci的数学函数库。送给需要的朋友。希望有用。-ti c6000 math functions lib
  3. 所属分类:Algorithm

    • 发布日期:2017-05-07
    • 文件大小:1818063
    • 提供者:zky
  1. Usedtocalculatethefunction

    0下载:
  2. 用于计算的函数,有很多用VB编写的数学计算函数。谢谢!-Used to calculate the function, many written with VB math functions. Thank you!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:3212
    • 提供者:caoyu
  1. MATLAB-Common-Function

    1下载:
  2. MATLAB常用函数参考,包含了通用命令、运算符和特殊运算符、编程语言结构、基本矩阵函数和操作、基本数学函数、坐标变换、向量运算等特殊函数等常用函数的说明。-MATLAB function reference,it contains the common commands, operators and special operators, programming languages, basic matrix functions and operators, basic math functio
  3. 所属分类:matlab例程

    • 发布日期:2013-08-09
    • 文件大小:228790
    • 提供者:zhang yue
  1. 123

    0下载:
  2. 基本matlaB题目解答仿真代码,包括图形处理,高等数学函数解答,动画演示-Answer basic questions matlaB simulation code, including graphics, advanced math functions to answer, animated
  3. 所属分类:matlab

    • 发布日期:2017-04-23
    • 文件大小:175083
    • 提供者:杭进
  1. math

    0下载:
  2. 已知一个函数方程式,通过调用子函数的方法,求出改函数的根-Given a function equation, by calling the subroutine method, find the root to change functions
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1106
    • 提供者:Fain
  1. 1-1

    0下载:
  2. 用C语言编写的复数计算器,实现了加减乘除功能,用结构体存储实部和虚部,适合数据结构初学者-Complex with a calculator written in C, to achieve the Math functions, with the structure store the real and imaginary parts, the data structure suitable for beginners
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1168
    • 提供者:zhangqianru
  1. JAVAcalculatorlunwen

    0下载:
  2. Application和Applet两个版本的程序,实现基本数学运算、函数等功能:加、减、乘、除、阶乘、正弦、余弦和指数运算。对Application运用继承JFrame设计,类的设计构造方法利用-Application and Applet version of the program, basic math, functions and other functions: addition, subtraction, multiplication, division, factorial, s
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:34115
    • 提供者:adlery
  1. math

    0下载:
  2. 用逆波兰表达式实现计算器功能的数学头文件及源文件.支持四则运算,括号,负号,三角函数,求余,求幂和阶乘.但未处理大数,所以数值大小有限.-Math header file and source file with Reverse Polish expression calculator function. Supports four operations, brackets, negative numbers, trigonometric functions, modulo exponentia
  3. 所属分类:Algorithm

    • 发布日期:2017-11-26
    • 文件大小:4736
    • 提供者:mark
  1. matlab-math-caculate-methods

    0下载:
  2. MATLAB语言常用算法程序集,包含了插值、函数逼近、矩阵特征值计算、数值微分和积分、方程求根、非线性方程组求解、特殊函数计算、常微分方程和偏微分方程的数值解法、以及数据统计和分析等等。-MATLAB language commonly used algorithm for assembly, including interpolation, function approximation, eigenvalue calculations, numerical differentiation an
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:115634
    • 提供者:林真天
  1. soal

    0下载:
  2. example for math functions
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:67883
    • 提供者:Ratih
  1. MatrixVB

    1下载:
  2. matrixVB是一个COM组件,它提供了大量的有效算法, 可以加强VB内建数学运算与图形展示功能。函数库的 功能大致可分为8大类(矩阵运算、运算符重载、图 形图像处理、最优化运算、多项式、信号处理、随机 与统计分析、控制系统),有关更详细的资料请参考 www.mathworks.com。-matrixVB is a COM component that provides a large number of efficient algorithms that can stre
  3. 所属分类:matlab

    • 发布日期:2017-05-23
    • 文件大小:7503565
    • 提供者:Jiapu Zhu
  1. gui

    0下载:
  2. matlab 可视化界面设计 实现不同的数学函数功能-matlab gui for math functions
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:12716
    • 提供者:吴鹏
  1. gmp-6.1.0

    0下载:
  2. GMP 大数库是 GNU 项目的一部分,诞生于 1991 年。作为一个任意精度的大整数运算库,它包括了任意精度的整数、浮点数的各种基本运算操作。它是一个 C 语言的库,但是官方提供了 C++ 的包装类,主要的应用方向是密码学、网络安全、代数系统、计算科学等。 GMP 库的运行速度非常快,它的官方网站上称自己为地球上最快的大数库,但是 GMP 库所提供的只是数学运算功能,并没有密码学相关的高级功能。 -GMP large numbers library is part of the GNU pr
  3. 所属分类:Algorithm

    • 发布日期:2017-05-18
    • 文件大小:4869334
    • 提供者:yehuohan
  1. stdvector_utils

    0下载:
  2. Utilities for C++ std::vector conatiners. Mean of the data, Max and min values of the data Diff-functions for differences between samples in the vector Sum of the data Mean of the data
  3. 所属分类:数学计算

    • 发布日期:2017-12-25
    • 文件大小:3072
    • 提供者:misiaczek
  1. nmath.lib.bin-0.5

    0下载:
  2. 类似matlab的数学工具,功能强大,有很多功能,很实用。(Similar to Matlab's mathematical tools, powerful, a lot of functions, very practical.)
  3. 所属分类:数据挖掘

    • 发布日期:2018-04-22
    • 文件大小:179200
    • 提供者:11248
« 12 3 »
搜珍网 www.dssz.com