资源列表
IMX_AACPD_3.0.7-2.tar
- imx6的ltib库安装时需要的音频解码库,原厂网站已经下不到了。(Imx6 ltib library installation needs audio decoding library, the original factory site has been less than.)
libvisca-1.1.0.tar
- visca是索尼公司的,用来控制摄像机的协议。库文件,从网上转载过来的(The lib of visca,Reprinted from the Internet)
mem
- linux下实现malloc和free。。。。。(Implementation of malloc and free under Linux)
mpuweb
- 利用树莓派和python解析mpu6050六轴传感器的姿态角(rasberrypi use python to read data from mpu6050)
Linux开发教程下册.pdf.tar
- 帮助初学者入门学习,入门必看,手把手教你一步一步熟悉linux操作流程,打开你走向linux大神的大门。(help beginners learning linux.)
USB串口驱动
- arm 平台linux下的usb 串口驱动(usb driver for arm linux)
文档
- 1基于linux2.6存储技术原理 2 并行编程(1 based on linux2.6 storage technology principle 2 parallel programming)
videotransmission
- QT作为客户端接收图像并显示图像,并调用了目标追踪算法(QT receives the image and displays the image as the client, and calls the target tracking algorithm)
test_inotify
- 使用linux inotify机制监听文件的变化,比如文件修改,文件创建,文件删除等(watch the status of file or dir by linux inotify, include modify file, create file or dir)
Unix and Sybase 的安装
- unix sybase 安装说明,详细的说明的安装步骤和设置(unix sybase nstallation instructions)
filter
- 去除函数注释,去点函数中的空格,去掉函数体只留下大括号(Remove the function notes, go to the point function in the space, remove the function body leaving only curly braces)
QT和面向对象节介绍
- 在Linux上QT的基本,QT程序开发 开发一个Qt应用程序的步骤: 1、 先声明所需的窗口部件 2、 设置它们的属性 3、 然后再把这些窗口部件添加到布局中 4、 根据Qt的信号/槽原理,创建并连接使用到的信号/槽,通过窗口部件之间的通信可管理用户的交互行为 5、 程序的编译、链接和运行(Basic QT program development on Linux on QT Steps to develop a Qt application: 1. Declare the re