-
From the East at random, we are interested in a look, just to test
随意上传的东东,大家有兴趣看一下,只是用来测试一下-From the East at random, we are interested in a look, just to test
- 2022-06-21 09:33:31下载
- 积分:1
-
实现linux java ping 及traceroute 功能
实现linux java ping 及traceroute 功能-Realize linux java ping and traceroute functions
- 2023-03-02 23:50:04下载
- 积分:1
-
一个Python程序,晕!
a python program, faint!
- 2022-12-27 21:20:03下载
- 积分:1
-
linux下键盘驱动,FC5下测试通过
linux下键盘驱动,FC5下测试通过-linux under the keyboard-driven, under FC5 test pass! !
- 2023-07-28 04:40:02下载
- 积分:1
-
this a qt4 plotter class, you can paint a 2D/3D plotter via spline class.
this a qt4 plotter class, you can paint a 2D/3D plotter via spline class.-this is a qt4 plotter class, you can paint a 2D/3D plotter via spline class.
- 2022-07-19 20:09:53下载
- 积分:1
-
用来测试输入的是数字还是字符串
用来测试输入的是数字还是字符串-used to test the digital input or string
- 2022-01-26 01:08:55下载
- 积分:1
-
一个在linux环境下的ftp的实现程序!
一个在linux环境下的ftp的实现程序!-an environment in the ftp program to realize!
- 2022-02-22 00:23:32下载
- 积分:1
-
BitTorrent
BitTorrent-3.2
- 2023-01-13 17:55:03下载
- 积分:1
-
通用的UNIX全屏幕录入程序
通用的UNIX全屏幕录入程序-common UNIX full-screen entry procedures
- 2022-02-26 11:36:17下载
- 积分: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