-
Linux 下编程的三个重要工具(ZT).rar
Linux 下编程的三个重要工具(ZT).rar-Linux Programming three important tools (ZT). Rar
- 2022-03-30 11:27:08下载
- 积分:1
-
SDL库写C ";太空大战";,图像的游戏框架。
一个用sdl库和c++写的“太空大战”的游戏,游戏的图象都来自金山打字通2003中的“太空大战”, -没办法,因为自己的美工技术差。 -游戏适合小孩子玩,你是打字高高手就算了吧,:-)。 -游戏支持Linux/Win32平台,其实都是sdl的功劳,可移植行太好了。在windows下写, -拿到linux编译,就能运行了-sdl with a library and write c "space war", games of the images are from the 2,003- Jinshan typing the "space war"- no way, because the artists themselves technological gap.- Suitable for children to play games, you are typing even if the top high bar, :-).- Game Linux/Win32 platform, in fact sdl credit for transplantation can be wonderful. Under the windows write-get Linux compiler, we can run
- 2022-09-14 20:30:03下载
- 积分:1
-
FFmpeg是创建视频应用甚至一般铺好的图书馆…
ffmpeg is a wonderful library for creating video applications or even general purpose utilities
- 2022-01-23 10:43:02下载
- 积分:1
-
sgip under the agreement address some of the news source
linux 下的sgip 协议中的消息处理部分源代码-sgip under the agreement address some of the news source
- 2023-06-03 12:05:03下载
- 积分:1
-
generated rectangular Steiner tree package
生成直角Steiner树的程序包-generated rectangular Steiner tree package
- 2022-09-10 18:10:03下载
- 积分:1
-
213f
213f
- 2022-09-10 13:50:07下载
- 积分:1
-
linux下的traceroute编程实现,已通过检验
linux下的traceroute编程实现,已通过检验-traceroute under linux programming, has passed the inspection
- 2022-03-19 12:09:39下载
- 积分:1
-
LINUX开放性标准 主要针对于商业和银行业的操作系统标准,希望能对大家有用...
LINUX开放性标准 主要针对于商业和银行业的操作系统标准,希望能对大家有用-LINUX open standards mainly in commercial and banking industry standard operating system, hoping to be useful for everyone
- 2022-04-09 20:06:40下载
- 积分:1
-
Redhat Linux9安装的详细步骤及过程,可以作为入门的简单资料
Redhat Linux9安装的详细步骤及过程,可以作为入门的简单资料-Redhat Linux9 detailed installation steps and the process can be used as a simple data entry
- 2022-01-25 22:59:15下载
- 积分: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