-
页面置换算法 包括fifo 先进现出,最近最早未使用,lru算法
页面置换算法 包括fifo 先进现出,最近最早未使用,lru算法-Fifo page replacement algorithm, including advanced show, the first unused recently, lru algorithm
- 2022-07-22 06:41:50下载
- 积分:1
-
PMSM_DTC_SMC
基于二阶滑膜控制器的永磁同步电机直接转矩控制仿真(DTC of PMSM Based on SMC)
- 2018-08-13 11:31:49下载
- 积分:1
-
category intimidation game is well
恐吓类小游戏,很适合喜欢搞恶作剧的朋友们.-category intimidation game is well-suited to the likes mischievous friends.
- 2022-01-24 09:17:00下载
- 积分:1
-
addressBook
地址薄,姓名,性别,年龄,邮编,email,等可以添加删除(Address book, name, gender, age, zip code, email, etc. Can add or remove
)
- 2015-12-22 16:01:08下载
- 积分:1
-
gaodu
四旋翼无人机是一种具有六个自由度和四个输入的欠驱动强耦合、外型新颖结构简单的飞行器。由于其具有制造成本地、重量轻、体积小、操作简单、使用方便、隐身性好、对作战环境要求低的特点,使其能准确、高效的执行各种军事或民用任务,因此四旋翼无人机具有一定的军事和民用价值。本课题针对四旋翼无人机的特点和飞行原理,对其动力学分析以及运动控制的研究,利用牛顿—欧拉方程,建立了四旋翼无人机的动力学模型,并针对该模型设计了PID四通道控制系统,且在Matlab/Simulink仿真平台上,利用PID控制系统对四旋翼无人机进行仿真,完成了对四旋翼无人机运动控制和与地面运动物体的交会,仿真结果表明:仅仅通过改变四只旋翼的转速来改变升力,进而改变四旋翼无人机的姿态控制和位置控制,从而实现了四旋翼无人机的运动控制以及与地面运动物体的交会。(Height Control of Four-Rotor Aircraft)
- 2020-06-26 20:40:01下载
- 积分:1
-
4-0308-20创意计划总结PPT模板
说明: PPT for business office, simple style, suitable for many occasions
- 2020-06-25 15:20:02下载
- 积分:1
-
C#使用LINQ筛选动态数组中是string类型的元素
C#创建动态数组,筛选指定类型的元素,使用LINQ筛选动态数组中是string类型的元素。核心代码如下:
ArrayList arrList = new ArrayList(); //创建动态数组
arrList.Add(1);//添加动态数组元素
arrList.Add(2);
arrList.Add("A");
arrList.Add(3);
arrList.Add("b");
//使用LINQ筛选动态数组中是string类型的元素
var query = from item in arrList.OfType()
select item;
label1.Text = "是字符串类型的有:";//显示string类型的元素
foreach (var item in query)
{
label1.Text += item + " , ";
}
- 2022-01-24 17:23:38下载
- 积分:1
-
jisuanqi
设计的计算器应用程序可以完成加法、减法、乘法、除法和开方,次幂运算。且有小数点、正负号、清空、清除以及一定的错误处理等功能。用鼠标单击相应的数字键和运算符号键,然后单击“=”号按钮,窗口上方的文本框将会显示计算出来的结果,要将文本编辑框清空,可单击清空按钮。(Calculator application designed to be completed addition, subtraction, multiplication, division and square root, sub-power computing. And a decimal point, sign, clear, clear, and some error handling functions. Right click the appropriate number keys and operator symbols key, and then click the " =" number button, the window above the text box will be displayed calculated results to a text edit box empty, click the Clear button.)
- 2010-06-03 23:37:28下载
- 积分:1
-
BISS_C
Biss-c reference/manual/description
- 2017-07-10 14:25:16下载
- 积分:1
-
一个滚齿机 程序生成软件。里面无密码。
本程序是本人在改一般滚齿机为数控机而写的一个程序生成软件。...
一个滚齿机 程序生成软件。里面无密码。
本程序是本人在改一般滚齿机为数控机而写的一个程序生成软件。- Gear-hobbing machine procedure production software. Inside does
not have the password. This procedure is myself is changing the common
gear-hobbing machine procedure production software which writes for
the numerical control machine.
- 2022-01-25 15:16:27下载
- 积分:1