▍1. Tsinghua University
清华大学-电子信息工程系-实验用ARM-linux-源代码-TIMER篇-Tsinghua University- Electronic Information Engineering- experiment with ARM-linux-source code-TIMER articles
清华大学-电子信息工程系-实验用ARM-linux-源代码-TIMER篇-Tsinghua University- Electronic Information Engineering- experiment with ARM-linux-source code-TIMER articles
嵌入式LINUX内核编程,主要是包含压缩的启动过程源代码,非常值得一读-Embedded LINUX kernel programming, mainly to start the process contains compressed source code, very worth reading
对linux内核核心的数据结构进行了详细的说明,很有参考价值-good for learn linux
LINUX-0.11的CODE很好-LINUX- 0.11 of a good CODE
Nachos 线程-Nachos threads
//建立窗口 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
mips-nptl patches for crosstool-0.34
在linux环境下的串口调试程序,非常不错的-environment in the serial debugger, very good
jsp实现文件上传下载 执行服务器端脚本功能 -jsp file upload download realize the implementation of server-side scripting
开源一个类似与豆瓣网站的系统 一个很不错的系统值得去学习 -A similar open-source system with watercress site a very good system should be to learn
GNU make说明文档,详细罗列了make各个参数的功能与用法-GNU make programming guid
linux链路层源码-linux link level source code
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
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.
linux下僵尸进程的回收-zombie under the recovery process
marvell wifi driver GSPI-8385-LINUX-OMAP1510-5.0.10.p0-144-src.rar
本代码主要是在SUN操作系统下消息队列的管理-the main source of the Sun operating system message queue management
ov511.c是linux下的wabcam的驱动-ov511.c under the driver wabcam
BeginningLinuxProgramming example8