搜索资源列表
pyinotify
- 大量小文件的实时同步方案,通过Hash Tree来实现同步,既有通过日志来同步的软实时特点(msyql, bdb等),也可以保证最终数据的一致性(rsync, unison等)。Hash Tree的大体思路是将所有数据存储成树状结构,每个节点的Hash是其所有子节点的Hash的Hash,叶子节点的Hash是其内容的Hash。这样一旦某个节点发生变化,其Hash的变化会迅速传播到根节点。需要同步的系统只需要不断查询跟节点的hash,一旦有
Unison_RTOS_v4
- rtos unix like (posix) for pic32,mplab,fat32,C,asm
GPU-CUDA001
- 文章介绍如何使用CUDA实现神经网络,并把他应用在GPU图像处理单元上。 -An Artificial Neural Network is an information processing method that was inspired by the way biological nervous systems function, such as the brain, to process information. It is
unison-2.13.0.tar
- unison tools is used for sync file different machines-unison tools is used for sync file different machines
CircleControl
- Analog Clock A Circular Motion Control-Introduction This is release 1.2.3 of the library. It fixes a bug where CircleControl.AngleChanged() was not always being triggered for mouse up or down events. Added a featu