-
表达式求解
应用背景
这是一个使用C++编写的求解表达式的函数库,支持简单表达式求解以及一些常用的数学函数求解,如三角函数、对数函数等。
表达式的输入样式可如下所示:1+2*3-4*cos(0.5)。
关键技术本函数库用到的关键技术有C++中标准模版类Vector的使用,对文本形式的表达式进行解析等技术。函数库共提供接口:SeparateLine()、Cal_Line()、Cal_Expression()
- 2022-03-04 06:18:46下载
- 积分:1
-
encryption
未知
- 2022-07-12 05:55:08下载
- 积分:1
-
Using vc platform development dual Lagrange interpolation procedures can be...
用vc++平台开发二元拉格朗日插值程序,能够实现对曲面上的插值-Using vc platform development dual Lagrange interpolation procedures can be achieved on the surface of the interpolation
- 2022-05-18 10:43:29下载
- 积分:1
-
运筹学中的解非线性规划问题的一种方法,zoutendijk可行方向法
运筹学中的解非线性规划问题的一种方法,zoutendijk可行方向法-tacticians solution of the nonlinear programming method, zoutendijk feasible direction
- 2022-08-16 05:27:02下载
- 积分:1
-
Procedure: All the main element Gauss elimination process: gaussq (aa, bb, xx, n...
程序:全主元Gauss消去法
过程:gaussq(aa,bb,xx,n,sgn)
作用:aa为系数矩阵,bb为右端向量,xx为解向量,n为方程阶数,sgn为标识符,1表示计算正常进行,0表示计算失败
方程形式为:aa(n,n)*x(n)=bb(n)-Procedure: All the main element Gauss elimination process: gaussq (aa, bb, xx, n, sgn) Role: aa for the coefficient matrix, bb for the right-hand side vector, xx for the solution vector, n the order of the equation, sgn as identifiers, 1 indicates the calculation as normal, 0 indicates failure of the calculation equation of the form: aa (n, n)* x (n) = bb (n)
- 2023-02-27 01:55:03下载
- 积分:1
-
先由原始图像(任选)产生待恢复的图像;(产生方法如下:冲激
函数为 ,将原始图像与冲激函
数卷积产生模糊,然后再迭加均值为0,方差为8,16,32的
先由原始图像(任选)产生待恢复的图像;(产生方法如下:冲激
函数为 ,将原始图像与冲激函
数卷积产生模糊,然后再迭加均值为0,方差为8,16,32的高斯
随机噪声而得到一组待恢复的图像 ;
-By the original images (optional) have to be the restoration of the image (the method is as follows: impulse function, the original image with the impulse function arising convolution fuzzy, and then stacking the mean is 0, the variance for the 8,16 , 32 the Gaussian random noise has been a group of images to be restored
- 2022-10-15 12:35:03下载
- 积分:1
-
mumford source coode
mumford source coode-mumford source coode........
- 2023-04-14 06:15:03下载
- 积分:1
-
%1998年全国大学生数学建模竞赛A题:收益与风险 模型求解
%1998年全国大学生数学建模竞赛A题:收益与风险 模型求解- In 1998 the national university student mathematics modelling
competed the A topic: The income and the risk model solve
- 2023-05-02 15:45:02下载
- 积分:1
-
计算低于平均分的学生人数
计算score中m个人的平均成绩aver,将低于aver的成绩放在below中,通过函数名返回人数。例如,当score={10,20,30,40,50,60,70,80,90},m=9时,函数返回的人数应该是4,below={10,20,30,40}
- 2022-01-26 02:30:57下载
- 积分:1
-
Solving partial differential equations of the finite difference method procedure...
求解偏微分方程的有限差分法程序,对冲击动力学领域的科研工作者非常有用-Solving partial differential equations of the finite difference method procedures, the field of impact dynamics is very useful to researchers
- 2022-06-02 04:00:35下载
- 积分:1