▍1. 自己编写的Linux下myls命令
Linux环境下用C语言实现类似ls命令功能的myls函数,实现了-a,-l,-i,-R,-d,-t六个选项
Linux环境下用C语言实现类似ls命令功能的myls函数,实现了-a,-l,-i,-R,-d,-t六个选项
Debugging with GDB Tool
本文用中文详细描述了编译器GCC的所有命令语法格式。-this artical narates all the grammer of gcc in details
for making the linux autoboot
这是有关linux开发的资料,用c语言写的,很有用。-failed to translate
介绍Linux平台上最常用的图形系统---X Window。入门者适合看看。-Linux platform to introduce the most commonly used graphic system--- X Window. Suitable for beginners to see.
BonkEnc is a CD ripper and audio encoder for various formats. It can produce MP3, Ogg Vorbis, BONK, AAC and VQF files. BonkEnc supports freedb (CDDB), CD-Text and ID3 tags and is available is several languages
IDE的地址在uClinux里的填充,网上资源,与大家共享-IDE addresses uClinux Lane in the filling, online resources and share
计算机网络,按照网络长层自顶向下的顺序来描述网络.是国外的一本优秀教材-computer networks, according to network-layer top-down order to describe the network. Yes abroad an outstanding teaching
ftp客户端,服务端程序程序,实现列出目录,改变当前目录等功能-ftp client, client service procedures procedures, to achieve directory listing, change the current directory and other functions
适用于linux2.4版本内核的pppoe监控程序源代码-Applicable to linux2.4 version of the kernel source code control procedures pppoe
这是很好的例子,为指纹识别。这段代码被测试肺活量正在进行。它也是对我好,我希望它会对你很好。谢谢你。亲爱的菲利普
cramfs 的生成过程,呵呵,非常适合初学者用,希望对大家有帮助啊-cramfs generation process, Oh, very suitable for beginners to use, we want to help ah
以一个hello word程序为例,展示最简单的linux设备驱动程序。hello.c#include #include MODULE_LICENSE("Dual BSD/GPL");static int hello_init(void){ printk(KERN_ERR "hello world! "); return 0;}static void hello_exit(void){ printk(KERN_ERR "goodbye cruel world ");}module_init(hello_init);module_exit(hello_exit);hello.h:无makefile:ifneq ($(KERNELRELEASE),)obj-m := hello.oelseKERNELDIR ?= /root/rpmbuild/BUILD/kernel-3.10.0-693.21.1.el7/linux-3.10.0-693.21.1.el7.x86_64PWD := $(shell pwd)default:$(MAKE) -C $(KERNELDIR) M=$(PWD) modulesendif
ralinktech rt61 wireless driver
bash for linux progrmming to develop shell related
基于网络的跨平台的通讯驱动程序,可以直接从IP地址层面交换数据,具有完整的软件架构!-Web-based cross-platform communications driver can directly exchange data from the IP address level, with a complete software architecture!
触摸屏资料2,有具体实例,及相关文档,希望对大家有帮助!-The second part of touch screen infomation. There are examples and document. I hope it is helpful.