搜索资源列表
vpfe_capture.c
- Texas Instruments Davinci vpfe (Video Processing Front End) driver for Linux.-Texas Instruments Davinci vpfe (Video Processing Front End) driver for Linux.
tcp_server
- 服务端的程序,编译成功 linux下的串口驱动 -Service end of the program compiled successfully under linux serial port driver
calc2
- 是个简单的词法分析器,可以检测多项语法,是编译器的前端-Is a simple lexical analyzer can detect a number of syntax, the compiler front-end
ns-allinone-2.28.mobiwan-ubuntu-6.10.diff.tar
- hallo help this time skip come end and bay next after best self new
tslib-1.4.tar
- arm开发板的触摸屏驱动代码,在arm端的可以让触摸屏定位,操作-arm development board touch screen driver code,Allows the touch screen of the arm end position, operating
lr
- 石器时代linux 8.0商业服务端-Stone Age linux 8.0 Business services end
v4l2uvc-yuv
- 本程序基于v4l2,用于linux系统下获取摄像头数据。可保存为多幅单帧图片。图片为yuv格式。-this program is based on v4l2,which is used to capture datas from camera it connected. The datas will be saved as one farme for one picture, end with yuv.
TestDB.c
- 通过简单实例,从Linux设备驱动本身,理解Linux内核模块、Linux设备驱动的结构、Linux设备驱动中的并发控制等内容。并针对设备驱动的实例,给出了用户态的程序来访问该设备,展现设备驱动的运行情况及用户态和内核态的交互。-Linux (which is a kernel) manages the machine s hardware in a simple and efficient manner, offering the user a simple and uniform progr
RH133_Red-Hat-Linux-System-Administration
- Red Hat Enterprise Linux Desktop: a general purpose client solution, offering desktop applications such as the OpenOffice.org office suite and Evolution mail client. Add-on options provide support for high-end development workstations and virtualizat
RH033_Red-Hat-Linux-Essentials-Book
- Red Hat Enterprise Linux Desktop: a general purpose client solution, offering desktop applications such as the OpenOffice.org office suite and Evolution mail client. Add-on options provide support for high-end development workstations and virtualizat
Sams-Teach-Yourself-Shell-Programmin-in-24-Hours.
- Red Hat Enterprise Linux Desktop: a general purpose client solution, offering desktop applications such as the OpenOffice.org office suite and Evolution mail client. Add-on options provide support for high-end development workstations and virtualizat
little_ending
- 根据位运算,判断内存模型是否为小端。大端和小端的区别不再说明了-According bit computing, memory model determines whether the small end. The difference between big-endian and little-endian no longer explains
bifi_osc_grh
- 示波器USB底层通讯驱动程序,本文为server 端服务程序,基于TMS3202812 开发的- Oscilloscope USB driver, the hard ware communication service for the server end program, this paper based on TMS3202812 development
thread
- thrs_data结构中的几个变量用于读数据线程和显示线程的开始控制和结束控制。start_read:当二个线程同时启动或显示线程先启动时,保证读数据线程先使用缓冲区,=1表示读数据线程已使用了缓冲区;start_disp:在读数据线程对缓冲区进行第一轮操作时,当它已将2个缓冲区写满,而此时显示线程还没有启动或还没有使用过缓冲区,这时应将读数据线程阻塞住,防止它覆盖掉缓冲区中未显示的数据,=1表示显示线程已启动并已使用了缓冲区。在后续交替读数据和显示数据的过程中,由互斥锁来协调二个线程之间的关系