搜索资源列表
fpix-0.90.1.tar
- Linux driver for FujiFilm FinePix digital cameras in PC-CAM (i.e. webcam) mode driver/ Contains the driver sources. Compile with \"make\". Then as root, install with \"make install\". Type \"modprobe finepix\" to load the module
USBMEMCAM_DEMO
- stm32 implement the CAM frame to detect the moving object
strmap
- 哈希链表 为每个Hash值,建立一个Hash桶(Bucket),桶的容量是固定的,也就是只能处理固定次数的冲突,如1048576个Hash桶,每个桶中有4个表项(Entry),总计4M个表项。其实这两种的实现思路雷同,就是对Hash表中每个Hash值建立一个冲突表,即将冲突的几个记录以表的形式存储在其中;- * strmap version 2.0.1 * * ANSI C hash table for strings. * * Version hist