-
调试成功的基于TI28335的异步电机VVVF控制程序
三相交流异步电机的恒定V/F控制源代码,适用于TI的28335DSP,可在TI原装的F24x板上直接跑。适用于CCS3.3编译、调试环境,可参考向其他芯片进行移植或修改、增加控制算法,实现对三相风机、泵、传送带动力、纺织机传动等控制方面的应用。程序包括分步递进编译,分成五部分:空间矢量PWM波形发生、电流/转速测量、两相电流的PI控制、电流闭环控制、速度PI闭环控制(电流和速度双闭环控制)。其中包含全部的源码和使用说明指导文档,是学习VVVF控制过程及算法很好的教程和示例。
- 2022-01-31 22:11:25下载
- 积分:1
-
字符编码简介:ASCII,Unicode,UTF
字符编码简介:ASCII,Unicode,UTF-8,GB2312 -About character encoding: ASCII, Unicode, UTF-8, GB2312
- 2022-01-31 15:55:38下载
- 积分:1
-
矩陣相乘
矩陣相乘
#include
#include
int m,n,o,p,i,j,k,l;
int main()
{
printf("輸入矩陣A之列數m、行數n及矩陣B之列數o、行數p");
printf("
m=");scanf("%d",&m);
printf("n=");scanf("%d",&n);
printf("
o=");scanf("%d",&o);
printf("p=");scanf("%d",&p);
float a[m][n],b[o][p],c[m][p];
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-07-05 11:05:03下载
- 积分:1
-
运输问题在LINGO下的程序!
运输问题在LINGO下的程序!-LINGO transport problems in the process!
- 2022-04-30 10:33:30下载
- 积分:1
-
七彩俄罗斯方块,用c语言写的。
七彩俄罗斯方块,用c语言写的。-Discus Russian squares with c written language.
- 2022-02-05 18:25:25下载
- 积分:1
-
贪吃蛇2005 + 源程序
贪吃蛇 一个经典的小游戏,本人精心制作,相信会比其它所谓的贪吃蛇效果好很多。希望大家能提出更多宝贵的意见。游戏规则:
利...
贪吃蛇2005 + 源程序
贪吃蛇 一个经典的小游戏,本人精心制作,相信会比其它所谓的贪吃蛇效果好很多。希望大家能提出更多宝贵的意见。游戏规则:
利用方向键控制蛇头运动,当蛇头碰到食物即吃到食物,获得积分;
在此过程中不允许蛇头出界或碰到身体,否则游戏结束。基本操作:
程序运行后输入数字0-9,选择级别;任何时候按Esc键即退出游戏;用键盘方向键控制蛇头运动方向;按任意键暂停,方向键和组合键除外;暂停后,按方向键继续游戏;出错后会出现是否继续游戏的提示,Y继续,N结束。
-2005 Snake Snake source of a small classic game, I carefully made, I believe other than the so-called Snake many good results. Hope we can put forward more valuable suggestions. The rules of the game : direction control keys snakeheads campaign, when the food is encountered snakeheads eat food, access points; In this process does not allow out-of-bounds snakeheads or physical encounter, the end of the game. Basic operation : running after importation figures 0-9, choose level; By any time that the Esc keys out of the game; The keyboard keys to control the direction snakeheads movement direction; Keys suspended by the arbitrary direction keys and key combinations exception; Following the suspension, according to the direction keys to th
- 2022-12-13 12:15:03下载
- 积分:1
-
逆变器matlab仿真
基于matlab的逆变器仿真模型,电压外环电流内环双闭环,可以有效的跟踪电网电压实现并网
- 2023-08-17 12:05:03下载
- 积分:1
-
短信通道发彩信的代码,用C写的,请大家多提意见和建议
短信通道发彩信的代码,用C写的,请大家多提意见和建议-MMS messages crossing the code, written in C, please do so and recommendations
- 2022-07-06 08:47:31下载
- 积分:1
-
使用windows系统中的毫秒时间,并测试系统空循环n次所需时间。...
使用windows系统中的毫秒时间,并测试系统空循环n次所需时间。-use of the Windows system millisecond time, and to test the air circulation system n times the required time.
- 2022-02-13 09:30:40下载
- 积分:1
-
Access数据库操作类,php连接access数据库和操作acess数据的方法,通过几个类来实现,应用起来也更全面...
Access数据库操作类,php连接access数据库和操作acess数据的方法,通过几个类来实现,应用起来也更全面-Access database operations class, php connect access database acess data and operation methods, through several classes to implement, apply themselves more fully
- 2022-01-26 01:57:22下载
- 积分:1