-
R语言层次分析法
R语言层次分析法是将决策总是有关的元素分解成目标、准则、方案等层次,在此基础之上进行定性和定量分析的决策方法。该方法是美国运筹学家匹茨堡大学教授萨蒂于本世纪70年代初,在为美国国防部研究"根据各个工业部门对国家福利的贡献大小而进行电力分配"课题时,应用网络系统理论和多目标综合评价方法,提出的一种层次权重决策
- 2022-02-21 00:43:22下载
- 积分:1
-
本代码是《计算机常用数值计算算法与程序 C++版》一书的配套矩阵运算代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC++ 6.0...
本代码是《计算机常用数值计算算法与程序 C++版》一书的配套矩阵运算代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC++ 6.0中设置好路径,特别include目录(文件夹)的路径,否则在编译时会出现找不到头文件的错误,使编译无法正常进行。-the code is "commonly used computer numerical algorithms and procedures C version," a book supporting matrix calculation code, these procedures have been in C C 6.0 Virsual environment through. The attention of the VC 6.0 installed path, in particular include directory (folder) path, otherwise there will be compiled header files could not find the mistakes and the compiler not normal.
- 2022-06-02 22:29:53下载
- 积分:1
-
是个进行多字节的除法
是个进行多字节的除法-is a multi-byte division
- 2022-05-05 11:44:02下载
- 积分:1
-
this is Matlab Circular convolution
file name is circonv.m
this Matlab Circular convolution
file name is circonv.m-this is Matlab Circular convolution
file name is circonv.m
- 2022-03-31 20:23:01下载
- 积分:1
-
电压脉宽矢量控制
这个模块允许 3 通道模拟-数字转换与可编程增益和偏移量。转换是 GP 计时器 1 暗流 (为 281 x) 或 (为 280 x) EPWM1 CNT_zero 事件触发的。转换后的结果代表负载电流和直流母线电压逆变器中。
1.GP 定时器 1 是时基对称脉冲宽度调制
(为 281 x) 或 EPWM1 CNT_zero 时间基地事件 (为 280 x);
2.为线电流的测量,模拟输入的电压
跨电阻器放在之间的来源或排放量偏低
电源设备和低压侧直流铁路 ;和
3.为直流母线电压的测量,模拟输入电压是
横跨电阻用电压分压器的概念。
- 2022-01-24 10:04:57下载
- 积分:1
-
数值优化计算过程中常用的单纯型法
数值优化计算过程中常用的单纯型法-Numerical optimization process commonly used simple method
- 2022-03-17 21:29:49下载
- 积分:1
-
数字带通滤波器的设计过程。共3个源程序。其中,dos.cpp为带通FIR的源程序,其中的滤波器阶数n,滤波器的低频fln,滤波器的高频fhn,窗函数w,可以按照...
数字带通滤波器的设计过程。共3个源程序。其中,dos.cpp为带通FIR的源程序,其中的滤波器阶数n,滤波器的低频fln,滤波器的高频fhn,窗函数w,可以按照自己的要求改变。这里采用的是汉宁窗。主函数main.cpp实现输入与fir的h(n)的卷积,输出结果Y(n),并将其存储在y.txt中。最后,graphics.cpp从y.txt读取数据,再由语句画出波形,可以清楚地看出计算结果是否正确,并进行比较。-digital band-pass filter design process. A total of three sources. Among them, dos.cpp FIR bandpass to the source, the filter order n, the low-frequency filter FLN, the high-frequency filter fhn, window function w, in accordance with the requirements change. Here is the Hanning window. The main function main.cpp achieve the input and fir h (n) convolution, the output Y (n), and store them in y.txt China. Finally, graphics.cpp y.txt read data from and then draw waveform statement, we can clearly see whether calculations are correct, and comparisons.
- 2022-01-24 14:42:03下载
- 积分:1
-
This is a java language used by solving a dichotomy at a designated function on...
这是一个用java语言编写的,用二分法求解某个函数在某个指定区间上的根,方便实用。-This is a java language used by solving a dichotomy at a designated function on the root zone, convenient and practical.
- 2022-03-29 17:37:41下载
- 积分:1
-
工程中微分方程数值积分经常需要使用的Newmark法
工程中微分方程数值积分经常需要使用的Newmark法-Differential equations numerical integration project often requires the use of the Newmark method
- 2022-11-07 14:00:03下载
- 积分:1
-
AES(Advanced Encryption Standard)密码算法具体实现
本AES实现支持的工作模式包括:ECB, CBC, CFB, OFB, CTR。在实现时,是在一个函数同时支持这些工作模式的,可以根据需要拆分成相应的函数单独实现。
本AES实现支持的密钥长度为128位/ 192位/256位,支持的基本块大小为128位。
- 2023-07-03 10:50:04下载
- 积分:1