搜索资源列表
LocalK-meansAlgorithmforColourImageQuantization.r
- Local K-means Algorithm for Colour Image Quantization
lz4-delphi-master
- Delphi bindings for [lz4](https://code.google.com/p/lz4/). Includes easy-to-use wrapper class and an default mode implementation of the new [lz4s streaming format](http://fastcompression.blogspot.fr/2013/04/lz4-streaming-format-final.html).
Delphi-back-monitor
- 一、把当前进程变为一个系统服务: 目的是在任务列表中把程序隐藏起来。调用API函数RegisterServiceProcess实现。 二、定义全局热键(本例中定义热键Ctrl+Del+R),步骤: 1、定义捕获Windows消息WM_HOTKEY的钩子函数,即:procedure WMHotKey(var Msg : TWMHotKey) message WM_HOTKEY 2、向Windows加入一个全局原子 Myhotkey: GlobalAddAtom(’MyHotkey’