-
详细分析了Uboot1.1.2的源代码,包括启动部分,网络部分,命令解析部分以及Linux的引导部分,希望能给初学Uboot的朋友们带来帮助....
详细分析了Uboot1.1.2的源代码,包括启动部分,网络部分,命令解析部分以及Linux的引导部分,希望能给初学Uboot的朋友们带来帮助.
- 2022-05-26 16:34:04下载
- 积分:1
-
一个UNIX间
一个UNIX进程间通讯的程序,使用了信号量来解决操作系统的消费者与生产者问题,使用了fork,wait,nanosleep,sempo等unix函数。-a UNIX inter-process communication, the use of the signal operating system to solve the volume of consumers and producers, the use of the fork, wait, nanosleep, sempo other unix function.
- 2022-07-25 01:27:44下载
- 积分:1
-
"Linux Device Drivers" Implementations based on the source of the 2.6...
《linux设备驱动》3th 源码
基于2.6的内核,不管是从事pc还是嵌入式系统驱动的开发,相信都是不错的学习资料-"Linux Device Drivers" Implementations based on the source of the 2.6 kernel, Whether engaged in pc or embedded system-driven development, I believe, are a good learning materials
- 2022-11-07 19:05:04下载
- 积分:1
-
UNIX编程的简单的shell下的参数。含有1。C,APUE的…
UNIX下编程实现带参数的简单shell.包含1.c、apue.h、error2e.c-UNIX Programming with the parameters under the simple shell. Contains 1.c, apue.h, error2e.c
- 2022-01-23 10:39:26下载
- 积分:1
-
pbx under linux
linux下pbx-pbx under linux
- 2022-06-22 05:09:01下载
- 积分: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
-
linux下运用QT进行编程的示例,对于学习QT编程的人员具有借鉴意义。...
linux下运用QT进行编程的示例,对于学习QT编程的人员具有借鉴意义。-use QT under linux sample program, for staff to learn QT programming be learned.
- 2022-03-12 04:49:22下载
- 积分:1
-
linux下的ping源代码,用socket实现,只是学习Linux…
linux 下的ping源码,用socket实现,刚学linuxs socket编程的可以下载阅读。当然,你可以把该程序移植到嵌入式系统中。-ping source code under linux, using socket implementation, just learning linuxs socket programming can be downloaded to read. Of course, you can put this program ported to an embedded system.
- 2022-10-28 11:45:03下载
- 积分:1
-
minigui 1.6.10 8.1开源版
minigui 1.6.10 8.1开源版-minigui 1.6.10 8.1 Open Source Edition
- 2022-07-13 06:26:30下载
- 积分:1
-
这个代码是实现了将给定的bmp图片转换成linux所识别的logo启动画面...
这个代码是实现了将给定的bmp图片转换成linux所识别的logo启动画面-This code changed the bmp picture to the logo which can be recongnized by linux
- 2022-03-20 16:22:57下载
- 积分:1