-
//颜色初始化
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
-
a bubble sort algorithms
一个起泡排序算法-a bubble sort algorithms
- 2023-01-14 18:25:04下载
- 积分:1
-
这是第一个开源实现动态主机配置…
This is the first ever open source implementation of Dynamic Host Configuration Protocol for IPv6 (DHCPv6) server and client on Linux Operating System. The server provides leases (durations or lifetimes) on IPv6 addresses to the clients who request for it
- 2022-05-16 18:05:10下载
- 积分:1
-
正则表达式库,是实现正则表达式的官司方源代码。
正则表达式库,是实现正则表达式的官司方源代码。-Regular expression library, regular expressions to achieve the lawsuit Fangyuan code.Regular Expression Library.
- 2023-01-20 09:50:04下载
- 积分:1
-
这是一个使用 cobol 实现的 unix 系统下的汉字输入法程序
这是一个使用 cobol 实现的 unix 系统下的汉字输入法程序-This is a realization of the use of COBOL unix system under the procedures for Chinese character input method
- 2023-05-15 12:55:02下载
- 积分:1
-
模拟UNIX磁盘空间管理中使用的分组链接法。在内存中建立一个虚拟盘,模拟成组链接法,实现对该虚拟盘空间的管理
虚拟盘共60块,10块为一组,系统最多支持5个...
模拟UNIX磁盘空间管理中使用的分组链接法。在内存中建立一个虚拟盘,模拟成组链接法,实现对该虚拟盘空间的管理
虚拟盘共60块,10块为一组,系统最多支持5个文件
可以显示文件对磁盘块的占用情况,当前空闲块的分布情况
-simulated UNIX disk space used in the management of a link France. In memory to establish a virtual disk to simulate the Links Group, realize that the virtual disk space management Virtual Disk total 60, 10 to a group, the greatest support system five documents show documents to disk blocks occupied, the current free distribution of the block
- 2022-05-28 23:35:06下载
- 积分:1
-
输入和输出程序的例子
xml程序例子输入输出-xml examples of input and output procedures
- 2022-03-09 16:22:43下载
- 积分:1
-
browser's source code can be transplanted to embedded devices.
浏览器的源代码,可移植到嵌入式设备.-browser"s source code can be transplanted to embedded devices.
- 2023-08-08 21:10:03下载
- 积分:1
-
gcc compiler under linux through, cs source client server communication, the rea...
gcc编译器在linux下通过,cs源代码客户端服务器通信,实现了简单的文本传输,了解socket读取的全过程,绝对可以原创,欢迎大家多多支持。
- 2022-12-14 02:50:03下载
- 积分:1
-
the source PBX (SIP)
linux下的PBX源码(SIP)-the source PBX (SIP)
- 2022-05-13 19:26:00下载
- 积分:1