搜索资源列表
LPC2368NORFlash
- 详细编写了大容量FLASH的代码,可以作为参考示例-The preparation of a large capacity FLASH code can be used as the reference sample
chardev.tar
- The code sample creates a char driver named chardev. You can cat its device file (or open the file with a program) and the driver will put the number of times the device file has been read from into the file.
libacarsd-1.46Rev2
- libacarsd is a free library for decoding of ACARS signals into readable messages.-ñ libacarsd.dll dynamic library for Windows ñ libacarsd.a static library for Windows ñ libacarsd.so dynamic library for Linux ñ libaca
notifier_DRIVER
- 设备驱动或网络驱动中用到LINUX内核通知链的一个示例代码,可以参考一下-Device drivers or network the LINUX kernel notification chain drive used in a sample code, you can refer to
KOexample
- 适合于想要编写内核KO驱动程序的初学者,根据范例可以很快编写,只需要关注驱动本身功能的实现-Suitable when you want to write a kernel driver for beginners KO, based on a sample can be quickly prepared, just need to focus on driving their own functions to achieve
inotify-sample
- inotify 示例 在日常工作中,人们往往需要知道在某些文件(夹)都有那些变化。Linux为此设计了inotify机制,它可以实时地报告linux文件系统的相关事件。-inotify sample Inotify (inode notify) is a Linux kernel subsystem that acts to extend filesystems to notice changes to the filesystem, and report those changes t
Linuxseri
- 关于Linux下串口编程的详细设置PPT文档,内附示例代码,是某嵌入式linux培训机构的内部资料,说明很清晰透彻,同时附上源代码文件,经验证,程序可成功运行。-Linux Serial Programming on detailed settings PPT document, containing the sample code is embedded inside a linux training institution data, indicating a very clear and
leds-driv
- 一个linux dirver示例:关于leds灯在开发板的简明示例,用直接操纵IO方式,便于理解驱动原理。-A linux dirver example: About leds lights in the condensed sample development board, using direct manipulation IO mode, easy to understand the driving principle.
Project
- mini搜索引擎,载入50个文本文件,然后通过输入关键词来计算词出现的次数-we will design and implement a mini search engine that is used to search through a set of 50 documents and a set of sample queries. The data structures used for storing is vector and array. The algorithm in this