-
Unix网络编程,内容较基础详细,适合作为工具书使用
Unix网络编程,内容较基础详细,适合作为工具书使用-Unix network programming
- 2022-03-06 21:23:47下载
- 积分:1
-
linux programming very detailed white paper on the basic principles of programmi...
linux编程白皮书非常详细的阐述了linux编程的基本原理。-linux programming very detailed white paper on the basic principles of programming linux.
- 2022-03-21 22:42:11下载
- 积分: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
-
在linux系统下,用qt4.3开发的摄像头应用程序
在linux系统下,用qt4.3开发的摄像头应用程序-In linux system, developed by qt4.3 camera applications
- 2023-05-25 21:35:03下载
- 积分:1
-
Linux c 语言函数库 414 页 多为基本函数
Linux c 语言函数库 414 页 多为基本函数-Linux c language function library for more than 414 basic function
- 2022-03-02 03:50:28下载
- 积分:1
-
In 1999 the University of Carnegie Meilong 2D simulation source code
1999年卡耐基梅陇大学的2D仿真源代码-In 1999 the University of Carnegie Meilong 2D simulation source code
- 2022-12-29 13:30:14下载
- 积分:1
-
NPTL的使用是大势所趋,学习使用NPTL的教程
NPTL的使用是大势所趋,学习使用NPTL的教程-NPTL is the general trend of using and learning to use the NPTL
- 2022-10-25 08:35:03下载
- 积分:1
-
CRYPT的C语言的代码,常用代码,开发环境为LINUX
CRYPT的C语言的代码,常用代码,开发环境为LINUX-Crypt of the C language code, common code, development environment for LINUX
- 2022-01-24 13:19:54下载
- 积分:1
-
精华文章基本的命令希望大家有用献给大家
精华文章基本的命令希望大家有用献给大家-The essence of the article basic useful commands dedicated to all hope that we
- 2022-02-06 21:37:34下载
- 积分:1
-
蚁群算法用于求解课程表安排问题。在linux下面实现的
蚁群算法用于求解课程表安排问题。在linux下面实现的-Ant colony algorithm for solving curriculum arrangements. Linux achieved in the following
- 2022-06-18 04:12:12下载
- 积分:1