登录

最新会员 最新下载

成为了本站VIP会员

01月05日 00:38

成为了本站VIP会员

2024-12-25 15:38

成为了本站VIP会员

2024-12-25 12:28

成为了本站VIP会员

2024-12-25 12:10

成为了本站VIP会员

2024-12-24 23:54

成为了本站VIP会员

2024-12-24 23:29
已选条件
  1. 编程语言:LINUX
  2. 代码类别:所有
  3. 发布时间:今天
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. 自己编写的Linux下myls命令

Linux环境下用C语言实现类似ls命令功能的myls函数,实现了-a,-l,-i,-R,-d,-t六个选项

1
下载
93
浏览
2023-02-18发布

3. 本文用中文详细描述了编译器GCC的所有命令语法格式。

本文用中文详细描述了编译器GCC的所有命令语法格式。-this artical narates all the grammer of gcc in details

1
下载
59
浏览
2023-02-18发布

4. ns3 路由协议仿真

代码是在manet compare基础上修改,添加高斯马尔科夫模型

2
下载
83
浏览
2023-02-18发布

6. 这是有关linux开发的资料,用c语言写的,很有用。

这是有关linux开发的资料,用c语言写的,很有用。-failed to translate

1
下载
83
浏览
2023-02-17发布

7. 介绍Linux平台上最常用的图形系统

介绍Linux平台上最常用的图形系统---X Window。入门者适合看看。-Linux platform to introduce the most commonly used graphic system--- X Window. Suitable for beginners to see.

1
下载
88
浏览
2023-02-17发布

8. BonkEnc is a CD ripper and audio encoder for various formats. It can produce MP3

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

1
下载
66
浏览
2023-02-17发布

9. IDE的地址在uClinux里的填充,网上资源,与大家共享

IDE的地址在uClinux里的填充,网上资源,与大家共享-IDE addresses uClinux Lane in the filling, online resources and share

1
下载
86
浏览
2023-02-17发布

11. 计算机网络,按照网络长层自顶向下的顺序来描述网络.是国外的一本优秀教材...

计算机网络,按照网络长层自顶向下的顺序来描述网络.是国外的一本优秀教材-computer networks, according to network-layer top-down order to describe the network. Yes abroad an outstanding teaching

1
下载
53
浏览
2023-02-17发布

12. FTP客户端,客户端服务程序,实现目录清单,…

ftp客户端,服务端程序程序,实现列出目录,改变当前目录等功能-ftp client, client service procedures procedures, to achieve directory listing, change the current directory and other functions

1
下载
87
浏览
2023-02-16发布

13. Applicable to linux2.4 version of the kernel source code control procedures pppo...

适用于linux2.4版本内核的pppoe监控程序源代码-Applicable to linux2.4 version of the kernel source code control procedures pppoe

1
下载
79
浏览
2023-02-16发布

14. 指纹的源代码

这是很好的例子,为指纹识别。这段代码被测试肺活量正在进行。它也是对我好,我希望它会对你很好。谢谢你。亲爱的菲利普

1
下载
61
浏览
2023-02-16发布

15. cramfs 的生成过程,呵呵,非常适合初学者用,希望对大家有帮助啊...

cramfs 的生成过程,呵呵,非常适合初学者用,希望对大家有帮助啊-cramfs generation process, Oh, very suitable for beginners to use, we want to help ah

1
下载
70
浏览
2023-02-16发布

16. linux设备驱动程序简单示例

以一个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

1
下载
39
浏览
2023-02-16发布

19. Web

基于网络的跨平台的通讯驱动程序,可以直接从IP地址层面交换数据,具有完整的软件架构!-Web-based cross-platform communications driver can directly exchange data from the IP address level, with a complete software architecture!

1
下载
73
浏览
2023-02-15发布

20. The second part of touch screen infomation. There are examples and document. I h...

触摸屏资料2,有具体实例,及相关文档,希望对大家有帮助!-The second part of touch screen infomation. There are examples and document. I hope it is helpful.

1
下载
86
浏览
2023-02-15发布