-
多项式方程的根
应用背景此代码是解决二次相关保理。关键技术“二次”是一个多项式,看起来像“ax2+bx+c”,“一”,“乙”,和“丙”只是数字。为了容易保理的情况下,你会发现2个数字,将不只是乘法相等的术语“,而且加起来等于“乙”,在x-term系数。
- 2022-01-24 12:43:49下载
- 积分:1
-
可以实现矩阵行列式的任意变换,求任意向量的极大无关组,齐次非齐次线性方程组的求解...
可以实现矩阵行列式的任意变换,求任意向量的极大无关组,齐次非齐次线性方程组的求解-Can achieve an arbitrary transformation matrix determinant, find great vector independent of any group, homogeneous non-homogeneous linear equations to solve, etc.
- 2023-07-07 14:20:03下载
- 积分:1
-
计算方法A中的雅可比算法 是我在学习计算方法时编写的 体现了雅可比算法计算求解的过程...
计算方法A中的雅可比算法 是我在学习计算方法时编写的 体现了雅可比算法计算求解的过程-A calculation method of Jacobi algorithm is calculated in the study prepared by the method reflects the Jacobian algorithm for Xie process
- 2023-05-23 21:35:04下载
- 积分:1
-
熵权法求权重的Matlab实现及演示
“熵权”理论是一种客观赋权方法,它借用信息论中熵的概念。熵权是在给定评价对象集后各种评价指标值确定的情况下,各指标在竞争意义上的相对激烈程度,从信息角度考虑,它代表该评价指标在该问题中提供有效信息量的多寡程度,作为一种客观综合评价方法,它主要是根据各指标传递给决策者的信息量大小来确定其权数。程序可以运行出正确的结果,希望对各位有所帮助。
- 2022-04-21 13:51:41下载
- 积分:1
-
Phyton Capcha 解码器
验证码解码器 80%精度
-得到更柔和的图像
-选择图像
-显示文本
- 2022-11-25 16:55:03下载
- 积分:1
-
已知电压信号序列,利用FFT计算该电压信号的各次谐波及其RMS值。...
已知电压信号序列,利用FFT计算该电压信号的各次谐波及其RMS值。-As the voltage signal sequence is known, FFT is used to calculate the value of harmonics and the voltage RMS value.
- 2022-11-29 14:10:03下载
- 积分:1
-
fortan数值计算的源代码,如空间光滑出来,非线性拟合等
fortan数值计算的源代码,如空间光滑出来,非线性拟合等-fortan numerical calculation of the source code, such as spatial smoothing out non-linear fitting, etc.
- 2022-06-30 14:42:45下载
- 积分:1
-
使用络文库的有限域运算的示例
Gf2 系列类代表域译码。计算上讲,它不是特别有用的类。它的主要用途是使各种有限域类的接口尽可能均匀。Gf2 系列的头文件还声明类 ref_GF2,其中用来表示非 const 引用到 gf2 系列,如那些从索引 vec_GF2,其中"包"gf2 系列的获得成单词。有从 ref_GF2 到 const gf2 系列隐式转换从 gf2 系列及到 ref_GF2。因此,如果你想要宣布带 GF2 非 const 引用的函数,你应声明的参数的类型 ref_GF2: 这将允许您传递 gf2 系列类型的变量以及 vec_GF2 元素的获得通过索引。
- 2022-09-01 07:50:03下载
- 积分:1
-
利用AFEPack包求解变二次系数的椭圆型方程.在求解这个问题的过程中,先要把程序的结构进行整理,将变二次项系数的因素加进去 ,并使得其更加有利于复杂一些的问题...
利用AFEPack包求解变二次系数的椭圆型方程.在求解这个问题的过程中,先要把程序的结构进行整理,将变二次项系数的因素加进去 ,并使得其更加有利于复杂一些的问题的求解 。为此,我们使用一个类来管理这个求解的问 题,先写一个对这个类进行声明的头文件 EllipticEquation.h-Use AFEPack package for solving variable coefficient elliptic quadratic equation. In solving this problem, the first to organize the structure of the procedure will change coefficient of quadratic terms added to the list of factors, and make it more conducive to the complexity of some of the problem solving. To this end, we use a class to manage to solve this problem, first write a statement of this type for the header files EllipticEquation.h
- 2022-10-04 20:40:03下载
- 积分:1
-
字符串模式匹配算法(KMP算法)
字符串的模式匹配(KMP算法)-string pattern matching (KMP algorithm)
- 2022-01-25 20:35:54下载
- 积分:1