资源列表
fuzzy_pid
- 模糊PID控制的matlab仿真程序,直接利用M文件编写,方便快捷-Fuzzy PID control matlab simulation program, the direct use of M documentation, convenient
operator-overloading
- 一个运算符重载程序,对+、-、*、/运算符重载后,使之能进行复数之间的运算。-An operator overloading procedures,+,-,*,/operator overloading after so that it can carry out complex operations between.
zhouchengzuo
- 用ansys 对轴承座进行静力分析和模态分析的命令流-Ansys for bearing with static analysis and modal analysis of order flow
BNumP-
- 实现了大数的加减乘法运算,可达1000位-To achieve a large number of addition and subtraction multiplication, up to 1000
Diag_Rayon_Parabole_Dipole
- Diagramme de Rayonnement Antenne Parabole alimenté par Dipole
flowfun
- 流函数,通过u\v风场反演出流函数和势函数。-Stream function by u \ v wind inversion stream function and potential function.
helloworld
- revit二次开发实例,在revit中添加用户自定义按钮,并为其添加相应的功能-revit secondary development instance, add user-defined buttons in revit in, and add the corresponding function
phase-diversity-method
- 频率估计问题一直是研究的热点。此为一个相位差法估计频率的程序代码,可供学习参考。-Frequency estimation has been the research focus. This is a phase difference method to estimate the frequency of the program code, for learning reference.
reconstruct
- 已知一个数组,对其中数据归一化处理,利用opencv一直库函数,形成重构形成一幅图像,并显示出来-Given an array, the normalized data processing, using OpenCV always library function, formed to reconstruct the image formation, and displayed
Banker
- 基于Java的银行家算法,操作系统中重要的一个算法-Java bankers algorithm, an important operating system based on an algorithm
ADOV_path_discovery
- adov无线路由协议 无线传感器网络 经典的自组网寻路算法-adov wireless routing protocol
CSerialPort-problem-
- CSerialPort是一个很好的串口通讯类,但它没有关闭串口的方法,如果对这个类的实现原理不了解,自行编写串口关闭方法可能会带来如下问题: 1、用closehandle方法关闭串口:由于调用类方法StartMonitoring后会生成一个串口通信线程,这个线程中要不停地访问串口,这种方法会带来明显的错误。 2、先用StopMonitoring方法停止串口监听,然后用closehandle关闭串口:由于StopMonitoring只是将进程挂起,这样做将使程序结束时解构函