-
这些代码和文本文件写在EUC
These code and text file are written in euc-jp-unix
- 2023-05-27 22:25:03下载
- 积分: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
-
minix3.1.1 source code, for learning linux and unix are very good.
minix3.1.1源代码,对于学习linux和unix都是非常有好处的。-minix3.1.1 source code, for learning linux and unix are very good.
- 2022-05-04 21:15:22下载
- 积分:1
-
- 2022-03-11 20:37:01下载
- 积分:1
-
unix下c语言实现tcp连接函数库
unix下c语言实现tcp连接函数库-unix under tcp connections c language library
- 2022-08-08 10:40:43下载
- 积分:1
-
一个编程中常用的PV操作(生产者―消费者)的c语言的demo,在linux下编译通过...
一个编程中常用的PV操作(生产者―消费者)的c语言的demo,在linux下编译通过-a common programming PV operations (producer-consumer) c language demo, compile under Linux
- 2023-03-26 01:00:04下载
- 积分:1
-
Linux下简单文件系统的操作 具体可以实现目录得建立删除等等功能...
Linux下简单文件系统的操作 具体可以实现目录得建立删除等等功能-simple document Linux operating system can achieve specific directory may establish delete functions, etc.
- 2022-01-30 11:30:35下载
- 积分:1
-
操作系统中的SHELL程序~在LINUX系统中也能运行
操作系统中的SHELL程序~在LINUX系统中也能运行-SHELL procedures in the operating system ~ in LINUX system can also run
- 2022-07-25 05:07:48下载
- 积分:1
-
vivi Bootloader S3C2410
vivi bootloader for s3c2410
- 2022-01-25 21:11:05下载
- 积分:1
-
The book described the basic knowledge of linux, including the installation and...
本书讲述了linux基础知识,包括安装和使用指令。-The book described the basic knowledge of linux, including the installation and use instructions.
- 2023-05-10 12:40:05下载
- 积分:1