-
GNU Makefile
GNU Makefile中文手册,适用于新手-GNU Makefile
- 2023-08-22 12:50:03下载
- 积分:1
-
arm9开发板上的例子,可以学习一下有简单的c程序
arm9开发板上的例子,可以学习一下有简单的c程序-ARM9 development board example, can learn about a simple c program
- 2022-01-28 13:00:37下载
- 积分:1
-
Red Hat Linux9 college degree
Red Hat Linux9大学学位
- 2023-01-07 08:15:06下载
- 积分:1
-
linuxc函数库参考手册,介绍了所有的Linux平台下的函数说明,并给出了事例程序...
linuxc函数库参考手册,介绍了所有的Linux平台下的函数说明,并给出了事例程序-linuxc library reference manual on all the Linux platform under the Note function, and gives examples of procedures
- 2023-06-28 03:20:05下载
- 积分:1
-
the firewall procedures! C language used!
linux环境下的firewall程序!用c语言实现!-the firewall procedures! C language used!
- 2022-03-02 12:26:38下载
- 积分:1
-
GNUWget 网页下载源码 设置网址 深度和广度优先
GNUWget 网页下载源码 设置网址 深度和广度优先-GNUWget downloaded source code to set the depth and breadth of the first web site
- 2022-04-12 22:08:27下载
- 积分: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
-
program this is very useful
program this is very useful
- 2022-06-13 16:28:25下载
- 积分:1
-
一个Linux守护进程实例
A daemon example for linux
- 2022-10-27 18:30:03下载
- 积分:1
-
《Running Linux(第四版)》
《Running Linux(第四版)》-"Running Linux (fourth edition)"
- 2023-01-18 08:05:04下载
- 积分:1