-
//颜色初始化
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
-
linux的简单安装
linux的简单安装-simple installation
- 2022-08-23 04:49:06下载
- 积分:1
-
PCI_CAN under linux drivers, to mount the PCI bus on the CAN bus driven by the d...
linux下PCI_CAN 的驱动程序,对挂载在PCI总线上的CAN总线的驱动的开发很有借鉴作用。可以看出它明显有别于其他总线下CAN的驱动开发。-PCI_CAN under linux drivers, to mount the PCI bus on the CAN bus driven by the development of a very useful reference. It can be seen clearly from other CAN Bus driver development.
- 2022-03-21 07:27:53下载
- 积分:1
-
Linux或Unix下的播放器Mplayer,可以支持多种音频文件格式的播放,是Linux或Unix下的必备工具...
Linux或Unix下的播放器Mplayer,可以支持多种音频文件格式的播放,是Linux或Unix下的必备工具-Under Linux or Unix player Mplayer, can support a variety of audio file format playback, Linux or Unix is an indispensable tool for the next
- 2022-07-14 18:40:10下载
- 积分:1
-
在linux系统下编写游戏的手册。英文版本。
在linux系统下编写游戏的手册。英文版本。-Linux system in the preparation of the game manual. English version.
- 2022-01-30 23:07:01下载
- 积分:1
-
最新 linux U
最新 linux U-boot 1. 3. 1-U-boot1.3.1 for linux
- 2022-09-12 03:00:03下载
- 积分:1
-
在myshell v0.1的基础上,增加新的功能:在父进程中接收控制台输入一行字符串,作为用户发出的Linux命令,如ls /usr/*.c <回车>...
在myshell v0.1的基础上,增加新的功能:在父进程中接收控制台输入一行字符串,作为用户发出的Linux命令,如ls /usr/*.c ,在创建一个子进程后,子进程通过调用execlp()系统调用,执行这条命令。-In the myshell v0.1 based on adding new features: In the parent process to receive the console input line of string, as issued by the Linux user commands, such as ls/usr /*. c < Enter " , in creating a sub- the process, the child process by calling execlp () system call, the implementation of this Order.
- 2023-05-10 18:30:02下载
- 积分:1
-
PPP协议的实现演示
PPP协议的实现演示-the PPP demo
- 2022-04-15 03:40:57下载
- 积分:1
-
发送文本文件到服务器
发送文本文件到服务器-send text files to the server
- 2023-07-31 17:55:02下载
- 积分:1
-
VLC脚本Linux
vlc script for linux
Display web camera and Mic Video/Audio
Please edit the script as you see fit.
- 2023-01-24 09:00:04下载
- 积分:1