CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 数学函数

搜索资源列表

  1. grayscaleops.zip

    0下载:
  2. 灰度膨胀和腐蚀,matlab源程序,在matlab本身函数的基础上进行改进,Gray-scale expansion and corrosion, matlab source, in the matlab function itself on the basis of improved
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:4724
    • 提供者:ding
  1. esbmaths.rar

    0下载:
  2. 一些数学函数 (数值运算, 矩阵运算, 统计等), 有源代码和详细的说明!,Some mathematical functions (numerical computing, matrix operations, statistics, etc.), source code and detailed explanation!
  3. 所属分类:Algorithm

    • 发布日期:2017-03-21
    • 文件大小:96399
    • 提供者:youarehaha
  1. Calculator.rar

    0下载:
  2. 在Visual C++环境下用C语言编写的计算器,比电脑自带的计算器功能更强大,有所有常见数学函数的计算功能,还附带常用物理与数学常数。还提供二进制、八进制、十进制和十六进制等不同进制下的数字表达。也提供弧度与角度的换算。,In Visual C++ environment using C language, calculators, built-in calculator than computer more powerful and has all the common mathematic
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:489400
    • 提供者:yf
  1. IQMathfor2812.rar

    0下载:
  2. TI公司的281X系列芯片的数学包,用于完成浮点运算和各种数学函数的功能。,This is DSP 2812 math function package.
  3. 所属分类:DSP program

    • 发布日期:2017-05-06
    • 文件大小:1511553
    • 提供者:倪成
  1. 数学优化分析综合工具软件包

    6下载:
  2. 1stOpt 是七维高科有限公司(7D-Soft High Technology Inc.)独立开发, 拥有完全自主知识产权的一套数学优化分析综合工具软件包。在非线性回归,曲线拟合,非线性复杂模型参数估算求解,线性/非线性规划等领域首屈一指; 1stOpt 应用范围 1) 模型自动优化率定 2) 参数估算 3) 任意模型公式线性,非线性拟合,回归 4) 非线性连立方程组求解 5) 任意维函数,隐函数极值求解 6) 隐函数根求解,作图,求极值 7) 线
  3. 所属分类:数学计算/工程计算

    • 发布日期:2016-01-23
    • 文件大小:7421107
    • 提供者:zhangqi
  1. delphi函数手册大全

    0下载:
  2. Delphi函数手册大全,包含了很多数学上要用到的函数的源代码,非常有用的文档。
  3. 所属分类:编程文档

    • 发布日期:2012-09-27
    • 文件大小:12404
    • 提供者:shirly11985
  1. math-neon

    5下载:
  2. 使用arm的neon实现的数学函数库,其性能比较高。-math lib using neon, the speed is very high
  3. 所属分类:SCM

    • 发布日期:2016-09-18
    • 文件大小:54272
    • 提供者:王勇
  1. ScaleFreeNetwork

    0下载:
  2. 无标度网络结构相对简单,实现算法与可视化并不困难。与其它语言相比,Matlab 语言具有丰富的数学 函数库,能够写出简约的源代码。对于非计算机专业的大学生来说,以此为基础,能够快速进入复杂网络前沿 研究课题,对其数学建模能力和科研能力的培养极为有益。-Scale-free network structure is relatively simple algorithm is not difficult and visualization. Compared with other lang
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:3465
    • 提供者:
  1. Calculator_MFC

    0下载:
  2. C++编写的MFC计算器,输入一个表达式,自动计算出结果,能进行进制转化,弧度角度转化,以及常用数学函数-Written in C++ MFC calculator, enter an expression, the results are automatically calculated, can be converted to decimal, point arc conversion, and common mathematical functions
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-19
    • 文件大小:5315312
    • 提供者:马瑞辰
  1. sinXcosX

    0下载:
  2. 求解三角函数,使用数学原理是泰勒级数,已给出sin求法,其余读者可自行补充。-Solving trigonometric functions, the use of mathematical principles is the Taylor series, sin has been given method, and the remaining readers may add their own.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:887
    • 提供者:lwhy
  1. Calcu(MFC_Yacc_Lex)

    0下载:
  2. 网上很少有yacc+lex结合MFC使用的例子,于是自己按《yacc&Lex》上的例子实现了一个(通过Parser Generator生成C++类),VC6编译运行通过。 支持:+-*/() 数学函数、变量名-Few yacc+ lex-line with examples of the use of MFC, so their own press " yacc & Lex" on the example implements a (by Parser Generato
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:476562
    • 提供者:yale
  1. Calculator

    0下载:
  2. 能计算数学函数的计算器,有一千多行代码的程序.这个计算器可用 set 命令自定义变量,也可以用 view 今天查看变量的值,在程序里有一个设置小数显示数度的全局变量 prec 可以用 set 对它重新赋值,值的范围是 0 - 100 的整数,默认是 6 ,将 sin arcsin tan ln 等数学函数转换成内部表示,以便于将之与一般的运算符统一处理。程序还对小数和整数加以了区别,增加了求余去处符 ‘\’、百分符‘%’。功能还算比较完善。 -Mathematical functions t
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:180758
    • 提供者:陈建华
  1. WinIDE

    0下载:
  2. WinIDE库函数使用手册 字符串函数 数学函数 系统库函数-WinIDE string library functions use the manual function mathematical function system library function
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:85077
    • 提供者:赵凯
  1. MatlabCourse2

    0下载:
  2. MATLAB教程,没什么好说的,包含一下东西: MATLAB6.0教程初级;Matlab讲义高级;精通matlab综合辅导与指南;MatLab工程数学应用;MATLAB命令大全;matlab统计工具箱函数汇总;MATLAB应用程序接口用户指南-MATLAB tutorial, there is nothing to say, and includes things like: MATLAB6.0 Tutorial primary Matlab senior notes proficien
  3. 所属分类:matlab

    • 发布日期:2017-11-10
    • 文件大小:43917365
    • 提供者:zhanghongxv
  1. maple

    0下载:
  2. maple是目前世界上最为通用的数学和工程计算软件之一,提供世界上最强大的数学引擎, 内置庞大的数学知识和丰富的数学函数库-maple is the world s most commonly used mathematical and engineering calculation software, one to provide the world s most powerful mathematical engine, built a huge wealth of mathematical
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-16
    • 文件大小:4416025
    • 提供者:宫晓春
  1. Calculator_source

    0下载:
  2. 能计算数学函数的计算器 这个计算器可用 set 命令自定义变量,也可以用 view 今天查看变量的值,在程序里有一个设置小数显示数度的全局变量 prec 可以用 set 对它重新赋值,值的范围是 0 - 100 的整数,默认是 6 ,将 sin arcsin tan ln 等数学函数转换成内部表示,以便于将之与一般的运算符统一处理。程序还对小数和整数加以了区别,增加了求余去处符 ‘\’、百分符‘%’。-Mathematical functions to calculate calculato
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:14149
    • 提供者:ian
  1. altera_Sine_CosineusingtheCORDICalgorithm

    0下载:
  2. 计算机算术是微处理器运算的数学基础,其中一个非常重要的部分就是超越函数的计算问题。数学函数的VHDL实现-Computer arithmetic is a microprocessor based on mathematical computing, in which a very important part is the calculation of transcendental function. VHDL realization of mathematical functions
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:3743
    • 提供者:
  1. a

    0下载:
  2. 全国各地区发展水平的综合评价,由于各指标的重要程度不同,选取模糊数学中的隶属函数作为评价因素。-The level of development of various regions of the comprehensive evaluation, because all the important indicators of varying degrees, select the fuzzy membership function as the evaluation factors.
  3. 所属分类:source in ebook

    • 发布日期:2017-03-29
    • 文件大小:80651
    • 提供者:jlw
  1. VC++

    0下载:
  2. 模仿Windows自带的计算机实现计算机的基本功能,有待实现开方,数学函数等高级功能-Windows comes with the computer to imitate the realization of the computer s basic functions, to be achieved prescribing, advanced features, such as mathematical functions
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:33433
    • 提供者:yangkd548
  1. MATLAB_basic_function

    0下载:
  2. MATLAB常用的基本数学函数 个人总结 对于数学建模的人员来说就是一本宝藏。 -MATLAB basic mathematical functions commonly used for mathematical modeling personal summary of the officers is a treasure.
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:33520
    • 提供者:etcher
« 1 2 3 4 5 67 8 9 10 11 ... 48 »
搜珍网 www.dssz.com