-
lndir: Create shadow link tree.
最新的Xorg代码已经不包含这个小程序了,还是非常有用的,特意找出来...
lndir: Create shadow link tree.
最新的Xorg代码已经不包含这个小程序了,还是非常有用的,特意找出来
-lndir: Create shadow link tree. latest Xorg code already does not contain this small program, or very useful, specially to find out
- 2022-03-20 05:00:23下载
- 积分:1
-
linux动态连接库示例
linux动态连接库示例-example Dynamic Link Library
- 2022-02-26 21:23:10下载
- 积分:1
-
菜鸟专用,linux常用命令大全,cygwin下同样适用。
菜鸟专用,linux常用命令大全,cygwin下同样适用。-linux
- 2022-11-30 20:10:03下载
- 积分:1
-
完整CS8900A驱动程序
完整CS8900A驱动程序
完整CS8900A驱动程序
完整CS8900A驱动程序-Complete integrity of the process CS8900A driver CS8900A driver
- 2022-12-29 09:35:03下载
- 积分:1
-
GPS程序,用于接收GPS通讯报文,并将收到的时间写入系统时钟。...
GPS程序,用于接收GPS通讯报文,并将收到的时间写入系统时钟。-GPS procedures, for receiving GPS communication message to be received from time to write the system clock.
- 2023-04-13 15:45:03下载
- 积分:1
-
Given SOCKET client communication in the server
给予SOCKET通信的客户端于服务器端的程序,适用于LINUX-Given SOCKET client communication in the server-side procedures, applicable to LINUX
- 2022-08-17 22:18:52下载
- 积分:1
-
CS8900 network card driver, compiled through 2410
CS8900网卡驱动,2410上编译通过-CS8900 network card driver, compiled through 2410
- 2022-09-27 18:15:03下载
- 积分:1
-
BonkEnc is a CD ripper and audio encoder for various formats. It can produce MP3
BonkEnc is a CD ripper and audio encoder for various formats. It can produce MP3, Ogg Vorbis, BONK, AAC and VQF files. BonkEnc supports freedb (CDDB), CD-Text and ID3 tags and is available is several languages
- 2023-02-17 12:10:04下载
- 积分:1
-
it is a source code for ford fulkerson algorithm
it is a source code for ford fulkerson algorithm
- 2022-04-15 00:49:06下载
- 积分: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