登录

最新会员 最新下载

成为了本站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

成为了本站VIP会员

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

1. Internetwork Routing Protocol Attack 程序

Internetwork Routing Protocol Attack 程序-Internetwork Routing Protocol procedures Attack

1
下载
51
浏览
2023-05-10发布

2. 在myshell v0.1的基础上,增加新的功能:在父进程中接收控制台输入一行字符串,作为用户发出的Linux命令,如ls /usr/*.c <回车>...

在myshell v0.1的基础上,增加新的功能:在父进程中接收控制台输入一行字符串,作为用户发出的Linux命令,如ls /usr/*.c ,在创建一个子进程后,子进程通过调用execlp()系统调用,执行这条命令。-In the myshell v0.1 based on adding new features: In the parent process to receive the console input line of string, as issued by the Linux user commands, such as ls/usr /*. c < Enter " , in creating a sub- the process, the child process by calling execlp () system call, the implementation of this Order.

1
下载
57
浏览
2023-05-10发布

3. GDB常用命令,按照需要查询,附带命令的简单描述

GDB常用命令,按照需要查询,附带命令的简单描述-useful GDB commands

1
下载
49
浏览
2023-05-10发布

4. The book described the basic knowledge of linux, including the installation and...

本书讲述了linux基础知识,包括安装和使用指令。-The book described the basic knowledge of linux, including the installation and use instructions.

1
下载
56
浏览
2023-05-10发布

5. ASP整套的建站源代码

ASP整套的建站源代码-ASP package source code of the station

1
下载
46
浏览
2023-05-10发布

6. 下载自互联网上自己编写的一个简单的操作系统。

从网上下载的一个自己编写的简单的操作系统源代码,对底层了解很有好处的-downloaded from the Internet on their own to prepare a simple operating system source code, the underlying understanding of the very good

1
下载
44
浏览
2023-05-10发布

7. isode

isode-8.0-4.i386.rpm ,FTAM服务的Linux安装包。-isode-8.0-4.i386.rpm, FTAM services Linux installation package.

1
下载
55
浏览
2023-05-10发布

8. 本书主要介绍嵌入式LINUX的各种资源以及性能,比较系统的阐述了LINUX的文件结构和内存管理,资源释放等...

本书主要介绍嵌入式LINUX的各种资源以及性能,比较系统的阐述了LINUX的文件结构和内存管理,资源释放等-This book introduces a variety of resources embedded LINUX, as well as performance, a more systematic exposition of the LINUX file structure and memory management, resource release, etc.

1
下载
62
浏览
2023-05-10发布

10. sqlite使用库

资源描述自己在做项目时写的一个嵌入式sqlite操作的例子,后来也是拿这个编的动态库使用的,网上别的库也有很多,不过比较一下有太多自己不需要的代码,加上当时使用的ARM内存比较小,就自己写了sqlite数据存储,包括使用文档我也打包进去了,对于要学习sqlite的朋友应该是个不错的参考

1
下载
59
浏览
2023-05-10发布

11. iMX6从uboot到linux启动完成一直保持LOGO不变

u-boot启动后会运行液晶初始化程序并显示启动LOGO,但进入linux系统之后,又重新初始化一次,而且uboot与linux定义的显存地址也不一致,导致会有短暂的白屏闪烁。此补丁解决从uboot到linux启动完成一直保持LOGO不变,且中间不闪烁不闪屏。

1
下载
29
浏览
2023-05-09发布

12. 如何编写makefile

用于西门子通讯模块(TC35、TC35I、MC45/46、MC5556)的串口调试工具-For the Siemens communication module (TC35, TC35I, MC45/46, MC55.) Serial debug tools

1
下载
50
浏览
2023-05-09发布

13. linux下bash的源码

linux下bash的源码 -Linux source code under bash

1
下载
54
浏览
2023-05-09发布

14. Tcl 守则的路由协议

此代码可用于评估在 ad hoc 网络中路由协议的性能。用不同的代码的度量 (CRN PDR、 Débit......)最好的问候

1
下载
58
浏览
2023-05-09发布

15. 如何制作ramdisk的一个好资料

如何制作ramdisk的一个好资料-how to make ramdisk

1
下载
45
浏览
2023-05-08发布

16. unix下的网络编程

unix下的网络编程-of network programming

1
下载
53
浏览
2023-05-08发布

17. unix下实现5个哲学家之间的取食和思考的问题的一个实验

unix下实现5个哲学家之间的取食和思考的问题的一个实验-unix implementation of five between the philosopher and consider the problem of feeding an experimental

1
下载
56
浏览
2023-05-08发布

18. linux下面gadget设备驱动,支持gadget USB Storage和USB ether,适合做嵌入系统...

linux下面gadget设备驱动,支持gadget USB Storage和USB ether,适合做嵌入系统-linux device driver the following gadget to support the gadget USB Storage and USB ether, suitable for embedded systems to do

1
下载
49
浏览
2023-05-08发布

19. 很好很使用的xml解析源码,完全自己编写

很好很使用的xml解析源码,完全自己编写-A very good use of xml parsing source code, completely on my own to prepare

1
下载
53
浏览
2023-05-08发布

20. 实现文本聚类,算法使用tf-idf算法

实现文本聚类,算法使用tf-idf算法 实现文本聚类,算法使用tf-idf算法 实现文本聚类,算法使用tf-idf算法 实现文本聚类,算法使用tf-idf算法 实现文本聚类,算法使用tf-idf算法 实现文本聚类,算法使用tf-idf算法 实现文本聚类,算法使用tf-idf算法 实现文本聚类,算法使用tf-idf算法 实现文本聚类,算法使用tf-idf算法

1
下载
115
浏览
2023-05-08发布