-
个人收集的读写SD卡FAT文件系统的代码,都是极其经典的,有些是付费买来的,给苦苦寻觅的朋友一起打包下载了。
非常精简,非常经典,适合做嵌入式系统应用,如M...
个人收集的读写SD卡FAT文件系统的代码,都是极其经典的,有些是付费买来的,给苦苦寻觅的朋友一起打包下载了。
非常精简,非常经典,适合做嵌入式系统应用,如MP3播放,bootloader加载等等!-Personal collection of read and write SD Card FAT file system code, are very classic, and some are purchased to pay for hard to find friends with packing downloaded. Very concise, very classic, suitable for embedded system applications, such as MP3 players, bootloader to load and so on!
- 2023-06-11 02:45:03下载
- 积分:1
-
Linux环境下,使用串口进行数据传输的实际例子。
Linux环境下,使用串口进行数据传输的实际例子。-Linux environment, using the serial port for data transfer practical examples.
- 2022-07-27 18:12:40下载
- 积分:1
-
linux下的rtp的实例源代码,可以学习用
linux下的rtp的实例源代码,可以学习用 -the rtp example source code can be used to study
- 2022-07-16 11:43:23下载
- 积分:1
-
a good, I can use the model of the c, and we need as soon as possible under the.
一个不错,可以再利用的c++模型库,需要的赶快下了-a good, I can use the model of the c, and we need as soon as possible under the.
- 2022-08-14 00:47:03下载
- 积分:1
-
of serial communications
linux下的串口通讯-of serial communications
- 2022-06-18 17:39:30下载
- 积分:1
-
自己制作usb
自己制作usb-linux系统收集的资料和经验总结,希望对大家有用。-To produce their own usb-linux systematic collection of information and lessons learned, want to be useful to everyone.
- 2022-06-21 06:00:10下载
- 积分:1
-
本书是介绍Linux的内核的非常专业的书籍,尤其是书中的代码都有非常清晰的注释,非常适合初学者使用...
本书是介绍Linux的内核的非常专业的书籍,尤其是书中的代码都有非常清晰的注释,非常适合初学者使用-This book is the introduction of the Linux kernel very professional books, in particular, the code book are very clear notes, very suitable for beginners to use
- 2022-03-12 00:43:59下载
- 积分:1
-
linux下演示动态库使用的例子,使用动态库拿到系统的使用时间,有使用说明
linux下演示动态库使用的例子,使用动态库拿到系统的使用时间,有使用说明-linux dynamic library to use the next example demonstrates the use of dynamic libraries to get the system to use time and instructions
- 2022-03-05 12:23:23下载
- 积分:1
-
自己常用的BASE64编码程序,开发环境为LINUX
自己常用的BASE64编码程序,开发环境为LINUX
- 2022-05-27 10:27:51下载
- 积分:1
-
根据用户输入的命令行选项的不同,来实现三种功能:argc为2时,命令格式为
myfind <pathname>
它要统计出,在常规文件中,...
根据用户输入的命令行选项的不同,来实现三种功能:argc为2时,命令格式为
myfind
它要统计出,在常规文件中,文件长度不大于4096字节的常规文件,在所有允许访问的普通文件中所占的百分比。不允许打印出任何路径名。
argc为4且argv[2] == “-comp”时,命令格式为
myfind -comp
输出在目录子树之下,所有与文件内容一致的文件的绝对路径名。不允许输出任何其它的路径名,包括不可访问的路径名。当参数pathname不是绝对路径时,调用getcwd()等函数来取得文件的绝对路径名。
argc 大于等于4且argv[2] == “-name”时,命令格式为myfind -name ……是一个以空格分隔的文件名序列(不带目录)。命令输出目录子树之下,所有与…序列中文件名相同的文件的绝对路径名。不允许输出不可访问的或无关的路径名。
- 2023-03-19 18:55:03下载
- 积分:1