-
一个linux网络开发的示例,应用了linux网络开发中常用函数,有一定参考价值。...
一个linux网络开发的示例,应用了linux网络开发中常用函数,有一定参考价值。-An example of linux web development, application of the commonly used linux web development function, has a certain reference value.
- 2022-03-15 07:31:10下载
- 积分:1
-
linux下mysql调用,用开源项目组建自己的数据库
linux下mysql调用,用开源项目组建自己的数据库-under mysql call, using open-source projects to form its own database
- 2023-04-18 08:05: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
-
vivi Bootloader S3C2410
vivi bootloader for s3c2410
- 2022-01-25 21:11:05下载
- 积分:1
-
一个简单的美容院商品和顾客资料管理程序,用Qt写的。数据库使用的MySQL。...
一个简单的美容院商品和顾客资料管理程序,用Qt写的。数据库使用的MySQL。-A simple beauty salon products and customer data management procedures, written with Qt. Database used by MySQL.
- 2022-05-28 07:02:06下载
- 积分:1
-
linux 下的人脸识别代码,编译的时候需要配置好IDE
linux 下的人脸识别代码,编译的时候需要配置好IDE-face detection
- 2022-04-19 03:52:59下载
- 积分:1
-
NFS版本3协议规范
NFS version 3 protocol specification
- 2022-09-10 19:30:04下载
- 积分:1
-
//初始化
initscr()
//获得屏幕尺寸
getmaxyx(stdscr, h, w)
//画背景...
//初始化
initscr()
//获得屏幕尺寸
getmaxyx(stdscr, h, w)
//画背景
for(i=0 i
- 2022-02-16 05:28:10下载
- 积分:1
-
daemon process dameon.c an example to explain in more detail, have a high refere...
dameon.c 守护进程程序的一个例子,解释比较详细,有较高的参考价值。-daemon process dameon.c an example to explain in more detail, have a high reference value.
- 2022-07-24 13:20:36下载
- 积分:1
-
一个将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