-
<Unix环境高级编程>源代码,经典书籍的代码
源代码,经典书籍的代码- The source code, classic books, the code
- 2022-05-24 11:15:20下载
- 积分:1
-
fork for dspcdc2008final_report.doc
fork for dspcdc2008final_report.doc
- 2022-03-22 19:58:51下载
- 积分:1
-
要读懂linux 内核 ,还有比这再好的资料么,什么都不说了,赶快下吧。
目 录
进程
信号
sched.c
进程信号队列...
要读懂linux 内核 ,还有比这再好的资料么,什么都不说了,赶快下吧。
目 录
进程
信号
sched.c
进程信号队列
SMP
内核线程页目录的借用
代码分析
线程
进程描述符
init进程从内核态切换到用户态
SET_LINKS
REMOVE_LINKS
get_wchan()
sigframe的结构
rt_sigframe结构
信号队列的结构
内核线程简介
进程切换简介
同步机制
-To read linux kernel, as well as better information than you, say nothing, are you as soon as possible. Directory of the process of signal process sched.c signal SMP kernel thread queue directory page analysis of threaded code to use the process of the process descriptor init-state switch from the kernel to the user state SET_LINKS REMOVE_LINKS get_wchan () sigframe structure rt_sigframe structure within the structure of the signal queue About the process of nuclear thread synchronization mechanism for switching Profile
- 2022-05-16 02:52:44下载
- 积分:1
-
videoForLinux very useful information, rare!
非常实用的videoForLinux资料,少见!-videoForLinux very useful information, rare!
- 2022-12-10 08:55:03下载
- 积分:1
-
linux 安装程序 放windows界面
linux 安装程序 放windows界面-release windows interface
- 2022-01-25 13:52:27下载
- 积分:1
-
Solaris Shell Programming Environment Program, which is perfect for beginners to...
Solaris环境下Shell编程编程,很适合初学者的入门练习。SUN公司提供的源代码。-Solaris Shell Programming Environment Program, which is perfect for beginners to introduce the practice. SUN companies to provide the source code.
- 2022-03-24 03:21:38下载
- 积分:1
-
控制台io函数实现
控制台io函数实现-console io Function
- 2023-06-04 18:20:03下载
- 积分:1
-
一个基于linux平台下利用SOCK raw 通信的例子
很好哦
一个基于linux平台下利用SOCK raw 通信的例子
很好哦-A linux-based platform using SOCK raw Oh good example of communication
- 2022-04-02 08:44:18下载
- 积分:1
-
lex 词法分析的实现
lex 词法分析的实现-the realization
- 2022-07-20 19:08:31下载
- 积分:1
-
//颜色初始化
if(!has_colors() || start_color() == ERR){
endwin()
print...
//颜色初始化
if(!has_colors() || start_color() == ERR){
endwin()
printf("Terminal does not support color.
")
exit(1)
}
init_pair(1, COLOR_GREEN, COLOR_BLACK)
init_pair(2, COLOR_RED, COLOR_BLACK)
init_pair(3, COLOR_CYAN, COLOR_BLACK)
init_pair(4, COLOR_WHITE, COLOR_BLACK)
init_pair(5, COLOR_MAGENTA, COLOR_BLACK)
init_pair(6, COLOR_BLUE, COLOR_BLACK)
init_pair(7, COLOR_YELLOW, COLOR_BLACK)
//写字符串
for(i = 1 i
- 2023-04-17 02:35:03下载
- 积分:1