-
-
ReadMem.rar
... ,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( ...
-
-
hp.zip
Private Declare Function HideCurrentProcess Lib "hideproc.dll" () As Long
真正隐藏进程
-
watershed_vs.zip
This file contains the function body for the watershed algorithm.Algorithm reference: L. Vincent and P. Soille, "Watershed in digital spaces: An efficient algorithm based on immersion simulations"
-
sortrows.rar
function [y,ndx] = sortrows(x,col)
%[Y,I]=sortrows(A,k)按第k列升序的排列,向量I返各行的原编址.
-
quadprog.rar
function [X,fval,exitflag,output,lambda]=quadprog(H,f,A,B,Aeq,Beq,lb,ub,X0,options,varargin)
% X=QUADPROG(H,f,A,b) 求解二次规划:
% min 0.5*x *H*x + f *x subject to: A*x <= b
%x=quadprog(H,f, A, b, Aeq, beq)求解二次规划:
-
rk4.rar
function [tout, yout] = rk4(ypfun, tspan, y0, h)
%定步长四阶Runge-Kutta法求 ...
-
hPSO.rar
A hybrid Particle Swarm Optimization algorithm for finding the minimum of
the function fitness in the real space.
-
QSFCode.zip
Iretated Function system(IFS) 产生flame效果 VC源码
-
ir_reader37.rar
... kinds of infrared code format
Display the Infrared time and the tolerance no more than many us.
Have error detect function
Save Infrared code function
Auto identify code s format
Compare the code from sample and new Remote Control Unit code)
Detail ...
-