搜索资源列表
calculator_vckbase.zip
- 该类有以下特点: 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代替
二维积分函数
- 4个关于二维积分函数的C程序,以及示例,来自《C语言数值常用程序》,所以程序均经过本人测试可以正常使用!-four two-dimensional integral function of the C procedures, as well as examples from the "C language commonly used numerical procedures," and so I have to undergo testing can be used norm
三维积分函数
- 2个关于三维积分函数的C程序,以及示例,来自《C语言数值常用程序》,所以程序均经过本人测试可以正常使用!-two three-dimensional integral function of the C procedures, as well as examples from the "C language commonly used numerical procedures," and so I have to undergo testing can be used nor
排序函数
- 3个关于排序的C程序,以及示例,来自《C语言数值常用程序》,所以程序均经过本人测试可以正常使用!-three on the order of C procedures, as well as examples from the "C language commonly used numerical procedures," and so I have to undergo testing can be used normally.
matlab常用函数和规则
- matlab常用函数和规则的例程,对初学者很有帮助。包括编程过程当中很常用到的各种函数以及规则!-Matlab commonly used functions and routines rules, useful for beginners. Includes programming process is very common to the various functions and the rules!
我的matlab函数库
- 这里是我得一些常用函数库,主要用于扩频通信系统仿真-here is that I have some common functions, mainly for spread spectrum communications system simulation
C语言的常用函数
- 压缩文件中是C语言常用函数的PDF文档,非常全面,可以满足工程人员的大部分需求。-compressed files is common C language function PDF files, a very comprehensive, engineering staff to meet the needs of the majority.
量子计算常用函数例程库
- 很好的量子计算常用函数例程库
Matlab
- matlab常用函数解析,对于编程人员有很大帮助,查询方便,对于初学者也很不错-matlab commonly used analytic function, for programmers to be of great help to facilitate the inquiry, is also very good for beginners
MATLAB_fuctions
- matlab中基本命令函数 讲述了常用的基本函数,易文档PDF的格式给出,容易阅览- the functions in matlab
matlab_function
- matlab 函数大全 介绍一些常用函数的使用-matlab function Daquan describes the use of some commonly used functions
MATLAB 常用函数参考
- MATLAB中一些常用函数的参考,以PDF的方式提供,需要的自取(Matlab in some common functions of reference, in the form of pdf, the need for self - help)
MATLAB 常用函数参考
- MATLAB中常用函数的集合文档,对初学者有一定帮助。(MATLAB commonly used functions in the collection of documents, for beginners have some help.)
IMSL
- 通过fortran自带的IMSL求解数值问题,程序包里为自带的函数库及常用函数分析(Solve the numerical problem by IMSL with FORTRAN, Package library for its own function library and common function analysis)
特殊函数matlab代码
- 基于Fortran的特殊函数代码,包含椭圆积分等常用的特殊函数(Special function code based on Fortran, including the special function of elliptic integrals and other commonly used)
Mathematica常用函数
- mathematica常用函数大全,适合初学者入门使用(There are many mathematica common functions, it's suitable for beginner.)
C常用算法程序集(第二版)
- 针对工程中常用的行之有效的算法而编写,其主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。(The effective algorithm commonly used in engineering and preparation, the main contents include polynomia
matlab--function非常全的-matlab-函数
- 本文档包括matlab常用的功能键快捷指令,熟记部分有利于初学者提高编写速度和效率(This document includes Matlab's common function key shortcut instructions. Memorizing parts helps beginners to improve the speed and efficiency of writing)
Visual+Basic+常用数值算法集
- 常用vb数值计算过程近200个,包括:解线代方程组、插值、数值积分、特殊函数、函数逼近、随机数、排序等等,每个子过程都包括功能、方法、使用说明、过程和例子(There are nearly 200 commonly used VB numerical calculation processes, including solving linear equations, interpolation, numerical integration, special functions, function
常用数值积分公式
- 利用复合梯形公式、辛普森公式、牛顿-柯茨公式等计算函数f在区间[a,b]上的定积分,调用格式【q,s】=CombineTraprl(‘函数公式’,积分下限a,积分上限b)(Calculate definite integral by using CombineTraprl method)