搜索资源列表
IGDIPlus
- IGDIPlus v.3.0 一个Delphi的图像绘画接口, 提供强大的绘画机制.也可以用于C++ Builder-Interface based Delphi friendly GDI+ implementation. Features: * All GDI+ objects are accessed trough interfaces, with automatic release of resources. * All data types are e
Delphi7functions
- Delphi7函数速查,包含常用的数据类型转换函数、字符串、数组操作函数、文件、磁盘操作函数、内存、指针操作函数、数学运算函数、日期函数。-Quick Delphi7 functions, including common data type conversion functions, string, array function, file, disk manipulation functions, memory, pointer manipulation functions, math fu
hook
- hook function procedure HookWindow(hWnd: HWND) var Item: PItem begin if FindWindowProc(hWnd, HandleList) = nil then begin GetMem(Item,Sizeof(TItem)) Item.hWnd:= hWnd Item.Next:= HandleList Item.WndProc:= Pointer(Set
wavelet_JPEG2000
- Delphi:基于小波的JPEG2000图像压缩技术实例,由Delphi源代码实现,内含了小波动态连接库(vc实现),Delphi可借用这个类库。 首先必须注意的是,在小波变换的时候采用的是串行工作方式 这样一来,对于高速缓存的利用是十分低效率的,却可以节省不少的空间。 BIT.H BIT.C - 是有关比特位操作的代码 WAVELET.H WAVELET.C - 是小波操作的代码 函数输出: 函数返回转换象素的数目 1)