资源列表
mmx
- 学习密码学的好资料,学习者最好要学过部分C或者其他语言(A very good book for learning Cryptography)
Linux程序设计(源码)
- 学习linux编程的资料。大家可以参考一下啊。(Learning linux programming information. You can refer to ah.)
rpmsg_user_dev_driver
- 完成基于Openamp多核处理器核间通信的rpmsg字符设备驱动(the char device driver module of rpmsg device)
addressbook
- 一个用链表这种数据结构写的简单的通讯录代码,希望大家对链表有进一步的了解。(Using a list of such data structure to write a simple address book code, I hope you have a further understanding of the list.)
加密算法
- c++ 加密算法合集,包括(rsa md5 base64....)(C++ encryption algorithm collection, including (RSA MD5 Base64...))
Linux网络编程
- Linux网络编程,很好的资料,,请收藏。。(Linux network programming)
SEAndroid-Aalto
- android selinx 相关的内容,详细的说明了相应的机制(android selinx security)
ushell4
- Shells by Example Fourth Edition
temperature_test
- ds18b20 linux 驱动程序,板子通过GPG(0)与iic通信(ds18b20 linux device)
temperature_device
- linux下的ds18b20驱动,通过iic实现与温度传感器的通信(linux ds18b20 device)
shell编程和unix命令
- 本书共分五部分,详细介绍了shell编程技巧,各种UNIX命令及语法,还涉及了UNIX下的文字处理以及少量的系统管理问题。本书内容全面、文字简洁流畅,适合Shell编程人员学习、参考。(This book is divided into five parts, detailing the shell programming skills, a variety of UNIX commands and syntax, but also related to the UNIX under the t
Shell脚本学习指南
- Shell就是一个命令行解释器,它的作用是解释执行用户的命令,用户输入一条命令,Shell就解释执行一条,这种方式称为交互式(Interactive)。(Shell is a command line interpreter, whose function is to explain the execution of user commands. The user enters a command, and Shell explains the execution, which is calle