-
honeyd1.0的源代码 希望对大家有用
honeyd1.0的源代码 希望对大家有用-honeyd1.0 hope that the source code useful for everyone
- 2022-07-19 11:07:43下载
- 积分:1
-
用系统调用signal()让父进程捕捉键盘上来的中断信号(按Ctrl
用系统调用signal()让父进程捕捉键盘上来的中断信号(按Ctrl-C键);当捕捉到中断信号后,父进程用系统调用kill()向两个子进程发出信号,子进程捕捉到信号后分别输出下列信息后终止: Child Process 1 is Killed by Parent! Child Process 2 is Killed by Parent! 父进程等待两个子进程终止后,输出如下的信息后终止: Parent Process is Killed!-with system call signal () so that the process of capturing the father onto the keyboard interrupt signal (Ctrl-C bond); When the interrupt signal capture, the father of the process of using system calls kill () to process two signals son, the child process to capture the signal output respectively after the termination of the following information : Process is a Child Killed by Parent! Process 2 Child is Killed by Parent! the process of waiting for the father of two-after the termination process, the following information output after termination : Parent Process is Killed!
- 2022-04-29 20:58:34下载
- 积分:1
-
UNIX环境下资源监控程序(包含对CPUMEMDISKIOPS等资源的监控)
UNIX环境下资源监控程序(包含对CPUMEMDISKIOPS等资源的监控)-UNIX environment monitoring program resources (including the CPU MEM DISK IO PS resource control)
- 2022-07-11 11:40:19下载
- 积分:1
-
int show_char(int n, const char *name, chtype code)
{
const int height =...
int show_char(int n, const char *name, chtype code)
{
const int height = 16
int row = 4 + (n height)
int col = (n / height) * COLS / 2
mvprintw(row, col, " *s : ", COLS/4, name)
addch(code)
return n + 1
}- int show_char(int n, const char*name, chtype code)
{
const int height = 16
int row = 4+ (n height)
int col = (n/height)* COLS/2
mvprintw(row, col, "*s : ", COLS/4, name)
addch(code)
return n+ 1
}
- 2023-01-13 11:50:04下载
- 积分:1
-
minix源代码完整的源代码,学习Linux / Unix的好帮手。
Minix source code完全源代码,学习Linux/UNIX的好助手。
-Minix source code full source code, to learn Linux/UNIX a good assistant.
- 2022-03-26 03:26:33下载
- 积分:1
-
介绍Linux 2.6内核的书籍。我看了一些章节觉得非常不错。这本书当前没有中文版。...
介绍Linux 2.6内核的书籍。我看了一些章节觉得非常不错。这本书当前没有中文版。-The book introduce Linux 2.6 kernel. I have read some very good chapters. This book did not have a Chinese version of the current.
- 2022-10-16 17:45:03下载
- 积分:1
-
ARM
基于ARM系列S3C2410LINUX下LCD驱动
-ARM-based series of LCD driver S3C2410LINUX
- 2022-01-22 06:59:22下载
- 积分:1
-
ramdisk linux ppc82
ramdisk linux ppc82
- 2022-02-22 05:02:23下载
- 积分:1
-
GIZA++是自然语言处理的一个非常重要的工具
giza++ 是词语对齐的重要开源工具,做自然语言处理必备的工具-giza++ is an very important tool for natural language processing
- 2022-07-02 03:39:53下载
- 积分:1
-
revise the thttp
修改后的thttp-revise the thttp
- 2023-01-01 09:30:03下载
- 积分:1