登录

最新会员 最新下载

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

清华大学-电子信息工程系-实验用ARM-linux-源代码-TIMER篇-Tsinghua University- Electronic Information Engineering- experiment with ARM-linux-source code-TIMER articles

1
下载
60
浏览
2022-12-24发布

2. 嵌入式LINUX内核编程,主要是包含压缩的启动过程源代码,非常值得一读...

嵌入式LINUX内核编程,主要是包含压缩的启动过程源代码,非常值得一读-Embedded LINUX kernel programming, mainly to start the process contains compressed source code, very worth reading

1
下载
79
浏览
2022-12-24发布

3. 对linux内核核心的数据结构进行了详细的说明,很有参考价值

对linux内核核心的数据结构进行了详细的说明,很有参考价值-good for learn linux

1
下载
86
浏览
2022-12-24发布

4. LINUX

LINUX-0.11的CODE很好-LINUX- 0.11 of a good CODE

1
下载
57
浏览
2022-12-24发布

7. //建立窗口 win1 = newwin(15, 50, 1 ) box(win1, ACS_VLINE, ACS_HLINE) m...

//建立窗口 win1 = newwin(15, 50, 1 ) box(win1, ACS_VLINE, ACS_HLINE) mvwprintw(win1, 2,1, "WINDOW 1") mvwprintw(win1, 4,1, "Press any key switching to window 2") win2 = newwin(15, 40, 4, 20) box(win2, ACS_VLINE, ACS_HLINE) mvwprintw(win2, 2,1, "WINDOW 2") //建立子窗口 subwin = derwin(win2, 5, 25, 4, 5) box(subwin, ACS_VLINE, ACS_HLINE) mvwprintw(subwin, 2,1, "Sub Window of Window2") //刷新屏幕 refresh() wrefresh(win1) wrefresh(win2) touchwin(win1) wrefresh(win1) getch() touchwin(win2) mvwprintw(win2, 12,1, "Press any key to exit...") wrefresh(win2) //等待按键 getch() //结束 delwin(win1) delwin(subwin) delwin(win2) endwin() -//建立窗口 win1 = newwin(15, 50, 1, 1) box(win1, ACS_VLINE, ACS_HLINE) mvwprintw(win1, 2,1, "WINDOW 1") mvwprintw(win1, 4,1, "Press any key switching to window 2") win2 = newwin(15, 40, 4, 20) box(win

1
下载
77
浏览
2022-12-24发布

8. MIPS

mips-nptl patches for crosstool-0.34

1
下载
63
浏览
2022-12-23发布

9. environment in the serial debugger, very good

在linux环境下的串口调试程序,非常不错的-environment in the serial debugger, very good

1
下载
54
浏览
2022-12-23发布

10. jsp实现文件上传下载 执行服务器端脚本功能

jsp实现文件上传下载 执行服务器端脚本功能 -jsp file upload download realize the implementation of server-side scripting

1
下载
84
浏览
2022-12-22发布

11. 开源一个类似与豆瓣网站的系统 一个很不错的系统值得去学习...

开源一个类似与豆瓣网站的系统 一个很不错的系统值得去学习 -A similar open-source system with watercress site a very good system should be to learn

1
下载
90
浏览
2022-12-21发布

12. GNU make说明文档,详细罗列了make各个参数的功能与用法

GNU make说明文档,详细罗列了make各个参数的功能与用法-GNU make programming guid

1
下载
64
浏览
2022-12-21发布

13. linux链路层源码

linux链路层源码-linux link level source code

1
下载
67
浏览
2022-12-21发布

14. Trolltech公司发布的图形界面操作系统。可在qt

Trolltech公司发布的图形界面操作系统。可在qt-embedded-2.3.10平台上编译为嵌入式图形界面操作系统。-A GUI OS developed by Trolltech. It can be combined to embedded GUI OS on Platform qt-embedded-2.3.10

1
下载
74
浏览
2022-12-21发布

15. An implementation of the TCP/IP protocol suite for the LINUX operating system. I...

An implementation of the TCP/IP protocol suite for the LINUX operating system. INET is implemented using the BSD Socket interface as the means of communication with the user level.

1
下载
61
浏览
2022-12-21发布

16. linux下僵尸进程的回收

linux下僵尸进程的回收-zombie under the recovery process

1
下载
73
浏览
2022-12-21发布

17. 马维尔wifi驱动

marvell wifi driver GSPI-8385-LINUX-OMAP1510-5.0.10.p0-144-src.rar

1
下载
76
浏览
2022-12-21发布

18. 本代码主要是在SUN操作系统下消息队列的管理

本代码主要是在SUN操作系统下消息队列的管理-the main source of the Sun operating system message queue management

2
下载
70
浏览
2022-12-20发布

19. ov511.c是linux下的wabcam的驱动

ov511.c是linux下的wabcam的驱动-ov511.c under the driver wabcam

1
下载
78
浏览
2022-12-20发布