-
Unix网络编程bw_door
Unix网络编程bw_door-Unix Network Programming bw_door
- 2023-07-20 17:10:02下载
- 积分: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 下的at91系列,基于AT91SAM9260的ADC驱动程序,自己测试过!...
linux 下的at91系列,基于AT91SAM9260的ADC驱动程序,自己测试过!-linux under at91 series, based on the AT91SAM9260 the ADC driver that he tested!
- 2022-02-02 23:39:09下载
- 积分:1
-
openh323源代码,实现ip电话的功能
openh323源代码,实现ip电话的功能-openh323 source code, achieving ip phone function
- 2023-08-06 07:30:04下载
- 积分:1
-
ohly an c program could you give me
ohly an c program could you give me -ohly an c program could you give me
- 2022-07-13 18:06:36下载
- 积分:1
-
autoconf 和 automake 生成 Makefile 文件
autoconf 和 automake 生成 Makefile 文件-autoconf and automake generated Makefile file
- 2023-05-17 08:40:04下载
- 积分:1
-
包含两个程序,一个用于读管道,一个用于写管道.主要是练习有名管道的使用方法....
包含两个程序,一个用于读管道,一个用于写管道.主要是练习有名管道的使用方法.-contains two procedures, a pipeline used for reading, writing for a pipeline. Main pipeline is a well-known practice of use.
- 2022-08-03 00:44:24下载
- 积分:1
-
linux驱动编写,很不错,适合初学者,希望对大家有帮助
linux驱动编写,很不错,适合初学者,希望对大家有帮助-linux driver writing, very good, suitable for beginners, and they hope to help everyone
- 2022-06-16 00:45:36下载
- 积分:1
-
Linux
LINUX驱动编程,蛮好的,慢慢学习吧;不错的资料啊-LINUX-driven programming, fine, and slowly learning it good information ah
- 2022-03-18 01:19:03下载
- 积分:1
-
读者―写者问题的读写操作限制(包括读者优先和写者优先):
1)写―写互斥,即不能有两个写者同时进行写操作。
2)读―写互斥,即不能同时有一个线程在读,而...
读者―写者问题的读写操作限制(包括读者优先和写者优先):
1)写―写互斥,即不能有两个写者同时进行写操作。
2)读―写互斥,即不能同时有一个线程在读,而另一个线程在写。
3)读―读允许,即可以有一个或多个读者在读。
-readers-the problem was the restrictions on reading and writing operations (including readers wrote priority and priority) : 1) write-write mutex, and that is not written there were two parallel write. 2) read-write exclusive, and that is not also a thread reading, and writing in another thread. 3) Reading-time permitting, there may be one or more readers in Reading.
- 2022-05-20 17:11:31下载
- 积分:1