-
国防工业部VB高级编程源码
国防工业部VB高级编程源码-defense ministry source VB Advanced Programming
- 2022-03-17 19:51:40下载
- 积分:1
-
调试成功的基于TI28335的异步电机VVVF控制程序
三相交流异步电机的恒定V/F控制源代码,适用于TI的28335DSP,可在TI原装的F24x板上直接跑。适用于CCS3.3编译、调试环境,可参考向其他芯片进行移植或修改、增加控制算法,实现对三相风机、泵、传送带动力、纺织机传动等控制方面的应用。程序包括分步递进编译,分成五部分:空间矢量PWM波形发生、电流/转速测量、两相电流的PI控制、电流闭环控制、速度PI闭环控制(电流和速度双闭环控制)。其中包含全部的源码和使用说明指导文档,是学习VVVF控制过程及算法很好的教程和示例。
- 2022-01-31 22:11:25下载
- 积分:1
-
双PWM 16F628A
Dual PWM with 16f628a
- 2022-03-16 18:38:21下载
- 积分:1
-
FPGA电梯控制,是本人的课程设计,整篇报告格式上传
FPGA电梯控制,是本人的课程设计,整篇报告格式上传-FPGAdiantikongzhi,shibenrende1kechengsheji,zhengpianbaogaoshangchuan
- 2022-02-28 12:14:48下载
- 积分:1
-
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
驻波爱的是发生-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
- 2022-01-31 09:33:25下载
- 积分:1
-
这段贪吃蛇代码是用C写的,注释都详细地加上了,大家看看吧...
这段贪吃蛇代码是用C写的,注释都详细地加上了,大家看看吧-Snake this code is written in C, comments are added in detail, we take a look at bar
- 2023-07-08 20:40:03下载
- 积分:1
-
把那个放大镜拖到mfc写的程序的窗口上,如securecrt,vc6等,松开鼠标就能看到一些内部函数地址了。如oninitdialog,onok什么的一目了然。...
把那个放大镜拖到mfc写的程序的窗口上,如securecrt,vc6等,松开鼠标就能看到一些内部函数地址了。如oninitdialog,onok什么的一目了然。拖到子窗口如铵钮上时,可以看出其id,当然,这个工作也可以由spy++完成。结合其父窗口message map的输出,还可以知道当点击这个按钮时,会跳到哪段程序上执行
-Mfc drag the magnifying glass to write a window procedure, for example, securecrt, vc6, etc. Release the mouse will be able to see some internal function address. If oninitdialog, onok what at a glance. Drag the child window, such as when ammonium button, one can see their id, of course, this work can also be spy++ Completed. Combination of his father, a window message map output, but also know that when clicking on this button will jump to the implementation of procedures which paragraph
- 2022-03-02 05:42:10下载
- 积分:1
-
在控制系统中,由于某些系统不能直接实现所期望的性能,因此需要用系统校正的方法使其具有所期望的性能。本程序是基于频域法的串联校正,分为超前校正和滞后校正。...
在控制系统中,由于某些系统不能直接实现所期望的性能,因此需要用系统校正的方法使其具有所期望的性能。本程序是基于频域法的串联校正,分为超前校正和滞后校正。-In the control system, because some systems can not directly achieve the desired performance, requiring a systematic method of correction to have the desired performance. This procedure is based on the frequency-domain method of series correction, divided into ahead of correction and lag correction.
- 2022-03-05 12:04:50下载
- 积分:1
-
本算法使用分治法求解最近点对问题。事先用O(nlogn)时间对x坐标进行排序,使得所有的点是按x坐标从小到大排好序的(x坐标相同时y坐标小的排前),然后取下标小...
本算法使用分治法求解最近点对问题。事先用O(nlogn)时间对x坐标进行排序,使得所有的点是按x坐标从小到大排好序的(x坐标相同时y坐标小的排前),然后取下标小于n/2属于左边的点集PL,取下标大于n/2属于右边的点集PR,即用O(1)时间就可以将规模为n的问题分解为两个规模为n/2的、同类型的子问题。分割完毕之后就可以采用分治法,分别求出PL和PR中的最近点对,最终通过递归实现。-This algorithm uses divide and conquer to solve the problem closest point. Prior to use O (nlogn) time to sort the x coordinate so that all points are based on x coordinates from small to large sorted (x coordinates with the same y coordinates of the small, the top), and then remove the standard is less than n/2 the set of points belonging to the left PL, remove the standard is greater than n/2 set of points belonging to the right of PR, that is to use O (1) time can be the problem size n divided into two size n/2, the same type The sub-problems. Segmentation can be used after completion of sub-rule method, respectively, find the PL and PR in the last points and eventually through the recursion.
- 2022-01-25 16:01:13下载
- 积分:1
-
This a utility which introduces the user to the 8 puzzle
这是一个向用户介绍8拼图的实用程序
- 2022-03-20 16:47:41下载
- 积分:1