-
LRU老化算法
LRU老化算法 主要实现了一下三个算法模拟:FIFO算法,LRU算法,LFU算法 FIFO:先进先出页置换算法 LRU:最近最久未使用页置换算法 LFU:最不经常使用页置换算法
- 2022-09-04 05:50:02下载
- 积分:1
-
OLED 64X48点阵驱动程序
OLED 64X48点阵驱动程序,包括各种借口SPI,I2C,等等,是经过实测可以用的代码,不明的地方可以问我。 是开发OLED的屏的实用工具。最少50字,应该够了吧。各种驱动都有的。
- 2022-05-18 12:46:32下载
- 积分:1
-
一个用vc编写的调度算法程序
一个用vc编写的调度算法程序-vc prepared with a scheduling algorithm procedures
- 2022-07-07 14:27:58下载
- 积分:1
-
pid积分温度控制,用于飞思卡尔智能车,比赛使用的。
pid积分温度控制,用于飞思卡尔智能车,比赛使用的。-failed to translate
- 2023-04-10 02:30:03下载
- 积分:1
-
implementación del filtro de Kalman
implementación del filtro de Kalman
- 2022-06-29 16:25:26下载
- 积分:1
-
Use of sub
用对分法求非线性方程f(x)=0的实根.基本思想:逐步缩小这个有根的区间,当这个区间长度减小到一定程度是,就取这个区间的中点作为根的近似值-Use of sub-method of nonlinear equation f (x) = 0 the real roots. The basic idea: to gradually narrow the range of this well-established, when the interval length decreases to a certain extent, we take the midpoint of this range as the root approximation
- 2022-08-08 04:02:19下载
- 积分:1
-
A program for solving equations using Newton s Method.Just need to modify the da...
A program for solving equations using Newton s Method.Just need to modify the data in the main function. If there is any bugs, please contact chenxiang@cad.zju.edu.cn
- 2023-05-07 09:30:02下载
- 积分:1
-
JPEG2000, C代码
The OpenJPEG library is an open-source JPEG 2000 library developed in order to promote the use of JPEG 2000.
See the source for more information.
- 2023-04-20 21:00:04下载
- 积分:1
-
最小二乘法圆拟合,用于图像处理,比较复杂,请耐心看完,也可直接使用...
最小二乘法圆拟合,用于图像处理,比较复杂,请耐心看完,也可直接使用-least square error (LSE) circle fitting, applicable to image processing, a little complicated, can be used directly
- 2022-04-09 19:52:59下载
- 积分:1
-
绘图算法测试工具
应用背景本程序是一款绘图算法的测试小工具,通过读取xml固定格式的数据文件,绘制图形,同时通过该工具可以对已绘制的图形进行放大、缩小、平移、段序号显示、线段方向显示等辅助检查的操作。关键技术使用了.Net4.5以上的版本,绘图接口调用了GDI+的绘图接口。同时针对固定的XML文件格式编写对应的翻译器。
- 2023-03-15 16:40:03下载
- 积分:1