CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - PID
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - PID - List
[
Exploit
]
ReadMem
DL : 0
unit ReadMem interface uses TLHelp32,Windows function GetMems(PID:longword baseaddress:string= len:integer=0):string //获取指定进程中的~内存数据 implementation function UpperCase(const S: string): string var Ch:Char L:Integer Source,Dest: PChar begin L := Length(S) SetLength(Result, L) Source := Pointer(S) Dest := Pointer(Result) while L <> 0 do begin Ch := Source^ if (Ch >= a ) and (Ch <= z ) then Dec(Ch, 32) Dest^ := Ch Inc(Source) Inc(Dest) Dec(L) end end -unit ReadMem interface uses TLHelp32. Windows function GetMems (PID : longword baseaddress : string = len : integer = 0) : string / / designated access to the process of memory data implementation FUNCT ion UpperCase (const S : string) : string var Ch : Char L : Integer Source, Dest : PChar begin L : = Length (S) SetLength (Result, L) Source : = Pointer (S) Dest : = Pointer (Result) while L
Date
: 2008-10-13
Size
: 1.84kb
User
:
cl
[
Exploit
]
adjk
DL : 0
这是MATLAB的控制工具箱。由薛定宇教师编写。这个工具箱用来实现的PID最优程序!-This is the control MATLAB toolbox. Xue prepared by the teachers. This toolbox used to achieve the optimum PID process!
Date
: 2008-10-13
Size
: 18.62kb
User
:
guo
[
Exploit
]
greyPIDcontroller
DL : 1
连续系统灰色PID控制 连续系统灰色PID位置跟踪 灰色理论 GM(0,N)模型 GM(0,2)模型 graph.m文件画仿真曲线 -continuous PID control systems gray continuous system gray PID position tracking Gray GM (0, N) model GM (0,2) model graph.m paper painting simulation curve
Date
: 2008-10-13
Size
: 200.18kb
User
:
曾小权
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.