搜索资源列表
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
VB-Mechanical-design-
- VB 自己编程实现对机械的应用,里面有8个软件,分别是关于工况系数、轴的直径、轴承、选V带类型、图形变换、凸轮质量的软件-VB programming to realize the application of mechanical, there are eight software, respectively is about the working condition of coefficient, shaft diameter, bearing, choose V belt type, g
web-cam-analyzer-src-(1)
- A must reason is good program to a web camera
strmap
- 哈希链表 为每个Hash值,建立一个Hash桶(Bucket),桶的容量是固定的,也就是只能处理固定次数的冲突,如1048576个Hash桶,每个桶中有4个表项(Entry),总计4M个表项。其实这两种的实现思路雷同,就是对Hash表中每个Hash值建立一个冲突表,即将冲突的几个记录以表的形式存储在其中;- * strmap version 2.0.1 * * ANSI C hash table for strings. * * Version hist