搜索资源列表
科学与工程数值计算算法配套源码vc++
- 清华大学2002年出版的《科学与工程数值计算算法VC++》配套源码,包括复数计算、矩阵运算、插值计算、线性非线性方程组求解、数值积分、数值拟和与逼近等算法和类,对于科学和工程数值计算很有参考价值!-Qinghua University, in 2002 published "Science and engineering numerical algorithm VC + +" complementary source, includes the plural, matrix
积分
- 一个用C++编写的积分算法,可以用VC编译.-an integral prepared by the algorithm can be used in VC compiler.
secondmark
- 完整的vc源码有关于第二类完全椭圆积分,非常实用-vc integrity of the source code on the second category fully elliptic integrals, very practical
firstmark
- 完整的第一类椭圆积分源程序,非常实用的vc源代码-integrity of the first class of elliptic integral source, a very practical vc source code
yuxuan
- 完整的余弦积分源程序,非常实用的vc源代码-integrity of the cosine integral source, a very practical vc source code
shuzijifenqi
- 这个是数字积分器 用VC++6.0环境开发的 大家有用的着的尽量下载 共同学习-this is the digital integration makes use of VC + +6.0 development environment useful to everyone as a download learning together
integer
- 这是一个VC环境下用C++写的变步长梯形求积分算法-This is a VC environment written in C with variable step-ladder quadratures algorithm
ScientificProAndNumbeAlgorithm(VC++Ver)
- 本源码是书籍《科学工程与数值算法VC++版》自带光盘的源码,丰富的数学运算,包括复数,方城求根,数值积分
Integral
- 数值分析 求积分算法源码,VC++,龙贝格求积算法,高斯-勒让德求积算法
NLequationCalculator
- 用牛顿法求解积分,用VC做的一个界面,希望对大家有所帮助
vc
- vc++常用的数值算法集:包含:插值,积分,逼近,排序等等常用的数值算法,其中包含都包含代码
vc++常用数值算法
- VC++常用数值算法源代码。包括插值、数值积分、微分方程组的解、极值、矩阵运算等程序。
jifen
- 用复合辛普森公式求积分的vc++ 算法。 VC6.0编译的-Composite Simpson' s quadrature formula for the vc++ algorithm. VC6.0 compiled
calculator_vckbase
- 该类有以下特点: 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
single_2
- 有VC++数值积分计算矩形衍射屏的菲涅耳衍射图像。-There are VC++ Numerical calculation of the rectangular screen diffraction Fresnel diffraction images.
shuzhijifen
- 基于VC环境的面向方程的数值积分算法,本程序以卫星在空中运行的运动方程为例,采用四阶-龙格库塔算法解微分方程,以bmp图片给出输入参数和界面,很好的阐述了如何利用四阶-RK解微分方程-VC-based environment equation-oriented numerical integration method, this program runs the satellite equations of motion in the air, for example, using fourth
ydaimaIntegarteClass
- 件介绍:一个求积分的VC++类及Demo源代码 一个求积分的VC++类及Demo源代码,特点: 1. 支持各种复杂的积分表达式,可含任何数学函数,如 3*exp(x)*tan(x)/(8+log(x)) 2. 可检查出表达式的书写错误 3. 可设置积分精度 4. 使用方便简单 使用方法: 1. 定义个CIntegrate 对象,构造时初始化或用 initial(char *s,double Upperlimit,double LowerLi
jifen
- 辛普森二重积分VC源程序,希望对工程计算人员的研究有所帮助-Simpson double integral VC source, want to study engineering calculations help staff
IntegarteClass
- 一个求积分的VC++类及Demo源代码,希望对大家有所帮助-A quadrature of the VC++ Class and Demo source code, we hope to help
_fsimpfun@20_RK4fun@28
- 在vb/vc中调用mathlualib.dll中的自定义API计算一些泛函的值,如计算定积分∫[a->b]f(x)dx,计算数项级数∑[n=1->100]f(n)≈∑[n=1->+∞]f(n),计算函数项级数∑[n=1->100]f(n,x)≈∑[n=1->+∞]f(n,x),计算一阶ODEy =fsxy(x,y),y(x_0)=y_0中的y(x),……泛函的自变量在Lua文件里面输入。注意:请不要改变Lua中的函数名fun(x),fan(n),fsx(x),fan