-
该代码是“常用的计算机数值算法和程序的程序。
本代码是《计算机常用数值计算算法与程序 C++版》一书的配套复数运算代码,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Windows 平台下的Virsual C++ 6.0环境下通过-the code is "commonly used computer numerical algorithms and procedures C version," a book supporting complex computing code, each source document file extensions are used. Cpp form. These procedures have been in C Microsoft Windows platform under the Virsual C 6.0 environment through
- 2022-07-03 09:02:27下载
- 积分:1
-
Given the use of SVD for solving equations of the code, the validity of the resu...
给出了利用svd求解方程组的代码,结果的有效性在主函数中得到验证-Given the use of SVD for solving equations of the code, the validity of the results in the main function has been verified
- 2022-08-09 20:27:22下载
- 积分:1
-
程序可以处理远程射击和distnac阅读MDL激光器输出…
Program can deal with MDL lasers for remote firing and reading output of distnace
- 2022-06-11 12:52:28下载
- 积分:1
-
辛普森复合算法 典型
辛普森复合算法 典型-Simpson typical composite algorithm
- 2023-07-20 02:25:03下载
- 积分:1
-
精品数据结构
// simpleSeq.cpp :
#include //定义在头文件“seqList.h”中
#include
const int defaultSize = 100;
using std::endl;
using std::cerr;
class SeqList{
protected:
int *data; //存放数组
int maxSize; //最大可容纳表项的项数
int last; //当前已存表项的最后位置(从开始)
void reSize(int newSize); //改变data数组空间大小
public:
- 2022-01-20 22:23:56下载
- 积分:1
-
NEWTON_ 插值
若要获取划分差异系数的插值
多项式 P (N + 1) 在不同的数字 X(0),X(1),......,X(N)
为函数 F:
输入的号码 X(0),X(1),...,X(N) ;值 F(X(0)),F(X(1)),......,
F(X(N)) 作为 Q 的第一列 Q(0,0),Q(1,0),...,Q(N,0)。
输出数字 Q(0,0),Q(1,1),...,Q(N,N) 哪里
P(X) = Q(0,0)+Q(1,1)*(X-X(0))+Q(2,2)*(X-X(0))*(X-X(1)) +
...+ Q(N,N)*(X-X(0))*(X-X(1))*...*(X-X(N-1))。
- 2022-01-26 18:02:24下载
- 积分:1
-
booth multiplier Radix2 program
在这个项目中,booth乘法器是使用进位先行加法器设计的。booth多处理器在许多DSP应用中都有应用。
- 2022-02-04 20:12:54下载
- 积分:1
-
MATLAB程序
matlab的可执行程序-Matlab executable
- 2022-07-11 15:44:55下载
- 积分:1
-
THE FINITE
THE FINITE-DIFFERENCE TIME-DOMAIN
(FDTD) PART IV
The Perfectly Matched Layer (PML) Absorbing
Boundary Condition
-THE FINITE-DIFFERENCE TIME-DOMAIN
(FDTD) PART IV
The Perfectly Matched Layer (PML) Absorbing
Boundary Condition
- 2022-05-16 05:40:54下载
- 积分:1
-
研究生算法作业著名的旅行者问题
研究生算法作业著名的旅行者问题-graduate algorithm operating famous Traveler Problem
- 2022-02-24 09:52:24下载
- 积分:1