搜索资源列表
MM440-VC++-PID
- 本程序是基于工程中应用广泛的MM440变频器上位机界面代码,采用自适应PID算法进行传动装置控制。-this program is based on engineering widespread use of MM440 Inverter PC interface code, PID algorithm using adaptive devices for transmission control.
usesimpledll
- DLL 文件的简单应用例子,该文件为一个完整的工程,打开直接可用。使用该工程可以对dll文件的编写有清楚地认识-Simple application example of the DLL file, the file is a complete project, opens directly available. Use of the project can be clearly dll file preparation
cPPproject
- 收集了几个典型的c++应用工程,有的很实用,知道好好学习一下。-Collection of a few typical c++ application engineering, and some very useful to know to learn about.
contig-V1.0
- 将.fasta文件中的contig进行处理的小程序,包括NodeCopyer、contig两个应用。搞基因工程的同学们可以用一下。-It s for dealing with .fasta files, which contains NodeCopyer and contig .
pid
- vb实现的关于PID控制的仿真小程序,理解后可更改应用到实际工程中-VB implementation of the PID control on the simulation of small procedures, after understanding can change the application to practical engineering
CvvImage
- 好多opencv的应用程序界面中在MFC中显示图像,但是我发现这些显示功能大部分用到了一个叫CvvImage的类,最近使用opencv2.3.1,发现找不到这个类了。 没有具体研究过opencv ,但是opencv在MFC中显示图像需要用的一个叫做CvvImage的类的DrawToHDC()的函数,但是我在2.3.1下却怎么也没有找到这个类,和这个函数。在2.3.1的文档下没有关于这个的任何资料,不知道是不是新版本的opencv去掉了这个类,或者用其他的方式实现了。所以我需要用以前的方式实现这个