-
v2.0.15阿尔法linuxhttpd Apache for
Apache V2.0.15 Alpha For Linuxhttpd-2_0_15-alpha.tar.Z
- 2022-03-20 02:17:43下载
- 积分:1
-
事情在UDP。即使手表不明白。这些基础…
关于UDP方面的东西。。看不懂就算了。不适合基础者。-Of things on the UDP. . Even if the watch did not understand. The basis of those who are not suitable.
- 2022-05-19 09:40:37下载
- 积分:1
-
linux、shell学习笔记,把一本经典书的内容再精简。
linux、shell学习笔记,把一本经典书的内容再精简。-linux, shell study notes, and a classic streamline the content of the book.
- 2022-02-06 23:02:16下载
- 积分:1
-
Linux 2.6版本下的简单的字符设备模块示例
Linux 2.6版本下的简单的字符设备模块示例-Linux 2.6 version of a simple character device module sample
- 2022-12-11 01:35:03下载
- 积分:1
-
《Beginning Linux Programming》书的配置实例源代码。
《Beginning Linux Programming》书的配置实例源代码。-"Beginning Linux Programming" book configuration example source code.
- 2022-08-13 14:12:57下载
- 积分:1
-
我的俄罗斯方块(有详细注解)
我的俄罗斯方块(有详细注解)-my Tetris (detailed notes),
- 2023-01-29 23:15:03下载
- 积分:1
-
linux 下c语言 多线程实例 ,能让读者对在linux下用C编写多线程有个切实理解。
linux 下c语言 多线程实例 ,能让读者对在linux下用C编写多线程有个切实理解。-Under the multi-threaded linux c language example, allows readers to write in linux under multiple threads with C have a practical understanding.
- 2022-04-22 11:28:59下载
- 积分:1
-
一个tcp通讯公用程序
一个tcp通讯公用程序-a common communications procedures.
- 2022-03-13 09:42:18下载
- 积分:1
-
LINUX下逻辑运算符的应用
LINUX下逻辑运算符的应用-LINUX Logical Operators Application
- 2022-11-14 06:00:03下载
- 积分:1
-
int show_char(int n, const char *name, chtype code)
{
const int height =...
int show_char(int n, const char *name, chtype code)
{
const int height = 16
int row = 4 + (n height)
int col = (n / height) * COLS / 2
mvprintw(row, col, " *s : ", COLS/4, name)
addch(code)
return n + 1
}- int show_char(int n, const char*name, chtype code)
{
const int height = 16
int row = 4+ (n height)
int col = (n/height)* COLS/2
mvprintw(row, col, "*s : ", COLS/4, name)
addch(code)
return n+ 1
}
- 2023-01-13 11:50:04下载
- 积分:1