搜索资源列表
softlock
- Moto E2的键盘软锁v2源代码,使用qt,(0.02版sdk) 有附加说明,在linux下可以正常查看,在windows下可能会有部分乱码
softlock3_src.tar
- moto e2键盘软锁第三版,使用moto e2 sdk 和 arm-linux-gcc编译
lockscreen.rar
- minigui锁屏对话框 可以完成基本的锁屏功能,minigui lock screen dialog box to complete the basic lock-screen function
Linux divice diver
- Linux设备驱动的现状 从non os驱动到Linux驱动 内核设施 自旋锁、信号量、互斥量、完成量 异步通知、信号 阻塞与非阻塞 内存与I/O操作,DMA 中断,top half/bottom half 字符设备驱动 复杂设备驱动的框架 LCD设备FRAMEBUFFER FLASH设备MTD TTY设备 块设备 用户空间的设备驱动 设备驱动开发流程 开
mutexdemo
- 适用于嵌入式linux下的互斥锁源代码,绝对真实可用。非常有益-For embedded linux source code under the exclusive lock, absolute truth can be. Very useful
SPI1
- 实现用arm lpc2114 与锁相环ADF 4106进行SPI通信。已经过验证。-Using arm LPC2114 and ADF 4106 SPI communication phase-locked loop. Has already been verified.
CBI_TCP_V.11.05.25
- 计算机联锁软件系统,主要用于铁路信号控制和运行-computer interlocking system
charcterDevices-Drivers
- 基于S3C2440班子的linux字符型驱动课件源程序,包括内核空间与用户空间数据拷贝,自旋锁与信号量,proc文件系统等试验源码-Based on the source of the the S3C2440 team linux character-driven courseware, including the kernel space and user space data copy, spin locks and semaphores, proc file system test sou
start.tar
- 嵌入式LINUX开发实用的启动脚本,开机自动启动相关程序,启动完成后将串口控制台锁住,凭用户名和密码登陆,提高保密性!-Linux sell scr ipt-start scr ipt, need login
doorTerminal
- 基于嵌入式编写的一个qt可视化控制系统,该系统实现了密码解锁,射频卡解锁,远程解锁、天气和时间显示等等功能!-Embedded write a qt visual control system, the system password to unlock RF card unlock, remote unlock, weather and time display function!
12864dededechengxu
- /*------------------------------------------ lcd12864液晶显示驱动实 ---------------------------------------------- ----------------------------------------------- RS:D/I=H,表示DB7~DB0为显示数据 D/I=L,表示DB7~DB0为显示指令数据 -----------------------------------
12864zhongjiyingyong
- /************************************************************************************** 程序名称:时间 温度控制系统(128*64LCD+ds1302+ds18b20) 主要功能:温度计 时钟 闹铃 密码锁 篮球器 计算器 温度控制 键盘锁 系统设置等。 主要说明:程序全部定义在一个C文件中。 作者: LiJH 时间: 2008.6.20 版本: LiJH-V1.0 /
check.tar
- 用C语言设计的密码解锁-Using C language design Password Unlocker
pthreadcopyfileproject
- 利用线程池,互斥锁,信号量的机制,多线程拷贝文件-Use the thread pool, mutexes, semaphores mechanisms, multi-threaded copy files
lock
- 告诉初学者一些关于文件锁的贾少和基本使用-what is file_lock and how to use it
www
- 基于s5pc100-A8板的智能仓储物联系统,1. M0作为前端信息采集器,通过温湿度、光感等模块实时采集节点所在仓库的环境数据,通过RFID射频刷卡模拟货物出入库,将采集到的数据和货物存储信息通过ZIGBEE无线传输给A8主控板进行数据分析。 2. A8是整个系统的逻辑处理核心,采用多线程架构,线程间使用全局变量、互斥锁、条件变量实现线程同步、互斥、唤醒等动作;分析M0发送来的数据,唤醒相应线程进行短信报警、摄像头抓拍、蜂鸣器、LED灯光报警、出入库等动作,并将数据存入数据库中; 3.