-
在Linux环境下,用C语言实现哲学家进程问题。
在Linux环境下,用C语言实现哲学家进程问题。-the Linux environment, using C language philosopher process.
- 2022-09-10 22:20:03下载
- 积分:1
-
QT下访问cell的源码,可以实现QT下对话框的,可以在虚拟机或QT嵌入式版本下面跑...
QT下访问cell的源码,可以实现QT下对话框的,可以在虚拟机或QT嵌入式版本下面跑-QT visit the source cell can be achieved under the QT dialog box, you can in a virtual machine or running the following versions of QT Embedded
- 2022-09-22 22:50:03下载
- 积分:1
-
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILUR...
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILURE)
}
cbreak()
noecho()
keypad(stdscr, TRUE)
//建立菜单项
for(i=0 i
- 2022-04-02 11:01:45下载
- 积分:1
-
在linux环境下,开发的一个类似ping的程序,计算round trip time,即往返时间,可选择使用TCP或UDP...
在linux环境下,开发的一个类似ping的程序,计算round trip time,即往返时间,可选择使用TCP或UDP-A ping-like program in Linux. It can caculate round trip time between two points. You can choose TCP or UDP.
- 2022-08-20 00:36:21下载
- 积分: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
-
S3C2410 LCD驱动
| |
S3C2410 LCD驱动
| |-- s3c2410fb.c
| `-- s3c2410fb.h-S3C2410 LCD Driver | |- s3c2410fb.c | `- s3c2410fb.h
- 2022-03-26 18:45:23下载
- 积分:1
-
操作系统中的SHELL程序~在LINUX系统中也能运行
操作系统中的SHELL程序~在LINUX系统中也能运行-SHELL procedures in the operating system ~ in LINUX system can also run
- 2022-07-25 05:07:48下载
- 积分:1
-
A MTA, using mutt, and ssmpt or msmpt combination enables the embedded e
使用mutt和ssmpt或msmpt组合的MTA支持嵌入式电子邮件发送
- 2022-06-12 21:43:13下载
- 积分:1
-
s3c44b the adc program, ads 1.2 environment to compile the following, in Samsung
s3c44b的adc程序,ads 1.2 环境下面编译,在三星的公办上测试成功。-s3c44b the adc program, ads 1.2 environment to compile the following, in Samsung
- 2023-01-17 14:25:03下载
- 积分:1
-
Linux平台下的pppoe拨号程序
Linux平台下的pppoe拨号程序-Linux platform under the PPPOE dial-up procedures
- 2022-03-22 18:09:51下载
- 积分:1