-
数值分析要求:第二题编成命令文件即可,其中阶乘可以单独编成函数文件在命令文件中调用,也可以直接在你所编的命令文件中利用循环语句直接计算;
第四题编成通用的...
数值分析要求:第二题编成命令文件即可,其中阶乘可以单独编成函数文件在命令文件中调用,也可以直接在你所编的命令文件中利用循环语句直接计算;
第四题编成通用的程序,建议编成函数文件。提示:可以把多项式的系数和所需要求解的点设为参数。-Numerical Analysis of requirements: the second title of the command file can be compiled, which can factorial function into a separate file in order to call the document can also be made directly in your document, use the command loop direct calculation into fourth title common procedures, the proposed document into function. Tip: polynomial coefficients can be requested and the required parameters set point solution.
- 2022-01-25 22:12:15下载
- 积分:1
-
PROVIDES TO USE REPULSIVE PARTICLE SWARM METHOD TO COMPUTE COMPOSITE INDEX
PROVIDES TO USE REPULSIVE PARTICLE SWARM METHOD TO COMPUTE COMPOSITE INDEX
- 2022-01-22 00:02:30下载
- 积分:1
-
扫砖游戏,游戏规则详见源代码注释部分,全C语言编程
扫砖游戏,游戏规则详见源代码注释部分,全C语言编程-brick game, the rules of the game as detailed source notes, the entire C language programming
- 2023-02-05 02:50:04下载
- 积分:1
-
Lisp。没有指标的使用在这个阶矩阵元素的推导
LISP.Derivation of matrix elements in this order without the use of indexes
- 2023-07-29 03:15:02下载
- 积分:1
-
a very common procedure, the database application, prepared by PB
很普通的一个程序,数据库的应用,PB编写的-a very common procedure, the database application, prepared by PB
- 2022-06-18 01:06:57下载
- 积分:1
-
DSP程序 Matlab是一套用于科学工程计算的可视化高性能语言与软件环境。它集数值分析、矩阵运算、信号处理和图形显示于一体,构成了一个界面友好的用户环境,在这...
DSP程序 Matlab是一套用于科学工程计算的可视化高性能语言与软件环境。它集数值分析、矩阵运算、信号处理和图形显示于一体,构成了一个界面友好的用户环境,在这个环境中,问题与求解都能方便地以数学的语言(主要是矩阵形式)或图形方式表示出来。
- 2023-02-08 15:30:04下载
- 积分:1
-
data base code postal
数据库代码邮政管理数据库,邮政编码.mbd以及客户.mbd;使用
- 2022-01-31 21:21:25下载
- 积分:1
-
模糊控制的隶属度值的计算
Membership Value calculateion for Fuzzy Control
- 2022-01-24 17:27:54下载
- 积分:1
-
通达智能网络办公系统,没有试用期的培训系统,替换源文件即可。...
通达智能网络办公系统,没有试用期的培训系统,替换源文件即可。-Access to office systems, intelligent network, there is no probationary period for the training system, the replacement of the source file can be.
- 2022-08-15 18:04:14下载
- 积分:1
-
/ *说明:1。自定义分数的类分数,使用这样的分数可以C。
/*
描述:
1.自定义分数类fraction,使用该类可以完成分数的输入、分数的加、减、乘、除二目运算和一目减运算、分数的约分操作、分数的倒数运算、对两个分数进行六种比较运算、以及对分数的输出等操作。
2.尽量用运算符重载函数。如,可重载+、-、*、/、>、>=、 =,< ,< =,==,!=, in order to achieve a variety of computing scores. And achieve scores and mixed integer operations. 3. As far as possible to consider application performance.
- 2023-08-25 05:25:02下载
- 积分:1