搜索资源列表
usbhidio_vc6
- 真正完整,并且编译得通的代码。用vc访问hid型usb设备,输入自己的VID和PID就能实现对hid型usb设备的读写和控制 它包含单片机固件源代码和PC端的VC源代码;虽然PUDN上有其他会员提供类似的vc代码,但我发现那些代码都存在bug,只有我这个代码是唯一完整的、可以编译通过的代码。-Truly complete, and compile a pass code. Hid type with vc visit usb device, enter their own VID and PID
samples
- 西门子顶峰楼控系统PPCL一般编写例子30个含PID过程控制(需高级版本PASSWORD)-Siemens peak PPCL floor control system in general the preparation of 30 examples of the process with PID control (to be a premium version PASSWORD)
PLC_PID
- 基于PLC的数字PID控制,我的本科毕业设计,使用串口通讯,具有上位机和下位机,还有相关的说明文档-PLC-based digital PID control, my graduate design, the use of serial communication with host computer and the next-bit machines, as well as related documentation
Motor-Speed-Monitor-System
- 利用VC++实现的电机转速控制上位机程序,下位机为MCS51单片机系统,采用串口通信实现电机转速的PID控制。-Using VC++ to achieve motor speed control PC program, the next crew for the MCS51 microcontroller system that uses Serial Communication PID motor speed control.
Using_Fuzzy_logic_for_Mobile
- mutlab模糊控制PID参数自整定实验。-mutlab fuzzy parameter self-tuning PID control experiments.
c.Implementation-of-Automatic-Flight-Control
- Implementation of Automatic Flight Control in Android Platform Using PID Controllers
PIDcontrol
- 利用QT编写控制界面,从上位机发送PID参数来控制下位机-QT prepared control interface, PID parameters sent from the host computer to control lower machine
程控加热最终
- 程控加热器的程序,实现到达目的温度降温的控制,并加热到目的温度。(This file is used to heating and control something,PID is used and including oled file)
sb524
- Ensure accurate communication is learning a good helper, Wavelet packet analysis to extract vibration signal characteristic frequency, The IMC - PID is using the internal model control principle for PID parameters is calculated.
安吉_构件炉(多次)v5.0
- 构件燃烧实验炉的上位机人机界面控制软件 包括实施的监控,绘制图表,保存数据 内置优化的pid控制系统(The man-machine interface control software of the upper combustion furnace of the component combustion furnace includes monitoring, drawing charts, storing data and optimizing the PID control syste
飞行器飞行仿真1212
- 状态转换在simulink模块中搭建仿真模型,并附上前飞PID控制,如图所示:(state The state transformation builds a simulation model in the Simulink module and is attached to the forward flight PID control, as shown in the figure)
USBHID
- 使用hid.lib建立的MFC控制,可识别连接与否,通过修改里面的vid pid即可连接新的hid设备,功能完全干净(只显示1个编辑框),其他功能可自己加上去,使用m_MyHidDevice.WriteHid(str,64);m_MyHidDevice.ReadHid(str,64); 可实现读写功能(Use hid.lib to build the MFC control, can identify the connection or not, connect the new hid devi