资源列表
syslog_svr
- syslog server by myself .-syslog server by myself .
0v2643-driver
- ov2643镜头寄存器设置,在安凯平台下的镜头驱动-The ov2643 lens setting register,In Ankai platform under the lens driving.
int_fft
- linux操作系统环境下进行快速傅里叶FFT变换分析的C程序代码-Linux operating system environments under the fast FFT Fourier transform c code
ad7879.tar
- ad7879 驱动程序 * This program is free software you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation either version 2 of the License, or * (at your option)
evtest
- 解决mpeg2问题很有效的办法,这是我自己想出来的.-relsove mpeg2 problem
Capture
- DM368中模拟前端基于V4L2驱动的视频捕捉代码-The Capture code of DM368
ADS7843-driver
- ads7843 linux下触摸屏芯片驱动源码,通过spi相连,更改少量代码即可使用-ads7843 linux for touchscreen chip driver source by spi connected, change a small amount of code can be used
NRF24L01arm-linux
- nrf24l01无线模块在linux2.6.30上的针对时s3c2440的驱动-the driver nRF24L01 wireless module in linux2.6.30 based on S3C2440
SVN-52
- AC101网络驱动程序,里面包含相当详细的注释,且使用GPIO模拟MDIO、MDC等接口-AC101 network driver, which contains quite detailed notes, and use the GPIO analog MDIO, MDC and other interfaces
7th_buttons_all
- 按键驱动程序,包括驱动程序、makefile、以及测试程序。-Key drivers, including drivers, makefile, and test procedures.
the-region-set-operate
- 区间操作练习 允许两个操作,add(min,max)和del(min,max),一开始区间内为空,每个操作后算出区间内的集合,要求能自动合并、拆分集合。例如: 操作1:add(1,7) 区间内的集合:(1,7) 操作2:add(9,10) 区间内的集合:(1,7)、(9,10) 操作3:del(3,5) 区间内的集合:(1,2)、(6,7)、(9,10) 操作4:add(3,8) 区间内的集合:(1,10)-region set operate,you can add
deinterlace
- linux下使用v4l2采集视频,然后使用该程序进行去交错。-Under linux using v4l2 capture video, and then use this program for de-interlacing.