搜索资源列表
ds1337
- 实时时钟处理芯片ds1337驱动程序,芯片由i2c接口控制,将文件加入到linux内核的driver i2c/chips目录下,在makefine中添加该文件直接编译即可-real-time clock chip ds1337 driver, from i2c chip interface control, file into the Linux kernel driver i2c/chips directory, In addition makefine the document can be
qianrushi
- 本文将分析嵌入式操作系统uClinux的内核结构、内存管理、多进程处理、针对实时性的解决方案和开发环境,先对uCLinux有一个深刻的认识,将有利于今后进一步研究开发。 关键词: uCLinux,内存管理,多进程处理,RTLinux,开发环境-This paper will analyze the uClinux embedded operating system kernel architecture, memory management, multi-process handling,
Sqlite3_Val2DB.tar
- 基于嵌入式linux的sqlite3.7.4的嵌入式数据库事务处理实例,实时更新数据库-Sqlite 3.7.4,run in embedded linux system, base on TRANSATION.
main
- 实时的ad转换,转换后通过控制器处理并在液晶lcd上显示程序源码-Ad conversion in real time, the converted program source code is processed by the controller and displayed on the LCD lcd
camtest
- linux下实现实时视频的采集并且实现图像处理-linux under real-time video capture and image processing to achieve
shexiangtou
- linux环境下实现摄像头的实时视频采集并且进行图像处理-linux environment to achieve real-time camera video capture and image processing
USB_video_capture
- ARM9上面搭建linux 环境,开发板通过链接USB摄像头采集图像并处理在lcd上面实时显示并保存图像到U盘-Above ARM9 linux build environment, development board image acquisition through a link USB camera and processing real-time display and save the image to disk lcd above U
menu_proctject2
- 独立完成,该项目意在使点餐智能化,节省餐厅运营成本;主要实现功能:客户端能够获取座位,查看本地菜单,点菜,取消订单,结账功能,服务器完成对客户端请求的实时处理;-Independently, the project is intended to make intelligent ordering, restaurant operating cost savings main functions: the client can get a seat to see the local menu,
www
- 基于s5pc100-A8板的智能仓储物联系统,1. M0作为前端信息采集器,通过温湿度、光感等模块实时采集节点所在仓库的环境数据,通过RFID射频刷卡模拟货物出入库,将采集到的数据和货物存储信息通过ZIGBEE无线传输给A8主控板进行数据分析。 2. A8是整个系统的逻辑处理核心,采用多线程架构,线程间使用全局变量、互斥锁、条件变量实现线程同步、互斥、唤醒等动作;分析M0发送来的数据,唤醒相应线程进行短信报警、摄像头抓拍、蜂鸣器、LED灯光报警、出入库等动作,并将数据存入数据库中; 3.