-
LRU页面置换算法,我们学校老师布置的任务,我们可以实现。
LRU页面置换算法,我们学校老师分配的任务,大家可以做参考!-LRU page replacement algorithm, our school teacher assigned tasks, we can make reference!
- 2023-07-22 08:35:03下载
- 积分:1
-
mysql error code table, according to the mysql header files mysql/include/mysqld...
mysql的出错代码表,根据mysql的头文件mysql/include/mysqld_error.h整理而成 -mysql error code table, according to the mysql header files mysql/include/mysqld_error.h collated from
- 2023-05-10 19:50:03下载
- 积分:1
-
这个温度PID调节器对天魅炉。测得的温度…
This Temperature PID regulator for Tamman ovens. Temperature is measured by thermocouple via lm358 - > Atmega s ADC and regulated over triac. All data is sent via RS232 connection on PC and controlled by LabView.-This is Temperature PID regulator for Tamman ovens. Temperature is measured by thermocouple via lm358- > Atmega s ADC and regulated over triac. All data is sent via RS232 connection on PC and controlled by LabView.
- 2023-06-10 08:05:03下载
- 积分:1
-
TI公司 控制无刷直流电机的例子源程序F24x BLDC3_1 3
TI公司 控制无刷直流电机的例子源程序F24x BLDC3_1 3-Phase Sensored Trapezoidal Control-TI control BLDCM example source F24x BLDC3_1 3-Phase Sensored Trapezoidal Control
- 2022-04-18 23:47:55下载
- 积分:1
-
ulink2++,是ARM仿真器,很流行最牛的ARM开发者必备的工具,这里是制作它的SCH原理图...
ulink2++,是ARM仿真器,很流行最牛的ARM开发者必备的工具,这里是制作它的SCH原理图-ulink2++, is the ARM emulator, it is the most popular cattle ARM developers the necessary tools, here is the production of its schematic diagram SCH
- 2022-03-17 01:08:57下载
- 积分:1
-
总线传输概念。
通过A51程序,学习者可以了解车辆控制器局域网(controller area network,can)的消息传输,有助于can总线传输概念的建立。
- 2022-01-27 09:50:28下载
- 积分:1
-
一个企业如何系统asosicated卡马拉公司
system to asosicated of a enterprise how camara comercio
- 2022-11-30 01:00:03下载
- 积分:1
-
U-boot1.2源码 arm的bootloader-U-boot1.2 source arm of the bootloader
- 2023-08-16 17:45:05下载
- 积分:1
-
genetic algorithm framework
genetic algorithm framework
- 2022-11-17 11:10:03下载
- 积分:1
-
基本操作的基本操作是四大操作,符号…
浮点数基本运算 浮点数的基本运算主要有四则运算、符号处理、大小比较,以及浮点数分柝等。 包含头文件 "fn.hpp" #include "fn.hpp" 浮点数基本运算 浮点数的基本运算中有加、减、乘、除、取负、绝对值、相等比较等。 加减乘除 加、减、乘、除四个运算极为相似,都是需要两个参数,结果当然也是浮点数了。 例子: // 加 减 乘 除 btil::fn::plus::value // f1+f2 的结果 btil::fn::minus::value // f1-f2 的结果 btil::fn::multiplies::value // f1*f2 的结果 btil::fn::divides::value // f1/f2 的结果 plus::value::f_val // f1+f2 的结果的值 struct one { static const double f_val = 1.0 } // 两个浮点数 struct two { static const double f_val = 2.0 } minus::value::f_val == 0.5 取负 取负运算就是取一个浮点数的负数。-float basic operations of the basic operations are four major operations, symbols, sizes, and float-watchman"s rattle so. The first document contains "fn.hpp"# include "fn.hpp" float float basic operations of the basic operations are, plus or minus, riding, except from negative, in absolute terms, a comparison of the same. The a
- 2022-05-22 17:45:03下载
- 积分:1