-
一个将binary转化为cpp的转换程序,用于linux平台上
一个将binary转化为cpp的转换程序,用于linux平台上-a binary conversion of the conversion of cpp procedures for linux platform
- 2023-02-09 07:50:03下载
- 积分:1
-
LINUX2.6 字符设备驱动程序,入门必看
LINUX2.6 字符设备驱动程序,入门必看-Char devise driver in LINUX2.6
- 2022-03-20 09:20:20下载
- 积分:1
-
the Linux environment, the C language and signal mechanism to achieve the volume...
在Linux环境下,用C语言和信号量机制实现了五个哲学家进餐的互斥关系-the Linux environment, the C language and signal mechanism to achieve the volume of five philosophers dining mutex relations
- 2022-06-27 15:32:43下载
- 积分: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
-
使源代码,通过其在深入研究过程中的作品。
make的源代码,通过它可以深入的研究程序的工作原理。-make the source code, through its in depth research process works.
- 2022-02-04 18:58:33下载
- 积分:1
-
linux下socket/tcp/ip简单实现
linux下socket/tcp/ip简单实现-simple implementantion of socket/tcp/ip on linux
- 2022-10-17 21:55:02下载
- 积分:1
-
linux study notes related to linux system administration, development of commonl...
linux学习笔记,涉及linux的系统管理,开发常用的命令!-linux study notes related to linux system administration, development of commonly used commands!
- 2023-08-31 11:20:03下载
- 积分:1
-
servfox + Spcaview建筑摄像头
servfox+spcaview 构建webcam视频监控-servfox+spcaview for building webcam
- 2022-08-21 10:31:28下载
- 积分:1
-
qtmake 文件的代码,生成Makefile文件用
qtmake 文件的代码,生成Makefile文件用
-qtmake document code, documents generated Makefile
- 2022-05-13 21:31:35下载
- 积分:1
-
linux下cdrom的驱动程序,方便大家学习了解驱动的写法。
linux下cdrom的驱动程序,方便大家学习了解驱动的写法。-cdrom drivers under linux to facilitate them to learn about driving and writing style.
- 2022-03-04 09:15:56下载
- 积分:1