-
unix系统下一个C语言实现的dns域名解析
unix系统下一个C语言实现的dns域名解析-dns
- 2023-05-27 06:35:03下载
- 积分:1
-
Linux一句话精彩问答
Linux一句话精彩问答-Linux sentence exciting quiz
- 2022-09-13 14:15:03下载
- 积分:1
-
AT91RM9200, ATEMEL s920T kernel driver soruce codes for linux.
at91rm9200 ATEML 公司920t内核 linux下设备驱动源码-AT91RM9200, ATEMEL s920T kernel driver soruce codes for linux.
- 2022-05-08 10:02:54下载
- 积分:1
-
存储管理原代码,在Linux环境下模拟多种内存调度算法。
存储管理原代码,在Linux环境下模拟多种内存调度算法。-Memory management source code in the Linux environment, to simulate a variety of memory scheduling algorithms.
- 2022-03-22 11:29:14下载
- 积分: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
-
跨平台,多数据库查看编辑和查询工具,平台支持windows,linux,数据库支持oracle,odbc,mysql,slite等...
跨平台,多数据库查看编辑和查询工具,平台支持windows,linux,数据库支持oracle,odbc,mysql,slite等-Cross-platform, multi-view editing and database query tools, platform support for windows, linux, database support oracle, odbc, mysql, slite, etc.
- 2022-06-11 20:06:06下载
- 积分: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
-
unlinux下的LCD显示程序,能够实现图片格式的转换及显示
unlinux下的LCD显示程序,能够实现图片格式的转换及显示-unlinux under the LCD display program that can realize the image format conversion and display
- 2022-01-21 18:41:27下载
- 积分:1
-
锁屏软件 需要输入密码 密码见源代码内
锁屏软件 需要输入密码 密码见源代码内 -Lock screen software requires a password in your password, see the source code
- 2022-02-03 07:35:02下载
- 积分:1
-
好强悍的minix2.0的源码,是你学习操作系统和Linux编程不可或缺的源码!这个东西可费了我一周的时间才从网上弄到的!要好好珍惜...
好强悍的minix2.0的源码,是你学习操作系统和Linux编程不可或缺的源码!这个东西可费了我一周的时间才从网上弄到的!要好好珍惜-A good source of minix2.0 powerful, is that you learn Linux operating system and an indispensable source programming! This thing could cost me a week to get from the Internet! To cherish!!
- 2022-03-22 21:35:31下载
- 积分:1