-
linux/unix下关于线程的代码。
linux/unix下关于线程的代码。-linux/unix under the code of threads.
- 2022-03-02 09:22:31下载
- 积分:1
-
linux最原始的版本0.0.1版的源码
linux最原始的版本0.0.1版的源码-linux the most primitive version 0.0.1 version of the source
- 2023-08-11 12:05:03下载
- 积分:1
-
本书详细地介绍了Linux下一些主要函数的功能,对Linux内核编程人员具有很好的参考价值。...
本书详细地介绍了Linux下一些主要函数的功能,对Linux内核编程人员具有很好的参考价值。-the book described in detail some of the major Linux of functionality, the Linux kernel programming staff with a good reference value.
- 2022-03-02 03:46:56下载
- 积分:1
-
arm s3c2410 中断处理 新手需要
arm s3c2410 中断处理 新手需要 -中destroy arm s3c2410 braise Jie
- 2022-05-07 04:53:31下载
- 积分:1
-
linux下mysql调用,用开源项目组建自己的数据库
linux下mysql调用,用开源项目组建自己的数据库-under mysql call, using open-source projects to form its own database
- 2023-04-18 08:05:03下载
- 积分:1
-
form = new_form(fields)
scale_form(form, &rows, &cols)
win = newwin(ro...
form = new_form(fields)
scale_form(form, &rows, &cols)
win = newwin(rows+3, cols+4, 3, 20)
subwin = derwin(win, rows, cols, 1, 2)
set_form_sub(form, subwin)
box(win, 0, 0)
keypad(win, TRUE)
post_form(form)
refresh()
wrefresh(win)
wrefresh(subwin)
//设置覆盖模式
form_driver(form, REQ_OVL_MODE)
- 2023-04-25 08:50:03下载
- 积分:1
-
linux下的traceroute编程实现,已通过检验
linux下的traceroute编程实现,已通过检验-traceroute under linux programming, has passed the inspection
- 2022-03-19 12:09:39下载
- 积分:1
-
signal through the volume control mechanism for the process of synchronization a...
奇偶哲学家通过信号量机制控制进程的同步和互斥访问临街区域,保证正常执行!-signal through the volume control mechanism for the process of synchronization and mutex visit to the region along the street to ensure normal execution!
- 2022-06-15 06:05:59下载
- 积分:1
-
Linux 下Scanner 的驱动
Linux 下Scanner 的驱动-Linux drivers Scanner
- 2022-07-07 08:32:11下载
- 积分:1
-
24位BMP到RLE的转换目的是为了节省字节,针对一些透明色较多的,尺寸比较大的BMP图像。对于透明色较少的图像,也许起不到RLE的优势,反而会增加图片的大小...
24位BMP到RLE的转换目的是为了节省字节,针对一些透明色较多的,尺寸比较大的BMP图像。对于透明色较少的图像,也许起不到RLE的优势,反而会增加图片的大小-24-bit BMP to RLE conversion is designed to save bytes for some more transparent color, size, relatively large BMP images. Less transparent color for images, may not achieve the advantages of RLE, but will increase the picture size
- 2022-03-17 20:49:50下载
- 积分:1