-
myson803。C:为我的儿子mtd803以太网芯片的Linux设备驱动程序。
myson803.c: A Linux device driver for the Myson mtd803 Ethernet chip.
- 2023-03-15 07:05:04下载
- 积分:1
-
IC卡读写IC卡/ at88sc1604 C源。高可用性,详细说明。
读写AT88sc102/AT88sc1604 IC卡的C源程序。 高可用性,详细的注释。-IC card reader AT88sc102/AT88sc1604 C source. High availability, detailed notes.
- 2022-07-03 14:24:03下载
- 积分:1
-
an example of smokers
一个吸烟者问题的例子-an example of smokers
- 2022-01-25 22:13:38下载
- 积分:1
-
The book details how to change windows users thought the idea of learning linux...
本书详细介绍了windows用户如何转变思路学习linux系统的思路-The book details how to change windows users thought the idea of learning linux system
- 2022-01-21 01:32:35下载
- 积分:1
-
读者
读者-写者问题的读写操作限制(包括读者优先和写者优先)
写-写互斥:不能有两个写者同时进行写操作
读-写互斥:不能同时有一个线程在读,而另一个线程在写。
读-读允许:可以有一个或多个读者在读。-Readers- read and write operations to write the problem of constraints (including the readers of priority and writing preferred)
Write- write mutually exclusive: You can not have two writers write the same time
Read- Write mutually exclusive: You can not simultaneously reading a thread while another thread is writing.
Reading- Reading allowed: You can have one or more readers to read.
- 2022-05-07 09:29:37下载
- 积分:1
-
Bison 是替代yacc的语法解析器. Bison能生成可以分析文本文件结构的程序....
Bison 是替代yacc的语法解析器. Bison能生成可以分析文本文件结构的程序.-Bison alternative generates the parser. Bison can generate text files can be analyzed structure of the procedure.
- 2022-04-15 03:51:14下载
- 积分:1
-
tools.03b.zip
tools.03b.zip
- 2022-05-06 11:43:56下载
- 积分:1
-
这个代码是非常有用的网络的一个代码
This code is very useful network for linux
- 2023-03-18 16:40:04下载
- 积分: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
-
0.11内核源码,用英文注释,让学习很好的东西…
linux 0.11内核的源码,带有中文注释,使学习linux内核的好东西-linux 0.11 kernel source code, with English Notes, so that learning good things linux kernel
- 2022-02-22 03:36:37下载
- 积分:1