-
LRU老化算法
LRU老化算法 主要实现了一下三个算法模拟:FIFO算法,LRU算法,LFU算法 FIFO:先进先出页置换算法 LRU:最近最久未使用页置换算法 LFU:最不经常使用页置换算法
- 2022-09-04 05:50:02下载
- 积分:1
-
OFELI is an object oriented library of C++ classes for development of finite ele...
OFELI is an object oriented library of C++ classes for development of finite element codes. Its main features are : * Various storage schemes of matrices (dense, sparse, skyline). * Direct methods of solution of linear systems of equations as well as various combinations of iterative solvers and preconditioners. * Shape functions of most "popular" finite elements * Element arrays of most popular problems (Heat Transfer, Fluid Flow, Solid Mechanics, Electromagnetics, ...).-OFELI is an object oriented library of C++ classes for development of finite element codes. Its main features are :* Various storage schemes of matrices (dense, sparse, skyline).* Direct methods of solution of linear systems of equations as well as various combinations of iterative solvers and preconditioners.* Shape functions of most "popular" finite elements* Element arrays of most popular problems (Heat Transfer, Fluid Flow, Solid Mechanics, Electromagnetics, ...).
- 2022-02-27 06:26:31下载
- 积分:1
-
大数据结构操作
- 2023-05-10 06:30:04下载
- 积分:1
-
约瑟夫环的c语言算法
约瑟夫环的c语言算法-Josephus c language algorithm
- 2022-10-24 16:00:03下载
- 积分: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
-
method Queen's back problems
回溯法求解皇后问题-method Queen"s back problems
- 2022-05-08 02:52:17下载
- 积分:1
-
The guiding book of using the Firework software.
The guiding book of using the Firework software.
- 2023-03-31 22:20:05下载
- 积分:1
-
实现Apriori算法基本功能,获取测试数据集的关联规则
实现Apriori算法基本功能,获取测试数据集的关联规则-Realize the basic functions of Apriori algorithm,Access to test data sets of association rules
- 2022-02-09 13:08:37下载
- 积分:1
-
php文件上传
php上传图片文件,多种格式,可显示是否上传成功,可以预览图片效果,直接在浏览器里输入Url,即可操作。up.phpup2.php,提供文件上传到哪个路径,可查看。
- 2022-12-18 23:45:04下载
- 积分:1
-
C++ 各种排序算法演示(插入、希尔、冒泡、快速等)
C++ 各种排序算法演示(插入、希尔、冒泡、快速等)。
- 2023-08-01 22:15:03下载
- 积分:1