Welcome![Sign In][Sign Up]
Location:
Search - delphi PID

Search list

[Other resourcePID

Description: 用DELPHI来模拟实现PID在水量控制中的效果,用来学习PID参数在实际中的应用效果!对于刚接触自动控制的人很有用!
Platform: | Size: 124765 | Author: lee | Hits:

[OS programPID水量控制仿真演示系统

Description: 工业pid仿真的演示程序,很不错的,学习用的代码-industrial pid simulation demo program, a very good study of the code
Platform: | Size: 493568 | Author: dg | Hits:

[Driver DevelopW2KIOTALK

Description: 通过PortTalk和改良的函数集、在Windows 2000 和 Windows XP 下进行IO口的直接访问。主调函数为OpenCurrentProcessIOAllAccess(PID: THandle)或者OpenCurProcessIOAllAccess(CurWnd: THandle),PID为进程ID,CurWnd为窗口句柄。-through PortTalk and improved function set. In Windows 2000 and Windows XP under the direct IO I visit. Melody function OpenCurrentProcessIOAllAccess (PID : THandle) or OpenCurProcessIOAllAccess (CurW nd : THandle), the PID of the process ID, CurWnd handle for the window.
Platform: | Size: 4096 | Author: 张劲书 | Hits:

[Hook apidriver

Description: 用DDDK编写驱动,修改SSDT表HOOK NTDebugActiveProcess函数 钩子函数中可以判断PID号,决定是否放行,放行则在钩子函数中调用原来的NTDebugActiveProcess函数.否则直接返回False.HOOK成功后所有调用DebugActiveProcess的程序将会失效.当然可以按照你的需要HOOK更多的系统服务函数.同一服务函数的服务号在每个操作系统版本中是不同的.下面附件中编译完成的驱动请在WinXP SP2的环境下测试.否则可能会导致直接重启-Used to prepare DDDK drive, modify SSDT Table HOOK NTDebugActiveProcess function hook function can determine the PID number, decide whether to release, release in the hook function to call the original function NTDebugActiveProcess. False.HOOK Otherwise, after the success of a direct return all calls DebugActiveProcess procedures will be failure. You can, of course, in accordance with the needs of more system services HOOK function. the same service function of the service in each of the operating system versions are different. following the completion of the annex to compile drivers in WinXP SP2 test environment. or else may lead to the resumption of direct
Platform: | Size: 3072 | Author: 张京 | Hits:

[Algorithmpid

Description: PID算法,包括积分项的改进算法和微分项的改进算法-PID algorithm, including the integration of the improved algorithm and the differential of the improved algorithm
Platform: | Size: 172032 | Author: mo | Hits:

[AI-NN-PRPID

Description: 用DELPHI来模拟实现PID在水量控制中的效果,用来学习PID参数在实际中的应用效果!对于刚接触自动控制的人很有用!-DELPHI simulation used to achieve PID control in the water, the effect of PID parameters used to study the actual effect of the application! For automatic control of people刚接触useful!
Platform: | Size: 124928 | Author: | Hits:

[Other systemsPIDDem

Description: PID水量控制仿真演示系统 ,很有实用价值,用delph编写-PID control simulation of water demonstration system is very practical value, using delph prepared
Platform: | Size: 491520 | Author: lu193 | Hits:

[OS programprglist

Description: 获取当前系统进程列表,包括进程名称、PID、父进程ID、模块ID、引用计数、线程计数、优先权等信息,可中止进程,查看进程模块、内存占用情况。
Platform: | Size: 296960 | Author: 奈恩斯基 | Hits:

[Delphi VCLUnitdfm

Description: delphi 水量PID控制演示程序 图形界面 很直观的演示了PID的全过程-PID control of water delphi demo program is very intuitive graphical interface to demonstrate the whole process of PID
Platform: | Size: 4096 | Author: wind | Hits:

[GUI Developdpr

Description: delphi 水量PID控制演示程序 图形界面 很直观的演示了PID的全过程-PID control of water delphi demo program is very intuitive graphical interface to demonstrate the whole process of PID
Platform: | Size: 3072 | Author: wind | Hits:

[Delphi VCLpid_control

Description: PID控制演示,利用第三方控件实现PID控制的演示程序-PID control demonstration, the use of third-party controls to achieve PID control demo program
Platform: | Size: 536576 | Author: fxs | Hits:

[Printing programDELPHI7WINXP

Description: PID水量控制仿真演示系统环境:DELPHI7+IOCOMP3.02+LMD-TOOLS7.00.59+WINXP 这个系统只是起到抛砖引玉的作用,可能不是很完善,采用的是位置PID控制法-PID control of water environment simulation demo system: DELPHI7+ IOCOMP3.02+ LMD-TOOLS7.00.59+ WINXP the system just to play forward role, may not be perfect, using the location of PID control method
Platform: | Size: 641024 | Author: cheng | Hits:

[AI-NN-PRPID

Description: 采用遗传算法直接优化数字PID控制器参数,并控制一个带时延的系统,仿真结果表明遗传算法收 敛较快,得到的PID控制器控制效果明显优于传统的PID控制。 -Optimize the use of genetic algorithms directly figure PID controller parameters and control a system with time delay, simulation results show that the rapid convergence of genetic algorithm, the PID controller to be better than traditional PID control.
Platform: | Size: 22528 | Author: 孙传华 | Hits:

[OS programShowUseage

Description: 简直和WinXP系统自带的一模一样,功能和界面都一样,只是开发语言不同,系统的是用C写的,这是用DELPHI写的 此程序主要实现取系统的应用程序列表、取系统的所有进程的相关信息(映像名称,PID,CPU时间,内存使用)、实时取CPU的得用率并以波浪线来描绘、实时取内存的使用记录,并以波浪线来描绘。同时也实现了,结束任务,新建任务,及切换至等功能。“选项菜单”只实现了“总是最前”,“查看菜单”只实现了“更新速度”。主要没有实现的功能,是取各个进程的CPU利用率和在系统托盘显示CPU线的效果。 程序中使用了几个网友作品的算法:如画CPU使用率的背景的效果,取CPU利用率的算法等都非本人原创的(作了部分修正)。 -WinXP system and it comes with exactly the same functionality and interface are the same, but different development language, the system is written in C, it is written in DELPHI The main implementation of this process the application check list system, check system for all process-related information (Image Name, PID, CPU time, memory usage), real-time access to use the rate of the CPU and to describe the wave line, real-time memory access the use of records, and to describe the wave line. Implementation at the same time, the end of mission, new mission, and to switch to other functions. "Options menu" only to realize the "always best before", "View menu" only achieve the "update speed." Did not achieve the main function is to check the CPU utilization of all process and in the system tray shows the effect of CPU line. Procedures used in some users of the algorithm works: CPU utilization rate of the background of picturesque effect, the algorithm check CPU utilization, I have non
Platform: | Size: 333824 | Author: 法激 | Hits:

[Windows Developpid

Description: 抓取工作管理員裡頭所有process之pid-Task Manager process of crawling pid
Platform: | Size: 8192 | Author: adams | Hits:

[Delphi VCLDelphiReadUSB

Description: DELPHI识别USB的PID和VID的源码,仅供参考!-DELPHI to identify USB-PID and VID of the source code, for reference purposes only!
Platform: | Size: 11264 | Author: 何毅勋 | Hits:

[Delphi VCLPIDDelphi

Description: PID for Delphi - Proportional/Integral/Derivative math for control-PID for Delphi- Proportional/Integral/Derivative math for control
Platform: | Size: 233472 | Author: gasensio | Hits:

[Delphi VCLPID_Delphi_Demo

Description: PID演示,DELPHI源码 动画演示PID算法-PID demo, DELPHI Animation PID algorithm source code
Platform: | Size: 601088 | Author: ppstudio | Hits:

[Delphi VCLPID

Description: delphi模拟PID控制液位,有一定参考价值-delphi analog PID control level, a certain reference value
Platform: | Size: 239616 | Author: | Hits:

[Delphi VCLDelphi-PID-Control

Description: Delphi PID Control. Demonstrates how to implement PID algorithm in delphi
Platform: | Size: 3072 | Author: ST | Hits:
« 12 3 »

CodeBus www.codebus.net