登录

最新会员 最新下载

成为了本站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. 编程语言:UNIX
  2. 代码类别:所有
  3. 发布时间:一周内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. led driver and test for S3C2440 in linux

linux 下ARM9 S3C2440的LED驱动和测试程序-led driver and test for S3C2440 in linux

1
下载
61
浏览
2023-03-03发布

2. earliest linux0.01 source code

最早的linux0.01的源代码-earliest linux0.01 source code

1
下载
71
浏览
2023-03-03发布

3. linux driver development code, it is really a good use, rest assured that under...

linux驱动开发代码,很真是的,很好用,大家放心下哈-linux driver development code, it is really a good use, rest assured that under the U.S. and Kazakhstan

1
下载
65
浏览
2023-03-03发布

4. 实现linux java ping 及traceroute 功能

实现linux java ping 及traceroute 功能-Realize linux java ping and traceroute functions

2
下载
87
浏览
2023-03-02发布

5. 硬件设备管理标准接口,标准定义的安全…

HIP 硬件设备管理标准接口,SAF定义的标准接口实现-HIP hardware device management standard interfaces, SAF definition of the standard interfaces

1
下载
71
浏览
2023-03-02发布

6. qADSL is an auto

qADSL is an auto-login & keep-alive daemon for Internet connections. It was created to automate the annoying login process of several Swedish ISP s, e.g.-qADSL is an auto- login

1
下载
68
浏览
2023-03-02发布

7. 一个简单的linux下的 常用命令,对学习有一定帮助

一个简单的linux下的 常用命令,对学习有一定帮助-A simple linux command under the commonly used, have some help in learning

1
下载
67
浏览
2023-03-02发布

8. GNU 系统开发优化 C 语言程序的应用程序,能够使源程序产生缩进效果,增加程序的可读性...

GNU 系统开发优化 C 语言程序的应用程序,能够使源程序产生缩进效果,增加程序的可读性-GNU system optimized C language development of the application procedures, so that the source can produce indented effect, increased program readability

1
下载
65
浏览
2023-03-01发布

9. GNU Make Manual (Chinese translation edition) no need to say more

GNU Make 使用手册(中译版); 没必要多说-GNU Make Manual (Chinese translation edition) no need to say more

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

10. ZLG

ZLG-GUI源代码完整版12-FONT_MACRO.c-ZLG-GUI source code full version of 12-FONT_MACRO.c

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

11. LINUX2.4.x 连接跟踪和地址转换。,主要分析连接跟踪和地址转换在LINUX2.4.x中的实现,本文引用代码是LINUX2.4.20。...

LINUX2.4.x 连接跟踪和地址转换。,主要分析连接跟踪和地址转换在LINUX2.4.x中的实现,本文引用代码是LINUX2.4.20。-LINUX2.4.x connection tracking and NAT. The main analysis of connection tracking and NAT in LINUX2.4.x in the realization of the code in this article is cited LINUX2.4.20.

1
下载
68
浏览
2023-02-27发布

12. Linux device drivers third edition of the source and e

Linux设备驱动第三版源码和电子书。里面包含了设备驱动的源代码,还有电子书-Linux device drivers third edition of the source and e-books. Which contains the device driver source code, as well as e-books

1
下载
63
浏览
2023-02-27发布

14. unix_linux c不错的函数库,请下载

unix_linux c不错的函数库,请下载-unix_linux c good library, please download

2
下载
90
浏览
2023-02-26发布

15. xmanager是Windows 95/98/ME和Windows NT/2000/XP 平台下一个性能优秀的X11R6 PC X服务器。就像运行在PC上的任何...

xmanager是Windows 95/98/ME和Windows NT/2000/XP 平台下一个性能优秀的X11R6 PC X服务器。就像运行在PC上的任何Windows应用程序一样,它可以无缝拼接到UNIX 应用程序中。在UNIX/Linux和Windows网络环境中,Xmanager 是最好的连通解决方案-Xmanager is a Windows 95/98/ME and Windows NT/2000/XP platform for outstanding performance under a X11R6 PC X server. Like running on the PC on any Windows applications, it can be seamless connection to UNIX applications. In the UNIX/Linux and Windows network environment, Xmanager is the best connectivity solution

1
下载
65
浏览
2023-02-26发布

16. ARM2410

基于ARM2410嵌入式平台的GPRS测试程序-ARM2410-based embedded platform for GPRS testing procedures

1
下载
97
浏览
2023-02-25发布

17. stm32f4 的iic移值

//³õʼ»¯IICvoid IIC_Init(void){  GPIO_InitTypeDef  GPIO_InitStructure;  RCC_AHB1PeriphClockCmd(MU_IIC_SCL_CLOCK, ENABLE);//ʹÄÜGPIOFʱÖÓ  RCC_AHB1PeriphClockCmd(MU_IIC_SDA_CLOCK, ENABLE);//ʹÄÜGPIOFʱÖÓ  //GPIOF6,F8³õʼ»¯ÉèÖà GPIO_InitStructure.GPIO_Pin   = MU_IIC_SCL_PIN;  GPIO_InitStructure.GPIO_Mode  = GPIO_Mode_OUT;//ÆÕͨÊä³öģʽ  GPIO_InitStructure.GPIO_OType = GPIO_OType_PP;//ÍÆÍìÊä³ö  GPIO_InitStructure.GPIO_Speed = GPIO_Speed_50MHz;//50MHz  GPIO_InitStructure.GPIO_PuPd  = GPIO_PuPd_UP;//ÉÏÀ­  GPIO_Init(MU_IIC_SCL_GPIOX, &GPIO_InitStructure);//³õʼ»¯  GPIO_InitStructure.GPIO_Pin   = MU_IIC_SDA_PIN;  GPIO_InitStructure.GPIO_Mode  = GPIO_Mode_OUT;//ÆÕͨÊä³öģʽ  GPIO_InitStructure.GPIO_OType = GPIO_OType_PP;//ÍÆÍìÊä³ö  GPIO_InitStructure.GPIO_Speed = GPIO_Speed_50MHz;//50MHz&nb

2
下载
100
浏览
2023-02-24发布

18. 串口编程入门串口编程文档门户网站

Linux 下串口编程入门linux 下串口编程的入门文档-Linux Serial Programming portal linux Serial Programming Document Portal

1
下载
55
浏览
2023-02-23发布

19. TCL demo by N. Sidiropoulos and R. Bro clear all F=5 % users I=4...

TCL demo by N. Sidiropoulos and R. Bro clear all F=5 % users I=4 % antennas-TCLdemo by N. Sidiropoulos and R. Broclear all F = 5 usersI = 4 antennas

1
下载
64
浏览
2023-02-23发布

20. linux方面的资料word,包括命令,编程(C及编程环境构建)

linux方面的资料word,包括命令,编程(C及编程环境构建)-word of information, including ordering, programming (C programming environment), etc.

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