-
请我想加入
Quiero inscribirme por favor
- 2022-04-08 05:44:38下载
- 积分:1
-
Serial Port Utility
说明: 这是一个windows下使用的串口小助手小程序(This is a small assistant program used under Windows.)
- 2019-06-24 11:53:37下载
- 积分:1
-
路径最短算法(C 语言开发完成),希望对大家有所帮助,
路径最短算法(C 语言开发完成),希望对大家有所帮助,-min topo path
- 2022-09-22 12:45:02下载
- 积分:1
-
SMC_Loop1 - 副本
说明: 输入电压,根据外环的滑膜速度控制器SMC和内环的PI电流控制器使电机的运行速度跟随期望速度,并能观测到其中三相电流的变化过程。(According to the input voltage, according to the outer-loop sliding film speed controller SMC and the inner-loop PI current controller, the speed of the motor can follow the desired speed, and the change process of three-phase current can be observed.)
- 2021-04-28 16:48:44下载
- 积分:1
-
五粮春杯2
智能鱼缸控制系统,可以实现鱼缸的温度自动控制,水位自动控制,超声波测量水位高度,自动换水功能,液晶显现,同时可以手动键盘控制各项参数。(Intelligent fish tank control system)
- 2017-07-30 19:17:41下载
- 积分:1
-
VC++ 6.0简单屏幕画笔源代码
VC++ 6.0简单屏幕画笔源代码 ,可以让用户直接在屏幕的任意地方写字,仿画图的功能,不过这个不是在指定的画图窗口中才能画出图形,而是打开后,在屏幕的任意地方都可以。而且还可以设置画笔的颜色,有四种颜色可选,还可设置画笔粗细等功能。以下请看画笔的设置部分代码:
void CMyWnd::OnRed()//选中绿色
{
ColorX=255;
ColorY=0;
ColorZ=0;
}
void CMyWnd::OnYellow()//选中黄色
{
ColorX=255;
ColorY=255;
ColorZ=0;
}
void CMyWnd::OnGreen() //选中绿色
{
ColorX=0;
ColorY=255;
ColorZ=0;
}
void CMyWnd::OnBlue() //选中蓝色
{
ColorX=0;
ColorY=0;
ColorZ=255;
}
void CMyWnd::OnAdd() //增加画笔大小
{
ADxy+=1;
}
void CMyWnd::OnDec() //增加画笔大小
{
if (ADxy!=1)
ADxy-=1;
}
void CMyWnd::OnAbout() //增加画笔大小
{
//AfxMessageBox("你好");
//显示关于对话框
CLjxDlg dlg;
int xxx=dlg.DoModal();
}
- 2022-11-18 14:20:03下载
- 积分:1
-
AudioRecording-master
说明: 不错的android录音代码,适合初学者学习(Android recording code is good)
- 2020-06-20 16:00:02下载
- 积分:1
-
STM32F103RCT6矩阵键盘 矩阵按键
说明: STM32F103RCT6矩阵键盘,4×4键盘,按键串口打印(STM32F103RCT6 Matrix Keyboard, 4*4 Keyboard, Key Serial Port Printing)
- 2020-06-19 02:00:01下载
- 积分:1
-
用VB编写的接收卫星接收机的是数据,在把数据通过打点法显示最后的图形...
用VB编写的接收卫星接收机的是数据,在把数据通过打点法显示最后的图形
-VB prepared by the receiver to receive satellite data, the data showed the cook through the final Graphics
- 2022-07-12 12:43:26下载
- 积分:1
-
(论文+simulink)模型
说明: 参照文献搭建了永磁同步电机直接转矩控制模型;
适合做毕业设计时参考,也非常适合新手学习;
可在该模型的基础上,根据自己的研究需要添加卡尔曼滤波、预测控制、占空比直接转矩等。(The direct torque control model of permanent magnet synchronous motor (PMSM) is built according to the literature;
Suitable for graduation design reference, also very suitable for novice learning;
On the basis of this model, Kalman filter, predictive control, duty cycle and direct torque can be added according to our own research needs)
- 2021-01-12 11:11:12下载
- 积分:1